From owner-cvs-all@FreeBSD.ORG Sun Nov 30 00:04:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BFC16A4CE; Sun, 30 Nov 2003 00:04:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543F143FE3; Sun, 30 Nov 2003 00:04:02 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU842XJ002539; Sun, 30 Nov 2003 00:04:02 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAU84211002538; Sun, 30 Nov 2003 00:04:02 -0800 (PST) (envelope-from jeff) Message-Id: <200311300804.hAU84211002538@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 00:04:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 08:04:03 -0000 jeff 2003/11/30 00:04:01 PST FreeBSD src repository Modified files: sys/vm uma_core.c Log: - Replace the local maxcpu with mp_maxid. Previously, if mp_maxid was equal to MAXCPU, we would overrun the pcpu_mtx array because maxcpu was calculated incorrectly. - Add some more debugging code so that memory leaks at the time of uma_zdestroy() are more easily diagnosed. Approved by: re (rwatson) Revision Changes Path 1.87 +48 -20 src/sys/vm/uma_core.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 00:50:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16CAD16A4CE; Sun, 30 Nov 2003 00:50:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7274543FB1; Sun, 30 Nov 2003 00:50:18 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU8oIXJ009548; Sun, 30 Nov 2003 00:50:18 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAU8oIJ1009547; Sun, 30 Nov 2003 00:50:18 -0800 (PST) (envelope-from ru) Message-Id: <200311300850.hAU8oIJ1009547@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 30 Nov 2003 00:50:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 stg.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 08:50:19 -0000 ru 2003/11/30 00:50:17 PST FreeBSD src repository Modified files: share/man/man4 stg.4 Log: Removed the i386 specific bit from title. Reviewed by: non Approved by: re (rwatson) Revision Changes Path 1.3 +1 -1 src/share/man/man4/stg.4 From owner-cvs-all@FreeBSD.ORG Sun Nov 30 01:43:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C5316A4CE; Sun, 30 Nov 2003 01:43:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A3643FB1; Sun, 30 Nov 2003 01:43:36 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU9haXJ012213; Sun, 30 Nov 2003 01:43:36 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAU9haPw012212; Sun, 30 Nov 2003 01:43:36 -0800 (PST) (envelope-from blackend) Message-Id: <200311300943.hAU9haPw012212@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 30 Nov 2003 01:43:36 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 09:43:37 -0000 blackend 2003/11/30 01:43:36 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Fix confusing "make world" references with something more correct. Submitted and spotted by: rwatson Revision Changes Path 1.195 +4 -4 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 03:03:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E231916A4CE; Sun, 30 Nov 2003 03:03:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36AF743FB1; Sun, 30 Nov 2003 03:03:24 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUB3NXJ016845; Sun, 30 Nov 2003 03:03:23 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUB3NwX016844; Sun, 30 Nov 2003 03:03:23 -0800 (PST) (envelope-from blackend) Message-Id: <200311301103.hAUB3NwX016844@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 30 Nov 2003 03:03:23 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 11:03:25 -0000 blackend 2003/11/30 03:03:23 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: - Use of guimenuitem and guimenu tags where needed - Use xref link instead of a section title - Various tags changes for consistency - s/DOS/&ms-dos; - Fix broken entities - Some little rewordings Revision Changes Path 1.275 +38 -38 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 03:22:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B105216A4CE; Sun, 30 Nov 2003 03:22:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F36D143FDD; Sun, 30 Nov 2003 03:22:47 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUBMlXJ017555; Sun, 30 Nov 2003 03:22:47 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUBMlCj017553; Sun, 30 Nov 2003 03:22:47 -0800 (PST) (envelope-from blackend) Message-Id: <200311301122.hAUBMlCj017553@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 30 Nov 2003 03:22:47 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook Makefile doc/fr_FR.ISO8859-1/books/handbook/install chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 11:22:49 -0000 blackend 2003/11/30 03:22:47 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook Makefile fr_FR.ISO8859-1/books/handbook/install chapter.sgml Log: - MFen install/chapter.sgml 1.267 --> 1.275 - Add the required images in Makefile. Revision Changes Path 1.16 +5 -1 doc/fr_FR.ISO8859-1/books/handbook/Makefile 1.16 +311 -1 doc/fr_FR.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 03:35:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DEED16A4CE; Sun, 30 Nov 2003 03:35:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEAF43FDD; Sun, 30 Nov 2003 03:35:51 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUBZpXJ018024; Sun, 30 Nov 2003 03:35:51 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUBZpRT018023; Sun, 30 Nov 2003 03:35:51 -0800 (PST) (envelope-from blackend) Message-Id: <200311301135.hAUBZpRT018023@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 30 Nov 2003 03:35:51 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 11:35:52 -0000 blackend 2003/11/30 03:35:51 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: MFen 1.193 --> 1.195 Revision Changes Path 1.8 +5 -5 doc/fr_FR.ISO8859-1/books/handbook/cutting-edge/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 03:56:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410F216A4CF; Sun, 30 Nov 2003 03:56:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9762A43F85; Sun, 30 Nov 2003 03:56:16 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUBuGXJ018725; Sun, 30 Nov 2003 03:56:16 -0800 (PST) (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUBuGU3018724; Sun, 30 Nov 2003 03:56:16 -0800 (PST) (envelope-from jkoshy) Message-Id: <200311301156.hAUBuGU3018724@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 30 Nov 2003 03:56:16 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 11:56:17 -0000 jkoshy 2003/11/30 03:56:16 PST FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Update wishlist. Revision Changes Path 1.169 +25 -7 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 04:42:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 190A416A4CE; Sun, 30 Nov 2003 04:42:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B96D43FCB; Sun, 30 Nov 2003 04:42:01 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUCg1XJ021057; Sun, 30 Nov 2003 04:42:01 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUCg16C021056; Sun, 30 Nov 2003 04:42:01 -0800 (PST) (envelope-from simon) Message-Id: <200311301242.hAUCg16C021056@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 30 Nov 2003 04:42:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 CPU_ELAN.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:42:02 -0000 simon 2003/11/30 04:42:01 PST FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 CPU_ELAN.4 Log: Mdoc(7) janitor cleanup. Reviewed and improved by: ru OK'ed by: phk Approved by: re (rwatson) Revision Changes Path 1.2 +89 -42 src/share/man/man4/man4.i386/CPU_ELAN.4 From owner-cvs-all@FreeBSD.ORG Sun Nov 30 04:47:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 403A716A4CE; Sun, 30 Nov 2003 04:47:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95BBF43FA3; Sun, 30 Nov 2003 04:47:25 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUClPXJ026868; Sun, 30 Nov 2003 04:47:25 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUClP8F026863; Sun, 30 Nov 2003 04:47:25 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301247.hAUClP8F026863@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 04:47:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 miibus.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:47:26 -0000 akiyama 2003/11/30 04:47:25 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 miibus.4 Log: MFC: revision 1.7 Add rue(4) into list of miibus-using drivers and reference. Revision Changes Path 1.3.2.3 +3 -0 src/share/man/man4/miibus.4 From owner-cvs-all@FreeBSD.ORG Sun Nov 30 04:48:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A7616A4CF; Sun, 30 Nov 2003 04:48:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E4C743FDD; Sun, 30 Nov 2003 04:48:53 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUCmrXJ026910; Sun, 30 Nov 2003 04:48:53 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUCmr4g026909; Sun, 30 Nov 2003 04:48:53 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301248.hAUCmr4g026909@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 04:48:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb ucom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:48:54 -0000 akiyama 2003/11/30 04:48:53 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ucom.c Log: MFC: revision 1.35 Add missing ioctl functions. Revision Changes Path 1.24.2.5 +19 -4 src/sys/dev/usb/ucom.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 04:51:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AECE16A4CE; Sun, 30 Nov 2003 04:51:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B27843F85; Sun, 30 Nov 2003 04:51:56 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUCpuXJ027105; Sun, 30 Nov 2003 04:51:56 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUCpuvM027104; Sun, 30 Nov 2003 04:51:56 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301251.hAUCpuvM027104@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 04:51:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb uplcom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:51:57 -0000 akiyama 2003/11/30 04:51:56 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb uplcom.c Log: MFC: Revision 1.15, 1.17 Add device IDs supported by uplcom(4). - SOURCENEXT Corp. KeikaiDenwa 8 - SOUECENEXT Corp. KeikaiDenwa 8 with charger - HAL Corp. Crossam2+USB Revision Changes Path 1.8.2.4 +6 -0 src/sys/dev/usb/uplcom.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 04:53:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BE216A4CE; Sun, 30 Nov 2003 04:53:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0A943FE3; Sun, 30 Nov 2003 04:53:41 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUCreXJ027183; Sun, 30 Nov 2003 04:53:40 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUCreZK027182; Sun, 30 Nov 2003 04:53:40 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301253.hAUCreZK027182@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 04:53:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb ubsa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:53:41 -0000 akiyama 2003/11/30 04:53:40 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ubsa.c Log: MFC: revision 1.11 Apply some fixups in the driver_t's. Revision Changes Path 1.2.2.2 +1 -1 src/sys/dev/usb/ubsa.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 05:05:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31FB316A4CE; Sun, 30 Nov 2003 05:05:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FB543FCB; Sun, 30 Nov 2003 05:05:38 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUD5cXJ028596; Sun, 30 Nov 2003 05:05:38 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUD5cHX028595; Sun, 30 Nov 2003 05:05:38 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301305.hAUD5cHX028595@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 05:05:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/dev/usb uplcom.c uvscom.c src/sys/modules/uplcom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 13:05:39 -0000 akiyama 2003/11/30 05:05:38 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf options sys/i386/conf LINT sys/dev/usb uplcom.c uvscom.c sys/modules/uplcom Makefile Log: MFC: Make interrupt pipe interval time configurable. - Add kernel options: {UPLCOM,UVSCOM}_INTR_INTERVAL - Add sysctl variables: 'hw.usb.{uplcom,uvscom}.interval' sys/conf/options: 1.426 sys/dev/usb/uplcom.c: 1.16 sys/dev/usb/uvscom.c: 1.19 sys/i386/conf/LINT: 1.1189 (in NOTES) sys/modules/uplcom/Makefile: 1.2 Revision Changes Path 1.191.2.60 +2 -0 src/sys/conf/options 1.8.2.5 +29 -2 src/sys/dev/usb/uplcom.c 1.9.2.8 +27 -1 src/sys/dev/usb/uvscom.c 1.749.2.158 +6 -0 src/sys/i386/conf/LINT 1.1.2.3 +2 -1 src/sys/modules/uplcom/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 30 05:12:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52FCE16A4CE; Sun, 30 Nov 2003 05:12:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A738443F3F; Sun, 30 Nov 2003 05:12:47 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUDClXJ028793; Sun, 30 Nov 2003 05:12:47 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUDClsV028792; Sun, 30 Nov 2003 05:12:47 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301312.hAUDClsV028792@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 05:12:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 uplcom.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 13:12:48 -0000 akiyama 2003/11/30 05:12:47 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 uplcom.4 Log: MFC: revision 1.4 Add the following devices to the list of supported devices, to sync manual page with the source code: - HAL Corporation Crossam2+USB IR commander - RATOC REX-USB60 - SOURCENEXT KeikaiDenwa 8 (with and without charger) Revision Changes Path 1.3.2.2 +6 -0 src/share/man/man4/uplcom.4 From owner-cvs-all@FreeBSD.ORG Sun Nov 30 06:11:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B1D716A4CE; Sun, 30 Nov 2003 06:11:19 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B7443FCB; Sun, 30 Nov 2003 06:11:18 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 598F4652FE; Sun, 30 Nov 2003 14:11:17 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10114-01; Sun, 30 Nov 2003 14:11:16 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 858196520E; Sun, 30 Nov 2003 14:11:16 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 66550C8; Sun, 30 Nov 2003 14:11:15 +0000 (GMT) Date: Sun, 30 Nov 2003 14:11:15 +0000 From: Bruce M Simpson To: Jeff Roberson Message-ID: <20031130141115.GA19707@saboteur.dek.spc.org> Mail-Followup-To: Jeff Roberson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311300804.hAU84211002538@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311300804.hAU84211002538@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 14:11:19 -0000 Jeff, On Sun, Nov 30, 2003 at 12:04:01AM -0800, Jeff Roberson wrote: > Log: > - Replace the local maxcpu with mp_maxid. Previously, if mp_maxid > was equal to MAXCPU, we would overrun the pcpu_mtx array because maxcpu > was calculated incorrectly. > - Add some more debugging code so that memory leaks at the time of > uma_zdestroy() are more easily diagnosed. This change appears to break compilation of uniprocessor kernels. The mp_maxid variable is defined in kern/subr_smp.c. In a uniprocessor kernel, this symbol is undefined:- kimchi:~/cvs/src/sys % nm /boot/kernel/kernel | grep mp_maxid Exit 1 Regards, BMS From owner-cvs-all@FreeBSD.ORG Sun Nov 30 08:28:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6362216A4CE; Sun, 30 Nov 2003 08:28:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A334443FDD; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUGRxXJ037628; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUGRxG6037627; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos) Message-Id: <200311301627.hAUGRxG6037627@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 30 Nov 2003 08:27:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c ata-card.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 16:28:01 -0000 sos 2003/11/30 08:27:59 PST FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-card.c Log: Fix ata-card. The altio resource magic no longer worked probably due to other changes in the kernel. Redo that part so it also fits better into ATAng. Fix detach so it doesn't panic the system when a pccard device is yanked. Approved by: re@ Revision Changes Path 1.198 +1 -1 src/sys/dev/ata/ata-all.c 1.20 +27 -37 src/sys/dev/ata/ata-card.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 08:49:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A6E16A4CE; Sun, 30 Nov 2003 08:49:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD1A043FBD; Sun, 30 Nov 2003 08:49:05 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUGn5XJ043937; Sun, 30 Nov 2003 08:49:05 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUGn5Pf043936; Sun, 30 Nov 2003 08:49:05 -0800 (PST) (envelope-from brueffer) Message-Id: <200311301649.hAUGn5Pf043936@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 30 Nov 2003 08:49:05 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 16:49:06 -0000 brueffer 2003/11/30 08:49:05 PST FreeBSD doc repository Modified files: en/donations donors.sgml Log: Fix some tags that messed up the main table Revision Changes Path 1.132 +5 -5 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 08:52:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE2616A4CE; Sun, 30 Nov 2003 08:52:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A4543FE0; Sun, 30 Nov 2003 08:52:19 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUGqJXJ044101; Sun, 30 Nov 2003 08:52:19 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUGqJgG044100; Sun, 30 Nov 2003 08:52:19 -0800 (PST) (envelope-from brueffer) Message-Id: <200311301652.hAUGqJgG044100@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 30 Nov 2003 08:52:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 16:52:20 -0000 brueffer 2003/11/30 08:52:19 PST FreeBSD doc repository Modified files: en/donations donors.sgml Log: Whitespace fixes to make some donations more readable Revision Changes Path 1.133 +7 -7 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 08:55:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5E3E16A4CE; Sun, 30 Nov 2003 08:55:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DD543FAF; Sun, 30 Nov 2003 08:55:41 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUGtfXJ044260; Sun, 30 Nov 2003 08:55:41 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUGtfSp044259; Sun, 30 Nov 2003 08:55:41 -0800 (PST) (envelope-from brueffer) Message-Id: <200311301655.hAUGtfSp044259@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 30 Nov 2003 08:55:41 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 16:55:42 -0000 brueffer 2003/11/30 08:55:41 PST FreeBSD doc repository Modified files: en/donations donors.sgml Log: Remove a useless comma Revision Changes Path 1.134 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 10:06:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8828E16A4CE; Sun, 30 Nov 2003 10:06:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD70343F93; Sun, 30 Nov 2003 10:06:02 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUI62XJ048416; Sun, 30 Nov 2003 10:06:02 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUI62oA048415; Sun, 30 Nov 2003 10:06:02 -0800 (PST) (envelope-from phk) Message-Id: <200311301806.hAUI62oA048415@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 30 Nov 2003 10:06:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/mtree specspec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 18:06:03 -0000 phk 2003/11/30 10:06:02 PST FreeBSD src repository Modified files: usr.sbin/mtree specspec.c Log: The new "spec against spec" comparison code was yet another time victim of the special sort order employed where files come before directories and alphabetic inside these two groups. Approved by: re@ Revision Changes Path 1.2 +22 -7 src/usr.sbin/mtree/specspec.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 10:11:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEAC16A4CE; Sun, 30 Nov 2003 10:11:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1532E43F93; Sun, 30 Nov 2003 10:11:14 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUIBDXJ048760; Sun, 30 Nov 2003 10:11:13 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUIBDvL048759; Sun, 30 Nov 2003 10:11:13 -0800 (PST) (envelope-from pav) Message-Id: <200311301811.hAUIBDvL048759@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 30 Nov 2003 10:11:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ixlib Makefile ports/devel/ixlib/files patch-src::ixlib_re.hhpatch-test::javascript.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 18:11:15 -0000 pav 2003/11/30 10:11:13 PST FreeBSD ports repository Modified files: devel/ixlib Makefile Added files: devel/ixlib/files patch-src::ixlib_base.hh patch-src::ixlib_javascript.hh patch-src::ixlib_re.hh patch-src::ixlib_re_impl.hh patch-src::js_interpreter.cc patch-test::javascript.cc Log: - Unbreak on 5.x - Respect CFLAGS - Silence Portlint PR: ports/59770 Submitted by: Sergey Matveychuk Approved by: marcus (portmgr) Approved by: adamw (mentor) Revision Changes Path 1.14 +4 -10 ports/devel/ixlib/Makefile 1.1 +19 -0 ports/devel/ixlib/files/patch-src::ixlib_base.hh (new) 1.1 +14 -0 ports/devel/ixlib/files/patch-src::ixlib_javascript.hh (new) 1.1 +11 -0 ports/devel/ixlib/files/patch-src::ixlib_re.hh (new) 1.1 +164 -0 ports/devel/ixlib/files/patch-src::ixlib_re_impl.hh (new) 1.1 +12 -0 ports/devel/ixlib/files/patch-src::js_interpreter.cc (new) 1.1 +20 -0 ports/devel/ixlib/files/patch-test::javascript.cc (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 30 10:13:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF9FB16A4CE; Sun, 30 Nov 2003 10:13:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDC743FDF; Sun, 30 Nov 2003 10:13:43 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUIDhXJ048918; Sun, 30 Nov 2003 10:13:43 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUIDhVe048917; Sun, 30 Nov 2003 10:13:43 -0800 (PST) (envelope-from pav) Message-Id: <200311301813.hAUIDhVe048917@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 30 Nov 2003 10:13:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/kseg/files patch-G_pointLocus.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 18:13:44 -0000 pav 2003/11/30 10:13:43 PST FreeBSD ports repository Added files: math/kseg/files patch-G_pointLocus.cpp Log: - Fix build on 5.x PR: ports/59810 Submitted by: Markus Brueffer Approved by: marcus (portmgr) Approved by: adamw (mentor) Revision Changes Path 1.1 +11 -0 ports/math/kseg/files/patch-G_pointLocus.cpp (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 30 10:19:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0303516A4CE; Sun, 30 Nov 2003 10:19:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D03243FCB; Sun, 30 Nov 2003 10:19:03 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUIJ3XJ049084; Sun, 30 Nov 2003 10:19:03 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUIJ3YS049083; Sun, 30 Nov 2003 10:19:03 -0800 (PST) (envelope-from adamw) Message-Id: <200311301819.hAUIJ3YS049083@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 30 Nov 2003 10:19:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/gdesklets-goodweather/files GoodWeather::__init__.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 18:19:04 -0000 adamw 2003/11/30 10:19:02 PST FreeBSD ports repository Added files: astro/gdesklets-goodweather/files GoodWeather::__init__.py Log: Add patch originally missed in import. Patch by Franz Klammer . This fixes the build. PR: ports/59440 Submitted by: Mezz (maintainer) Approved by: marcus (portmgr) Pointy hat to: me Thanks for being so patient with me: Mezz Revision Changes Path 1.1 +21 -0 ports/astro/gdesklets-goodweather/files/GoodWeather::__init__.py (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 30 11:12:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B98B16A4CE; Sun, 30 Nov 2003 11:12:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03F243FAF; Sun, 30 Nov 2003 11:11:59 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUJBxXJ051713; Sun, 30 Nov 2003 11:11:59 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUJBxTk051712; Sun, 30 Nov 2003 11:11:59 -0800 (PST) (envelope-from bmah) Message-Id: <200311301911.hAUJBxTk051712@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 30 Nov 2003 11:11:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 19:12:00 -0000 bmah 2003/11/30 11:11:59 PST FreeBSD src repository Modified files: release/doc/share/sgml release.ent Log: Version number bump for 5.2-BETA release documentation. Approved by: re (implicitly) Revision Changes Path 1.14 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Sun Nov 30 12:08:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5476116A4CE; Sun, 30 Nov 2003 12:08:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A070843F85; Sun, 30 Nov 2003 12:08:12 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUK8CXJ055046; Sun, 30 Nov 2003 12:08:12 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUK8Cqq055045; Sun, 30 Nov 2003 12:08:12 -0800 (PST) (envelope-from jeh) Message-Id: <200311302008.hAUK8Cqq055045@repoman.freebsd.org> From: "James E. Housley" Date: Sun, 30 Nov 2003 12:08:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-g77 Makefileports/devel/i386-rtems-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 20:08:13 -0000 jeh 2003/11/30 12:08:11 PST FreeBSD ports repository Modified files: devel/i386-rtems-g77 Makefile devel/i386-rtems-objc Makefile Log: Fix build errors caused by cut-n-paste. Approved by: portmgr (marcus@) Revision Changes Path 1.30 +2 -2 ports/devel/i386-rtems-g77/Makefile 1.28 +2 -2 ports/devel/i386-rtems-objc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 30 12:29:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E38416A4CE; Sun, 30 Nov 2003 12:29:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1EFE43FB1; Sun, 30 Nov 2003 12:29:42 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUKTgXJ055751; Sun, 30 Nov 2003 12:29:42 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUKTgiK055750; Sun, 30 Nov 2003 12:29:42 -0800 (PST) (envelope-from ambrisko) Message-Id: <200311302029.hAUKTgiK055750@repoman.freebsd.org> From: Doug Ambrisko Date: Sun, 30 Nov 2003 12:29:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_an_pci.c if_anreg.h src/usr.sbin/ancontrol ancontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 20:29:43 -0000 ambrisko 2003/11/30 12:29:42 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/an if_aironet_ieee.h if_an.c if_an_pci.c if_anreg.h usr.sbin/ancontrol ancontrol.c Log: MFC: - Support for newer firmware on non MPI350 cards (ie. new RID lengths) and more flexible SSID lists. - Some tweaks to the MPI350 handling but not the hack to kick start the new MPI350 firmware. Revision Changes Path 1.1.2.8 +17 -4 src/sys/dev/an/if_aironet_ieee.h 1.2.2.14 +137 -74 src/sys/dev/an/if_an.c 1.2.2.9 +1 -1 src/sys/dev/an/if_an_pci.c 1.1.2.9 +17 -9 src/sys/dev/an/if_anreg.h 1.1.2.10 +40 -50 src/usr.sbin/ancontrol/ancontrol.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 13:10:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FBBE16A4CE; Sun, 30 Nov 2003 13:10:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6498E43F75; Sun, 30 Nov 2003 13:09:59 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUL9xXJ063587; Sun, 30 Nov 2003 13:09:59 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUL9x24063586; Sun, 30 Nov 2003 13:09:59 -0800 (PST) (envelope-from murray) Message-Id: <200311302109.hAUL9x24063586@repoman.freebsd.org> From: Murray Stokely Date: Sun, 30 Nov 2003 13:09:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dhclient Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 21:10:00 -0000 murray 2003/11/30 13:09:59 PST FreeBSD src repository Modified files: sbin/dhclient Makefile.inc Log: Update maintainer line. mbr has been maintainer for at least the last 6 months. Approved by: re (murray) Revision Changes Path 1.7 +1 -1 src/sbin/dhclient/Makefile.inc From owner-cvs-all@FreeBSD.ORG Sun Nov 30 13:28:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89BC916A4CE; Sun, 30 Nov 2003 13:28:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E46F743FCB; Sun, 30 Nov 2003 13:28:41 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAULSfXJ064351; Sun, 30 Nov 2003 13:28:41 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAULSfmK064350; Sun, 30 Nov 2003 13:28:41 -0800 (PST) (envelope-from hrs) Message-Id: <200311302128.hAULSfmK064350@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 30 Nov 2003 13:28:41 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/share/sgml advisories.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 21:28:42 -0000 hrs 2003/11/30 13:28:41 PST FreeBSD doc repository Modified files: share/sgml advisories.xml Log: Add FreeBSD-SA-03:19.bind. Revision Changes Path 1.144 +13 -1 www/share/sgml/advisories.xml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 14:08:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E977E16A4CF; Sun, 30 Nov 2003 14:08:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB2A43FB1; Sun, 30 Nov 2003 14:08:25 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUM8OXJ066547; Sun, 30 Nov 2003 14:08:24 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUM8O4q066546; Sun, 30 Nov 2003 14:08:24 -0800 (PST) (envelope-from jeff) Message-Id: <200311302208.hAUM8O4q066546@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 14:08:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:08:30 -0000 jeff 2003/11/30 14:08:24 PST FreeBSD src repository Modified files: sys/alpha/alpha mp_machdep.c Log: - Set mp_maxid in a way that is consistent with every other arch. It is one more than the last valid 'cpuid'. Approved by: re (rwatson) Revision Changes Path 1.50 +2 -3 src/sys/alpha/alpha/mp_machdep.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 14:09:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2C316A4CE; Sun, 30 Nov 2003 14:09:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F7CD43FB1; Sun, 30 Nov 2003 14:09:59 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUM9xXJ066599; Sun, 30 Nov 2003 14:09:59 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUM9woS066598; Sun, 30 Nov 2003 14:09:58 -0800 (PST) (envelope-from jeff) Message-Id: <200311302209.hAUM9woS066598@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 14:09:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:10:00 -0000 jeff 2003/11/30 14:09:58 PST FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Don't forget to unlock the vnode interlock in the LK_NOWAIT case. Submitted by: Stephan Uphoff Approved by: re (rwatson) Revision Changes Path 1.473 +2 -1 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 14:18:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92EFF16A4CE; Sun, 30 Nov 2003 14:18:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E407143F3F; Sun, 30 Nov 2003 14:18:14 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUMIEXJ066969; Sun, 30 Nov 2003 14:18:14 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUMIEie066968; Sun, 30 Nov 2003 14:18:14 -0800 (PST) (envelope-from jeff) Message-Id: <200311302218.hAUMIEie066968@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 14:18:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:18:15 -0000 jeff 2003/11/30 14:18:14 PST FreeBSD src repository Modified files: sys/vm uma_core.c Log: - Unbreak UP. mp_maxid is not defined on uni-processor machines, although I believe it and the other MP variables should be. For now, just define it here and wait for jhb to clean it up later. Approved by: re (rwatson) Revision Changes Path 1.88 +8 -0 src/sys/vm/uma_core.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 14:20:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B6116A4CE; Sun, 30 Nov 2003 14:20:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA5343F85; Sun, 30 Nov 2003 14:20:41 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUMKfXJ067105; Sun, 30 Nov 2003 14:20:41 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUMKfHF067104; Sun, 30 Nov 2003 14:20:41 -0800 (PST) (envelope-from jeff) Message-Id: <200311302220.hAUMKfHF067104@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 14:20:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:20:42 -0000 jeff 2003/11/30 14:20:41 PST FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c Log: - Make mp_maxid reflect the same meaning as it does on other architectures. It is one past the last valid cpuid. This relied on a different bug in UMA to work properly. Reported/Tested by: phk Approved by: rwatson Revision Changes Path 1.229 +2 -2 src/sys/amd64/amd64/mp_machdep.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 15:30:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192D116A4CE; Sun, 30 Nov 2003 15:30:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7882643FB1; Sun, 30 Nov 2003 15:30:10 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUNUAXJ070310; Sun, 30 Nov 2003 15:30:10 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUNUApV070309; Sun, 30 Nov 2003 15:30:10 -0800 (PST) (envelope-from iedowse) Message-Id: <200311302330.hAUNUApV070309@repoman.freebsd.org> From: Ian Dowse Date: Sun, 30 Nov 2003 15:30:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 23:30:11 -0000 iedowse 2003/11/30 15:30:09 PST FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in the forced unmount case. Otherwise, a file system that is referenced only by process fd_cdir/fd_rdir references to the file system root vnode will be successfully unmounted without the MNT_FORCE flag. The previous behaviour was not compatible with the unmount semantics required by amd(8), so file systems could be unexpectedly unmounted while there were still references to the file system root directory. Reported by: Erez Zadok Approved by: re (scottl) Revision Changes Path 1.117 +7 -3 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 15:55:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44AC016A4CE; Sun, 30 Nov 2003 15:55:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9205143FCB; Sun, 30 Nov 2003 15:54:59 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUNsxXJ071199; Sun, 30 Nov 2003 15:54:59 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUNsxWA071198; Sun, 30 Nov 2003 15:54:59 -0800 (PST) (envelope-from bmah) Message-Id: <200311302354.hAUNsxWA071198@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 30 Nov 2003 15:54:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 23:55:00 -0000 bmah 2003/11/30 15:54:59 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Trim ncv(4) and nsp(4) devices from the hardware notes and point to on-line manpages via hyperlinks. Approved by: re (implicitly) Revision Changes Path 1.202 +2 -36 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 16:17:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B6516A4CE; Sun, 30 Nov 2003 16:17:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA07243FA3; Sun, 30 Nov 2003 16:17:33 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB10HXXJ072851; Sun, 30 Nov 2003 16:17:33 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB10HXHd072850; Sun, 30 Nov 2003 16:17:33 -0800 (PST) (envelope-from bmah) Message-Id: <200312010017.hB10HXHd072850@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 30 Nov 2003 16:17:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 00:17:37 -0000 bmah 2003/11/30 16:17:33 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: SA-03.19, tcp_hostcache, compat4x.i386 updates, nologin(8) C implementation, no more sysinstall(8) security profiles Modified release notes: Dynamic /bin and /sbin only apply to non-ia64, BIND 8.3.7 (+ MFC), add old version information to sendmail update note. Approved by: re (implicitly) Revision Changes Path 1.658 +30 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 16:32:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F417616A4CE; Sun, 30 Nov 2003 16:32:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FB943F75; Sun, 30 Nov 2003 16:32:35 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB10WZXJ073330; Sun, 30 Nov 2003 16:32:35 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB10WZ1S073329; Sun, 30 Nov 2003 16:32:35 -0800 (PST) (envelope-from truckman) Message-Id: <200312010032.hB10WZ1S073329@repoman.freebsd.org> From: Don Lewis Date: Sun, 30 Nov 2003 16:32:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 00:32:36 -0000 truckman 2003/11/30 16:32:34 PST FreeBSD src repository Modified files: sbin/dumpfs dumpfs.c Log: Swap avgfilesize and avgfpdir order to give better column alignment. Revision Changes Path 1.40 +2 -2 src/sbin/dumpfs/dumpfs.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 16:33:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F132116A4CE; Sun, 30 Nov 2003 16:33:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0255A43FAF; Sun, 30 Nov 2003 16:33:58 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB10XvXJ073372; Sun, 30 Nov 2003 16:33:57 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB10XvBr073371; Sun, 30 Nov 2003 16:33:57 -0800 (PST) (envelope-from truckman) Message-Id: <200312010033.hB10XvBr073371@repoman.freebsd.org> From: Don Lewis Date: Sun, 30 Nov 2003 16:33:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 00:33:59 -0000 truckman 2003/11/30 16:33:57 PST FreeBSD src repository Modified files: sbin/dumpfs dumpfs.c Log: I forgot about the code freeze, so back this out. Revision Changes Path 1.41 +2 -2 src/sbin/dumpfs/dumpfs.c From owner-cvs-all@FreeBSD.ORG Sun Nov 30 16:34:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F60516A4CE; Sun, 30 Nov 2003 16:34:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4E943F85; Sun, 30 Nov 2003 16:34:58 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB10YwXJ073414; Sun, 30 Nov 2003 16:34:58 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB10YwcK073413; Sun, 30 Nov 2003 16:34:58 -0800 (PST) (envelope-from bmah) Message-Id: <200312010034.hB10YwcK073413@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 30 Nov 2003 16:34:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 00:34:59 -0000 bmah 2003/11/30 16:34:58 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: New release notes: SA-03:19, BIND 8.3.7. Add old version information to sendmail note. Revision Changes Path 1.22.2.390 +10 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 30 17:00:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D86816A4CE; Sun, 30 Nov 2003 17:00:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BD243FAF; Sun, 30 Nov 2003 17:00:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1109XJ079901; Sun, 30 Nov 2003 17:00:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1109qw079900; Sun, 30 Nov 2003 17:00:09 -0800 (PST) (envelope-from marcus) Message-Id: <200312010100.hB1109qw079900@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 30 Nov 2003 17:00:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnome2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 01:00:10 -0000 marcus 2003/11/30 17:00:09 PST FreeBSD ports repository Modified files: x11/gnome2 Makefile Log: Fix build on amd64 where Mozilla cannot be built (yet). Approved by: portmgr (implicit) Revision Changes Path 1.73 +1 -1 ports/x11/gnome2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 30 18:38:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB94F16A4CE; Sun, 30 Nov 2003 18:38:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED97643F75; Sun, 30 Nov 2003 18:38:09 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB12c9XJ084849; Sun, 30 Nov 2003 18:38:09 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB12c9cZ084848; Sun, 30 Nov 2003 18:38:09 -0800 (PST) (envelope-from horikawa) Message-Id: <200312010238.hB12c9cZ084848@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 30 Nov 2003 18:38:09 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 cvs.1 mklocale.1 doc/ja_JP.eucJP/man/man2 jail.2 kqueue.2 ktrace.2 msync.2 munmap.2 utrace.2 doc/ja_JP.eucJP/man/man5 rc.conf.5 doc/ja_JP.eucJP/man/man7 build.7 hier.7 ports.7 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 02:38:10 -0000 horikawa 2003/11/30 18:38:09 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 cvs.1 mklocale.1 ja_JP.eucJP/man/man2 jail.2 kqueue.2 ktrace.2 msync.2 munmap.2 utrace.2 ja_JP.eucJP/man/man5 rc.conf.5 ja_JP.eucJP/man/man7 build.7 hier.7 ports.7 ja_JP.eucJP/man/man8 faithd.8 init.8 jail.8 ndp.8 pam_radius.8 route.8 setkey.8 sysctl.8 traceroute6.8 ja_JP.eucJP/man/man9 device_get_name.9 style.9 Log: Catch up with 5.1-CURRENT-20031116-JPSNAP Revision Changes Path 1.21 +8 -1 doc/ja_JP.eucJP/man/man1/cvs.1 1.15 +7 -4 doc/ja_JP.eucJP/man/man1/mklocale.1 1.13 +11 -2 doc/ja_JP.eucJP/man/man2/jail.2 1.18 +26 -1 doc/ja_JP.eucJP/man/man2/kqueue.2 1.15 +21 -1 doc/ja_JP.eucJP/man/man2/ktrace.2 1.14 +5 -3 doc/ja_JP.eucJP/man/man2/msync.2 1.11 +2 -2 doc/ja_JP.eucJP/man/man2/munmap.2 1.2 +7 -5 doc/ja_JP.eucJP/man/man2/utrace.2 1.65 +1 -1 doc/ja_JP.eucJP/man/man5/rc.conf.5 1.4 +8 -7 doc/ja_JP.eucJP/man/man7/build.7 1.33 +4 -1 doc/ja_JP.eucJP/man/man7/hier.7 1.26 +12 -2 doc/ja_JP.eucJP/man/man7/ports.7 1.14 +24 -40 doc/ja_JP.eucJP/man/man8/faithd.8 1.28 +16 -2 doc/ja_JP.eucJP/man/man8/init.8 1.21 +10 -1 doc/ja_JP.eucJP/man/man8/jail.8 1.12 +97 -41 doc/ja_JP.eucJP/man/man8/ndp.8 1.16 +5 -1 doc/ja_JP.eucJP/man/man8/pam_radius.8 1.19 +10 -4 doc/ja_JP.eucJP/man/man8/route.8 1.17 +4 -4 doc/ja_JP.eucJP/man/man8/setkey.8 1.28 +5 -3 doc/ja_JP.eucJP/man/man8/sysctl.8 1.9 +7 -3 doc/ja_JP.eucJP/man/man8/traceroute6.8 1.3 +3 -3 doc/ja_JP.eucJP/man/man9/device_get_name.9 1.27 +14 -7 doc/ja_JP.eucJP/man/man9/style.9 From owner-cvs-all@FreeBSD.ORG Sun Nov 30 19:22:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F9016A4CE; Sun, 30 Nov 2003 19:22:10 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54EE743FBD; Sun, 30 Nov 2003 19:22:07 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB13M6vX041488; Sun, 30 Nov 2003 19:22:06 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB13M6tG041487; Sun, 30 Nov 2003 19:22:06 -0800 (PST) (envelope-from obrien) Date: Sun, 30 Nov 2003 19:22:05 -0800 From: "David O'Brien" To: Scott Long Message-ID: <20031201032205.GA41354@dragon.nuxi.com> References: <200311292348.hATNmi50060667@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311292348.hATNmi50060667@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:22:10 -0000 On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > scottl 2003/11/29 15:48:44 PST > > FreeBSD src repository > > Modified files: > release/scripts print-cdrom-packages.sh > Log: > vim-lite can hardly be considered 'lite'. Remove it. Why isn't it "lite"? -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz Lets look at the Emacs editors you left behind: -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz I predict you will become very unpopular for this commit. Please remove Emacs instead. From owner-cvs-all@FreeBSD.ORG Sun Nov 30 19:29:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A93116A4CE; Sun, 30 Nov 2003 19:29:32 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0CC43F3F; Sun, 30 Nov 2003 19:29:30 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hB13QoMg076169; Sun, 30 Nov 2003 22:26:50 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hB13Qonn076166; Sun, 30 Nov 2003 22:26:50 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 30 Nov 2003 22:26:50 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "David O'Brien" In-Reply-To: <20031201032205.GA41354@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:29:32 -0000 On Sun, 30 Nov 2003, David O'Brien wrote: > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > scottl 2003/11/29 15:48:44 PST > > > > FreeBSD src repository > > > > Modified files: > > release/scripts print-cdrom-packages.sh > > Log: > > vim-lite can hardly be considered 'lite'. Remove it. > > Why isn't it "lite"? > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > Lets look at the Emacs editors you left behind: > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > I predict you will become very unpopular for this commit. > Please remove Emacs instead. Maybe compared to vim, and both vim and vim-lite were previously on CD1? 2662422 vim-6.2.139.tbz 2195668 vim-lite-6.2.139.tbz Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Sun Nov 30 19:36:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51DB516A4CF for ; Sun, 30 Nov 2003 19:36:38 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id B445B43FD7 for ; Sun, 30 Nov 2003 19:36:34 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 71577 invoked by uid 1002); 1 Dec 2003 03:36:32 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 1 Dec 2003 03:36:32 -0000 Message-ID: <3FCAB702.4040603@freebsd.org> Date: Sun, 30 Nov 2003 20:35:30 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200311292348.hATNmi50060667@repoman.freebsd.org> <20031201032205.GA41354@dragon.nuxi.com> In-Reply-To: <20031201032205.GA41354@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:36:38 -0000 David O'Brien wrote: > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > >>scottl 2003/11/29 15:48:44 PST >> >> FreeBSD src repository >> >> Modified files: >> release/scripts print-cdrom-packages.sh >> Log: >> vim-lite can hardly be considered 'lite'. Remove it. > > > Why isn't it "lite"? > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > Lets look at the Emacs editors you left behind: > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > I predict you will become very unpopular for this commit. > Please remove Emacs instead. > I think that you failed to see that there was both 'vim' and 'vim-lite'. In the interest of saving space, one needed to go. I'm happy to discuss which of the two is more appropriate, but I'm adamant that I will remain silent on an emacs v. vi debate. From owner-cvs-all@FreeBSD.ORG Sun Nov 30 19:39:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C921D16A4CE; Sun, 30 Nov 2003 19:39:06 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080C443FA3; Sun, 30 Nov 2003 19:39:05 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id F1B692ED453; Sun, 30 Nov 2003 19:39:04 -0800 (PST) Date: Sun, 30 Nov 2003 19:39:04 -0800 From: Alfred Perlstein To: Robert Watson Message-ID: <20031201033904.GD75620@elvis.mu.org> References: <20031201032205.GA41354@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:39:06 -0000 * Robert Watson [031130 19:30] wrote: > > On Sun, 30 Nov 2003, David O'Brien wrote: > > > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > > scottl 2003/11/29 15:48:44 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > release/scripts print-cdrom-packages.sh > > > Log: > > > vim-lite can hardly be considered 'lite'. Remove it. > > > > Why isn't it "lite"? > > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > > > Lets look at the Emacs editors you left behind: > > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > > > I predict you will become very unpopular for this commit. > > Please remove Emacs instead. > > Maybe compared to vim, and both vim and vim-lite were previously on CD1? > > 2662422 vim-6.2.139.tbz > 2195668 vim-lite-6.2.139.tbz vim-lite is really nice to have around and I have to agree... wait... anyone really tired of nvi?... and wants us to be a little more like OS X? And let's not forget helping the children of Uganda... :) When are we going to replace nvi with vim-without-x11? -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Sun Nov 30 19:56:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D50A016A4CE; Sun, 30 Nov 2003 19:56:29 -0800 (PST) Received: from saturn.criticalmagic.com (saturn.criticalmagic.com [68.213.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA1243FBF; Sun, 30 Nov 2003 19:56:28 -0800 (PST) (envelope-from richardcoleman@mindspring.com) Received: from mindspring.com (titan.criticalmagic.com [68.213.16.23]) by saturn.criticalmagic.com (Postfix) with ESMTP id D3C5E3BD10; Sun, 30 Nov 2003 22:56:27 -0500 (EST) Message-ID: <3FCABBFA.9010200@mindspring.com> Date: Sun, 30 Nov 2003 22:56:42 -0500 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200311292348.hATNmi50060667@repoman.freebsd.org> <20031201032205.GA41354@dragon.nuxi.com> <3FCAB702.4040603@freebsd.org> In-Reply-To: <3FCAB702.4040603@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:56:30 -0000 Scott Long wrote: >> Why isn't it "lite"? >> -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 >> vim-lite-6.2.139.tbz >> >> Lets look at the Emacs editors you left behind: >> -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz >> >> I predict you will become very unpopular for this commit. >> Please remove Emacs instead. >> > > I think that you failed to see that there was both 'vim' and 'vim-lite'. > In the interest of saving space, one needed to go. I'm happy to discuss > which of the two is more appropriate, but I'm adamant that I will remain > silent on an emacs v. vi debate. Actually, leaving vim-lite rather than vim may be preferable. Those who really want gvim, or vim compiled with their favorite interpreter built in (perl, python, tcl, whatever) will want to recompile anyways. And the default build for vim uses the GTK1 libraries, and that's getting kinda dated. But, it's not a bad deal, one way or the other. Just a suggestion. Richard Coleman richardcoleman@mindspring.com From owner-cvs-all@FreeBSD.ORG Sun Nov 30 20:19:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D34AD16A4CF for ; Sun, 30 Nov 2003 20:19:19 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C0BA43FB1 for ; Sun, 30 Nov 2003 20:19:17 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 11591 invoked by uid 1000); 1 Dec 2003 04:19:19 -0000 Date: Sun, 30 Nov 2003 20:19:19 -0800 (PST) From: Nate Lawson To: Shunsuke Akiyama In-Reply-To: <20031130125353.EC71716A558@hub.freebsd.org> Message-ID: <20031130201755.K11560@root.org> References: <20031130125353.EC71716A558@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ubsa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 04:19:20 -0000 On Sun, 30 Nov 2003, Shunsuke Akiyama wrote: > Modified files: (Branch: RELENG_4) > sys/dev/usb ubsa.c > Log: > MFC: revision 1.11 > > Apply some fixups in the driver_t's. > > Revision Changes Path > 1.2.2.2 +1 -1 src/sys/dev/usb/ubsa.c > > --- src/sys/dev/usb/ubsa.c:1.2.2.1 Wed Dec 11 12:54:47 2002 > +++ src/sys/dev/usb/ubsa.c Sun Nov 30 04:53:40 2003 > @@ -237,7 +237,7 @@ > }; > > Static driver_t ubsa_driver = { > - "ubsa", > + "ucom", > ubsa_methods, > sizeof (struct ubsa_softc) > }; > Are you sure this is the direction you want to go? The driver is called ubsa and has a man page called ubsa.4. Why make it inaccurate? -Nate From owner-cvs-all@FreeBSD.ORG Sun Nov 30 20:40:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E8F16A4D3; Sun, 30 Nov 2003 20:40:18 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48FB43F75; Sun, 30 Nov 2003 20:40:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB14eHvX042470; Sun, 30 Nov 2003 20:40:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB14eH22042469; Sun, 30 Nov 2003 20:40:17 -0800 (PST) (envelope-from obrien) Date: Sun, 30 Nov 2003 20:40:17 -0800 From: "David O'Brien" To: Robert Watson Message-ID: <20031201044017.GA42037@dragon.nuxi.com> References: <20031201032205.GA41354@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 04:40:24 -0000 On Sun, Nov 30, 2003 at 10:26:50PM -0500, Robert Watson wrote: > On Sun, 30 Nov 2003, David O'Brien wrote: > > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > > scottl 2003/11/29 15:48:44 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > release/scripts print-cdrom-packages.sh > > > Log: > > > vim-lite can hardly be considered 'lite'. Remove it. > > > > Why isn't it "lite"? > > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > Lets look at the Emacs editors you left behind: > > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > > > I predict you will become very unpopular for this commit. > > Please remove Emacs instead. > > Maybe compared to vim, and both vim and vim-lite were previously on CD1? > > 2662422 vim-6.2.139.tbz > 2195668 vim-lite-6.2.139.tbz We really need to decide if disc1 is for servers or desktops. We've been able to kind-of do both for a while now. But I think we're at the point of having to make that hard decision. Server guys really want vim-lite as it doesn't require X11. Desktop guys really want vim so they get the GUI. Seriously we're only talking 2MB here; how in the world much as KDE and GNOME bloatware pigged out since 5.1-RELEASE? -- -- David (obrien@FreeBSD.org) P.S. We could also easily trim 1MB from tools/. Many of these things are MS-DOS utils from the 1990's. From owner-cvs-all@FreeBSD.ORG Sun Nov 30 20:48:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D380E16A4CE; Sun, 30 Nov 2003 20:48:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37BBA43F85; Sun, 30 Nov 2003 20:48:52 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB14mqXJ096427; Sun, 30 Nov 2003 20:48:52 -0800 (PST) (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB14mpV4096426; Sun, 30 Nov 2003 20:48:51 -0800 (PST) (envelope-from jkoshy) Message-Id: <200312010448.hB14mpV4096426@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 30 Nov 2003 20:48:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man5 host.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 04:48:53 -0000 jkoshy 2003/11/30 20:48:51 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man5 host.conf.5 Log: Correct typos. Revision Changes Path 1.1.2.3 +2 -2 src/share/man/man5/host.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Nov 30 21:26:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8408616A4D9; Sun, 30 Nov 2003 21:26:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB0943F75; Sun, 30 Nov 2003 21:26:38 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB15QcXJ098825; Sun, 30 Nov 2003 21:26:38 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB15QcL2098823; Sun, 30 Nov 2003 21:26:38 -0800 (PST) (envelope-from marcus) Message-Id: <200312010526.hB15QcL2098823@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 30 Nov 2003 21:26:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/gnome2-lite Makefile pkg-descr pkg-install pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:26:40 -0000 marcus 2003/11/30 21:26:38 PST FreeBSD ports repository Modified files: x11 Makefile Added files: x11/gnome2-lite Makefile pkg-descr pkg-install pkg-message pkg-plist Log: Add gnome2-lite, a trimmed down version of the GNOME 2 desktop that will be used on FreeBSD release CDs. Requested by: re Approved by: portmgr (implicit) Revision Changes Path 1.438 +1 -0 ports/x11/Makefile 1.1 +58 -0 ports/x11/gnome2-lite/Makefile (new) 1.1 +8 -0 ports/x11/gnome2-lite/pkg-descr (new) 1.1 +21 -0 ports/x11/gnome2-lite/pkg-install (new) 1.1 +14 -0 ports/x11/gnome2-lite/pkg-message (new) 1.1 +1 -0 ports/x11/gnome2-lite/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 30 21:26:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 013A816A4DE; Sun, 30 Nov 2003 21:26:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84F543FA3; Sun, 30 Nov 2003 21:26:38 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB15QcXJ098826; Sun, 30 Nov 2003 21:26:38 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB15QcjL098824; Sun, 30 Nov 2003 21:26:38 -0800 (PST) (envelope-from horikawa) Message-Id: <200312010526.hB15QcjL098824@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 30 Nov 2003 21:26:38 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/man/man1 cdcontrol.1 netstat.1 doc/ja_JP.eucJP/man/man2 getfsstat.2 setgroups.2 statfs.2 doc/ja_JP.eucJP/man/man5 make.conf.5 doc/ja_JP.eucJP/man/man7 build.7 hier.7 doc/ja_JP.eucJP/man/man8 IPXrouted.8 burncd.8 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:26:41 -0000 horikawa 2003/11/30 21:26:38 PST FreeBSD doc repository Modified files: ja_JP.eucJP/man/man1 cdcontrol.1 netstat.1 ja_JP.eucJP/man/man2 getfsstat.2 setgroups.2 statfs.2 ja_JP.eucJP/man/man5 make.conf.5 ja_JP.eucJP/man/man7 build.7 hier.7 ja_JP.eucJP/man/man8 IPXrouted.8 burncd.8 dump.8 jail.8 nologin.8 vinum.8 Log: Catch up with 5.2-BETA-20031130-JPSNAP Revision Changes Path 1.27 +20 -7 doc/ja_JP.eucJP/man/man1/cdcontrol.1 1.24 +4 -2 doc/ja_JP.eucJP/man/man1/netstat.1 1.11 +4 -32 doc/ja_JP.eucJP/man/man2/getfsstat.2 1.12 +6 -1 doc/ja_JP.eucJP/man/man2/setgroups.2 1.12 +58 -22 doc/ja_JP.eucJP/man/man2/statfs.2 1.35 +7 -1 doc/ja_JP.eucJP/man/man5/make.conf.5 1.5 +2 -2 doc/ja_JP.eucJP/man/man7/build.7 1.34 +13 -1 doc/ja_JP.eucJP/man/man7/hier.7 1.15 +30 -12 doc/ja_JP.eucJP/man/man8/IPXrouted.8 1.21 +6 -6 doc/ja_JP.eucJP/man/man8/burncd.8 1.34 +14 -2 doc/ja_JP.eucJP/man/man8/dump.8 1.22 +71 -32 doc/ja_JP.eucJP/man/man8/jail.8 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/nologin.8 1.35 +8 -1 doc/ja_JP.eucJP/man/man8/vinum.8 From owner-cvs-all@FreeBSD.ORG Sun Nov 30 21:27:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A54A16A4CE; Sun, 30 Nov 2003 21:27:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B727243F85; Sun, 30 Nov 2003 21:27:23 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB15RNXJ098885; Sun, 30 Nov 2003 21:27:23 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB15RNCq098884; Sun, 30 Nov 2003 21:27:23 -0800 (PST) (envelope-from marcus) Message-Id: <200312010527.hB15RNCq098884@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 30 Nov 2003 21:27:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:27:25 -0000 marcus 2003/11/30 21:27:23 PST FreeBSD ports repository Modified files: . modules Log: gnome2-lite --> ports/x11/gnome2-lite Revision Changes Path 1.8674 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 30 21:29:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1657116A4CE; Sun, 30 Nov 2003 21:29:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6895943FB1; Sun, 30 Nov 2003 21:29:53 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB15TrXJ099025; Sun, 30 Nov 2003 21:29:53 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB15TrPg099024; Sun, 30 Nov 2003 21:29:53 -0800 (PST) (envelope-from marcus) Message-Id: <200312010529.hB15TrPg099024@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 30 Nov 2003 21:29:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnome2 Makefile ports/x11/gnome2-lite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:29:54 -0000 marcus 2003/11/30 21:29:53 PST FreeBSD ports repository Modified files: x11/gnome2 Makefile x11/gnome2-lite Makefile Log: Add CONFLICTS for each other. Revision Changes Path 1.2 +2 -0 ports/x11/gnome2-lite/Makefile 1.74 +2 -0 ports/x11/gnome2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 30 21:41:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64E8C16A4CE; Sun, 30 Nov 2003 21:41:47 -0800 (PST) Received: from axe-inc.co.jp (axegw.axe-inc.co.jp [61.199.217.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BD543F85; Sun, 30 Nov 2003 21:41:45 -0800 (PST) (envelope-from takawata@axe-inc.co.jp) Received: from localhost (localhost [127.0.0.1]) by axe-inc.co.jp (8.9.3+3.2W/3.7W) with SMTP id OAA26027; Mon, 1 Dec 2003 14:41:34 +0900 (JST) Message-Id: <200312010541.OAA26027@axe-inc.co.jp> X-Authentication-Warning: axegw.axe-inc.co.jp: localhost [127.0.0.1] didn't use HELO protocol To: Nate Lawson In-reply-to: Your message of "Sun, 30 Nov 2003 20:19:19 PST." <20031130201755.K11560@root.org> Date: Mon, 01 Dec 2003 14:41:34 +0900 From: Takanori Watanabe cc: akiyama@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ubsa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:41:47 -0000 In message <20031130201755.K11560@root.org>, Nate Lawson wrote: >On Sun, 30 Nov 2003, Shunsuke Akiyama wrote: >> Modified files: (Branch: RELENG_4) >> sys/dev/usb ubsa.c >> Log: >> MFC: revision 1.11 >> >> Apply some fixups in the driver_t's. >> >> Revision Changes Path >> 1.2.2.2 +1 -1 src/sys/dev/usb/ubsa.c >> >> --- src/sys/dev/usb/ubsa.c:1.2.2.1 Wed Dec 11 12:54:47 2002 >> +++ src/sys/dev/usb/ubsa.c Sun Nov 30 04:53:40 2003 >> @@ -237,7 +237,7 @@ >> }; >> >> Static driver_t ubsa_driver = { >> - "ubsa", >> + "ucom", >> ubsa_methods, >> sizeof (struct ubsa_softc) >> }; >> > >Are you sure this is the direction you want to go? The driver is called >ubsa and has a man page called ubsa.4. Why make it inaccurate? This is correct. Module name itself is ubsa, but this imprements a kind of "ucom" interface and it shares ucom_devclass with other ucom drivers. Driver name should be same in all devclass, or the unit number management will got wrong. Just like both host-pci bus bridge and pci-pci bus bridge has same name "pcib". From owner-cvs-all@FreeBSD.ORG Sun Nov 30 21:42:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CCB316A4CE; Sun, 30 Nov 2003 21:42:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB3D343F93; Sun, 30 Nov 2003 21:42:38 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB15gcXJ099526; Sun, 30 Nov 2003 21:42:38 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB15gcRS099525; Sun, 30 Nov 2003 21:42:38 -0800 (PST) (envelope-from will) Message-Id: <200312010542.hB15gcRS099525@repoman.freebsd.org> From: Will Andrews Date: Sun, 30 Nov 2003 21:42:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/kde-lite Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:42:39 -0000 will 2003/11/30 21:42:38 PST FreeBSD ports repository Modified files: x11 Makefile Added files: x11/kde-lite Makefile pkg-descr Log: Add kde-lite, the FreeBSD release "meta-port" for KDE. Requested by: re Approved by: portmgr (implicit) Revision Changes Path 1.439 +1 -0 ports/x11/Makefile 1.1 +26 -0 ports/x11/kde-lite/Makefile (new) 1.1 +8 -0 ports/x11/kde-lite/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 30 21:43:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECB2B16A4D0; Sun, 30 Nov 2003 21:43:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D9F43F93; Sun, 30 Nov 2003 21:43:08 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB15h8XJ099616; Sun, 30 Nov 2003 21:43:08 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB15h72q099615; Sun, 30 Nov 2003 21:43:07 -0800 (PST) (envelope-from will) Message-Id: <200312010543.hB15h72q099615@repoman.freebsd.org> From: Will Andrews Date: Sun, 30 Nov 2003 21:43:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/kde3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:43:09 -0000 will 2003/11/30 21:43:07 PST FreeBSD ports repository Modified files: x11/kde3 Makefile Log: Add bits for slave port kde-lite. Revision Changes Path 1.67 +8 -3 ports/x11/kde3/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 30 21:42:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E3016A4CF; Sun, 30 Nov 2003 21:42:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1CC143F85; Sun, 30 Nov 2003 21:42:48 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB15gmXJ099564; Sun, 30 Nov 2003 21:42:48 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB15gmgj099563; Sun, 30 Nov 2003 21:42:48 -0800 (PST) (envelope-from will) Message-Id: <200312010542.hB15gmgj099563@repoman.freebsd.org> From: Will Andrews Date: Sun, 30 Nov 2003 21:42:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 05:42:49 -0000 will 2003/11/30 21:42:48 PST FreeBSD ports repository Modified files: . modules Log: kde-lite --> ports/x11/kde-lite Revision Changes Path 1.8675 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 30 22:42:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E595E16A4CE; Sun, 30 Nov 2003 22:42:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4426943FE5; Sun, 30 Nov 2003 22:42:03 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB16g3XJ002559; Sun, 30 Nov 2003 22:42:03 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB16g2RN002558; Sun, 30 Nov 2003 22:42:02 -0800 (PST) (envelope-from marcus) Message-Id: <200312010642.hB16g2RN002558@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 30 Nov 2003 22:42:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/cups-lpr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 06:42:04 -0000 marcus 2003/11/30 22:42:02 PST FreeBSD ports repository Modified files: print/cups-lpr Makefile Log: Do not overwrite base lp* files by default. Instead, provide a CUPS_OVERWRITE_BASE macro, plus some instruction on what could happen should users chose this option. Submitted by: maintainer Approved by: portmgr (implicit) Revision Changes Path 1.25 +19 -0 ports/print/cups-lpr/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 30 22:55:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2DD16A4CE; Sun, 30 Nov 2003 22:55:23 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 194C343FAF; Sun, 30 Nov 2003 22:55:21 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hB16tGvq011692 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 1 Dec 2003 07:55:18 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hB16tEGK011691; Mon, 1 Dec 2003 07:55:15 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hB16rHcX009814; Mon, 1 Dec 2003 07:53:18 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hB16rH0v009813; Mon, 1 Dec 2003 07:53:17 +0100 (CET) (envelope-from andreas) Date: Mon, 1 Dec 2003 07:53:17 +0100 From: Andreas Klemm To: "David O'Brien" Message-ID: <20031201065317.GA9772@titan.klemm.apsfilter.org> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201044017.GA42037@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201044017.GA42037@dragon.nuxi.com> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: Scott Long cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 06:55:23 -0000 On Sun, Nov 30, 2003 at 08:40:17PM -0800, David O'Brien wrote: > We really need to decide if disc1 is for servers or desktops. We've been > able to kind-of do both for a while now. But I think we're at the point > of having to make that hard decision. If DVD would be our standard distrib we'd have no problems ;-) What about making CD1 our "complete" server CD and making another CD (#3) a complete Desktop CD ? Or vice versa. Could sysinstall be tought, to change CD-Rom during installation ?? To use CD#1 and CD#3 ? echo "Do you want to install Desktop services" ? umount CD echo "prompt insert CD #3" mount CD -> install X11 ... kde, gnome and related utilities .... Best regards Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-all@FreeBSD.ORG Sun Nov 30 23:53:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3184016A4CE for ; Sun, 30 Nov 2003 23:53:16 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D1F8843FBD for ; Sun, 30 Nov 2003 23:53:14 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 12020 invoked by uid 1000); 1 Dec 2003 07:53:17 -0000 Date: Sun, 30 Nov 2003 23:53:17 -0800 (PST) From: Nate Lawson To: Takanori Watanabe In-Reply-To: <200312010541.OAA26027@axe-inc.co.jp> Message-ID: <20031130235257.G12001@root.org> References: <200312010541.OAA26027@axe-inc.co.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: akiyama@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ubsa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 07:53:16 -0000 On Mon, 1 Dec 2003, Takanori Watanabe wrote: > >Are you sure this is the direction you want to go? The driver is called > >ubsa and has a man page called ubsa.4. Why make it inaccurate? > > This is correct. Module name itself is ubsa, but this imprements > a kind of "ucom" interface and it shares ucom_devclass with other > ucom drivers. Driver name should be same in all devclass, or the unit number > management will got wrong. > Just like both host-pci bus bridge and pci-pci bus bridge has > same name "pcib". Thanks for the correction. -Nate From owner-cvs-all@FreeBSD.ORG Sun Nov 30 23:57:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2BE16A4CF for ; Sun, 30 Nov 2003 23:57:10 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C79BE43FBF for ; Sun, 30 Nov 2003 23:57:08 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 12029 invoked by uid 1000); 1 Dec 2003 07:57:11 -0000 Date: Sun, 30 Nov 2003 23:57:11 -0800 (PST) From: Nate Lawson To: Jeff Roberson In-Reply-To: <20031130221848.6FC5316A4DC@hub.freebsd.org> Message-ID: <20031130235614.B12001@root.org> References: <20031130221848.6FC5316A4DC@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 07:57:10 -0000 On Sun, 30 Nov 2003, Jeff Roberson wrote: > Modified files: > sys/vm uma_core.c > Log: > - Unbreak UP. mp_maxid is not defined on uni-processor machines, although > I believe it and the other MP variables should be. For now, just define it > here and wait for jhb to clean it up later. That would also help modules a lot. I had problems using mp_ncpu in a module because I couldn't expect the SMP define to pass through from the kernel config. -Nate From owner-cvs-all@FreeBSD.ORG Mon Dec 1 01:38:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FB4216A4CE; Mon, 1 Dec 2003 01:38:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3B543F3F; Mon, 1 Dec 2003 01:38:12 -0800 (PST) (envelope-from dg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB19cCXJ016633; Mon, 1 Dec 2003 01:38:12 -0800 (PST) (envelope-from dg@repoman.freebsd.org) Received: (from dg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB19cCwZ016632; Mon, 1 Dec 2003 01:38:12 -0800 (PST) (envelope-from dg) Message-Id: <200312010938.hB19cCwZ016632@repoman.freebsd.org> From: David Greenman Date: Mon, 1 Dec 2003 01:38:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys sendfile.2 src/sys/kern uipc_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 09:38:13 -0000 dg 2003/12/01 01:38:12 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys sendfile.2 sys/kern uipc_syscalls.c Log: Fixed a bug in sendfile(2) where the sent data would be corrupted due to sendfile(2) being erroneously automatically restarted after a signal is delivered. Fixed by converting ERESTART to EINTR prior to exiting. Updated manual page to indicate the potential EINTR error, its cause and consequences. Revision Changes Path 1.6.2.7 +6 -2 src/lib/libc/sys/sendfile.2 1.65.2.18 +5 -0 src/sys/kern/uipc_syscalls.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 02:13:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9202416A4D8; Mon, 1 Dec 2003 02:13:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC92943F93; Mon, 1 Dec 2003 02:13:00 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1AD0XJ018693; Mon, 1 Dec 2003 02:13:00 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1AD0If018692; Mon, 1 Dec 2003 02:13:00 -0800 (PST) (envelope-from obrien) Message-Id: <200312011013.hB1AD0If018692@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Dec 2003 02:13:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 10:13:01 -0000 obrien 2003/12/01 02:13:00 PST FreeBSD src repository Modified files: sys/cam/scsi scsi_all.c Log: SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode. This reduces the 90+ lines boot output of spewage GEOM does for my Plextor SCSI burner. Submitted by: scottl Approved by: scottl Revision Changes Path 1.44 +1 -1 src/sys/cam/scsi/scsi_all.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 02:46:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F65616A4CE; Mon, 1 Dec 2003 02:46:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976DF43FBF; Mon, 1 Dec 2003 02:46:45 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1AkjXJ019819; Mon, 1 Dec 2003 02:46:45 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1AkjoU019818; Mon, 1 Dec 2003 02:46:45 -0800 (PST) (envelope-from obrien) Message-Id: <200312011046.hB1AkjoU019818@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Dec 2003 02:46:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 10:46:46 -0000 obrien 2003/12/01 02:46:45 PST FreeBSD src repository Modified files: release Makefile Log: Automatically generate the CHECKSUM.MD5 file for ISO's. Approved by: scottl Revision Changes Path 1.825 +1 -0 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 1 03:34:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D02216A4CF; Mon, 1 Dec 2003 03:34:02 -0800 (PST) Received: from telecom.net.et (sparrow.telecom.net.et [213.55.64.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE89043FAF; Mon, 1 Dec 2003 03:33:51 -0800 (PST) (envelope-from mtm@identd.net) Received: from [213.55.65.76] (HELO pool-151-200-10-97.res.east.verizon.net) by telecom.net.et (CommuniGate Pro SMTP 3.4.8) with ESMTP-TLS id 31202633; Mon, 01 Dec 2003 14:28:34 +0300 Received: from mobile.acsolutions.com (localhost [127.0.0.1]) ESMTP id hB1BXKqe001570; Mon, 1 Dec 2003 14:33:28 +0300 (EAT) (envelope-from mtm@mobile.acsolutions.com) Received: (from mtm@localhost) by mobile.acsolutions.com (8.12.10/8.12.10/Submit) id hB1BXIFR001569; Mon, 1 Dec 2003 14:33:18 +0300 (EAT) (envelope-from mtm) Date: Mon, 1 Dec 2003 14:33:09 +0300 From: Mike Makonnen To: Marcel Moolenaar Message-ID: <20031201113309.GD1371@mobile.acsolutions.com> References: <200309272327.h8RNRJgE079384@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309272327.h8RNRJgE079384@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/5.2-BETA (i386) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread Makefile src/lib/libthr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 11:34:02 -0000 On Sat, Sep 27, 2003 at 04:27:19PM -0700, Marcel Moolenaar wrote: > marcel 2003/09/27 16:27:19 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread Makefile > lib/libthr Makefile > Log: > Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse. > On ia64, where there's no libc_r at all, libkse is now the default > thread library by virtue of these links. > > The reasons for this change are: > 1. libkse is slated to become the default thread library anyway, > 2. active development and maintenance is only present for libkse, Sorry, it couldn't be helped. I've been away for longer than I expected. I haven't given up on libthr though. It still needs a lot of work and I plan to keep it alive as an alternative to libkse. BTW, it's good to KSE/libkse is finally comming together :-) Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: 00E8 61BC 0D75 7FFB E4D3 6BF1 B239 D010 3215 D418 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon ! From owner-cvs-all@FreeBSD.ORG Mon Dec 1 05:22:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E83216A5C2; Mon, 1 Dec 2003 05:22:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C69E43F85; Mon, 1 Dec 2003 05:21:47 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1DLlXJ033338; Mon, 1 Dec 2003 05:21:47 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1DLlJJ033337; Mon, 1 Dec 2003 05:21:47 -0800 (PST) (envelope-from bde) Message-Id: <200312011321.hB1DLlJJ033337@repoman.freebsd.org> From: Bruce Evans Date: Mon, 1 Dec 2003 05:21:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3 Subject: cvs commit: src/sys/i386/i386 mpboot.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 13:22:10 -0000 bde 2003/12/01 05:21:47 PST FreeBSD src repository Modified files: (Branch: RELENG_3) sys/i386/i386 mpboot.s Log: Avoid depending on a gas bug, so that this file works when assembled by current versions of gas that don't have the bug as well as by the RELENG_3 version. A 32-bit load of %esp in 16-bit mode was mangled. The current version of gas still produces a different object file due to related (but harmless) bugs involving bogus operand size prefixes for segment registers. Revision Changes Path 1.8.2.2 +2 -1 src/sys/i386/i386/mpboot.s From owner-cvs-all@FreeBSD.ORG Mon Dec 1 07:25:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EB5116A4CE; Mon, 1 Dec 2003 07:25:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9557F43FAF; Mon, 1 Dec 2003 07:25:25 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1FPOXJ039058; Mon, 1 Dec 2003 07:25:25 -0800 (PST) (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1FPOHb039057; Mon, 1 Dec 2003 07:25:24 -0800 (PST) (envelope-from jkoshy) Message-Id: <200312011525.hB1FPOHb039057@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 1 Dec 2003 07:25:23 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 15:25:26 -0000 jkoshy 2003/12/01 07:25:23 PST FreeBSD doc repository Modified files: en/releng index.sgml Log: Correct typo. Approved by: murray Revision Changes Path 1.80 +2 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Dec 1 08:22:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4764B16A4CE; Mon, 1 Dec 2003 08:22:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 945F543FE9; Mon, 1 Dec 2003 08:22:27 -0800 (PST) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1GMRXJ041767; Mon, 1 Dec 2003 08:22:27 -0800 (PST) (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1GMRjo041766; Mon, 1 Dec 2003 08:22:27 -0800 (PST) (envelope-from den) Message-Id: <200312011622.hB1GMRjo041766@repoman.freebsd.org> From: Denis Peplin Date: Mon, 1 Dec 2003 08:22:27 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml mirrors-local.xsl transtable-local.xsl transtable.xml www/ru Makefile includes.xsl index.xsl www/ru/security Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:22:28 -0000 den 2003/12/01 08:22:27 PST FreeBSD doc repository Modified files: ru Makefile includes.xsl index.xsl ru/security Makefile Added files: ru_RU.KOI8-R/share/sgml mirrors-local.xsl transtable-local.xsl transtable.xml Log: make www/ru use mirrors.xml use www/share/sgml/advisories.xml Approved by: phantom (mentor) Revision Changes Path 1.1 +32 -0 doc/ru_RU.KOI8-R/share/sgml/mirrors-local.xsl (new) 1.1 +21 -0 doc/ru_RU.KOI8-R/share/sgml/transtable-local.xsl (new) 1.1 +278 -0 doc/ru_RU.KOI8-R/share/sgml/transtable.xml (new) 1.28 +14 -9 www/ru/Makefile 1.9 +8 -36 www/ru/includes.xsl 1.11 +9 -105 www/ru/index.xsl 1.5 +4 -4 www/ru/security/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 1 08:27:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B5FF16A4CE; Mon, 1 Dec 2003 08:27:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 754D043FA3; Mon, 1 Dec 2003 08:27:34 -0800 (PST) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1GRYXJ041989; Mon, 1 Dec 2003 08:27:34 -0800 (PST) (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1GRYjA041988; Mon, 1 Dec 2003 08:27:34 -0800 (PST) (envelope-from den) Message-Id: <200312011627.hB1GRYjA041988@repoman.freebsd.org> From: Denis Peplin Date: Mon, 1 Dec 2003 08:27:34 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru developers.sgml docs.sgml www/ru/docproj current.sgml translations.sgml www/ru/internal internal.sgml www/ru/news news.xml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:27:35 -0000 den 2003/12/01 08:27:34 PST FreeBSD doc repository Modified files: ru developers.sgml docs.sgml ru/docproj current.sgml translations.sgml ru/internal internal.sgml ru/news news.xml press.xml Log: Merge the following from the English version: 1.66 -> 1.69 developers.sgml 1.176 -> 1.177 docs.sgml 1.55 -> 1.60 docproj/current.sgml 1.56 -> 1.57 docproj/translations.sgml 1.25 -> 1.26 internal/internal.sgml 1.178 -> 1.180 news/news.xml 1.103 -> 1.106 news/press.xml Approved by: phantom (mentor) Revision Changes Path 1.3 +5 -3 www/ru/developers.sgml 1.12 +14 -14 www/ru/docproj/current.sgml 1.11 +5 -4 www/ru/docproj/translations.sgml 1.16 +3 -3 www/ru/docs.sgml 1.6 +2 -6 www/ru/internal/internal.sgml 1.14 +17 -2 www/ru/news/news.xml 1.13 +22 -2 www/ru/news/press.xml From owner-cvs-all@FreeBSD.ORG Mon Dec 1 08:35:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB13F16A4CE; Mon, 1 Dec 2003 08:35:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3D043FDD; Mon, 1 Dec 2003 08:35:58 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1GZvXJ042316; Mon, 1 Dec 2003 08:35:57 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1GZv7P042315; Mon, 1 Dec 2003 08:35:57 -0800 (PST) (envelope-from mtm) Message-Id: <200312011635.hB1GZv7P042315@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 1 Dec 2003 08:35:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:35:58 -0000 mtm 2003/12/01 08:35:57 PST FreeBSD src repository Modified files: etc/rc.d cleartmp Log: When clearing /tmp, X11 lock and temporary files are special. Remove them unconditionaly. PR: bin/59065 Approved by: re (scottl) Revision Changes Path 1.5 +13 -13 src/etc/rc.d/cleartmp From owner-cvs-all@FreeBSD.ORG Mon Dec 1 08:49:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FABC16A4D1 for ; Mon, 1 Dec 2003 08:49:28 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id F17884400F for ; Mon, 1 Dec 2003 08:48:25 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 13289 invoked by uid 1000); 1 Dec 2003 16:48:26 -0000 Date: Mon, 1 Dec 2003 08:48:26 -0800 (PST) From: Nate Lawson To: Mike Makonnen In-Reply-To: <20031201163631.B160A16A557@hub.freebsd.org> Message-ID: <20031201084533.H13221@root.org> References: <20031201163631.B160A16A557@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:49:28 -0000 On Mon, 1 Dec 2003, Mike Makonnen wrote: > Modified files: > etc/rc.d cleartmp > Log: > When clearing /tmp, X11 lock and temporary files are special. > Remove them unconditionaly. > > PR: bin/59065 > Approved by: re (scottl) > > Revision Changes Path > 1.5 +13 -13 src/etc/rc.d/cleartmp > > load_rc_config $name > run_rc_command "$1" > + > +case ${OSTYPE} in > +FreeBSD) > + # Remove X lock files, since they will prevent you from > + # restarting X > + # > + rm -f /tmp/.X*-lock > + rm -fr /tmp/.X11-unix > + mkdir -m 1777 /tmp/.X11-unix > + ;; > +NetBSD) > + ;; > +esac How about .X[0-9]-lock instead of *? -Nate From owner-cvs-all@FreeBSD.ORG Mon Dec 1 08:56:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA93216A4CE; Mon, 1 Dec 2003 08:56:29 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7044643FEC; Mon, 1 Dec 2003 08:55:02 -0800 (PST) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.10/8.12.10) with ESMTP id hB1Gt1B5071691; Mon, 1 Dec 2003 19:55:01 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Mon, 1 Dec 2003 19:55:01 +0300 (MSK) From: Dmitry Morozovsky To: Nate Lawson In-Reply-To: <20031201084533.H13221@root.org> Message-ID: <20031201195318.O68895@woozle.rinet.ru> References: <20031201163631.B160A16A557@hub.freebsd.org> <20031201084533.H13221@root.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Mike Makonnen cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:56:30 -0000 On Mon, 1 Dec 2003, Nate Lawson wrote: NL> > When clearing /tmp, X11 lock and temporary files are special. NL> > Remove them unconditionaly. NL> > NL> > PR: bin/59065 NL> > Approved by: re (scottl) NL> > NL> > Revision Changes Path NL> > 1.5 +13 -13 src/etc/rc.d/cleartmp NL> > NL> > load_rc_config $name NL> > run_rc_command "$1" NL> > + NL> > +case ${OSTYPE} in NL> > +FreeBSD) NL> > + # Remove X lock files, since they will prevent you from NL> > + # restarting X NL> > + # NL> > + rm -f /tmp/.X*-lock NL> > + rm -fr /tmp/.X11-unix NL> > + mkdir -m 1777 /tmp/.X11-unix NL> > + ;; NL> > +NetBSD) NL> > + ;; NL> > +esac NL> NL> How about .X[0-9]-lock instead of *? Hmm... what about (rare, but possible) situation with symlink poisoning? Maybe find /tmp -name '.X[0-9]-lock -type f | xargs rm -f [ -d /tmp/.X11-unix ] && rm -rf /tmp/.X11-unix mkdir -m 1777 /tmp/.X11-unix ? Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-all@FreeBSD.ORG Mon Dec 1 09:28:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C8216A4CE for ; Mon, 1 Dec 2003 09:28:23 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 27CFE44013 for ; Mon, 1 Dec 2003 09:28:19 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 13415 invoked by uid 1000); 1 Dec 2003 17:28:19 -0000 Date: Mon, 1 Dec 2003 09:28:19 -0800 (PST) From: Nate Lawson To: Dmitry Morozovsky In-Reply-To: <20031201195318.O68895@woozle.rinet.ru> Message-ID: <20031201092551.A13395@root.org> References: <20031201163631.B160A16A557@hub.freebsd.org> <20031201084533.H13221@root.org> <20031201195318.O68895@woozle.rinet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Mike Makonnen cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 17:28:23 -0000 On Mon, 1 Dec 2003, Dmitry Morozovsky wrote: > On Mon, 1 Dec 2003, Nate Lawson wrote: > NL> > run_rc_command "$1" > NL> > + > NL> > +case ${OSTYPE} in > NL> > +FreeBSD) > NL> > + # Remove X lock files, since they will prevent you from > NL> > + # restarting X > NL> > + # > NL> > + rm -f /tmp/.X*-lock > NL> > + rm -fr /tmp/.X11-unix > NL> > + mkdir -m 1777 /tmp/.X11-unix > NL> > + ;; > NL> > +NetBSD) > NL> > + ;; > NL> > +esac > NL> > NL> How about .X[0-9]-lock instead of *? > > Hmm... what about (rare, but possible) situation with symlink poisoning? > > Maybe > > find /tmp -name '.X[0-9]-lock -type f | xargs rm -f > [ -d /tmp/.X11-unix ] && rm -rf /tmp/.X11-unix > mkdir -m 1777 /tmp/.X11-unix rm doesn't follow symlinks. But yes, filename poisoning is the kind of thing I thought needed to be solved. -Nate From owner-cvs-all@FreeBSD.ORG Mon Dec 1 09:59:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDA916A4CE for ; Mon, 1 Dec 2003 09:59:49 -0800 (PST) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1523443FF3 for ; Mon, 1 Dec 2003 09:59:38 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 16192 invoked from network); 1 Dec 2003 17:59:37 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 1 Dec 2003 17:59:37 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB1HxSFn094548; Mon, 1 Dec 2003 12:59:29 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200311302208.hAUM8O4q066546@repoman.freebsd.org> Date: Mon, 01 Dec 2003 12:59:30 -0500 (EST) From: John Baldwin To: Jeff Roberson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 17:59:49 -0000 On 30-Nov-2003 Jeff Roberson wrote: > jeff 2003/11/30 14:08:24 PST > > FreeBSD src repository > > Modified files: > sys/alpha/alpha mp_machdep.c > Log: > - Set mp_maxid in a way that is consistent with every other arch. It is > one more than the last valid 'cpuid'. > > Approved by: re (rwatson) Eh? No it's not. All that needs to be true is that for every processor, PCPU_GET(cpuid) <= mp_maxid. It can be equal to the highest ID and should be so for most cases. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Mon Dec 1 10:19:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B1B16A4CE; Mon, 1 Dec 2003 10:19:45 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2845D43FD7; Mon, 1 Dec 2003 10:18:52 -0800 (PST) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.10/8.12.10) with ESMTP id hB1IIoB5072537; Mon, 1 Dec 2003 21:18:50 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Mon, 1 Dec 2003 21:18:50 +0300 (MSK) From: Dmitry Morozovsky To: Nate Lawson In-Reply-To: <20031201092551.A13395@root.org> Message-ID: <20031201211508.P68895@woozle.rinet.ru> References: <20031201163631.B160A16A557@hub.freebsd.org> <20031201084533.H13221@root.org><20031201092551.A13395@root.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Mike Makonnen cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 18:19:45 -0000 On Mon, 1 Dec 2003, Nate Lawson wrote: NL> > find /tmp -name '.X[0-9]-lock -type f | xargs rm -f NL> > [ -d /tmp/.X11-unix ] && rm -rf /tmp/.X11-unix NL> > mkdir -m 1777 /tmp/.X11-unix NL> NL> rm doesn't follow symlinks. But yes, filename poisoning is the kind of NL> thing I thought needed to be solved. Ah, yeah, sure, the first line is not needed (in find form). Checking for .X11-unix should exist however due to recursive remove. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-all@FreeBSD.ORG Mon Dec 1 10:58:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3420016A4CE; Mon, 1 Dec 2003 10:58:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C0E43FE1; Mon, 1 Dec 2003 10:58:16 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1IwFXJ054535; Mon, 1 Dec 2003 10:58:16 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1IwF6h054534; Mon, 1 Dec 2003 10:58:15 -0800 (PST) (envelope-from rwatson) Message-Id: <200312011858.hB1IwF6h054534@repoman.freebsd.org> From: Robert Watson Date: Mon, 1 Dec 2003 10:58:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 18:58:17 -0000 rwatson 2003/12/01 10:58:15 PST FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: Spell SSHd as sshd. Requested by: jhb Approved by: re (jhb) Revision Changes Path 1.385 +1 -1 src/usr.sbin/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 11:05:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B4D216A4CE; Mon, 1 Dec 2003 11:05:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C6344137; Mon, 1 Dec 2003 11:03:54 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1J3pXJ055636; Mon, 1 Dec 2003 11:03:51 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1J3pbh055635; Mon, 1 Dec 2003 11:03:51 -0800 (PST) (envelope-from truckman) Message-Id: <200312011903.hB1J3pbh055635@repoman.freebsd.org> From: Don Lewis Date: Mon, 1 Dec 2003 11:03:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bktr bktr_core.c bktr_os.c bktr_os.h bktr_reg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 19:05:29 -0000 truckman 2003/12/01 11:03:50 PST FreeBSD src repository Modified files: sys/dev/bktr bktr_core.c bktr_os.c bktr_os.h bktr_reg.h Log: Use a mutex to synchronize the driver top and bottom halves instead of using critcal_enter() and critical_exit() to attempt to replace spl*() calls. The critical section was calling selrecord(), which locks an MTX_DEF mutex, which is not legal in a critical section. Tested by: Stefan Ehmann and "make universe" Approved by: re (scottl) Revision Changes Path 1.132 +44 -6 src/sys/dev/bktr/bktr_core.c 1.40 +5 -0 src/sys/dev/bktr/bktr_os.c 1.7 +10 -3 src/sys/dev/bktr/bktr_os.h 1.46 +3 -0 src/sys/dev/bktr/bktr_reg.h From owner-cvs-all@FreeBSD.ORG Mon Dec 1 11:10:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B454416A4CF; Mon, 1 Dec 2003 11:10:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6658043F75; Mon, 1 Dec 2003 11:10:30 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1JAUXJ056017; Mon, 1 Dec 2003 11:10:30 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1JATWQ056016; Mon, 1 Dec 2003 11:10:29 -0800 (PST) (envelope-from obrien) Message-Id: <200312011910.hB1JATWQ056016@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Dec 2003 11:10:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ls ls.1 ls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 19:10:32 -0000 obrien 2003/12/01 11:10:29 PST FreeBSD src repository Modified files: bin/ls ls.1 ls.c Log: Do something sensible if both -h and -k are given. Approved by: re(scottl) Revision Changes Path 1.77 +8 -0 src/bin/ls/ls.1 1.75 +1 -0 src/bin/ls/ls.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 11:12:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA85416A4CE; Mon, 1 Dec 2003 11:12:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1605643FB1; Mon, 1 Dec 2003 11:12:59 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1JCwXJ056100; Mon, 1 Dec 2003 11:12:58 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1JCwiT056099; Mon, 1 Dec 2003 11:12:58 -0800 (PST) (envelope-from ceri) Message-Id: <200312011912.hB1JCwiT056099@repoman.freebsd.org> From: Ceri Davies Date: Mon, 1 Dec 2003 11:12:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/send-pr send-pr.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 19:12:59 -0000 ceri 2003/12/01 11:12:58 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) gnu/usr.bin/send-pr send-pr.sh Log: MFC r1.35: Attempt to save the last dregs of emacs users' sanity by saving the contents of the PR when an interrupt is received during the editor session. This stops the use of ^G from deleting a filled PR from underneath the user. PR: bin/59201 Submitted by: Heikki Suonsivu Revision Changes Path 1.13.2.13 +1 -1 src/gnu/usr.bin/send-pr/send-pr.sh From owner-cvs-all@FreeBSD.ORG Mon Dec 1 11:17:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89BCB16A4CE; Mon, 1 Dec 2003 11:17:16 -0800 (PST) Received: from renaissance.homeip.net (m73.net81-65-152.noos.fr [81.65.152.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7850A43FD7; Mon, 1 Dec 2003 11:17:08 -0800 (PST) (envelope-from anthony.ginepro@laposte.net) Received: by renaissance.homeip.net (Postfix, from userid 1001) id 0DB7C204D; Mon, 1 Dec 2003 20:17:07 +0100 (CET) Date: Mon, 1 Dec 2003 20:17:06 +0100 From: Anthony Ginepro To: Mike Makonnen Message-ID: <20031201191706.GA1826@renaissance.homeip.net> References: <200312011635.hB1GZv7P042315@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312011635.hB1GZv7P042315@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 19:17:16 -0000 Isn't it what /etc/periodic/daily/110.clean-tmps is for ? Or will all periodic scripts be integrated in /etc/rc.d ? > mtm 2003/12/01 08:35:57 PST > > FreeBSD src repository > > Modified files: > etc/rc.d cleartmp > Log: > When clearing /tmp, X11 lock and temporary files are special. > Remove them unconditionaly. > > PR: bin/59065 > Approved by: re (scottl) > > Revision Changes Path > 1.5 +13 -13 src/etc/rc.d/cleartmp > _______________________________________________ > 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" > From owner-cvs-all@FreeBSD.ORG Mon Dec 1 12:36:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A015E16A4CE; Mon, 1 Dec 2003 12:36:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28E943FEA; Mon, 1 Dec 2003 12:36:13 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1KaDXJ059996; Mon, 1 Dec 2003 12:36:13 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1KaDwV059995; Mon, 1 Dec 2003 12:36:13 -0800 (PST) (envelope-from pav) Message-Id: <200312012036.hB1KaDwV059995@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 1 Dec 2003 12:36:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/xgobi/files patch-Imakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 20:36:14 -0000 pav 2003/12/01 12:36:13 PST FreeBSD ports repository Modified files: math/xgobi/files patch-Imakefile Log: - Unbreak on 5.x (gcc 3.3 preprocessor) PR: ports/59781 Submitted by: Tony Maher (maintainer) Approved by: marcus (portmgr) Revision Changes Path 1.3 +62 -5 ports/math/xgobi/files/patch-Imakefile From owner-cvs-all@FreeBSD.ORG Mon Dec 1 12:39:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93ADE16A4CE; Mon, 1 Dec 2003 12:39:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA69043FA3; Mon, 1 Dec 2003 12:39:04 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1Kd4XJ060085; Mon, 1 Dec 2003 12:39:04 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1Kd4EY060084; Mon, 1 Dec 2003 12:39:04 -0800 (PST) (envelope-from phk) Message-Id: <200312012039.hB1Kd4EY060084@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Dec 2003 12:39:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 20:39:05 -0000 phk 2003/12/01 12:39:04 PST FreeBSD src repository Modified files: sys/conf options.i386 Log: Rename the ELAN_* options to CPU_ELAN_* according the the brucification. This commit was forgotten a few days ago. Approved by: re@ Revision Changes Path 1.203 +2 -2 src/sys/conf/options.i386 From owner-cvs-all@FreeBSD.ORG Mon Dec 1 12:45:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A245A16A4CE; Mon, 1 Dec 2003 12:45:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E5D43FE3; Mon, 1 Dec 2003 12:45:09 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1Kj8XJ060392; Mon, 1 Dec 2003 12:45:08 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1Kj8CU060391; Mon, 1 Dec 2003 12:45:08 -0800 (PST) (envelope-from ambrisko) Message-Id: <200312012045.hB1Kj8CU060391@repoman.freebsd.org> From: Doug Ambrisko Date: Mon, 1 Dec 2003 12:45:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 20:45:09 -0000 ambrisko 2003/12/01 12:45:08 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/puc pucdata.c Log: MFC: OX16PCI954 device id 0x950a. Revision Changes Path 1.2.2.16 +12 -0 src/sys/dev/puc/pucdata.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 13:07:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 980FB16A4CE; Mon, 1 Dec 2003 13:07:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D4F44001; Mon, 1 Dec 2003 13:06:59 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1L6xXJ067785; Mon, 1 Dec 2003 13:06:59 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1L6x8t067784; Mon, 1 Dec 2003 13:06:59 -0800 (PST) (envelope-from ambrisko) Message-Id: <200312012106.hB1L6x8t067784@repoman.freebsd.org> From: Doug Ambrisko Date: Mon, 1 Dec 2003 13:06:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/mii brgphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 21:07:00 -0000 ambrisko 2003/12/01 13:06:59 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/bge if_bge.c if_bgereg.h sys/dev/mii brgphy.c Log: MFC: Dell 2650 no link led problem. Revision Changes Path 1.3.2.29 +2 -0 src/sys/dev/bge/if_bge.c 1.1.2.13 +7 -0 src/sys/dev/bge/if_bgereg.h 1.1.2.9 +7 -0 src/sys/dev/mii/brgphy.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 13:26:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBB616A4CE; Mon, 1 Dec 2003 13:26:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC71B43FE9; Mon, 1 Dec 2003 13:26:21 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1LQLXJ068517; Mon, 1 Dec 2003 13:26:21 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1LQLTP068516; Mon, 1 Dec 2003 13:26:21 -0800 (PST) (envelope-from blackend) Message-Id: <200312012126.hB1LQLTP068516@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 1 Dec 2003 13:26:21 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/tr Makefile Makefile.inc docs.sgml features.sgml includes.sgml includes.xsl index.xsl mailto.sgml www/tr/doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 21:26:22 -0000 blackend 2003/12/01 13:26:21 PST FreeBSD doc repository Added files: tr Makefile Makefile.inc docs.sgml features.sgml includes.sgml includes.xsl index.xsl mailto.sgml tr/doc Makefile Log: Add 1st Turkish translation effort of www/ PR: www/57580 Submitted by: Omer Faruk Sen Revision Changes Path 1.1 +83 -0 www/tr/Makefile (new) 1.1 +8 -0 www/tr/Makefile.inc (new) 1.1 +45 -0 www/tr/doc/Makefile (new) 1.1 +790 -0 www/tr/docs.sgml (new) 1.1 +141 -0 www/tr/features.sgml (new) 1.1 +134 -0 www/tr/includes.sgml (new) 1.1 +117 -0 www/tr/includes.xsl (new) 1.1 +600 -0 www/tr/index.xsl (new) 1.1 +57 -0 www/tr/mailto.sgml (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 1 13:51:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBF516A4CE; Mon, 1 Dec 2003 13:51:10 -0800 (PST) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8608F43FDF; Mon, 1 Dec 2003 13:50:09 -0800 (PST) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id 8427B2106B; Mon, 1 Dec 2003 13:48:59 -0800 (PST) Date: Mon, 1 Dec 2003 13:48:59 -0800 From: Sean Chittenden To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031201214859.GD9042@perrin.nxad.com> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201044017.GA42037@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201044017.GA42037@dragon.nuxi.com> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 21:51:10 -0000 [CC list trimmed] > We really need to decide if disc1 is for servers or desktops. We've > been able to kind-of do both for a while now. But I think we're at > the point of having to make that hard decision. > > Server guys really want vim-lite as it doesn't require X11. Desktop > guys really want vim so they get the GUI. Seriously we're only > talking 2MB here; how in the world much as KDE and GNOME bloatware > pigged out since 5.1-RELEASE? Server guys have a net connection 99/100 times, while desktops don't necessarily. Being primarily a "server guy," I'd hate to see server bits being removed, but for all intents and purposes, I can't think of a single instance where an HTTP/FTP proxy, NAT, or net connection isn't available for me while installing a server. And even then, in a server environment, I don't generally want to run stale ports/ in a multi-user environment in the event of a security update since the last release was cut. That said, I generally fall back to updating ports. with CVSup before installing anyway, which makes having the packages available pretty worthless to me with my "server guy" hat on. Desktops, on the other hand, are often connected with a modem/DSL/cable, so keeping disk1 desktop focused would certainly help increase the usability and thus the number of seats that FreeBSD occupies. If a server guy wants a faster installing server disk, they need to be pointed in the PXE direction anyway. -sc -- Sean Chittenden From owner-cvs-all@FreeBSD.ORG Mon Dec 1 13:58:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6744116A4D3; Mon, 1 Dec 2003 13:58:23 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7ED4400F; Mon, 1 Dec 2003 13:55:54 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hB1Ltsl91537; Mon, 1 Dec 2003 16:55:54 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 1 Dec 2003 16:55:54 -0500 (EST) From: Jeff Roberson To: John Baldwin In-Reply-To: Message-ID: <20031201165303.C4201-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 21:58:23 -0000 On Mon, 1 Dec 2003, John Baldwin wrote: > > On 30-Nov-2003 Jeff Roberson wrote: > > jeff 2003/11/30 14:08:24 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/alpha/alpha mp_machdep.c > > Log: > > - Set mp_maxid in a way that is consistent with every other arch. It is > > one more than the last valid 'cpuid'. > > > > Approved by: re (rwatson) > > Eh? No it's not. All that needs to be true is that for every processor, > PCPU_GET(cpuid) <= mp_maxid. > > It can be equal to the highest ID and should be so for most cases. >From x86's mp_machdep: mp_maxid = MAXCPU; ia64 mp_maxid = min(mp_ncpus, MAXCPU) - 1; sparc64 cpus = 0; root = OF_peer(0); for (child = OF_child(root); child != 0; child = OF_peer(child)) { if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 && strcmp(buf, "cpu") == 0) cpus++; } mp_maxid = cpus; And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like just sparc64 and x86 were wrong. Maybe I should change those to mean the right thing, and backout the changes to uma. yack. > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > From owner-cvs-all@FreeBSD.ORG Mon Dec 1 14:12:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFEC716A4CE; Mon, 1 Dec 2003 14:12:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A474400D; Mon, 1 Dec 2003 14:12:51 -0800 (PST) (envelope-from dg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1MCoXJ071191; Mon, 1 Dec 2003 14:12:50 -0800 (PST) (envelope-from dg@repoman.freebsd.org) Received: (from dg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1MCoKc071190; Mon, 1 Dec 2003 14:12:50 -0800 (PST) (envelope-from dg) Message-Id: <200312012212.hB1MCoKc071190@repoman.freebsd.org> From: David Greenman Date: Mon, 1 Dec 2003 14:12:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys sendfile.2 src/sys/kern uipc_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:12:54 -0000 dg 2003/12/01 14:12:50 PST FreeBSD src repository Modified files: lib/libc/sys sendfile.2 sys/kern uipc_syscalls.c Log: Fixed a bug in sendfile(2) where the sent data would be corrupted due to sendfile(2) being erroneously automatically restarted after a signal is delivered. Fixed by converting ERESTART to EINTR prior to exiting. Updated manual page to indicate the potential EINTR error, its cause and consequences. Approved by: re@freebsd.org Revision Changes Path 1.19 +6 -2 src/lib/libc/sys/sendfile.2 1.159 +5 -0 src/sys/kern/uipc_syscalls.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 14:14:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B038016A4CE; Mon, 1 Dec 2003 14:14:01 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78034400F; Mon, 1 Dec 2003 14:13:34 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AQxMz-0000Fs-00; Tue, 02 Dec 2003 05:22:21 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AQxMx-0000Ec-00; Tue, 02 Dec 2003 05:22:19 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hB1MG7g1084537; Tue, 2 Dec 2003 04:16:07 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hB1MG6fA084466; Tue, 2 Dec 2003 04:16:06 +0600 (NOVT) (envelope-from danfe) Date: Tue, 2 Dec 2003 04:16:06 +0600 From: Alexey Dokuchaev To: Alfred Perlstein Message-ID: <20031201221606.GA78852@regency.nsu.ru> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201033904.GD75620@elvis.mu.org> User-Agent: Mutt/1.4.1i X-Envelope-To: src-committers@freebsd.org, rwatson@freebsd.org, cvs-src@freebsd.org, obrien@freebsd.org, scottl@freebsd.org, cvs-all@freebsd.org, bright@mu.org cc: src-committers@freebsd.org cc: Robert Watson cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:14:01 -0000 On Sun, Nov 30, 2003 at 07:39:04PM -0800, Alfred Perlstein wrote: > * Robert Watson [031130 19:30] wrote: > > > > On Sun, 30 Nov 2003, David O'Brien wrote: > > > > > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > > > scottl 2003/11/29 15:48:44 PST > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > release/scripts print-cdrom-packages.sh > > > > Log: > > > > vim-lite can hardly be considered 'lite'. Remove it. > > > > > > Why isn't it "lite"? > > > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > > > > > Lets look at the Emacs editors you left behind: > > > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > > > > > I predict you will become very unpopular for this commit. > > > Please remove Emacs instead. > > > > Maybe compared to vim, and both vim and vim-lite were previously on CD1? > > > > 2662422 vim-6.2.139.tbz > > 2195668 vim-lite-6.2.139.tbz > > vim-lite is really nice to have around and I have to agree... > wait... > anyone really tired of nvi?... and wants us to be a little more > like OS X? And let's not forget helping the children of Uganda... :) > > When are we going to replace nvi with vim-without-x11? Is this really that worth it? Speaking for myself, I'm perfectly happy with nvi, and had never felt like installing any of vim* ports. ./danfe From owner-cvs-all@FreeBSD.ORG Mon Dec 1 14:21:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 700B216A4CE; Mon, 1 Dec 2003 14:21:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D0243FF5; Mon, 1 Dec 2003 14:21:25 -0800 (PST) (envelope-from dg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1MLPXJ071787; Mon, 1 Dec 2003 14:21:25 -0800 (PST) (envelope-from dg@repoman.freebsd.org) Received: (from dg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1MLPnp071786; Mon, 1 Dec 2003 14:21:25 -0800 (PST) (envelope-from dg) Message-Id: <200312012221.hB1MLPnp071786@repoman.freebsd.org> From: David Greenman Date: Mon, 1 Dec 2003 14:21:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys sendfile.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:21:26 -0000 dg 2003/12/01 14:21:25 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys sendfile.2 Log: Fixed typo: is -> it Revision Changes Path 1.6.2.8 +1 -1 src/lib/libc/sys/sendfile.2 From owner-cvs-all@FreeBSD.ORG Mon Dec 1 14:32:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB1616A4CE for ; Mon, 1 Dec 2003 14:32:22 -0800 (PST) Received: from mail8.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C59343FE0 for ; Mon, 1 Dec 2003 14:32:16 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 16232 invoked from network); 1 Dec 2003 22:32:15 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 1 Dec 2003 22:32:15 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB1MWCFn097807; Mon, 1 Dec 2003 17:32:12 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031201165303.C4201-100000@mail.chesapeake.net> Date: Mon, 01 Dec 2003 17:32:15 -0500 (EST) From: John Baldwin To: Jeff Roberson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:32:22 -0000 On 01-Dec-2003 Jeff Roberson wrote: > On Mon, 1 Dec 2003, John Baldwin wrote: > >> >> On 30-Nov-2003 Jeff Roberson wrote: >> > jeff 2003/11/30 14:08:24 PST >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/alpha/alpha mp_machdep.c >> > Log: >> > - Set mp_maxid in a way that is consistent with every other arch. It is >> > one more than the last valid 'cpuid'. >> > >> > Approved by: re (rwatson) >> >> Eh? No it's not. All that needs to be true is that for every processor, >> PCPU_GET(cpuid) <= mp_maxid. >> >> It can be equal to the highest ID and should be so for most cases. > > From x86's mp_machdep: > mp_maxid = MAXCPU; That's a bug. > ia64 > mp_maxid = min(mp_ncpus, MAXCPU) - 1; This is correct. Note - 1. > sparc64 > cpus = 0; > root = OF_peer(0); > for (child = OF_child(root); child != 0; child = OF_peer(child)) { > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 > && > strcmp(buf, "cpu") == 0) > cpus++; > } > mp_maxid = cpus; This should be cpus - 1. > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like > just sparc64 and x86 were wrong. Maybe I should change those to mean the > right thing, and backout the changes to uma. yack. Heh. I am already waiting for approval from re@ to fix x86. That was definitely my bug. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Mon Dec 1 14:54:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF06216A4CE; Mon, 1 Dec 2003 14:54:08 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A4543F93; Mon, 1 Dec 2003 14:54:06 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hB1Ms5O30852; Mon, 1 Dec 2003 17:54:05 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 1 Dec 2003 17:54:05 -0500 (EST) From: Jeff Roberson To: John Baldwin In-Reply-To: Message-ID: <20031201175237.S4201-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:54:09 -0000 On Mon, 1 Dec 2003, John Baldwin wrote: > > On 01-Dec-2003 Jeff Roberson wrote: > > On Mon, 1 Dec 2003, John Baldwin wrote: > > > >> > >> On 30-Nov-2003 Jeff Roberson wrote: > >> > jeff 2003/11/30 14:08:24 PST > >> > > >> > FreeBSD src repository > >> > > >> > Modified files: > >> > sys/alpha/alpha mp_machdep.c > >> > Log: > >> > - Set mp_maxid in a way that is consistent with every other arch. It is > >> > one more than the last valid 'cpuid'. > >> > > >> > Approved by: re (rwatson) > >> > >> Eh? No it's not. All that needs to be true is that for every processor, > >> PCPU_GET(cpuid) <= mp_maxid. > >> > >> It can be equal to the highest ID and should be so for most cases. > > > > From x86's mp_machdep: > > mp_maxid = MAXCPU; > > That's a bug. > > > ia64 > > mp_maxid = min(mp_ncpus, MAXCPU) - 1; > > This is correct. Note - 1. > > > sparc64 > > cpus = 0; > > root = OF_peer(0); > > for (child = OF_child(root); child != 0; child = OF_peer(child)) { > > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 > > && > > strcmp(buf, "cpu") == 0) > > cpus++; > > } > > mp_maxid = cpus; > > This should be cpus - 1. > > > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like > > just sparc64 and x86 were wrong. Maybe I should change those to mean the > > right thing, and backout the changes to uma. yack. > > Heh. I am already waiting for approval from re@ to fix x86. That was > definitely my bug. Well, since ULE and UMA are the only two subsystems which make use of mp_maxid, can I request that it be one over the maximum id so that I can use it in loops like: for (i = 0; i < mp_maxid; i++) { Otherwise I guess I can do <=. If you fix x86, can you fix alpha and amd64, and uma and ule? :-) > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > From owner-cvs-all@FreeBSD.ORG Mon Dec 1 15:09:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EBD216A4CF for ; Mon, 1 Dec 2003 15:09:42 -0800 (PST) Received: from mail8.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39FC43FD7 for ; Mon, 1 Dec 2003 15:09:35 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 29454 invoked from network); 1 Dec 2003 23:09:35 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 1 Dec 2003 23:09:35 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB1N9VFn097987; Mon, 1 Dec 2003 18:09:32 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031201175237.S4201-100000@mail.chesapeake.net> Date: Mon, 01 Dec 2003 18:09:35 -0500 (EST) From: John Baldwin To: Jeff Roberson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 23:09:42 -0000 On 01-Dec-2003 Jeff Roberson wrote: > > On Mon, 1 Dec 2003, John Baldwin wrote: > >> >> On 01-Dec-2003 Jeff Roberson wrote: >> > On Mon, 1 Dec 2003, John Baldwin wrote: >> > >> >> >> >> On 30-Nov-2003 Jeff Roberson wrote: >> >> > jeff 2003/11/30 14:08:24 PST >> >> > >> >> > FreeBSD src repository >> >> > >> >> > Modified files: >> >> > sys/alpha/alpha mp_machdep.c >> >> > Log: >> >> > - Set mp_maxid in a way that is consistent with every other arch. It is >> >> > one more than the last valid 'cpuid'. >> >> > >> >> > Approved by: re (rwatson) >> >> >> >> Eh? No it's not. All that needs to be true is that for every processor, >> >> PCPU_GET(cpuid) <= mp_maxid. >> >> >> >> It can be equal to the highest ID and should be so for most cases. >> > >> > From x86's mp_machdep: >> > mp_maxid = MAXCPU; >> >> That's a bug. >> >> > ia64 >> > mp_maxid = min(mp_ncpus, MAXCPU) - 1; >> >> This is correct. Note - 1. >> >> > sparc64 >> > cpus = 0; >> > root = OF_peer(0); >> > for (child = OF_child(root); child != 0; child = OF_peer(child)) { >> > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 >> > && >> > strcmp(buf, "cpu") == 0) >> > cpus++; >> > } >> > mp_maxid = cpus; >> >> This should be cpus - 1. >> >> > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like >> > just sparc64 and x86 were wrong. Maybe I should change those to mean the >> > right thing, and backout the changes to uma. yack. >> >> Heh. I am already waiting for approval from re@ to fix x86. That was >> definitely my bug. > > Well, since ULE and UMA are the only two subsystems which make use of > mp_maxid, can I request that it be one over the maximum id so that I can > use it in loops like: > for (i = 0; i < mp_maxid; i++) { > > Otherwise I guess I can do <=. If you fix x86, can you fix alpha and > amd64, and uma and ule? :-) I'll fix all of them and work up a patch tomorrow, sure. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Mon Dec 1 15:14:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F25116A4CF; Mon, 1 Dec 2003 15:14:32 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B389F43FDF; Mon, 1 Dec 2003 15:14:30 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id A73182ED43D; Mon, 1 Dec 2003 15:14:30 -0800 (PST) Date: Mon, 1 Dec 2003 15:14:30 -0800 From: Alfred Perlstein To: Alexey Dokuchaev Message-ID: <20031201231430.GI75620@elvis.mu.org> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201221606.GA78852@regency.nsu.ru> User-Agent: Mutt/1.4.1i cc: src-committers@freebsd.org cc: Robert Watson cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 23:14:32 -0000 * Alexey Dokuchaev [031201 14:15] wrote: > On Sun, Nov 30, 2003 at 07:39:04PM -0800, Alfred Perlstein wrote: > > > > vim-lite is really nice to have around and I have to agree... > > wait... > > anyone really tired of nvi?... and wants us to be a little more > > like OS X? And let's not forget helping the children of Uganda... :) > > > > When are we going to replace nvi with vim-without-x11? > > Is this really that worth it? Speaking for myself, I'm perfectly happy > with nvi, and had never felt like installing any of vim* ports. And it's not like the Geo Metro didn't sell. But really, vim will get us more converts, it's just easier, has syntax highlighting and a TON of features that nvi either doesn't have or requires much more complex commands to access. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Mon Dec 1 15:29:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBE316A4CE; Mon, 1 Dec 2003 15:29:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9229443FDD; Mon, 1 Dec 2003 15:29:11 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1NTBXJ075117; Mon, 1 Dec 2003 15:29:11 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1NTBIE075116; Mon, 1 Dec 2003 15:29:11 -0800 (PST) (envelope-from trevor) Message-Id: <200312012329.hB1NTBIE075116@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 1 Dec 2003 15:29:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/denemo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 23:29:12 -0000 trevor 2003/12/01 15:29:11 PST FreeBSD ports repository Modified files: audio/denemo Makefile Log: Add bison dependency. noticed by: kris in bento log Approved by: portmgr (will) Revision Changes Path 1.18 +2 -1 ports/audio/denemo/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 1 16:00:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6B216A4CE; Mon, 1 Dec 2003 16:00:04 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A1A43FE0; Mon, 1 Dec 2003 15:59:56 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hB1NxuH70723; Mon, 1 Dec 2003 18:59:56 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 1 Dec 2003 18:59:56 -0500 (EST) From: Jeff Roberson To: John Baldwin In-Reply-To: Message-ID: <20031201185924.Y4201-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:00:05 -0000 On Mon, 1 Dec 2003, John Baldwin wrote: > > On 01-Dec-2003 Jeff Roberson wrote: > > > > On Mon, 1 Dec 2003, John Baldwin wrote: > > > >> > >> On 01-Dec-2003 Jeff Roberson wrote: > >> > On Mon, 1 Dec 2003, John Baldwin wrote: > >> > > >> >> > >> >> On 30-Nov-2003 Jeff Roberson wrote: > >> >> > jeff 2003/11/30 14:08:24 PST > >> >> > > >> >> > FreeBSD src repository > >> >> > > >> >> > Modified files: > >> >> > sys/alpha/alpha mp_machdep.c > >> >> > Log: > >> >> > - Set mp_maxid in a way that is consistent with every other arch. It is > >> >> > one more than the last valid 'cpuid'. > >> >> > > >> >> > Approved by: re (rwatson) > >> >> > >> >> Eh? No it's not. All that needs to be true is that for every processor, > >> >> PCPU_GET(cpuid) <= mp_maxid. > >> >> > >> >> It can be equal to the highest ID and should be so for most cases. > >> > > >> > From x86's mp_machdep: > >> > mp_maxid = MAXCPU; > >> > >> That's a bug. > >> > >> > ia64 > >> > mp_maxid = min(mp_ncpus, MAXCPU) - 1; > >> > >> This is correct. Note - 1. > >> > >> > sparc64 > >> > cpus = 0; > >> > root = OF_peer(0); > >> > for (child = OF_child(root); child != 0; child = OF_peer(child)) { > >> > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 > >> > && > >> > strcmp(buf, "cpu") == 0) > >> > cpus++; > >> > } > >> > mp_maxid = cpus; > >> > >> This should be cpus - 1. > >> > >> > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like > >> > just sparc64 and x86 were wrong. Maybe I should change those to mean the > >> > right thing, and backout the changes to uma. yack. > >> > >> Heh. I am already waiting for approval from re@ to fix x86. That was > >> definitely my bug. > > > > Well, since ULE and UMA are the only two subsystems which make use of > > mp_maxid, can I request that it be one over the maximum id so that I can > > use it in loops like: > > for (i = 0; i < mp_maxid; i++) { > > > > Otherwise I guess I can do <=. If you fix x86, can you fix alpha and > > amd64, and uma and ule? :-) > > I'll fix all of them and work up a patch tomorrow, sure. :) Thanks, I implemented the HTT topology stuff. You can remove that from your list. Cheers, Jeff > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > From owner-cvs-all@FreeBSD.ORG Mon Dec 1 16:15:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 442DF16A4CE; Mon, 1 Dec 2003 16:15:18 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836E643FCB; Mon, 1 Dec 2003 16:15:16 -0800 (PST) (envelope-from DougB@freebsd.org) Received: from dougb.net ([24.6.53.79]) by comcast.net (sccrmhc12) with SMTP id <20031202001515012003aq2qe>; Tue, 2 Dec 2003 00:15:15 +0000 Date: Mon, 1 Dec 2003 16:15:13 -0800 (PST) From: Doug Barton To: Anthony Ginepro In-Reply-To: <20031201191706.GA1826@renaissance.homeip.net> Message-ID: <20031201161350.A97771@qbhto.arg> References: <200312011635.hB1GZv7P042315@repoman.freebsd.org> <20031201191706.GA1826@renaissance.homeip.net> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Mike Makonnen cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:15:18 -0000 On Mon, 1 Dec 2003, Anthony Ginepro wrote: > Isn't it what /etc/periodic/daily/110.clean-tmps is for ? No, for several reasons. Most importantly, they are different solution spaces (boot time, and run time). The other reason these deserve different solutions is that a person might want to have one enabled, but not the other (which is what I do myself). > Or will all periodic scripts be integrated in /etc/rc.d ? Incredibly unlikely to happen. Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Mon Dec 1 16:17:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D8C16A4CE; Mon, 1 Dec 2003 16:17:03 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E1C43FA3; Mon, 1 Dec 2003 16:17:01 -0800 (PST) (envelope-from DougB@freebsd.org) Received: from dougb.net ([24.6.53.79]) by comcast.net (sccrmhc11) with SMTP id <2003120200165901100npc4re>; Tue, 2 Dec 2003 00:17:00 +0000 Date: Mon, 1 Dec 2003 16:16:58 -0800 (PST) From: Doug Barton To: Alfred Perlstein In-Reply-To: <20031201231430.GI75620@elvis.mu.org> Message-ID: <20031201161527.T97771@qbhto.arg> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alexey Dokuchaev cc: src-committers@freebsd.org cc: Robert Watson cc: David O'Brien cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:17:03 -0000 On Mon, 1 Dec 2003, Alfred Perlstein wrote: > But really, vim will get us more converts, I find it very hard to believe that people who care so much about what editor they use wouldn't be willing to install it from ports. OTOH, the main reason I don't use vim is that it's not installed by default on all the boxes I am responsible for, so I'd rather us (n)vi which is. Doug -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Mon Dec 1 16:23:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2CDF16A4CE; Mon, 1 Dec 2003 16:23:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C98A43F85; Mon, 1 Dec 2003 16:23:46 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB20NkXJ077726; Mon, 1 Dec 2003 16:23:46 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB20Nj9p077725; Mon, 1 Dec 2003 16:23:45 -0800 (PST) (envelope-from sam) Message-Id: <200312020023.hB20Nj9p077725@repoman.freebsd.org> From: Sam Leffler Date: Mon, 1 Dec 2003 16:23:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:23:47 -0000 sam 2003/12/01 16:23:45 PST FreeBSD src repository Modified files: sys/netinet ip_fw2.c sbin/ipfw ipfw.8 Log: Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriate code is compiled in to support the O_IPSEC operator. Previously no support was included and ipsec rules were always matching. Note that we do not return an error when an ipsec rule is added and the kernel does not have IPsec support compiled in; this is done intentionally but we may want to revisit this (document this in the man page). PR: 58899 Submitted by: Bjoern A. Zeeb Approved by: re (rwatson) Revision Changes Path 1.134 +8 -1 src/sbin/ipfw/ipfw.8 1.51 +1 -0 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 17:37:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E7BB16A4CE; Mon, 1 Dec 2003 17:37:18 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387CA43FCB; Mon, 1 Dec 2003 17:37:17 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 1B8502A7EA; Mon, 1 Dec 2003 17:37:17 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Jeff Roberson In-Reply-To: <20031201175237.S4201-100000@mail.chesapeake.net> Date: Mon, 01 Dec 2003 17:37:17 -0800 From: Peter Wemm Message-Id: <20031202013717.1B8502A7EA@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 01:37:18 -0000 Jeff Roberson wrote: > > On Mon, 1 Dec 2003, John Baldwin wrote: > > Heh. I am already waiting for approval from re@ to fix x86. That was > > definitely my bug. > > Well, since ULE and UMA are the only two subsystems which make use of > mp_maxid, can I request that it be one over the maximum id so that I can > use it in loops like: > for (i = 0; i < mp_maxid; i++) { > > Otherwise I guess I can do <=. What? Change your code to: for (i = 0; i <= mp_maxid; i++) ? :-) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Mon Dec 1 17:50:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E60516A4CE; Mon, 1 Dec 2003 17:50:53 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E344D43F85; Mon, 1 Dec 2003 17:50:44 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id CA74E2A7EA; Mon, 1 Dec 2003 17:50:44 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: John Baldwin In-Reply-To: Date: Mon, 01 Dec 2003 17:50:44 -0800 From: Peter Wemm Message-Id: <20031202015044.CA74E2A7EA@canning.wemm.org> cc: Jeff Roberson cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 01:50:53 -0000 John Baldwin wrote: > > On 01-Dec-2003 Jeff Roberson wrote: > > > > On Mon, 1 Dec 2003, John Baldwin wrote: > > > >> > >> On 01-Dec-2003 Jeff Roberson wrote: > >> > On Mon, 1 Dec 2003, John Baldwin wrote: > >> > > >> >> > >> >> On 30-Nov-2003 Jeff Roberson wrote: > >> >> > jeff 2003/11/30 14:08:24 PST > >> >> > > >> >> > FreeBSD src repository > >> >> > > >> >> > Modified files: > >> >> > sys/alpha/alpha mp_machdep.c > >> >> > Log: > >> >> > - Set mp_maxid in a way that is consistent with every other arch. It is > >> >> > one more than the last valid 'cpuid'. > >> >> > > >> >> > Approved by: re (rwatson) > >> >> > >> >> Eh? No it's not. All that needs to be true is that for every processo r, > >> >> PCPU_GET(cpuid) <= mp_maxid. > >> >> > >> >> It can be equal to the highest ID and should be so for most cases. > >> > > >> > From x86's mp_machdep: > >> > mp_maxid = MAXCPU; > >> > >> That's a bug. > >> > >> > ia64 > >> > mp_maxid = min(mp_ncpus, MAXCPU) - 1; > >> > >> This is correct. Note - 1. > >> > >> > sparc64 > >> > cpus = 0; > >> > root = OF_peer(0); > >> > for (child = OF_child(root); child != 0; child = OF_peer(child)) { > >> > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 > >> > && > >> > strcmp(buf, "cpu") == 0) > >> > cpus++; > >> > } > >> > mp_maxid = cpus; > >> > >> This should be cpus - 1. > >> > >> > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks li ke > >> > just sparc64 and x86 were wrong. Maybe I should change those to mean th e > >> > right thing, and backout the changes to uma. yack. > >> > >> Heh. I am already waiting for approval from re@ to fix x86. That was > >> definitely my bug. > > > > Well, since ULE and UMA are the only two subsystems which make use of > > mp_maxid, can I request that it be one over the maximum id so that I can > > use it in loops like: > > for (i = 0; i < mp_maxid; i++) { > > > > Otherwise I guess I can do <=. If you fix x86, can you fix alpha and > > amd64, and uma and ule? :-) > > I'll fix all of them and work up a patch tomorrow, sure. :) Well, whatever happens, please do something promptly because the amd64 GENERIC kernel is broken by all this and panics on a UP machine. I think the problem is currently bandaid-able by doing this: +++ mp_machdep.c 2 Dec 2003 01:41:02 -0000 @@ -201,3 +201,3 @@ else if (mp_ncpus == 1) - mp_maxid = 0; + mp_maxid = 1; else @@ -234,3 +234,3 @@ */ - mp_maxid = 0; + mp_maxid = 1; return (0); In other words, the code sets it to 1 and then changes it back to 0 again. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Mon Dec 1 18:08:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F7616A4CF; Mon, 1 Dec 2003 18:08:36 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F83943F93; Mon, 1 Dec 2003 18:08:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB228YRm013217; Mon, 1 Dec 2003 18:08:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB228XOX013216; Mon, 1 Dec 2003 18:08:33 -0800 (PST) (envelope-from obrien) Date: Mon, 1 Dec 2003 18:08:33 -0800 From: "David O'Brien" To: Peter Wemm Message-ID: <20031202020833.GB13079@dragon.nuxi.com> References: <20031202015044.CA74E2A7EA@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202015044.CA74E2A7EA@canning.wemm.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: src-committers@FreeBSD.org cc: John Baldwin cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: Jeff Roberson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 02:08:36 -0000 On Mon, Dec 01, 2003 at 05:50:44PM -0800, Peter Wemm wrote: > Well, whatever happens, please do something promptly because the amd64 GENERIC > kernel is broken by all this and panics on a UP machine. I think the problem > is currently bandaid-able by doing this: > > +++ mp_machdep.c 2 Dec 2003 01:41:02 -0000 > - mp_maxid = 0; > + mp_maxid = 1; ... > - mp_maxid = 0; > + mp_maxid = 1; This patch definately works on my Solo9 with GENERIC (minus WITNESS). From owner-cvs-all@FreeBSD.ORG Mon Dec 1 20:40:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E5016A4CE; Mon, 1 Dec 2003 20:40:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B9F43FDF; Mon, 1 Dec 2003 20:40:34 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB24eYXJ095057; Mon, 1 Dec 2003 20:40:34 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB24eYCf095056; Mon, 1 Dec 2003 20:40:34 -0800 (PST) (envelope-from imp) Message-Id: <200312020440.hB24eYCf095056@repoman.freebsd.org> From: Warner Losh Date: Mon, 1 Dec 2003 20:40:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 04:40:35 -0000 imp 2003/12/01 20:40:34 PST FreeBSD src repository Modified files: sys/conf majors Log: Major 186 for sx driver (for Specialix I/O8+) by frank@exit.com Revision Changes Path 1.183 +1 -0 src/sys/conf/majors From owner-cvs-all@FreeBSD.ORG Mon Dec 1 20:47:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B222916A4CE; Mon, 1 Dec 2003 20:47:23 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A40743FE5; Mon, 1 Dec 2003 20:47:17 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB24lGgt021048; Mon, 1 Dec 2003 21:47:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 01 Dec 2003 21:47:03 -0700 (MST) Message-Id: <20031201.214703.109283523.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200312020440.hB24eYCf095056@repoman.freebsd.org> References: <200312020440.hB24eYCf095056@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/conf majors X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 04:47:23 -0000 In message: <200312020440.hB24eYCf095056@repoman.freebsd.org> Warner Losh writes: : imp 2003/12/01 20:40:34 PST : : FreeBSD src repository : : Modified files: : sys/conf majors : Log: : Major 186 for sx driver (for Specialix I/O8+) by frank@exit.com Forgot: Approved by: re@ (rwatson) From owner-cvs-all@FreeBSD.ORG Mon Dec 1 20:48:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 598DB16A4CE; Mon, 1 Dec 2003 20:48:13 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F48443FCB; Mon, 1 Dec 2003 20:48:11 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AR3Wv-0007oV-00; Tue, 02 Dec 2003 11:57:01 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AR3Wt-0007mZ-00; Tue, 02 Dec 2003 11:56:59 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hB24ofg1027431; Tue, 2 Dec 2003 10:50:41 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hB24ofes027354; Tue, 2 Dec 2003 10:50:41 +0600 (NOVT) (envelope-from danfe) Date: Tue, 2 Dec 2003 10:50:41 +0600 From: Alexey Dokuchaev To: Doug Barton Message-ID: <20031202045041.GB4997@regency.nsu.ru> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> <20031201161527.T97771@qbhto.arg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201161527.T97771@qbhto.arg> User-Agent: Mutt/1.4.1i X-Envelope-To: DougB@freebsd.org, bright@mu.org, rwatson@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, scottl@freebsd.org, cvs-all@freebsd.org, obrien@freebsd.org cc: src-committers@freebsd.org cc: Robert Watson cc: David O'Brien cc: cvs-src@freebsd.org cc: Alfred Perlstein cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 04:48:13 -0000 On Mon, Dec 01, 2003 at 04:16:58PM -0800, Doug Barton wrote: > On Mon, 1 Dec 2003, Alfred Perlstein wrote: > > > But really, vim will get us more converts, > > I find it very hard to believe that people who care so much about what > editor they use wouldn't be willing to install it from ports. OTOH, the I'm also concerned about another bloat^Wpiece of contributed code we'd have to maintain in the base, in case of vim import. ./danfe From owner-cvs-all@FreeBSD.ORG Mon Dec 1 21:00:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C927416A4CE; Mon, 1 Dec 2003 21:00:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2590943F75; Mon, 1 Dec 2003 21:00:00 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB24xxXJ002001; Mon, 1 Dec 2003 20:59:59 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB24xx5B002000; Mon, 1 Dec 2003 20:59:59 -0800 (PST) (envelope-from imp) Message-Id: <200312020459.hB24xx5B002000@repoman.freebsd.org> From: Warner Losh Date: Mon, 1 Dec 2003 20:59:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 05:00:00 -0000 imp 2003/12/01 20:59:59 PST FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fix Lucent cards. o Back out workaround for not resetting lucent cards more than once. With these fixes, it appaers they are no longer necessary. o Set wi_gone when the card goes awol: typically when we get 0xffff back from the card. Also, don't interact with a card that's gone, so we fail in seconds rather than minutes. Also reduce amount of time we wait to .5s in wi_cmd. o clear wi_gone on ifconfig down to give some cards a chance after they wedge (this appears to unwedge one of my prism cards with old firmware). ifconfig up will fail quickly enough if the card really is out to lunch. o Add delay in wi_init of 100ms. o wi_stop(ifp, 0->1) changes so that we clear sc_enabled so that we exit out of the interrupt routine by just acking the interrupt Submitted by: iedowse Approved by: re@ (scottl) # after the freeze I'll fix some of the minor style issues that reviewers # of this patch have told me about. Revision Changes Path 1.158 +25 -10 src/sys/dev/wi/if_wi.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 21:54:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4C416A4CE; Mon, 1 Dec 2003 21:54:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C1643F3F; Mon, 1 Dec 2003 21:54:35 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB25sZXJ004933; Mon, 1 Dec 2003 21:54:35 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB25sZQK004932; Mon, 1 Dec 2003 21:54:35 -0800 (PST) (envelope-from bmah) Message-Id: <200312020554.hB25sZQK004932@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 1 Dec 2003 21:54:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/early-adopter article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 05:54:36 -0000 bmah 2003/12/01 21:54:35 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/early-adopter article.sgml Log: IFP4: Update the Early Adopters Guide to bring it up to the state of the world roughly as of the upcoming 5.2 release. Approved by: re (implicitly) Revision Changes Path 1.17 +90 -39 src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Dec 1 22:18:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD9616A4CE; Mon, 1 Dec 2003 22:18:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B7F43FDF; Mon, 1 Dec 2003 22:18:37 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB26IbXJ006630; Mon, 1 Dec 2003 22:18:37 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB26Ib1J006629; Mon, 1 Dec 2003 22:18:37 -0800 (PST) (envelope-from bde) Message-Id: <200312020618.hB26Ib1J006629@repoman.freebsd.org> From: Bruce Evans Date: Mon, 1 Dec 2003 22:18:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3,RELENG_4 Subject: cvs commit: src/sys/isa sio.c src/sys/i386/isa sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 06:18:38 -0000 bde 2003/12/01 22:18:37 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/isa sio.c Modified files: (Branch: RELENG_3) sys/i386/isa sio.c Log: MFC (1.405: quick fix for most of the pessimization in rev.1.194). Revision Changes Path 1.224.2.10 +8 -3 src/sys/i386/isa/sio.c 1.291.2.36 +7 -2 src/sys/isa/sio.c From owner-cvs-all@FreeBSD.ORG Mon Dec 1 23:07:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D67516A4CF; Mon, 1 Dec 2003 23:07:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C8A43F75; Mon, 1 Dec 2003 23:07:46 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB277kXJ009814; Mon, 1 Dec 2003 23:07:46 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB277kpV009813; Mon, 1 Dec 2003 23:07:46 -0800 (PST) (envelope-from bmah) Message-Id: <200312020707.hB277kpV009813@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 1 Dec 2003 23:07:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 wi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:07:47 -0000 bmah 2003/12/01 23:07:46 PST FreeBSD src repository Modified files: share/man/man4 wi.4 Log: Add a few wi-supported cards to get this manpage caught up with the hardware notes. Reviewed by: imp Approved by: re (implicitly) Revision Changes Path 1.58 +6 -0 src/share/man/man4/wi.4 From owner-cvs-all@FreeBSD.ORG Mon Dec 1 23:13:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AFFC16A4CE; Mon, 1 Dec 2003 23:13:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 538BF43FBF; Mon, 1 Dec 2003 23:13:04 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB27D4XJ010081; Mon, 1 Dec 2003 23:13:04 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB27D45O010080; Mon, 1 Dec 2003 23:13:04 -0800 (PST) (envelope-from bmah) Message-Id: <200312020713.hB27D45O010080@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 1 Dec 2003 23:13:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:13:05 -0000 bmah 2003/12/01 23:13:03 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Trim wi(4) devices from the hardware notes. Also add a listing of the various chipsets supported by this driver as there are only a few and this seems to be useful information. Approved by: re (implicitly) Revision Changes Path 1.203 +5 -121 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Mon Dec 1 23:57:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733BA16A4CE; Mon, 1 Dec 2003 23:57:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8EF43FA3; Mon, 1 Dec 2003 23:57:20 -0800 (PST) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB27vKXJ011546; Mon, 1 Dec 2003 23:57:20 -0800 (PST) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB27vKIW011545; Mon, 1 Dec 2003 23:57:20 -0800 (PST) (envelope-from ps) Message-Id: <200312020757.hB27vKIW011545@repoman.freebsd.org> From: Paul Saab Date: Mon, 1 Dec 2003 23:57:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:57:21 -0000 ps 2003/12/01 23:57:20 PST FreeBSD src repository Modified files: sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h Log: After extensive QA cycles at 3ware, bring the driver in-line with all the issues which they found and asked to be changed so 3ware can offcially support the driver. Summary of the most significant changes: - TWE_OVERRIDE is no longer supported - If twe_getparam failed, bogus data would be returned to the caller - Cache the device unit in the twe_drive structure to aid debugging - Add the 3ware driver version. - Proper return error codes for many functions. - Track the minimum queue length statistics - 4.x compat: use the cached unit number from the twe_drive structure instead of the the cached si_drv2. 3ware found that after many loads and unloads that si_drv2 became corrupted. This did not happen in -current. Submitted by: Vinod Kashyap (with modifications by me) Approved by: re (rwatson) Revision Changes Path 1.18 +100 -48 src/sys/dev/twe/twe.c 1.11 +4 -34 src/sys/dev/twe/twe_compat.h 1.31 +42 -49 src/sys/dev/twe/twe_freebsd.c 1.4 +4 -17 src/sys/dev/twe/twe_tables.h 1.3 +6 -3 src/sys/dev/twe/tweio.h 1.10 +4 -1 src/sys/dev/twe/twereg.h 1.9 +26 -8 src/sys/dev/twe/twevar.h From owner-cvs-all@FreeBSD.ORG Tue Dec 2 03:10:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5684316A4CE; Tue, 2 Dec 2003 03:10:53 -0800 (PST) Received: from mail.tcoip.com.br (erato.tco.net.br [200.220.254.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089DF43FE1; Tue, 2 Dec 2003 03:10:47 -0800 (PST) (envelope-from dcs@tcoip.com.br) Received: from tcoip.com.br ([10.0.2.6]) by mail.tcoip.com.br (8.11.6/8.11.6) with ESMTP id hB2BAhb18585; Tue, 2 Dec 2003 09:10:43 -0200 Message-ID: <3FCC7333.8080602@tcoip.com.br> Date: Tue, 02 Dec 2003 09:10:43 -0200 From: "Daniel C. Sobral" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, pt-br, ja MIME-Version: 1.0 To: Bruce M Simpson References: <200311300258.hAU2wism078340@repoman.freebsd.org> In-Reply-To: <200311300258.hAU2wism078340@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/netstat if.c netstat.1 route.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 11:10:53 -0000 Bruce M Simpson wrote: > bms 2003/11/29 18:58:44 PST >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_4) > usr.bin/netstat if.c netstat.1 route.c=20 > Log: > MFC: Fix some minor nits in netstat whereby large interface names wou= ld be > truncated. In environments where many tunnel or vlan interfaces are c= reated, > interface names have high numbers which overflow the field width. Thanks! The only reason I won't be naming my first child after you is=20 because, frankly, "Bruce" wouldn't sound right here. :-) --=20 Daniel C. Sobral Ger=EAncia de Opera=E7=F5es Divis=E3o de Comunica=E7=E3o de Dados Coordena=E7=E3o de Seguran=E7a VIVO Centro Oeste Norte Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: Daniel.Capo@tco.net.br Daniel.Sobral@tcoip.com.br dcs@tcoip.com.br From owner-cvs-all@FreeBSD.ORG Tue Dec 2 04:36:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A7116A4CE; Tue, 2 Dec 2003 04:36:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3797C43F85; Tue, 2 Dec 2003 04:36:01 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2Ca0XJ031144; Tue, 2 Dec 2003 04:36:00 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2Ca0AF031143; Tue, 2 Dec 2003 04:36:00 -0800 (PST) (envelope-from bde) Message-Id: <200312021236.hB2Ca0AF031143@repoman.freebsd.org> From: Bruce Evans Date: Tue, 2 Dec 2003 04:36:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa cy.c src/sys/pci cy_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 12:36:02 -0000 bde 2003/12/02 04:36:00 PST FreeBSD src repository Modified files: sys/i386/isa cy.c sys/pci cy_pci.c Log: Fixed breakage of the pci case of the cy driver by the new interrupt code. Both the driver and the new code were wrong. Driver interrupt handlers are supposed to take "void *vsc" arg, but some including all COMPAT_ISA drivers and the pci part of the cy driver want an "int unit" arg. They got this using bogus casts of function pointers which should have kept working despite their bogusness. However, the new interrupt code doesn't honor requests to pass an arg of ((void *)0), so things are very broken if the arg is actually a representation of unit 0. The fix is to use a normal "void *vsc" arg for the pci case and a wrapper for the COMPAT_ISA case (of the cy driver). This cleans up new-busification of the pci case but takes the COMPAT_ISA case a little further from new-bus. The corresponding bug for the COMPAT_ISA case has already been fixed similarly using a wrapper in compat_isa.c and we need another wrapper just to undo that. Fixed some directly related style bugs (mainly by removing compatibility cruft). cy.c: Fixed an indirectly related old bug in cyattach_common(). A wrong status was returned in the unlikely event that malloc() failed. Approved by: re (scottl) Revision Changes Path 1.137 +32 -31 src/sys/i386/isa/cy.c 1.30 +8 -17 src/sys/pci/cy_pci.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 04:47:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A97416A4CE; Tue, 2 Dec 2003 04:47:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6495443FBD; Tue, 2 Dec 2003 04:47:09 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2Cl9XJ035048; Tue, 2 Dec 2003 04:47:09 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2Cl9Lv034999; Tue, 2 Dec 2003 04:47:09 -0800 (PST) (envelope-from bde) Message-Id: <200312021247.hB2Cl9Lv034999@repoman.freebsd.org> From: Bruce Evans Date: Tue, 2 Dec 2003 04:47:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci cy_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 12:47:10 -0000 bde 2003/12/02 04:47:09 PST FreeBSD src repository Modified files: sys/pci cy_pci.c Log: Fixed some minor indentation bugs. Approved by: re (scottl) Revision Changes Path 1.31 +12 -12 src/sys/pci/cy_pci.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 04:52:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94AA216A4CE; Tue, 2 Dec 2003 04:52:13 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9761443FF2; Tue, 2 Dec 2003 04:52:10 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 86824530E; Tue, 2 Dec 2003 13:52:09 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id B6B055308; Tue, 2 Dec 2003 13:52:02 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 9D34733C7B; Tue, 2 Dec 2003 13:52:02 +0100 (CET) To: Alfred Perlstein References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 02 Dec 2003 13:52:02 +0100 In-Reply-To: <20031201033904.GD75620@elvis.mu.org> (Alfred Perlstein's message of "Sun, 30 Nov 2003 19:39:04 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: src-committers@FreeBSD.org cc: Robert Watson cc: David O'Brien cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 12:52:13 -0000 Alfred Perlstein writes: > When are we going to replace nvi with vim-without-x11? Over my dead body. I consider vim a st****ng pile of s**t. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Dec 2 05:01:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1C216A4CE; Tue, 2 Dec 2003 05:01:33 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7255E43FAF; Tue, 2 Dec 2003 05:01:32 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 6083B530C; Tue, 2 Dec 2003 14:01:31 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 6B62D5308; Tue, 2 Dec 2003 14:01:20 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id D3BB433C7B; Tue, 2 Dec 2003 14:01:19 +0100 (CET) To: Mike Makonnen References: <200312011635.hB1GZv7P042315@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 02 Dec 2003 14:01:19 +0100 In-Reply-To: <200312011635.hB1GZv7P042315@repoman.freebsd.org> (Mike Makonnen's message of "Mon, 1 Dec 2003 08:35:57 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 13:01:34 -0000 Mike Makonnen writes: > Log: > When clearing /tmp, X11 lock and temporary files are special. > Remove them unconditionaly. Thanks. It's always a pain when X refuses to start after a crash. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Dec 2 05:16:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F7F616A4CE; Tue, 2 Dec 2003 05:16:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D8943F93; Tue, 2 Dec 2003 05:16:56 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2DGuXJ039093; Tue, 2 Dec 2003 05:16:56 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2DGuEx039092; Tue, 2 Dec 2003 05:16:56 -0800 (PST) (envelope-from kensmith) Message-Id: <200312021316.hB2DGuEx039092@repoman.freebsd.org> From: Ken Smith Date: Tue, 2 Dec 2003 05:16:56 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys kensmith.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 13:16:57 -0000 kensmith 2003/12/02 05:16:56 PST FreeBSD doc repository Added files: share/pgpkeys kensmith.key Log: - Add my pgp key (now that joe told me why I'd want one :-) Revision Changes Path 1.1 +38 -0 doc/share/pgpkeys/kensmith.key (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 2 05:19:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB76416A4CE; Tue, 2 Dec 2003 05:19:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCCD43FE1; Tue, 2 Dec 2003 05:19:29 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2DJSXJ039170; Tue, 2 Dec 2003 05:19:28 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2DJSuC039169; Tue, 2 Dec 2003 05:19:28 -0800 (PST) (envelope-from kensmith) Message-Id: <200312021319.hB2DJSuC039169@repoman.freebsd.org> From: Ken Smith Date: Tue, 2 Dec 2003 05:19:28 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys pgpkeys.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 13:19:29 -0000 kensmith 2003/12/02 05:19:28 PST FreeBSD doc repository Modified files: share/pgpkeys pgpkeys.ent Log: - Add my pgp key Revision Changes Path 1.14 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Tue Dec 2 05:30:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A5016A4CE; Tue, 2 Dec 2003 05:30:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B15A43FA3; Tue, 2 Dec 2003 05:30:46 -0800 (PST) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2DUkXJ039590; Tue, 2 Dec 2003 05:30:46 -0800 (PST) (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2DUkpl039589; Tue, 2 Dec 2003 05:30:46 -0800 (PST) (envelope-from kensmith) Message-Id: <200312021330.hB2DUkpl039589@repoman.freebsd.org> From: Ken Smith Date: Tue, 2 Dec 2003 05:30:46 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 13:30:48 -0000 kensmith 2003/12/02 05:30:46 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: - Add my pgp key Revision Changes Path 1.202 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Dec 2 05:56:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D568616A4CE; Tue, 2 Dec 2003 05:56:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F9143FE0; Tue, 2 Dec 2003 05:56:12 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2DuCXJ040422; Tue, 2 Dec 2003 05:56:12 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2DuBd9040421; Tue, 2 Dec 2003 05:56:11 -0800 (PST) (envelope-from brueffer) Message-Id: <200312021356.hB2DuBd9040421@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 2 Dec 2003 05:56:11 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 13:56:13 -0000 brueffer 2003/12/02 05:56:11 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: 'manuals pages' -> 'manual pages' Revision Changes Path 1.130 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Dec 2 07:02:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DACD516A4CE; Tue, 2 Dec 2003 07:02:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A966B43FE9; Tue, 2 Dec 2003 07:02:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2F2DXJ043417; Tue, 2 Dec 2003 07:02:13 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2F2Dfj043416; Tue, 2 Dec 2003 07:02:13 -0800 (PST) (envelope-from bde) Message-Id: <200312021502.hB2F2Dfj043416@repoman.freebsd.org> From: Bruce Evans Date: Tue, 2 Dec 2003 07:02:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 apic_vector.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 15:02:15 -0000 bde 2003/12/02 07:02:12 PST FreeBSD src repository Modified files: sys/i386/i386 apic_vector.s Log: Fixed panics in apic interrupt handlers if kernel profiling is turned on. MCOUNT and FAKE_MCOUNT() may clobber all the call-used registers, and one FAKE_MCOUNT() was placed so that an active %eax was clobbered. The fix is to move this FAKE_MCOUNT() earlier where it should have been anyway. Fixed 3 layers of bitrot in the comment about why this FAKE_MCOUNT() was where it was by removing the comment. (mcount() should be called as early as possible after entering a new level, but an implementation detail got in the way until 3 layers of changes ago.) Kernel profiling still gives wrong results because the new interrupt code rearranged object files too much. mcount() depends on trap, syscall and interrupt handlers being between certain magic labels with interrupt handlers last, and on nothing else being there. Splitting up exception.o moved the magic labels to effectively random places relative to what they are supposed to delimit. This mainly broke the call graph; the flat profile is still usable. Revision Changes Path 1.95 +1 -1 src/sys/i386/i386/apic_vector.s From owner-cvs-all@FreeBSD.ORG Tue Dec 2 07:05:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D571E16A4CE; Tue, 2 Dec 2003 07:05:44 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A1343FD7; Tue, 2 Dec 2003 07:05:42 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id hB2F5fEU011715; Tue, 2 Dec 2003 16:05:41 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Bruce Evans From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 02 Dec 2003 07:02:13 PST." <200312021502.hB2F2Dfj043416@repoman.freebsd.org> Date: Tue, 02 Dec 2003 16:05:41 +0100 Message-ID: <11714.1070377541@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 apic_vector.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 15:05:45 -0000 In message <200312021502.hB2F2Dfj043416@repoman.freebsd.org>, Bruce Evans write s: > Kernel profiling still gives wrong results because the new interrupt > code rearranged object files too much. I should add that I have patches in the re@ queue which makes kernbb(8) and gcov(1) work on -current. Basic Block Profiling always gives correct results. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Tue Dec 2 08:00:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C92216A4D0; Tue, 2 Dec 2003 08:00:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70AC543FBD; Tue, 2 Dec 2003 08:00:27 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2G0RXJ046145; Tue, 2 Dec 2003 08:00:27 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2G0Qb8046144; Tue, 2 Dec 2003 08:00:26 -0800 (PST) (envelope-from mtm) Message-Id: <200312021600.hB2G0Qb8046144@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 2 Dec 2003 08:00:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/arch/i386/i386 _setcurthread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 16:00:28 -0000 mtm 2003/12/02 08:00:26 PST FreeBSD src repository Modified files: lib/libthr/arch/i386/i386 _setcurthread.c Log: Use dynamic instead of static LDT allocation. Approved by: re (scottl) Revision Changes Path 1.11 +4 -5 src/lib/libthr/arch/i386/i386/_setcurthread.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 08:45:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 771C016A4CE; Tue, 2 Dec 2003 08:45:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20D943FBF; Tue, 2 Dec 2003 08:45:30 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2GjUXJ048869; Tue, 2 Dec 2003 08:45:30 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2GjUul048868; Tue, 2 Dec 2003 08:45:30 -0800 (PST) (envelope-from stephane) Message-Id: <200312021645.hB2GjUul048868@repoman.freebsd.org> From: Stephane Legrand Date: Tue, 2 Dec 2003 08:45:30 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr/java advocacy.sgml install.sgml press.sgml www/fr/java/dists 10.sgml 14.sgml www/fr/java/docs faq.sgml howtoports.sgml newbies.sgml tutorials.sgml www/fr/java/links development.sgml documentation.sgml freebsd.sgml index.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 16:45:32 -0000 stephane 2003/12/02 08:45:30 PST FreeBSD doc repository Modified files: fr/java advocacy.sgml install.sgml press.sgml fr/java/dists 10.sgml 14.sgml fr/java/docs faq.sgml howtoports.sgml newbies.sgml tutorials.sgml fr/java/links development.sgml documentation.sgml freebsd.sgml index.sgml resources.sgml servlets.sgml tools.sgml tutorials.sgml vendor.sgml Log: Merge from the English version: 1.4 -> 1.5 fr/java/dists/10.sgml 1.4 -> 1.6 fr/java/dists/14.sgml 1.2 -> 1.5 fr/java/press.sgml 1.4 -> 1.5 fr/java/docs/faq.sgml 1.4 -> 1.6 fr/java/docs/howtoports.sgml 1.4 -> 1.5 fr/java/docs/newbies.sgml 1.4 -> 1.5 fr/java/docs/tutorials.sgml 1.5 -> 1.6 fr/java/advocacy.sgml 1.7 -> 1.10 fr/java/links/development.sgml 1.4 -> 1.5 fr/java/links/documentation.sgml 1.5 -> 1.8 fr/java/links/freebsd.sgml 1.5 -> 1.6 fr/java/links/index.sgml 1.6 -> 1.8 fr/java/links/resources.sgml 1.5 -> 1.6 fr/java/links/servlets.sgml 1.4 -> 1.5 fr/java/links/tools.sgml 1.4 -> 1.6 fr/java/links/tutorials.sgml 1.4 -> 1.5 fr/java/links/vendor.sgml 1.8 -> 1.12 fr/java/install.sgml Submitted by: Vincent Tougait Revision Changes Path 1.2 +7 -5 www/fr/java/advocacy.sgml 1.2 +4 -4 www/fr/java/dists/10.sgml 1.2 +17 -6 www/fr/java/dists/14.sgml 1.2 +6 -5 www/fr/java/docs/faq.sgml 1.2 +6 -5 www/fr/java/docs/howtoports.sgml 1.2 +6 -5 www/fr/java/docs/newbies.sgml 1.2 +4 -3 www/fr/java/docs/tutorials.sgml 1.2 +71 -12 www/fr/java/install.sgml 1.2 +15 -22 www/fr/java/links/development.sgml 1.2 +4 -3 www/fr/java/links/documentation.sgml 1.2 +5 -4 www/fr/java/links/freebsd.sgml 1.2 +4 -3 www/fr/java/links/index.sgml 1.2 +6 -12 www/fr/java/links/resources.sgml 1.2 +5 -4 www/fr/java/links/servlets.sgml 1.2 +4 -3 www/fr/java/links/tools.sgml 1.2 +5 -4 www/fr/java/links/tutorials.sgml 1.2 +4 -3 www/fr/java/links/vendor.sgml 1.2 +5 -7 www/fr/java/press.sgml From owner-cvs-all@FreeBSD.ORG Tue Dec 2 09:11:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 881D116A4CE; Tue, 2 Dec 2003 09:11:43 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E2F43F3F; Tue, 2 Dec 2003 09:11:42 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3CD6572DB8; Tue, 2 Dec 2003 09:11:42 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 3AF7072DB5; Tue, 2 Dec 2003 09:11:42 -0800 (PST) Date: Tue, 2 Dec 2003 09:11:42 -0800 (PST) From: Doug White To: Paul Saab In-Reply-To: <200312020757.hB27vKIW011545@repoman.freebsd.org> Message-ID: <20031202091116.X59423@carver.gumbysoft.com> References: <200312020757.hB27vKIW011545@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 17:11:43 -0000 On Mon, 1 Dec 2003, Paul Saab wrote: > Log: > After extensive QA cycles at 3ware, bring the driver in-line with all the > issues which they found and asked to be changed so 3ware can offcially > support the driver. Nice! -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Dec 2 10:28:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1305716A4CE; Tue, 2 Dec 2003 10:28:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAEFE43FF5; Tue, 2 Dec 2003 10:28:00 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2IS0XJ059780; Tue, 2 Dec 2003 10:28:00 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2IS0Ih059775; Tue, 2 Dec 2003 10:28:00 -0800 (PST) (envelope-from brooks) Message-Id: <200312021828.hB2IS0Ih059775@repoman.freebsd.org> From: Brooks Davis Date: Tue, 2 Dec 2003 10:28:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_log.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:28:02 -0000 brooks 2003/12/02 10:28:00 PST FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_log.c Log: Use parens more reasionably so we match the vendor code. This is part of the if_xname change. Submitted by: darrenr Approved by: re (scottl) Revision Changes Path 1.26 +2 -2 src/sys/contrib/ipfilter/netinet/ip_log.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 10:33:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA00816A4CF; Tue, 2 Dec 2003 10:33:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A9943FDD; Tue, 2 Dec 2003 10:33:37 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2IXaXJ060025; Tue, 2 Dec 2003 10:33:36 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2IXaxu060024; Tue, 2 Dec 2003 10:33:36 -0800 (PST) (envelope-from brooks) Message-Id: <200312021833.hB2IXaxu060024@repoman.freebsd.org> From: Brooks Davis Date: Tue, 2 Dec 2003 10:33:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENREED Subject: cvs commit: src/contrib/ipfilter ipt.c kmem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:33:37 -0000 brooks 2003/12/02 10:33:36 PST FreeBSD src repository Modified files: (Branch: DARRENREED) contrib/ipfilter ipt.c kmem.c Log: This is a direct commit to the vendor branch with code from the vendor. Replace the if_name and if_unit members of struct ifnet with new members if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Submitted by: darrenr Approved by: re (scottl) Revision Changes Path 1.1.1.13 +4 -2 src/contrib/ipfilter/ipt.c 1.1.1.11 +4 -2 src/contrib/ipfilter/kmem.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 10:48:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 727EC16A4CE; Tue, 2 Dec 2003 10:48:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62F643FA3; Tue, 2 Dec 2003 10:48:05 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2Im5XJ060554; Tue, 2 Dec 2003 10:48:05 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2Im5gU060553; Tue, 2 Dec 2003 10:48:05 -0800 (PST) (envelope-from marcus) Message-Id: <200312021848.hB2Im5gU060553@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 2 Dec 2003 10:48:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnome2-lite pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:48:06 -0000 marcus 2003/12/02 10:48:05 PST FreeBSD ports repository Modified files: x11/gnome2-lite pkg-message Log: Add some wording on how to move from gnome2-lite to the full-blown GNOME 2 desktop. Revision Changes Path 1.2 +9 -2 ports/x11/gnome2-lite/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Dec 2 10:51:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19BCC16A4CE; Tue, 2 Dec 2003 10:51:37 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DD543FE1; Tue, 2 Dec 2003 10:51:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB2IpXRm023049; Tue, 2 Dec 2003 10:51:33 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB2IpX3Q023048; Tue, 2 Dec 2003 10:51:33 -0800 (PST) (envelope-from obrien) Date: Tue, 2 Dec 2003 10:51:33 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20031202185133.GD20823@dragon.nuxi.com> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:51:37 -0000 On Tue, Dec 02, 2003 at 01:52:02PM +0100, Dag-Erling Sm?rgrav wrote: > Alfred Perlstein writes: > > When are we going to replace nvi with vim-without-x11? > > Over my dead body. I consider vim a st****ng pile of s**t. I consider nvi a st****ng pile of s**t. So there! 8-))))) Any talk of importing Vim should just stop right here, right now. The license on it is close enough to GPL that even I would strongly block its import. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Dec 2 10:53:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E886216A4CE; Tue, 2 Dec 2003 10:53:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 429E643FD7; Tue, 2 Dec 2003 10:53:24 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2IrOXJ060804; Tue, 2 Dec 2003 10:53:24 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2IrNop060803; Tue, 2 Dec 2003 10:53:23 -0800 (PST) (envelope-from obrien) Message-Id: <200312021853.hB2IrNop060803@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 2 Dec 2003 10:53:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/rc_subr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:53:25 -0000 obrien 2003/12/02 10:53:23 PST FreeBSD ports repository Modified files: sysutils/rc_subr Makefile Log: Fix master site list -- this will greatly speed up fetching (and make it clear where the real distfile lives). Revision Changes Path 1.3 +1 -3 ports/sysutils/rc_subr/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 2 10:55:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F2D516A4CE; Tue, 2 Dec 2003 10:55:38 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FBFE43FE0; Tue, 2 Dec 2003 10:55:29 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hB2IqjMg068543; Tue, 2 Dec 2003 13:52:45 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hB2IqjLn068540; Tue, 2 Dec 2003 13:52:45 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 2 Dec 2003 13:52:45 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "David O'Brien" In-Reply-To: <20031202185133.GD20823@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Dag-Erling Sm?rgrav cc: Alfred Perlstein cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:55:38 -0000 On Tue, 2 Dec 2003, David O'Brien wrote: > On Tue, Dec 02, 2003 at 01:52:02PM +0100, Dag-Erling Sm?rgrav wrote: > > Alfred Perlstein writes: > > > When are we going to replace nvi with vim-without-x11? > > > > Over my dead body. I consider vim a st****ng pile of s**t. > > I consider nvi a st****ng pile of s**t. So there! 8-))))) > > Any talk of importing Vim should just stop right here, right now. The > license on it is close enough to GPL that even I would strongly block > its import. I've been thinking we could solve all this by moving to nvi.ko and vim.ko, and let the user decide using a boot-time loader tunable. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Tue Dec 2 10:58:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB91316A4CE; Tue, 2 Dec 2003 10:58:54 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3760B43FF7; Tue, 2 Dec 2003 10:58:49 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hB2IwjSq001236; Tue, 2 Dec 2003 13:58:46 -0500 (EST) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) hB2IwQIo086288; Tue, 2 Dec 2003 13:58:26 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "David E. O'Brien" In-Reply-To: <200312021853.hB2IrNop060803@repoman.freebsd.org> References: <200312021853.hB2IrNop060803@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HVOen5TpH0LKGdyTV4X7" Organization: MarcusCom, Inc. Message-Id: <1070391533.734.83.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 02 Dec 2003 13:58:53 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/rc_subr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:58:54 -0000 --=-HVOen5TpH0LKGdyTV4X7 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-12-02 at 13:53, David E. O'Brien wrote: > obrien 2003/12/02 10:53:23 PST >=20 > FreeBSD ports repository >=20 > Modified files: > sysutils/rc_subr Makefile=20 > Log: > Fix master site list -- this will greatly speed up fetching (and make > it clear where the real distfile lives). Approved by: portmgr (marcus) Joe > =20 > Revision Changes Path > 1.3 +1 -3 ports/sysutils/rc_subr/Makefile --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-HVOen5TpH0LKGdyTV4X7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/zODtb2iPiv4Uz4cRAoavAJ0frGdfGhLeku81xI+yhCk/9ubHcACbBkQF qPyEnR7zgaFOS0oK4HxwGeY= =WhiA -----END PGP SIGNATURE----- --=-HVOen5TpH0LKGdyTV4X7-- From owner-cvs-all@FreeBSD.ORG Tue Dec 2 12:05:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4C016A4CF; Tue, 2 Dec 2003 12:05:24 -0800 (PST) Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6996443F93; Tue, 2 Dec 2003 12:05:21 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtpzilla3.xs4all.nl (8.12.9/8.12.9) with ESMTP id hB2K5CiX055461; Tue, 2 Dec 2003 21:05:13 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id hB2K5CF3014267; Tue, 2 Dec 2003 21:05:12 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id hB2K5CDF014266; Tue, 2 Dec 2003 21:05:12 +0100 (CET) (envelope-from wkb) Date: Tue, 2 Dec 2003 21:05:12 +0100 From: Wilko Bulte To: Robert Watson Message-ID: <20031202200512.GA14248@freebie.xs4all.nl> References: <20031202185133.GD20823@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Dag-Erling Sm?rgrav cc: Alfred Perlstein cc: Scott Long cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 20:05:25 -0000 On Tue, Dec 02, 2003 at 01:52:45PM -0500, Robert Watson wrote: > > On Tue, 2 Dec 2003, David O'Brien wrote: > > > On Tue, Dec 02, 2003 at 01:52:02PM +0100, Dag-Erling Sm?rgrav wrote: > > > Alfred Perlstein writes: > > > > When are we going to replace nvi with vim-without-x11? > > > > > > Over my dead body. I consider vim a st****ng pile of s**t. > > > > I consider nvi a st****ng pile of s**t. So there! 8-))))) > > > > Any talk of importing Vim should just stop right here, right now. The > > license on it is close enough to GPL that even I would strongly block > > its import. > > I've been thinking we could solve all this by moving to nvi.ko and vim.ko, > and let the user decide using a boot-time loader tunable. Wimps.. all of you.. Real programmers don't rely on fancy screen editors, /bin/ed is your friend. And only if your cardreader is broken! :) -- | / o / /_ _ |/|/ / / /( (_) Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Dec 2 12:12:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2FB16A4CE; Tue, 2 Dec 2003 12:12:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DDEF43F75; Tue, 2 Dec 2003 12:12:29 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2KCTXJ065274; Tue, 2 Dec 2003 12:12:29 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2KCTBK065273; Tue, 2 Dec 2003 12:12:29 -0800 (PST) (envelope-from trhodes) Message-Id: <200312022012.hB2KCTBK065273@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 2 Dec 2003 12:12:29 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en index.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 20:12:30 -0000 trhodes 2003/12/02 12:12:29 PST FreeBSD doc repository Modified files: en index.xsl Log: Make a few small modifications to the front page. This will make finding information a bit easier for users and remove a few redundant links. Discussed on: -doc Revision Changes Path 1.84 +67 -44 www/en/index.xsl From owner-cvs-all@FreeBSD.ORG Tue Dec 2 12:47:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D8116A4CE; Tue, 2 Dec 2003 12:47:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574AC43FB1; Tue, 2 Dec 2003 12:47:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2KlWXJ072143; Tue, 2 Dec 2003 12:47:32 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2KlVl2072142; Tue, 2 Dec 2003 12:47:31 -0800 (PST) (envelope-from marcus) Message-Id: <200312022047.hB2KlVl2072142@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 2 Dec 2003 12:47:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 20:47:33 -0000 marcus 2003/12/02 12:47:31 PST FreeBSD src repository (doc,ports committer) Modified files: release/scripts print-cdrom-packages.sh Log: Depend on kde-lite and gnome2-lite instead of kde3 and gnome2. This greatly reduces the amount of space occupied by packages on release disc 1. Approved by: re (scottl) Revision Changes Path 1.51 +2 -2 src/release/scripts/print-cdrom-packages.sh From owner-cvs-all@FreeBSD.ORG Tue Dec 2 12:49:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6755616A4CE; Tue, 2 Dec 2003 12:49:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B24FE43FAF; Tue, 2 Dec 2003 12:49:47 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2KnlXJ072205; Tue, 2 Dec 2003 12:49:47 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2Knlo9072204; Tue, 2 Dec 2003 12:49:47 -0800 (PST) (envelope-from marcus) Message-Id: <200312022049.hB2Knlo9072204@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 2 Dec 2003 12:49:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 20:49:48 -0000 marcus 2003/12/02 12:49:47 PST FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/sysinstall config.c menus.c Log: Replace the KDE and GNOME 2 desktops with KDE (Lite Edition) and GNOME 2 (Lite Edition) respectively. These "lite" packages are streamlined to provide users with the core essentials for each desktop and to fit on the release disc 1. Approved by: re (scottl) Revision Changes Path 1.219 +2 -2 src/usr.sbin/sysinstall/config.c 1.386 +2 -2 src/usr.sbin/sysinstall/menus.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 13:25:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E250B16A4CE; Tue, 2 Dec 2003 13:25:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F2643FAF; Tue, 2 Dec 2003 13:25:13 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2LPDXJ074254; Tue, 2 Dec 2003 13:25:13 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2LPCob074253; Tue, 2 Dec 2003 13:25:12 -0800 (PST) (envelope-from andre) Message-Id: <200312022125.hB2LPCob074253@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 2 Dec 2003 13:25:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_hostcache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 21:25:14 -0000 andre 2003/12/02 13:25:12 PST FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Swap destination and source arguments of two bcopy() calls. Before committing the initial tcp_hostcache I changed them from memcpy() to conform with FreeBSD style without realizing the difference in argument definition. This fixes hostcache operation for IPv6 (in general and explicitly IPv6 path mtu discovery) and T/TCP (RFC1644). Submitted by: Taku YAMAMOTO Approved by: re (rwatson) Revision Changes Path 1.3 +2 -2 src/sys/netinet/tcp_hostcache.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 13:52:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3367216A4CE; Tue, 2 Dec 2003 13:52:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF8543FB1; Tue, 2 Dec 2003 13:52:15 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2LqFXJ075237; Tue, 2 Dec 2003 13:52:15 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2LqEqX075236; Tue, 2 Dec 2003 13:52:14 -0800 (PST) (envelope-from brooks) Message-Id: <200312022152.hB2LqEqX075236@repoman.freebsd.org> From: Brooks Davis Date: Tue, 2 Dec 2003 13:52:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile src/sbin Makefile src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 21:52:16 -0000 brooks 2003/12/02 13:52:14 PST FreeBSD src repository Modified files: rescue/rescue Makefile sbin Makefile usr.sbin Makefile Log: Reconnect ipfstat, ipnat, and ipftest to the build now that if_xname support is enabled. Approved by: re (scottl) Revision Changes Path 1.22 +1 -1 src/rescue/rescue/Makefile 1.129 +3 -1 src/sbin/Makefile 1.280 +2 -1 src/usr.sbin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 2 13:53:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0376616A4CE; Tue, 2 Dec 2003 13:53:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B83443FD7; Tue, 2 Dec 2003 13:53:21 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2LrLXJ075282; Tue, 2 Dec 2003 13:53:21 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2LrK0M075281; Tue, 2 Dec 2003 13:53:20 -0800 (PST) (envelope-from marcus) Message-Id: <200312022153.hB2LrK0M075281@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 2 Dec 2003 13:53:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnome2-lite pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 21:53:22 -0000 marcus 2003/12/02 13:53:20 PST FreeBSD ports repository Modified files: x11/gnome2-lite pkg-message Log: Remove some extraneous spaces introduced in the last commit. Noticed by: olgeni Revision Changes Path 1.3 +1 -1 ports/x11/gnome2-lite/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Dec 2 14:13:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D35F16A4CE; Tue, 2 Dec 2003 14:13:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B205543F3F; Tue, 2 Dec 2003 14:13:08 -0800 (PST) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2MD8XJ076830; Tue, 2 Dec 2003 14:13:08 -0800 (PST) (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2MD8vH076829; Tue, 2 Dec 2003 14:13:08 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200312022213.hB2MD8vH076829@repoman.freebsd.org> From: Prafulla Deuskar Date: Tue, 2 Dec 2003 14:13:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 22:13:09 -0000 pdeuskar 2003/12/02 14:13:08 PST FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Use if_flags to check for IFF_POLLING instead of if_ipending. Submitted by: jroberson (Jeff Roberson) Approved by: re (scottl) Revision Changes Path 1.35 +3 -3 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 14:19:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A02016A4CE; Tue, 2 Dec 2003 14:19:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F79343FAF; Tue, 2 Dec 2003 14:19:15 -0800 (PST) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2MJFXJ077058; Tue, 2 Dec 2003 14:19:15 -0800 (PST) (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2MJFOr077057; Tue, 2 Dec 2003 14:19:15 -0800 (PST) (envelope-from se) Message-Id: <200312022219.hB2MJFOr077057@repoman.freebsd.org> From: Stefan Esser Date: Tue, 2 Dec 2003 14:19:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/gdome2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 22:19:16 -0000 se 2003/12/02 14:19:15 PST FreeBSD ports repository Modified files: textproc/gdome2 Makefile Log: Fix CONFIGURE_ENV parameter GLIB_CONFIG: use "pkg-config glib-2.0" instead of "glib12-config" (which was inconsistent with "USE_GNOME=glib20). Approved by: marcus (Joe Marcus Clarke) Revision Changes Path 1.16 +1 -1 ports/textproc/gdome2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 2 15:36:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 781CF16A4CE; Tue, 2 Dec 2003 15:36:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0D443FBD; Tue, 2 Dec 2003 15:36:47 -0800 (PST) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2NalXJ080555; Tue, 2 Dec 2003 15:36:47 -0800 (PST) (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2NalF7080554; Tue, 2 Dec 2003 15:36:47 -0800 (PST) (envelope-from cy) Message-Id: <200312022336.hB2NalF7080554@repoman.freebsd.org> From: Cy Schubert Date: Tue, 2 Dec 2003 15:36:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/screen Makefile ports/misc/screen/files patch-ansi.c patch-resize.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 23:36:48 -0000 cy 2003/12/02 15:36:47 PST FreeBSD ports repository Modified files: misc/screen Makefile Added files: misc/screen/files patch-ansi.c patch-resize.c Log: Fix buffer overflow that allows privilege escalation for local users. Approved by: will (using his portmgr hat) Obtained from: Timo Sirainen on BUGTRAQ Revision Changes Path 1.53 +1 -1 ports/misc/screen/Makefile 1.1 +11 -0 ports/misc/screen/files/patch-ansi.c (new) 1.1 +20 -0 ports/misc/screen/files/patch-resize.c (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 2 16:22:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E19C016A4CE; Tue, 2 Dec 2003 16:22:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DDD143FA3; Tue, 2 Dec 2003 16:22:35 -0800 (PST) (envelope-from roger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB30MZXJ082872; Tue, 2 Dec 2003 16:22:35 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB30MY6C082871; Tue, 2 Dec 2003 16:22:34 -0800 (PST) (envelope-from roger) Message-Id: <200312030022.hB30MY6C082871@repoman.freebsd.org> From: Roger Hardiman Date: Tue, 2 Dec 2003 16:22:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pwlib/files patch-makefile patch-videoio X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 00:22:36 -0000 roger 2003/12/02 16:22:34 PST FreeBSD ports repository Added files: devel/pwlib/files patch-makefile patch-videoio Log: Add two patches to make pwlib build on Sparc64 Approved my Joe Revision Changes Path 1.1 +14 -0 ports/devel/pwlib/files/patch-makefile (new) 1.1 +36 -0 ports/devel/pwlib/files/patch-videoio (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 2 17:10:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B747916A4CE; Tue, 2 Dec 2003 17:10:15 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3EA43FE1; Tue, 2 Dec 2003 17:10:11 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 155C6654B4; Tue, 2 Dec 2003 11:59:32 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 62024-05; Tue, 2 Dec 2003 11:59:31 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 804F465468; Tue, 2 Dec 2003 11:59:31 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 665BEBA; Tue, 2 Dec 2003 11:59:30 +0000 (GMT) Date: Tue, 2 Dec 2003 11:59:29 +0000 From: Bruce M Simpson To: "Daniel C. Sobral" Message-ID: <20031202115929.GC7901@saboteur.dek.spc.org> Mail-Followup-To: "Daniel C. Sobral" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311300258.hAU2wism078340@repoman.freebsd.org> <3FCC7333.8080602@tcoip.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FCC7333.8080602@tcoip.com.br> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/netstat if.c netstat.1 route.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 01:10:15 -0000 On Tue, Dec 02, 2003 at 09:10:43AM -0200, Daniel C. Sobral wrote: > Thanks! The only reason I won't be naming my first child after you is > because, frankly, "Bruce" wouldn't sound right here. :-) It's a dirty job but somebody has to do it. BMS From owner-cvs-all@FreeBSD.ORG Tue Dec 2 17:51:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B5816A4CE; Tue, 2 Dec 2003 17:51:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4EEB43F3F; Tue, 2 Dec 2003 17:51:23 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB31pNXJ092735; Tue, 2 Dec 2003 17:51:23 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB31pNme092734; Tue, 2 Dec 2003 17:51:23 -0800 (PST) (envelope-from fjoe) Message-Id: <200312030151.hB31pNme092734@repoman.freebsd.org> From: Max Khon Date: Tue, 2 Dec 2003 17:51:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/mount_msdos mount_msdos.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 01:51:24 -0000 fjoe 2003/12/02 17:51:23 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/mount_msdos mount_msdos.c Log: Mention -M option in usage(). PR: 57462 Submitted by: Ryuichiro Imura Revision Changes Path 1.19.2.3 +2 -2 src/sbin/mount_msdos/mount_msdos.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 18:00:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C898A16A4CF; Tue, 2 Dec 2003 18:00:16 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3C543FDF; Tue, 2 Dec 2003 18:00:12 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 22B01651F4; Tue, 2 Dec 2003 03:02:37 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 57156-06-3; Tue, 2 Dec 2003 03:02:36 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 59B06654DB; Tue, 2 Dec 2003 03:02:35 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 4CCCE1C; Tue, 2 Dec 2003 03:02:32 +0000 (GMT) Date: Tue, 2 Dec 2003 03:02:31 +0000 From: Bruce M Simpson To: Peter Wemm Message-ID: <20031202030231.GA64413@saboteur.dek.spc.org> Mail-Followup-To: Peter Wemm , Jeff Roberson , John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Jeff Roberson References: <20031201175237.S4201-100000@mail.chesapeake.net> <20031202013717.1B8502A7EA@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202013717.1B8502A7EA@canning.wemm.org> cc: src-committers@FreeBSD.org cc: John Baldwin cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: Jeff Roberson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 02:00:17 -0000 On Mon, Dec 01, 2003 at 05:37:17PM -0800, Peter Wemm wrote: > What? Change your code to: for (i = 0; i <= mp_maxid; i++) ? :-) When I first bandaided it yesterday (at re@'s request), I defined mp_maxid statically with 0, and the system point out wouldn't boot because of this... or rather the lack of this change. I didn't commit my bandaid because it didn't reach re@ due to local DNS problems (I have since updated BIND). BMS From owner-cvs-all@FreeBSD.ORG Tue Dec 2 18:38:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C34D16A4CE; Tue, 2 Dec 2003 18:38:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E17943FD7; Tue, 2 Dec 2003 18:38:52 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB32cqXJ095736; Tue, 2 Dec 2003 18:38:52 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB32cqAC095735; Tue, 2 Dec 2003 18:38:52 -0800 (PST) (envelope-from seanc) Message-Id: <200312030238.hB32cqAC095735@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 2 Dec 2003 18:38:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/commercial commercial.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 02:38:53 -0000 seanc 2003/12/02 18:38:52 PST FreeBSD doc repository Modified files: en/commercial commercial.sgml Log: First pass update of the Commercial Vendors page. Word smithing, alpha sort the vendor categories, and move the submit links bit to the bottom as most people are interested in the services, not how to become listed. Reviewed by: trhodes Revision Changes Path 1.35 +32 -22 www/en/commercial/commercial.sgml From owner-cvs-all@FreeBSD.ORG Tue Dec 2 19:22:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D0216A4CE; Tue, 2 Dec 2003 19:22:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 628D543FE9; Tue, 2 Dec 2003 19:22:12 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB33MCXJ098523; Tue, 2 Dec 2003 19:22:12 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB33MCJ9098522; Tue, 2 Dec 2003 19:22:12 -0800 (PST) (envelope-from bms) Message-Id: <200312030322.hB33MCJ9098522@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 2 Dec 2003 19:22:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/quagga/scripts configure.quagga X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 03:22:13 -0000 bms 2003/12/02 19:22:11 PST FreeBSD ports repository (src committer) Modified files: net/quagga/scripts configure.quagga Log: Bump dependency on net/net-snmp to check for libnetsnmp.so.6. Approved by: marcus (portmgr) Revision Changes Path 1.3 +2 -2 ports/net/quagga/scripts/configure.quagga From owner-cvs-all@FreeBSD.ORG Tue Dec 2 19:39:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E79116A4CE; Tue, 2 Dec 2003 19:39:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B1643FE0; Tue, 2 Dec 2003 19:39:56 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB33duXJ099047; Tue, 2 Dec 2003 19:39:56 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB33dua3099046; Tue, 2 Dec 2003 19:39:56 -0800 (PST) (envelope-from imp) Message-Id: <200312030339.hB33dua3099046@repoman.freebsd.org> From: Warner Losh Date: Tue, 2 Dec 2003 19:39:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 03:39:57 -0000 imp 2003/12/02 19:39:56 PST FreeBSD src repository Modified files: . access Log: BMS reports that arr wishes to take a break. Core will put this bit in their safekeeping hopper. Thanks for the great work arr. Submitted by: bms Revision Changes Path 1.622 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Tue Dec 2 22:14:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59D8716A4CE; Tue, 2 Dec 2003 22:14:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32AA43F3F; Tue, 2 Dec 2003 22:14:42 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB36EgXJ012539; Tue, 2 Dec 2003 22:14:42 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB36EgLN012538; Tue, 2 Dec 2003 22:14:42 -0800 (PST) (envelope-from marcus) Message-Id: <200312030614.hB36EgLN012538@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 2 Dec 2003 22:14:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/perl5 Makefile ports/lang/perl5/files patch-DynaLoader-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 06:14:43 -0000 marcus 2003/12/02 22:14:42 PST FreeBSD ports repository Modified files: lang/perl5 Makefile Added files: lang/perl5/files patch-DynaLoader-Makefile.PL Log: Build the DynaLoader with -fPIC to fix some build problems on amd64. Submitted by: tobez Approved by: portmgr (implicit) Revision Changes Path 1.59 +1 -1 ports/lang/perl5/Makefile 1.1 +11 -0 ports/lang/perl5/files/patch-DynaLoader-Makefile.PL (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 2 22:54:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41EF316A4CE; Tue, 2 Dec 2003 22:54:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CEFF43FE3; Tue, 2 Dec 2003 22:54:41 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB36sfXJ014281; Tue, 2 Dec 2003 22:54:41 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB36sfBs014280; Tue, 2 Dec 2003 22:54:41 -0800 (PST) (envelope-from peter) Message-Id: <200312030654.hB36sfBs014280@repoman.freebsd.org> From: Peter Wemm Date: Tue, 2 Dec 2003 22:54:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc_r/uthread uthread_create.c uthread_init.c uthread_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 06:54:42 -0000 peter 2003/12/02 22:54:41 PST FreeBSD src repository Modified files: lib/libc_r/uthread uthread_create.c uthread_init.c uthread_sig.c Log: For the amd64 we need to do some extra stack alignment fixups. Otherwise we can end up with some threads with a non-16-byte-aligned stack. This causes some interesting side effects, including general protection faults leading to a SIGBUS when doing floating point or varargs. This should be just a verbose NOP for the other platforms. Approved by: re (scottl) Revision Changes Path 1.38 +8 -3 src/lib/libc_r/uthread/uthread_create.c 1.46 +8 -2 src/lib/libc_r/uthread/uthread_init.c 1.46 +11 -1 src/lib/libc_r/uthread/uthread_sig.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 22:58:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3163516A4CE; Tue, 2 Dec 2003 22:58:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8533943FBD; Tue, 2 Dec 2003 22:58:48 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB36wmXJ014481; Tue, 2 Dec 2003 22:58:48 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB36wmuK014480; Tue, 2 Dec 2003 22:58:48 -0800 (PST) (envelope-from peter) Message-Id: <200312030658.hB36wmuK014480@repoman.freebsd.org> From: Peter Wemm Date: Tue, 2 Dec 2003 22:58:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica madt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 06:58:49 -0000 peter 2003/12/02 22:58:48 PST FreeBSD src repository Modified files: sys/amd64/acpica madt.c Log: Add an additional knob to just disable the apic code without also having to resort to disabling acpi as well. I'll document this in the release notes for amd64. Approved by: re (scottl) Revision Changes Path 1.8 +1 -1 src/sys/amd64/acpica/madt.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 23:00:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA0216A4CE; Tue, 2 Dec 2003 23:00:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7FD43FD7; Tue, 2 Dec 2003 23:00:31 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB370UXJ014541; Tue, 2 Dec 2003 23:00:30 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB370Ukg014540; Tue, 2 Dec 2003 23:00:30 -0800 (PST) (envelope-from peter) Message-Id: <200312030700.hB370Ukg014540@repoman.freebsd.org> From: Peter Wemm Date: Tue, 2 Dec 2003 23:00:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/ia32 ia32_signal.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:00:32 -0000 peter 2003/12/02 23:00:30 PST FreeBSD src repository Modified files: sys/amd64/ia32 ia32_signal.c Log: Catch up with the procsig locking changes elsewhere. We were doing things like copyin/out with psp->ps_mtx held. That was not good. Approved by: re (scottl) Revision Changes Path 1.7 +6 -0 src/sys/amd64/ia32/ia32_signal.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 23:29:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C13516A4CE; Tue, 2 Dec 2003 23:29:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9BB43F3F; Tue, 2 Dec 2003 23:29:39 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37TdXJ016537; Tue, 2 Dec 2003 23:29:39 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37TcW1016536; Tue, 2 Dec 2003 23:29:38 -0800 (PST) (envelope-from imp) Message-Id: <200312030729.hB37TcW1016536@repoman.freebsd.org> From: Warner Losh Date: Tue, 2 Dec 2003 23:29:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include cserial.h src/sys/dev/cx cronyxfw.h csigma.c csigmafw.h cxddk.c cxddk.h cxreg.h if_cx.c machdep.h ng_cx.h src/sys/modules/cx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:29:40 -0000 imp 2003/12/02 23:29:38 PST FreeBSD src repository Added files: sys/i386/include cserial.h sys/dev/cx cronyxfw.h csigma.c csigmafw.h cxddk.c cxddk.h cxreg.h if_cx.c machdep.h ng_cx.h sys/modules/cx Makefile Log: Updated cx driver commit part 1: bring in the new kernel driver. This is the vastly updated cx drvier from Roman Kurakin who has been patiently waiting for this update for sometime. The driver is mostly a rewrite from the version we have in the tree. While some similarities remain, losing the little history that the old driver has is not a big loss, and the re@ felt it was easier this way (less error prone). The userland parts of this update will be committed shortly. The driver is not connected to the build yet. I want to make sure I don't break any platform at any time, so I want to test that with these files in the tree before I continue (on the off chance I'm forgetting a file). I changed the DEBUG macro to CX_DEBUG from the code that was submitted (to not break when we go to building with opt_global.h after the release), as well adding $FreeBSD$. Submitted by: Roman Kurakin Approved by: re@ Revision Changes Path 1.1 +32 -0 src/sys/dev/cx/cronyxfw.h (new) 1.1 +1438 -0 src/sys/dev/cx/csigma.c (new) 1.1 +852 -0 src/sys/dev/cx/csigmafw.h (new) 1.1 +905 -0 src/sys/dev/cx/cxddk.c (new) 1.1 +487 -0 src/sys/dev/cx/cxddk.h (new) 1.1 +486 -0 src/sys/dev/cx/cxreg.h (new) 1.1 +3240 -0 src/sys/dev/cx/if_cx.c (new) 1.1 +96 -0 src/sys/dev/cx/machdep.h (new) 1.1 +30 -0 src/sys/dev/cx/ng_cx.h (new) 1.1 +449 -0 src/sys/i386/include/cserial.h (new) 1.1 +39 -0 src/sys/modules/cx/Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 2 23:40:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FE416A4CE; Tue, 2 Dec 2003 23:40:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6810443FE1; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37e4XJ016951; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37e4AP016950; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk) Message-Id: <200312030740.hB37e4AP016950@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 2 Dec 2003 23:40:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf ldscript.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:40:05 -0000 phk 2003/12/02 23:40:03 PST FreeBSD src repository Modified files: sys/conf ldscript.i386 Log: Align the .ctors section correctly. This fixes the 75% probable panic when using basic block profiling. Approved by: re@ Revision Changes Path 1.9 +1 -0 src/sys/conf/ldscript.i386 From owner-cvs-all@FreeBSD.ORG Tue Dec 2 23:43:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8B416A4CE; Tue, 2 Dec 2003 23:43:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E0943FA3; Tue, 2 Dec 2003 23:43:03 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37h3XJ017128; Tue, 2 Dec 2003 23:43:03 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37h3bQ017123; Tue, 2 Dec 2003 23:43:03 -0800 (PST) (envelope-from phk) Message-Id: <200312030743.hB37h3bQ017123@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 2 Dec 2003 23:43:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/kernbb Makefile kernbb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:43:04 -0000 phk 2003/12/02 23:43:03 PST FreeBSD src repository Modified files: usr.sbin/kernbb Makefile kernbb.c Log: Fix our kernel support for Basic Block Profiling to work with GCC33. Approved by: re@ Revision Changes Path 1.10 +2 -0 src/usr.sbin/kernbb/Makefile 1.16 +67 -13 src/usr.sbin/kernbb/kernbb.c From owner-cvs-all@FreeBSD.ORG Tue Dec 2 23:59:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749CB16A4CE; Tue, 2 Dec 2003 23:59:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D8143FCB; Tue, 2 Dec 2003 23:59:49 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37xnXJ017723; Tue, 2 Dec 2003 23:59:49 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37xnOb017722; Tue, 2 Dec 2003 23:59:49 -0800 (PST) (envelope-from imp) Message-Id: <200312030759.hB37xnOb017722@repoman.freebsd.org> From: Warner Losh Date: Tue, 2 Dec 2003 23:59:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig Makefile sconfig.8 sconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:59:50 -0000 imp 2003/12/02 23:59:49 PST FreeBSD src repository Added files: sbin/sconfig Makefile sconfig.8 sconfig.c Log: New cx driver part 2: Commit the new userland pieces. This is the new cronyx serial control program. # A future commit will remove the old driver/userland pieces and connect things # to the build. Submitted by: Roamn Kurakin Revision Changes Path 1.1 +13 -0 src/sbin/sconfig/Makefile (new) 1.1 +909 -0 src/sbin/sconfig/sconfig.8 (new) 1.1 +2275 -0 src/sbin/sconfig/sconfig.c (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 00:01:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A9F16A571; Wed, 3 Dec 2003 00:01:26 -0800 (PST) Received: from telecom.net.et (sparrow.telecom.net.et [213.55.64.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F09043F93; Wed, 3 Dec 2003 00:00:48 -0800 (PST) (envelope-from mtm@identd.net) Received: from [213.55.65.194] (HELO pool-151-200-10-97.res.east.verizon.net) by telecom.net.et (CommuniGate Pro SMTP 3.4.8) with ESMTP-TLS id 31337929; Wed, 03 Dec 2003 10:55:33 +0300 Received: from mobile.acsolutions.com (localhost [127.0.0.1]) ESMTP id hB380axg001233; Wed, 3 Dec 2003 11:00:39 +0300 (EAT) (envelope-from mtm@mobile.acsolutions.com) Received: (from mtm@localhost) by mobile.acsolutions.com (8.12.10/8.12.10/Submit) id hB380WpZ001232; Wed, 3 Dec 2003 11:00:32 +0300 (EAT) (envelope-from mtm) Date: Wed, 3 Dec 2003 11:00:30 +0300 From: Mike Makonnen To: Nate Lawson Message-ID: <20031203080030.GA1201@mobile.acsolutions.com> References: <20031201163631.B160A16A557@hub.freebsd.org> <20031201084533.H13221@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201084533.H13221@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/5.2-BETA (i386) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 08:01:26 -0000 On Mon, Dec 01, 2003 at 08:48:26AM -0800, Nate Lawson wrote: > > How about .X[0-9]-lock instead of *? Sure, feel free to go ahead and make the change. Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: 00E8 61BC 0D75 7FFB E4D3 6BF1 B239 D010 3215 D418 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon ! From owner-cvs-all@FreeBSD.ORG Wed Dec 3 00:04:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70D816A4CE; Wed, 3 Dec 2003 00:04:53 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD28E43FD7; Wed, 3 Dec 2003 00:04:52 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB384qgt036625; Wed, 3 Dec 2003 01:04:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Dec 2003 01:04:37 -0700 (MST) Message-Id: <20031203.010437.76479566.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200312030759.hB37xnOb017722@repoman.freebsd.org> References: <200312030759.hB37xnOb017722@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sbin/sconfig Makefile sconfig.8 sconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 08:04:54 -0000 Forgot approved by re@ (scottl) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 02:02:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82B916A4CE; Wed, 3 Dec 2003 02:02:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101C143FBF; Wed, 3 Dec 2003 02:02:08 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3A27XJ029099; Wed, 3 Dec 2003 02:02:07 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3A27km029098; Wed, 3 Dec 2003 02:02:07 -0800 (PST) (envelope-from blackend) Message-Id: <200312031002.hB3A27km029098@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 3 Dec 2003 02:02:07 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 10:02:08 -0000 blackend 2003/12/03 02:02:07 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Fix link to etherboot documentation. PR: docs/59914 Submitted by: FURUKAWA Jumpei Revision Changes Path 1.252 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 3 04:18:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 369E016A4CE; Wed, 3 Dec 2003 04:18:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D7F143FF2; Wed, 3 Dec 2003 04:18:02 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3CI2XJ036347; Wed, 3 Dec 2003 04:18:02 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3CI2gu036346; Wed, 3 Dec 2003 04:18:02 -0800 (PST) (envelope-from brueffer) Message-Id: <200312031218.hB3CI2gu036346@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 3 Dec 2003 04:18:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 12:18:03 -0000 brueffer 2003/12/03 04:18:02 PST FreeBSD doc repository Modified files: en/news press.xml Log: Add a new article: o Desktop FreeBSD Part 1: Installation Revision Changes Path 1.107 +16 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 3 04:25:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE32816A4CE; Wed, 3 Dec 2003 04:25:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CBF43FA3; Wed, 3 Dec 2003 04:25:59 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3CPxXJ036631; Wed, 3 Dec 2003 04:25:59 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3CPwVc036630; Wed, 3 Dec 2003 04:25:58 -0800 (PST) (envelope-from brueffer) Message-Id: <200312031225.hB3CPwVc036630@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 3 Dec 2003 04:25:58 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 12:26:00 -0000 brueffer 2003/12/03 04:25:58 PST FreeBSD doc repository Modified files: en/news press.xml Log: Correct the date in my last commit, ENEEDCOFFEE. Revision Changes Path 1.108 +2 -2 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 3 05:40:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEF9516A4CE; Wed, 3 Dec 2003 05:40:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 246CC43FDD; Wed, 3 Dec 2003 05:40:27 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3DeQXJ045484; Wed, 3 Dec 2003 05:40:26 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3DeQut045483; Wed, 3 Dec 2003 05:40:26 -0800 (PST) (envelope-from sos) Message-Id: <200312031340.hB3DeQut045483@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 3 Dec 2003 05:40:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-isa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 13:40:27 -0000 sos 2003/12/03 05:40:26 PST FreeBSD src repository Modified files: sys/dev/ata ata-isa.c Log: Fix modesetting on ISA only systems. Approved by: re@ Revision Changes Path 1.18 +1 -1 src/sys/dev/ata/ata-isa.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 06:55:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB0416A4CE; Wed, 3 Dec 2003 06:55:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F9E43F3F; Wed, 3 Dec 2003 06:55:31 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3EtVXJ048883; Wed, 3 Dec 2003 06:55:31 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3EtV4F048874; Wed, 3 Dec 2003 06:55:31 -0800 (PST) (envelope-from jhb) Message-Id: <200312031455.hB3EtV4F048874@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 06:55:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/kern subr_smp.c src/sys/sys smp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 14:55:32 -0000 jhb 2003/12/03 06:55:31 PST FreeBSD src repository Modified files: sys/conf files sys/kern subr_smp.c sys/sys smp.h Log: Export a few SMP related symbols in UP kernels as well. This is needed to aid other kernel code, especially code which can be in a module such as the acpi_cpu(4) driver, to work properly with both SMP and UP kernels. The exported symbols include mp_ncpus, all_cpus, mp_maxid, smp_started, and the smp_rendezvous() function. This also means that CPU_ABSENT() is now always implemented the same on all kernels. Approved by: re (scottl) Revision Changes Path 1.855 +1 -1 src/sys/conf/files 1.180 +36 -0 src/sys/kern/subr_smp.c 1.75 +7 -6 src/sys/sys/smp.h From owner-cvs-all@FreeBSD.ORG Wed Dec 3 06:57:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D2A716A4CE; Wed, 3 Dec 2003 06:57:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F1AB43FAF; Wed, 3 Dec 2003 06:57:26 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3EvQXJ049049; Wed, 3 Dec 2003 06:57:26 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3EvQEg049048; Wed, 3 Dec 2003 06:57:26 -0800 (PST) (envelope-from jhb) Message-Id: <200312031457.hB3EvQEg049048@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 06:57:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c src/sys/kern sched_ule.c src/sys/sparc64/sparc64 mp_machdep.c src/sys/sys smp.h src/sys/vm uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 14:57:28 -0000 jhb 2003/12/03 06:57:26 PST FreeBSD src repository Modified files: sys/alpha/alpha mp_machdep.c sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c sys/kern sched_ule.c sys/sparc64/sparc64 mp_machdep.c sys/sys smp.h sys/vm uma_core.c Log: Fix all users of mp_maxid to use the same semantics, namely: 1) mp_maxid is a valid FreeBSD CPU ID in the range 0 .. MAXCPU - 1. 2) For all active CPUs in the system, PCPU_GET(cpuid) <= mp_maxid. Approved by: re (scottl) Tested on: i386, amd64, alpha Revision Changes Path 1.51 +0 -1 src/sys/alpha/alpha/mp_machdep.c 1.230 +2 -2 src/sys/amd64/amd64/mp_machdep.c 1.227 +1 -1 src/sys/i386/i386/mp_machdep.c 1.84 +1 -1 src/sys/kern/sched_ule.c 1.25 +2 -2 src/sys/sparc64/sparc64/mp_machdep.c 1.76 +1 -1 src/sys/sys/smp.h 1.89 +8 -16 src/sys/vm/uma_core.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 07:32:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B4516A4CE; Wed, 3 Dec 2003 07:32:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1323B43FAF; Wed, 3 Dec 2003 07:32:54 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3FWrXJ051228; Wed, 3 Dec 2003 07:32:53 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3FWrV4051227; Wed, 3 Dec 2003 07:32:53 -0800 (PST) (envelope-from sos) Message-Id: <200312031532.hB3FWrV4051227@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 3 Dec 2003 07:32:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 15:32:55 -0000 sos 2003/12/03 07:32:53 PST FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Fix for the missing slave problem. Approved by: re@ Revision Changes Path 1.24 +1 -1 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 07:42:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC07016A4CE; Wed, 3 Dec 2003 07:42:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BAED43F75; Wed, 3 Dec 2003 07:42:15 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3FgEXJ051523; Wed, 3 Dec 2003 07:42:14 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3FgDBt051522; Wed, 3 Dec 2003 07:42:13 -0800 (PST) (envelope-from scottl) Message-Id: <200312031542.hB3FgDBt051522@repoman.freebsd.org> From: Scott Long Date: Wed, 3 Dec 2003 07:42:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aac_cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 15:42:16 -0000 scottl 2003/12/03 07:42:12 PST FreeBSD src repository Modified files: sys/dev/aac aac_cam.c Log: Temporary workaround for aac_cam to deal with CAM requiring Giant. This should fix the panics on boot with newer Adaptec RAID cards. Approved by: re (rwatson) Revision Changes Path 1.14 +9 -1 src/sys/dev/aac/aac_cam.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 08:57:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E29A16A4CE; Wed, 3 Dec 2003 08:57:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679BC43FBF; Wed, 3 Dec 2003 08:57:37 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3GvbXJ060723; Wed, 3 Dec 2003 08:57:37 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3GvaVr060722; Wed, 3 Dec 2003 08:57:36 -0800 (PST) (envelope-from trevor) Message-Id: <200312031657.hB3GvaVr060722@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 3 Dec 2003 08:57:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/linux-XFree86-libs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 16:57:38 -0000 trevor 2003/12/03 08:57:36 PST FreeBSD ports repository Modified files: x11/linux-XFree86-libs Makefile Log: The linux-gtk port sets USE_LINUX_PREFIX which adds a dependency on linux_base 7.1, but the latter port has its own XFree86 libraries which conflict with the ones from this port. The rpm2cpio (used in pre-install) and rpm (used in do-install) ports conflict with each other. Fix the dependencies by bringing in parts of the linux-gtk Makefile so this port can stand on its own, and by using the rpm2cpio that accompanies rpm. While I'm here, be less verbose, reorder some lines to please portlint, and slim the pre-install a little. Approved by: portmgr (marcus) for 5.2 freeze Revision Changes Path 1.4 +25 -17 ports/x11/linux-XFree86-libs/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 09:03:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B7316A4CE; Wed, 3 Dec 2003 09:03:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222F443FE1; Wed, 3 Dec 2003 09:03:21 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3H3KXJ061859; Wed, 3 Dec 2003 09:03:20 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3H3KLo061858; Wed, 3 Dec 2003 09:03:20 -0800 (PST) (envelope-from imp) Message-Id: <200312031703.hB3H3KLo061858@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 09:03:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig Makefile sconfig.8 sconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 17:03:21 -0000 imp 2003/12/03 09:03:20 PST FreeBSD src repository Modified files: sbin/sconfig Makefile sconfig.8 sconfig.c Log: + Patch is not my friend, but an evil toad + Patch is not my friend, but an evil toad Remove redunant copy of each of these files that patch appended to them. # Still not connected to the build. Approved by: re@ Revision Changes Path 1.2 +0 -6 src/sbin/sconfig/Makefile 1.2 +0 -454 src/sbin/sconfig/sconfig.8 1.2 +0 -1137 src/sbin/sconfig/sconfig.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 09:09:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F2F16A4DD; Wed, 3 Dec 2003 09:09:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5AAD43FE0; Wed, 3 Dec 2003 09:09:41 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3H9fXJ062093; Wed, 3 Dec 2003 09:09:41 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3H9fbs062092; Wed, 3 Dec 2003 09:09:41 -0800 (PST) (envelope-from imp) Message-Id: <200312031709.hB3H9fbs062092@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 09:09:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin Makefile src/sbin/cxconfig Makefile cxconfig.8 cxconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 17:09:43 -0000 imp 2003/12/03 09:09:41 PST FreeBSD src repository Modified files: sbin Makefile Removed files: sbin/cxconfig Makefile cxconfig.8 cxconfig.c Log: Remove old cxconfig utility and connect new sconfig utility to the build. The sconfig utility supports more than just cx boards, and those drivers will make their way into FreeBSD shortly (maybe before 5.2). Confirmed that this doesn't break the build. Submitted by: Roman Kurakin Approved by: re@ Revision Changes Path 1.130 +1 -1 src/sbin/Makefile 1.6 +0 -6 src/sbin/cxconfig/Makefile (dead) 1.12 +0 -329 src/sbin/cxconfig/cxconfig.8 (dead) 1.7 +0 -768 src/sbin/cxconfig/cxconfig.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 09:12:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73BB316A4CE; Wed, 3 Dec 2003 09:12:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA57343F3F; Wed, 3 Dec 2003 09:12:35 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3HCZXJ062236; Wed, 3 Dec 2003 09:12:35 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3HCZFY062235; Wed, 3 Dec 2003 09:12:35 -0800 (PST) (envelope-from imp) Message-Id: <200312031712.hB3HCZFY062235@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 09:12:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 17:12:36 -0000 imp 2003/12/03 09:12:35 PST FreeBSD src repository Modified files: rescue/rescue Makefile Log: Remove cxconfig and add sconfig # maybe we can remove sconfig later from rescue? Submitted by: Roman Kurakin Approved by: re@ Revision Changes Path 1.23 +1 -1 src/rescue/rescue/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 10:46:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43BB716A4CF for ; Wed, 3 Dec 2003 10:46:44 -0800 (PST) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805F143FEA for ; Wed, 3 Dec 2003 10:46:37 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 27199 invoked from network); 3 Dec 2003 18:46:36 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Dec 2003 18:46:36 -0000 Received: from hydrogen.funkthat.com (hktgbs@localhost.funkthat.com [127.0.0.1])hB3IkZgP066986; Wed, 3 Dec 2003 10:46:36 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB3IkZmJ066985; Wed, 3 Dec 2003 10:46:35 -0800 (PST) Date: Wed, 3 Dec 2003 10:46:35 -0800 From: John-Mark Gurney To: Ian Dowse Message-ID: <20031203184635.GC54398@funkthat.com> References: <200311250223.hAP2NTua051542@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311250223.hAP2NTua051542@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: green@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ohci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 18:46:44 -0000 Ian Dowse wrote this message on Mon, Nov 24, 2003 at 18:23 -0800: > iedowse 2003/11/24 18:23:29 PST > > FreeBSD src repository > > Modified files: > sys/dev/usb ohci.c > Log: > Write the correct value to `td_be' for the second and further > transfer descriptors when a large request needs to be split into > more than one 8k chunk. The bug was that the calculation did not > take into account the offset of the chunk within the overall request. > This is reported to fix crashes and data corruption on ohci > controllers. > > Submitted by: green > Approved by: re Thanks for tracking this down for me. I wonder how/why it worked on my system with such an obvious bug!! -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Wed Dec 3 10:51:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17BCE16A4CF; Wed, 3 Dec 2003 10:51:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB83043FD7; Wed, 3 Dec 2003 10:51:16 -0800 (PST) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3IpFXJ066538; Wed, 3 Dec 2003 10:51:15 -0800 (PST) (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3IpFJb066537; Wed, 3 Dec 2003 10:51:15 -0800 (PST) (envelope-from mr) Message-Id: <200312031851.hB3IpFJb066537@repoman.freebsd.org> From: Michael Reifenberger Date: Wed, 3 Dec 2003 10:51:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/qcad Makefile distinfo ports/cad/qcad2 Makefile distinfo pkg-descr pkg-plist ports/cad/qcad2/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 18:51:18 -0000 mr 2003/12/03 10:51:15 PST FreeBSD ports repository Modified files: cad/qcad Makefile distinfo Removed files: cad/qcad2 Makefile distinfo pkg-descr pkg-plist cad/qcad2/files patch-aa Log: Fix build/work of qcad: - minor update to 2.0.1.2 - add dependancy to bash (needed by build process) - use {SH} instead of hardcoded sh - delete repo copied but not used cad/qcad2 Approved by: marcus (re) Revision Changes Path 1.25 +4 -2 ports/cad/qcad/Makefile 1.11 +1 -1 ports/cad/qcad/distinfo 1.25 +0 -57 ports/cad/qcad2/Makefile (dead) 1.11 +0 -1 ports/cad/qcad2/distinfo (dead) 1.7 +0 -11 ports/cad/qcad2/files/patch-aa (dead) 1.3 +0 -16 ports/cad/qcad2/pkg-descr (dead) 1.13 +0 -128 ports/cad/qcad2/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 11:49:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E552F16A4CE; Wed, 3 Dec 2003 11:49:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37EEB43FAF; Wed, 3 Dec 2003 11:49:20 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3JnKXJ069339; Wed, 3 Dec 2003 11:49:20 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3JnJMM069338; Wed, 3 Dec 2003 11:49:19 -0800 (PST) (envelope-from pav) Message-Id: <200312031949.hB3JnJMM069338@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 3 Dec 2003 11:49:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/units Makefile pkg-plist ports/math/units/files patch-units.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 19:49:21 -0000 pav 2003/12/03 11:49:19 PST FreeBSD ports repository Modified files: math/units Makefile pkg-plist Added files: math/units/files patch-units.c Log: - Fix build with gcc 3.3 - Use INFO macro PR: ports/59866 Submitted by: Volker Stolz Approved by: maintainer Approved by: marcus (portmgr) Revision Changes Path 1.5 +2 -0 ports/math/units/Makefile 1.1 +15 -0 ports/math/units/files/patch-units.c (new) 1.2 +0 -3 ports/math/units/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 12:27:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFFD916A4CE; Wed, 3 Dec 2003 12:27:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1857B43FB1; Wed, 3 Dec 2003 12:27:49 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3KRmXJ071599; Wed, 3 Dec 2003 12:27:48 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3KRmtq071598; Wed, 3 Dec 2003 12:27:48 -0800 (PST) (envelope-from jhb) Message-Id: <200312032027.hB3KRmtq071598@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 12:27:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 20:27:49 -0000 jhb 2003/12/03 12:27:48 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Update this driver to be more module friendly: - Dynamically allocate the cpu_softc[] array based on mp_maxid instead of using a statically sized array that depended on 'options SMP'. - Use mp_maxid rather than MAXCPU when walking all the CPUs looking for a match. - Always call smp_rendezvous() since UP kernels now provide this. - Use mp_ncpus rather than cpu_ndevices when determining if we need to disable C3 for SMP machines. Approved by: re (rwatson) Reviewed by: njl Revision Changes Path 1.23 +7 -5 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 12:33:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD1416A4CE; Wed, 3 Dec 2003 12:33:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E89E43FB1; Wed, 3 Dec 2003 12:33:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3KXJXJ071879; Wed, 3 Dec 2003 12:33:19 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3KXJes071878; Wed, 3 Dec 2003 12:33:19 -0800 (PST) (envelope-from jhb) Message-Id: <200312032033.hB3KXJes071878@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 12:33:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mptable.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 20:33:20 -0000 jhb 2003/12/03 12:33:19 PST FreeBSD src repository Modified files: sys/i386/acpica madt.c sys/i386/i386 local_apic.c mptable.c Log: - Reorder the APIC enumerator SYSINIT's to register enumeators at SI_SUB_CPU - 1 and probe enumerators, probe CPUs, and setup the local APIC programming all at SI_SUB_CPU / SI_ORDER_FIRST. This is needed to help get the ACPI module working again as it moves the APIC enumeration code after SI_SUB_KLD. - In the MADT parser, use mp_maxid rather than MAXCPU to terminate a loop when assigning per-cpu ACPI IDs to avoid a dependency on 'options SMP'. - Allow the apic device to be disabled via 'hint.apic.0.disabled' from the loader. Note that since this is done in the local APIC code, it works for both the ACPI and non-ACPI cases. Approved by: re (scott / blanket) Revision Changes Path 1.8 +2 -3 src/sys/i386/acpica/madt.c 1.4 +16 -24 src/sys/i386/i386/local_apic.c 1.228 +2 -2 src/sys/i386/i386/mptable.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 13:10:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DFA616A4CE; Wed, 3 Dec 2003 13:10:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4913143FA3; Wed, 3 Dec 2003 13:10:03 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LA3XJ079680; Wed, 3 Dec 2003 13:10:03 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LA26H079679; Wed, 3 Dec 2003 13:10:02 -0800 (PST) (envelope-from jhb) Message-Id: <200312032110.hB3LA26H079679@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 13:10:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:10:04 -0000 jhb 2003/12/03 13:10:02 PST FreeBSD src repository Modified files: sys/modules/acpi Makefile Log: Add madt.c to the list of sources for i386. Approved by: re (scottl / blanket) Revision Changes Path 1.34 +3 -0 src/sys/modules/acpi/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 13:12:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F1BD16A4CE; Wed, 3 Dec 2003 13:12:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF7BC43F93; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LC9XJ079835; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LC9GT079834; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb) Message-Id: <200312032112.hB3LC9GT079834@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 13:12:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:12:10 -0000 jhb 2003/12/03 13:12:09 PST FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: - Remove the hack to prevent the acpi module from loading. - Add a really, really, nasty hack to provide stub versions of all of the 'device apic' functions used by the ACPI MADT APIC enumerator if 'device apic' is not compiled into the kernel. This is gross but is the best we can do with the current kernel linker implementation. Approved by: re (scottl / blanket) Revision Changes Path 1.584 +95 -3 src/sys/i386/i386/machdep.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 13:13:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E2B16A4CE; Wed, 3 Dec 2003 13:13:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3566A43FA3; Wed, 3 Dec 2003 13:13:07 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LD7XJ079911; Wed, 3 Dec 2003 13:13:07 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LD6ZU079910; Wed, 3 Dec 2003 13:13:06 -0800 (PST) (envelope-from jhb) Message-Id: <200312032113.hB3LD6ZU079910@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 13:13:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:13:08 -0000 jhb 2003/12/03 13:13:06 PST FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/modules Makefile Log: - Reenable building of the ACPI module on i386. - Remove 'device acpi' from i386 GENERIC and revert back to using ACPI as a module by default. Approved by: re (scottl / blanket) Revision Changes Path 1.394 +0 -1 src/sys/i386/conf/GENERIC 1.356 +1 -0 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 13:24:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0664E16A4CE for ; Wed, 3 Dec 2003 13:24:57 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229F843F85 for ; Wed, 3 Dec 2003 13:24:50 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 7238 invoked from network); 3 Dec 2003 21:24:48 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 3 Dec 2003 21:24:48 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB3LOjFn010713; Wed, 3 Dec 2003 16:24:45 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200312032112.hB3LC9GT079834@repoman.freebsd.org> Date: Wed, 03 Dec 2003 16:24:46 -0500 (EST) From: John Baldwin To: John Baldwin X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:24:57 -0000 On 03-Dec-2003 John Baldwin wrote: > jhb 2003/12/03 13:12:09 PST > > FreeBSD src repository > > Modified files: > sys/i386/i386 machdep.c > Log: > - Remove the hack to prevent the acpi module from loading. > - Add a really, really, nasty hack to provide stub versions of all of > the 'device apic' functions used by the ACPI MADT APIC enumerator if > 'device apic' is not compiled into the kernel. This is gross but is > the best we can do with the current kernel linker implementation. > > Approved by: re (scottl / blanket) Ideally, acpi.ko would contain two modules: 1 main acpi.kld module that was required and one optional madt.kld module that just contained madt.o and was optional. Then loading the module would succeed so long as the required 'acpi' module linked but if the optional 'madt' module failed to link, it would just be tossed. We don't really seem to be setup to do such things right now though. A more feasible model might be an acpi.a that contains acpi.ko and madt.ko and allow the kernel linker to handle foo.a by requiring the first .ko in the archive to link and having any additional .ko's be optional. This would work both for the acpi.ko/madt.ko case as well as bus attachments for device drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Wed Dec 3 13:44:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9DFA16A4CE; Wed, 3 Dec 2003 13:44:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4675C43F3F; Wed, 3 Dec 2003 13:44:45 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LijXJ080990; Wed, 3 Dec 2003 13:44:45 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LiiR5080989; Wed, 3 Dec 2003 13:44:44 -0800 (PST) (envelope-from imp) Message-Id: <200312032144.hB3LiiR5080989@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 13:44:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 src/sys/pc98/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:44:47 -0000 imp 2003/12/03 13:44:44 PST FreeBSD src repository Modified files: sys/conf files.pc98 sys/pc98/conf NOTES Log: There is no such thing as a pc98 machine with ISA expansion slots, nor is there a C-BUS Cronyx Sigma board. Remove it from pc98 files and lint. Approved by: re Revision Changes Path 1.281 +0 -3 src/sys/conf/files.pc98 1.18 +0 -6 src/sys/pc98/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed Dec 3 13:49:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FCB916A4CE; Wed, 3 Dec 2003 13:49:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E47AD43FAF; Wed, 3 Dec 2003 13:49:06 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3Ln6XJ081167; Wed, 3 Dec 2003 13:49:06 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3Ln6hO081166; Wed, 3 Dec 2003 13:49:06 -0800 (PST) (envelope-from truckman) Message-Id: <200312032149.hB3Ln6hO081166@repoman.freebsd.org> From: Don Lewis Date: Wed, 3 Dec 2003 13:49:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:49:10 -0000 truckman 2003/12/03 13:49:06 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern vfs_bio.c Log: The existing hash algorithm in bufhash() does not distribute entries very well across buckets, especially in the case of cylinder group blocks which are located at a sequence of locations that are a multiple of a large power of two apart. In the case of large file systems, one or possibly a few of the hash chains can get excessively long. Replace the existing hash algorithm with a variation on the Fibonacci hash. Tested by: Ken Marx Revision Changes Path 1.242.2.22 +37 -2 src/sys/kern/vfs_bio.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 14:01:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E03A16A4CE; Wed, 3 Dec 2003 14:01:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B2E43F93; Wed, 3 Dec 2003 14:01:15 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3M1FXJ081729; Wed, 3 Dec 2003 14:01:15 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3M1EDo081728; Wed, 3 Dec 2003 14:01:14 -0800 (PST) (envelope-from blackend) Message-Id: <200312032201.hB3M1EDo081728@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 3 Dec 2003 14:01:14 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 22:01:16 -0000 blackend 2003/12/03 14:01:14 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: - Update symbolic links for 5.X and point people to devfs.conf - Note that option USER_LDT does not exist on 5.X PR: docs/59879 Submitted by: Lukas Ertl Revision Changes Path 1.69 +16 -2 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 3 14:52:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A6D816A4CE; Wed, 3 Dec 2003 14:52:22 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C2643FE0; Wed, 3 Dec 2003 14:52:20 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc11) with ESMTP id <2003120322521801100anb7pe>; Wed, 3 Dec 2003 22:52:19 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA36106; Wed, 3 Dec 2003 14:52:17 -0800 (PST) Message-Id: <200312032252.OAA36106@InterJet.elischer.org> Date: Wed, 3 Dec 2003 14:52:16 -0800 (PST) From: Julian Elischer To: Paul Saab cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 22:52:22 -0000 twe_tables.h tweio.h twereg.h twevar.h In-Reply-To: <200312020757.hB27vKIW011545@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII great.. of course the question I have is my usual.. ETA for 4.x version? I'm getting pesterred for a better tool. On Mon, 1 Dec 2003, Paul Saab wrote: > ps 2003/12/01 23:57:20 PST > > FreeBSD src repository > > Modified files: > sys/dev/twe twe.c twe_compat.h twe_freebsd.c > twe_tables.h tweio.h twereg.h twevar.h > Log: > After extensive QA cycles at 3ware, bring the driver in-line with all the > issues which they found and asked to be changed so 3ware can offcially > support the driver. > > Summary of the most significant changes: > > - TWE_OVERRIDE is no longer supported > - If twe_getparam failed, bogus data would be returned to the caller > - Cache the device unit in the twe_drive structure to aid debugging > - Add the 3ware driver version. > - Proper return error codes for many functions. > - Track the minimum queue length statistics > - 4.x compat: use the cached unit number from the twe_drive structure > instead of the the cached si_drv2. 3ware found that after many loads > and unloads that si_drv2 became corrupted. This did not happen in > -current. > > Submitted by: Vinod Kashyap (with modifications by me) > Approved by: re (rwatson) > > Revision Changes Path > 1.18 +100 -48 src/sys/dev/twe/twe.c > 1.11 +4 -34 src/sys/dev/twe/twe_compat.h > 1.31 +42 -49 src/sys/dev/twe/twe_freebsd.c > 1.4 +4 -17 src/sys/dev/twe/twe_tables.h > 1.3 +6 -3 src/sys/dev/twe/tweio.h > 1.10 +4 -1 src/sys/dev/twe/twereg.h > 1.9 +26 -8 src/sys/dev/twe/twevar.h > From owner-cvs-all@FreeBSD.ORG Wed Dec 3 15:06:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393EB16A4CE; Wed, 3 Dec 2003 15:06:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B4943FE9; Wed, 3 Dec 2003 15:06:31 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3N6VXJ085600; Wed, 3 Dec 2003 15:06:31 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3N6Va2085599; Wed, 3 Dec 2003 15:06:31 -0800 (PST) (envelope-from imp) Message-Id: <200312032306.hB3N6Va2085599@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 15:06:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:06:32 -0000 imp 2003/12/03 15:06:31 PST FreeBSD src repository Modified files: sys/conf files.i386 options.i386 sys/i386/conf NOTES Log: Connect the cx driver to its new location in the tree. Update notes to reflect that cx is no longer a counted device Update options for new cx option # commented out ELAN_PPS and ELAN_XTAL since they produced errors Submitted by: rik@cronyx.ru Approved by: re@ Revision Changes Path 1.457 +3 -3 src/sys/conf/files.i386 1.204 +3 -0 src/sys/conf/options.i386 1.1107 +4 -4 src/sys/i386/conf/NOTES From owner-cvs-all@FreeBSD.ORG Wed Dec 3 15:07:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A8E16A4CE; Wed, 3 Dec 2003 15:07:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1B343FAF; Wed, 3 Dec 2003 15:07:37 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3N7bXJ085648; Wed, 3 Dec 2003 15:07:37 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3N7bMF085647; Wed, 3 Dec 2003 15:07:37 -0800 (PST) (envelope-from imp) Message-Id: <200312032307.hB3N7bMF085647@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 15:07:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa cronyx.c cx.c cxreg.h if_cx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:07:38 -0000 imp 2003/12/03 15:07:37 PST FreeBSD src repository Removed files: sys/i386/isa cronyx.c cx.c cxreg.h if_cx.c Log: Remove cx in its old location. Approved by: re@ Revision Changes Path 1.13 +0 -1032 src/sys/i386/isa/cronyx.c (dead) 1.60 +0 -883 src/sys/i386/isa/cx.c (dead) 1.6 +0 -453 src/sys/i386/isa/cxreg.h (dead) 1.42 +0 -831 src/sys/i386/isa/if_cx.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 15:11:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 420F316A4CF for ; Wed, 3 Dec 2003 15:11:36 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B2BBC43FDF for ; Wed, 3 Dec 2003 15:11:33 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 21439 invoked by uid 1000); 3 Dec 2003 23:11:35 -0000 Date: Wed, 3 Dec 2003 15:11:35 -0800 (PST) From: Nate Lawson To: Warner Losh In-Reply-To: <20031203230705.09B7D16A4F4@hub.freebsd.org> Message-ID: <20031203151103.F21352@root.org> References: <20031203230705.09B7D16A4F4@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:11:36 -0000 On Wed, 3 Dec 2003, Warner Losh wrote: > Modified files: > sys/conf files.i386 options.i386 > sys/i386/conf NOTES > Log: > Connect the cx driver to its new location in the tree. > Update notes to reflect that cx is no longer a counted device > Update options for new cx option > # commented out ELAN_PPS and ELAN_XTAL since they produced errors > > Submitted by: rik@cronyx.ru > Approved by: re@ > > Revision Changes Path > 1.457 +3 -3 src/sys/conf/files.i386 > 1.204 +3 -0 src/sys/conf/options.i386 > 1.1107 +4 -4 src/sys/i386/conf/NOTES I thought those were renamed. -Nate From owner-cvs-all@FreeBSD.ORG Wed Dec 3 15:14:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11A616A4CE; Wed, 3 Dec 2003 15:14:58 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8603943FF9; Wed, 3 Dec 2003 15:14:56 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB3NEtgt047448; Wed, 3 Dec 2003 16:14:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Dec 2003 16:14:32 -0700 (MST) Message-Id: <20031203.161432.119908125.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20031203151103.F21352@root.org> References: <20031203230705.09B7D16A4F4@hub.freebsd.org> <20031203151103.F21352@root.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:14:58 -0000 In message: <20031203151103.F21352@root.org> Nate Lawson writes: : > # commented out ELAN_PPS and ELAN_XTAL since they produced errors : I thought those were renamed. They were, but someone didn't update NOTES. I commented them out to mostly unbreak LINT. I'll leave it to the person that renamed them to fix NOTES to include them again (since that was more than I felt confortable with in a code freeze). Warner From owner-cvs-all@FreeBSD.ORG Wed Dec 3 16:00:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB99316A4CE; Wed, 3 Dec 2003 16:00:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77A0F43FAF; Wed, 3 Dec 2003 16:00:01 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4001XJ088047; Wed, 3 Dec 2003 16:00:01 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB40018O088046; Wed, 3 Dec 2003 16:00:01 -0800 (PST) (envelope-from pav) Message-Id: <200312040000.hB40018O088046@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 3 Dec 2003 16:00:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bluefish/files patch-src_parsedtd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 00:00:47 -0000 pav 2003/12/03 16:00:00 PST FreeBSD ports repository Added files: www/bluefish/files patch-src_parsedtd.h Log: - Fix build with gcc 3.3 PR: ports/59585 Submitted by: Koop Mast Approved by: marcus (portmgr) Revision Changes Path 1.1 +15 -0 ports/www/bluefish/files/patch-src_parsedtd.h (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 16:10:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5725116A4CE; Wed, 3 Dec 2003 16:10:56 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E6143FD7; Wed, 3 Dec 2003 16:10:55 -0800 (PST) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 9C9262ED459; Wed, 3 Dec 2003 16:10:55 -0800 (PST) Date: Wed, 3 Dec 2003 16:10:55 -0800 From: Paul Saab To: Julian Elischer Message-ID: <20031204001055.GA98717@elvis.mu.org> References: <200312032252.OAA36106@InterJet.elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312032252.OAA36106@InterJet.elischer.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 00:10:56 -0000 Julian Elischer (julian@elischer.org) wrote: > great.. of course the question I have is my usual.. > ETA for 4.x version? > I'm getting pesterred for a better tool. the 4.x driver will be coming soon, but things like PAE need to be tested, which I do not have the time to deal with at this moment since my PAE test hardware does not have enough ram. From owner-cvs-all@FreeBSD.ORG Wed Dec 3 16:58:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D5BC16A4CE; Wed, 3 Dec 2003 16:58:35 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F85D43FB1; Wed, 3 Dec 2003 16:58:32 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB40wVgt048412; Wed, 3 Dec 2003 17:58:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Dec 2003 17:58:06 -0700 (MST) Message-Id: <20031203.175806.132781932.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <200312032112.hB3LC9GT079834@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 00:58:35 -0000 In message: John Baldwin writes: : : On 03-Dec-2003 John Baldwin wrote: : > jhb 2003/12/03 13:12:09 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/i386/i386 machdep.c : > Log: : > - Remove the hack to prevent the acpi module from loading. : > - Add a really, really, nasty hack to provide stub versions of all of : > the 'device apic' functions used by the ACPI MADT APIC enumerator if : > 'device apic' is not compiled into the kernel. This is gross but is : > the best we can do with the current kernel linker implementation. : > : > Approved by: re (scottl / blanket) : : Ideally, acpi.ko would contain two modules: 1 main acpi.kld module : that was required and one optional madt.kld module that just contained : madt.o and was optional. Then loading the module would succeed so : long as the required 'acpi' module linked but if the optional 'madt' : module failed to link, it would just be tossed. We don't really seem : to be setup to do such things right now though. A more feasible model : might be an acpi.a that contains acpi.ko and madt.ko and allow the : kernel linker to handle foo.a by requiring the first .ko in the archive : to link and having any additional .ko's be optional. This would work : both for the acpi.ko/madt.ko case as well as bus attachments for device : drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. I'm not sure I follow what you are saying here. You need to have something to resolve the symbols that madt provides. As to the bus attachments, busses are supposed to provide a kobj interface such that no symbols are exported directly to the bus. eisa does, however, violate this. Warner From owner-cvs-all@FreeBSD.ORG Wed Dec 3 17:08:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00FB416A4CE; Wed, 3 Dec 2003 17:08:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D5643FBF; Wed, 3 Dec 2003 17:08:42 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB418gXJ098745; Wed, 3 Dec 2003 17:08:42 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB418gGk098744; Wed, 3 Dec 2003 17:08:42 -0800 (PST) (envelope-from trevor) Message-Id: <200312040108.hB418gGk098744@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 3 Dec 2003 17:08:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/aewm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 01:08:43 -0000 trevor 2003/12/03 17:08:41 PST FreeBSD ports repository Modified files: x11-wm/aewm Makefile Log: Get this to compile when GTK+ is not present. Fix whitespace too. Approved by: portmgr (marcus) Revision Changes Path 1.16 +4 -6 ports/x11-wm/aewm/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 17:20:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0914E16A4CE; Wed, 3 Dec 2003 17:20:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF3843FAF; Wed, 3 Dec 2003 17:20:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB41KUXJ099326; Wed, 3 Dec 2003 17:20:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB41KU8n099325; Wed, 3 Dec 2003 17:20:30 -0800 (PST) (envelope-from marcus) Message-Id: <200312040120.hB41KU8n099325@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 3 Dec 2003 17:20:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/gaim distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 01:20:31 -0000 marcus 2003/12/03 17:20:30 PST FreeBSD ports repository Modified files: japanese/gaim distinfo Log: Fix build by syncing with gaim-0.73. PR: 59782 Submitted by: maintainer Approved by: portmgr (implicit) Revision Changes Path 1.4 +2 -2 ports/japanese/gaim/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 3 17:46:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9747A16A4CE; Wed, 3 Dec 2003 17:46:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 037FA43FB1; Wed, 3 Dec 2003 17:46:35 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB41kYXJ000292; Wed, 3 Dec 2003 17:46:34 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB41kYjI000291; Wed, 3 Dec 2003 17:46:34 -0800 (PST) (envelope-from seanc) Message-Id: <200312040146.hB41kYjI000291@repoman.freebsd.org> From: Sean Chittenden Date: Wed, 3 Dec 2003 17:46:34 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 01:46:35 -0000 seanc 2003/12/03 17:46:33 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml Log: Update the section on debugging a kernel with GDB to include a recent dump and the basics of what most developers would like to see in reports of a panic where a dump is available. Also trim a few lines from the previous dump example (still included) and sync up some of the gdb commands for the sake of consistency. Inspired by: Recent exchange with jhb Revision Changes Path 1.51 +118 -14 doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 3 17:51:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65ACA16A4CE; Wed, 3 Dec 2003 17:51:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF40643FE0; Wed, 3 Dec 2003 17:51:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB41pYXJ000509; Wed, 3 Dec 2003 17:51:34 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB41pX1Y000508; Wed, 3 Dec 2003 17:51:33 -0800 (PST) (envelope-from marcus) Message-Id: <200312040151.hB41pX1Y000508@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 3 Dec 2003 17:51:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 01:51:35 -0000 marcus 2003/12/03 17:51:33 PST FreeBSD ports repository Modified files: . avail Log: Lock the ports tree for 5.2-RELEASE tagging. Revision Changes Path 1.208 +1 -1 CVSROOT/avail From owner-cvs-all@FreeBSD.ORG Wed Dec 3 18:12:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E579616A4CE; Wed, 3 Dec 2003 18:12:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4728643FA3; Wed, 3 Dec 2003 18:12:07 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB42C6XJ033867; Wed, 3 Dec 2003 18:12:07 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB42C628033866; Wed, 3 Dec 2003 18:12:06 -0800 (PST) (envelope-from marcus) Message-Id: <200312040212.hB42C628033866@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 3 Dec 2003 18:12:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 02:12:08 -0000 marcus 2003/12/03 18:12:06 PST FreeBSD ports repository Modified files: . avail Log: Unlock the ports tree. The ports tree is now in a semi-freeze. There should be no large commits, sweeping changes, or infrastructure changes until 5.2-RELEASE is out the door. Revision Changes Path 1.209 +1 -1 CVSROOT/avail From owner-cvs-all@FreeBSD.ORG Wed Dec 3 18:17:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C534916A4CE; Wed, 3 Dec 2003 18:17:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF0943FB1; Wed, 3 Dec 2003 18:17:22 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB42HMXJ034117; Wed, 3 Dec 2003 18:17:22 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB42HMba034116; Wed, 3 Dec 2003 18:17:22 -0800 (PST) (envelope-from marcus) Message-Id: <200312040217.hB42HMba034116@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 3 Dec 2003 18:17:22 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 02:17:24 -0000 marcus 2003/12/03 18:17:22 PST FreeBSD doc repository Modified files: en/releng index.sgml Log: The ports tree is now semi-frozen. It will not completely thaw until after 5.2-RELEASE is out the door. Revision Changes Path 1.81 +5 -4 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:00:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F9616A4CE; Wed, 3 Dec 2003 19:00:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C6643FBF; Wed, 3 Dec 2003 19:00:04 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4303XJ035500; Wed, 3 Dec 2003 19:00:03 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4303Nl035499; Wed, 3 Dec 2003 19:00:03 -0800 (PST) (envelope-from max) Message-Id: <200312040300.hB4303Nl035499@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Wed, 3 Dec 2003 19:00:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/nkf Makefile distinfo ports/japanese/nkf/files patch-aa ports/japanese/p5-nkf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:00:04 -0000 max 2003/12/03 19:00:03 PST FreeBSD ports repository Modified files: japanese/nkf Makefile distinfo japanese/nkf/files patch-aa japanese/p5-nkf Makefile distinfo Log: Upgrade to 2.03. Pointed-out by: "Takayuki Nakao" Revision Changes Path 1.26 +3 -2 ports/japanese/nkf/Makefile 1.8 +1 -1 ports/japanese/nkf/distinfo 1.5 +1 -9 ports/japanese/nkf/files/patch-aa 1.13 +3 -2 ports/japanese/p5-nkf/Makefile 1.4 +1 -1 ports/japanese/p5-nkf/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:01:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEE3216A4CE; Wed, 3 Dec 2003 19:01:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E49D43FEA; Wed, 3 Dec 2003 19:01:51 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB431oXJ035608; Wed, 3 Dec 2003 19:01:50 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB431o26035607; Wed, 3 Dec 2003 19:01:50 -0800 (PST) (envelope-from linimon) Message-Id: <200312040301.hB431o26035607@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 19:01:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/wiliki Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:01:53 -0000 linimon 2003/12/03 19:01:50 PST FreeBSD ports repository Modified files: www/wiliki Makefile Log: The gauche-config command was not being invoked by the shell. PR: ports/59785 Approved by: Kimura Fuyuki (maintainer) Revision Changes Path 1.5 +1 -1 ports/www/wiliki/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:02:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1E216A4CF; Wed, 3 Dec 2003 19:02:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242A043FCB; Wed, 3 Dec 2003 19:02:11 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB432AXJ035665; Wed, 3 Dec 2003 19:02:10 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB432AHe035664; Wed, 3 Dec 2003 19:02:10 -0800 (PST) (envelope-from trevor) Message-Id: <200312040302.hB432AHe035664@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 3 Dec 2003 19:02:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/maketool Makefile distinfo ports/devel/maketool/files patch-ui.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:02:12 -0000 trevor 2003/12/03 19:02:10 PST FreeBSD ports repository Modified files: devel/maketool Makefile distinfo Removed files: devel/maketool/files patch-ui.c Log: Make fetchable by updating to 0.8.4. The change log says: Removed empty branches from filter regexps; this is a nonportable feature of GNU libc which broke on FreeBSD libc. Revision Changes Path 1.4 +1 -1 ports/devel/maketool/Makefile 1.4 +2 -1 ports/devel/maketool/distinfo 1.2 +0 -18 ports/devel/maketool/files/patch-ui.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:07:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F2916A4CE; Wed, 3 Dec 2003 19:07:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52CF643F3F; Wed, 3 Dec 2003 19:07:22 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB437MXJ036711; Wed, 3 Dec 2003 19:07:22 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB437Mjp036710; Wed, 3 Dec 2003 19:07:22 -0800 (PST) (envelope-from trevor) Message-Id: <200312040307.hB437Mjp036710@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 3 Dec 2003 19:07:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/linux-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:07:23 -0000 trevor 2003/12/03 19:07:22 PST FreeBSD ports repository Modified files: x11-toolkits/linux-gtk Makefile Log: Allow slave ports to set their own ONLY_FOR_ARCHS (fixes a problem with my i386-only slave ports, noticed by kris in bento logs). Revision Changes Path 1.22 +1 -1 ports/x11-toolkits/linux-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:21:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D798F16A4CE; Wed, 3 Dec 2003 19:21:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B78743FB1; Wed, 3 Dec 2003 19:21:38 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB43LcXJ037178; Wed, 3 Dec 2003 19:21:38 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB43LbtM037177; Wed, 3 Dec 2003 19:21:37 -0800 (PST) (envelope-from dinoex) Message-Id: <200312040321.hB43LbtM037177@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 3 Dec 2003 19:21:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/lrzsz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:21:39 -0000 dinoex 2003/12/03 19:21:37 PST FreeBSD ports repository Modified files: comms/lrzsz Makefile Log: - Fix MASTER_SITES Revision Changes Path 1.25 +1 -2 ports/comms/lrzsz/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:24:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 450B616A4CE; Wed, 3 Dec 2003 19:24:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D11643FDF; Wed, 3 Dec 2003 19:24:10 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB43OAXJ037328; Wed, 3 Dec 2003 19:24:10 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB43OARV037327; Wed, 3 Dec 2003 19:24:10 -0800 (PST) (envelope-from dinoex) Message-Id: <200312040324.hB43OARV037327@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 3 Dec 2003 19:24:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/noattach/files noattach.shports/mail/sendmail/files sendmail.sh sm-client.sh ports/mail/vbsfilter/files vbsfilter.sh ports/security/openssh-portable/files sshd.sh ports/security/openssh/files sshd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:24:11 -0000 dinoex 2003/12/03 19:24:09 PST FreeBSD ports repository Modified files: mail/noattach/files noattach.sh mail/sendmail/files sendmail.sh sm-client.sh mail/vbsfilter/files vbsfilter.sh net/radiusd-cistron/files radiusd-cistron.sh security/openssh-portable/files sshd.sh security/openssh/files sshd.sh Log: - fix Usage Revision Changes Path 1.7 +3 -3 ports/mail/noattach/files/noattach.sh 1.3 +3 -3 ports/mail/sendmail/files/sendmail.sh 1.4 +3 -3 ports/mail/sendmail/files/sm-client.sh 1.4 +3 -3 ports/mail/vbsfilter/files/vbsfilter.sh 1.2 +3 -4 ports/net/radiusd-cistron/files/radiusd-cistron.sh 1.2 +2 -2 ports/security/openssh-portable/files/sshd.sh 1.5 +2 -2 ports/security/openssh/files/sshd.sh From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:28:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974E516A4CE; Wed, 3 Dec 2003 19:28:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E9143FB1; Wed, 3 Dec 2003 19:28:54 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB43SsXJ037574; Wed, 3 Dec 2003 19:28:54 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB43Sspr037573; Wed, 3 Dec 2003 19:28:54 -0800 (PST) (envelope-from dinoex) Message-Id: <200312040328.hB43Sspr037573@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 3 Dec 2003 19:28:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/popa3d Makefile pkg-plist ports/mail/popa3d/files popa3d.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:28:55 -0000 dinoex 2003/12/03 19:28:54 PST FreeBSD ports repository Modified files: mail/popa3d Makefile pkg-plist Added files: mail/popa3d/files popa3d.sh Log: - use DOCSDIR - new option STANDALONE_POP3 Submitted by: osa - USE_REINPLACE for all options - cleanup targets Submitted by: dinoex Revision Changes Path 1.24 +27 -10 ports/mail/popa3d/Makefile 1.1 +16 -0 ports/mail/popa3d/files/popa3d.sh (new) 1.9 +6 -5 ports/mail/popa3d/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:31:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80F9116A4CE; Wed, 3 Dec 2003 19:31:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9AEA43FDD; Wed, 3 Dec 2003 19:31:34 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB43VYXJ037710; Wed, 3 Dec 2003 19:31:34 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB43VYqK037709; Wed, 3 Dec 2003 19:31:34 -0800 (PST) (envelope-from dinoex) Message-Id: <200312040331.hB43VYqK037709@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 3 Dec 2003 19:31:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/netpbm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:31:35 -0000 dinoex 2003/12/03 19:31:34 PST FreeBSD ports repository Modified files: graphics/netpbm Makefile Log: - take maintainership Revision Changes Path 1.79 +1 -1 ports/graphics/netpbm/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:33:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD7016A4CE; Wed, 3 Dec 2003 19:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C607B43F75; Wed, 3 Dec 2003 19:33:54 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB43XsXJ037797; Wed, 3 Dec 2003 19:33:54 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB43Xs28037796; Wed, 3 Dec 2003 19:33:54 -0800 (PST) (envelope-from linimon) Message-Id: <200312040333.hB43Xs28037796@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 19:33:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/domtools Makefile distinfo pkg-plist ports/dns/domtools/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:33:55 -0000 linimon 2003/12/03 19:33:54 PST FreeBSD ports repository Modified files: dns/domtools Makefile distinfo pkg-plist dns/domtools/files patch-aa Log: Update to 1.6.0. Changes: * Added support for DiG 9.x (BIND 9.0.1) * Replaced internal digparse utility with digstd utility - you call digstd as if it were dig, it calls dig for you with right options for your version and returns results in a standard easy-to-parse format. * Added SRV record support (ala RFC 2052). * Added LOC record support (ala RFC 1876). * Minor speed improvement to axfr * Numerous bug fixes and support for different local host configurations * Updated HOWTOUSE and MANUAL documents PR: ports/53785 Submitted by: Rob Evers Maintainer timeout: 3 weeks Revision Changes Path 1.11 +1 -1 ports/dns/domtools/Makefile 1.3 +1 -1 ports/dns/domtools/distinfo 1.3 +4 -4 ports/dns/domtools/files/patch-aa 1.4 +3 -1 ports/dns/domtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:35:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC4016A4CE; Wed, 3 Dec 2003 19:35:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC1CA43FBD; Wed, 3 Dec 2003 19:35:33 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB43ZXXJ037920; Wed, 3 Dec 2003 19:35:33 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB43ZXqV037919; Wed, 3 Dec 2003 19:35:33 -0800 (PST) (envelope-from dinoex) Message-Id: <200312040335.hB43ZXqV037919@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 3 Dec 2003 19:35:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/wavplay Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:35:34 -0000 dinoex 2003/12/03 19:35:33 PST FreeBSD ports repository Modified files: audio/wavplay Makefile Log: - fix spelling of maintainer Revision Changes Path 1.8 +1 -1 ports/audio/wavplay/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:41:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 775B416A4CE; Wed, 3 Dec 2003 19:41:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C018143FCB; Wed, 3 Dec 2003 19:41:30 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB43fUXJ038112; Wed, 3 Dec 2003 19:41:30 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB43fUXv038111; Wed, 3 Dec 2003 19:41:30 -0800 (PST) (envelope-from trevor) Message-Id: <200312040341.hB43fUXv038111@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 3 Dec 2003 19:41:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-8 Makefile distinfo.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:41:31 -0000 trevor 2003/12/03 19:41:30 PST FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile distinfo.i386 Log: Use the latest glibc packages. Changes are described at , and . Revision Changes Path 1.83 +3 -3 ports/emulators/linux_base-8/Makefile 1.14 +3 -3 ports/emulators/linux_base-8/distinfo.i386 From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:53:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D39316A4D0 for ; Wed, 3 Dec 2003 19:53:21 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A658D43FE0 for ; Wed, 3 Dec 2003 19:53:18 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 21978 invoked by uid 1000); 4 Dec 2003 03:53:20 -0000 Date: Wed, 3 Dec 2003 19:53:20 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <20031203203354.3F20D16A4F3@hub.freebsd.org> Message-ID: <20031203195217.D21901@root.org> References: <20031203203354.3F20D16A4F3@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mptable.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:53:21 -0000 On Wed, 3 Dec 2003, John Baldwin wrote: > - Allow the apic device to be disabled via 'hint.apic.0.disabled' from the > loader. Note that since this is done in the local APIC code, it works > for both the ACPI and non-ACPI cases. > > Approved by: re (scott / blanket) > > Revision Changes Path > 1.8 +2 -3 src/sys/i386/acpica/madt.c > 1.4 +16 -24 src/sys/i386/i386/local_apic.c > 1.228 +2 -2 src/sys/i386/i386/mptable.c > > static void > apic_init(void *dummy __unused) > { > struct apic_enumerator *enumerator; > + uint64_t apic_base; > int retval, best; > > /* We only support built in local APICs. */ > if (!(cpu_feature & CPUID_APIC)) > return; > > + /* Don't probe if APIC mode is disabled. */ > + if (resource_disabled("apic", 0)) > + return; > + Isn't the code that Peter just committed to amd64 redundant with this? -Nate From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:55:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0815816A4CE; Wed, 3 Dec 2003 19:55:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C73C43FBF; Wed, 3 Dec 2003 19:55:17 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB43tHXJ038573; Wed, 3 Dec 2003 19:55:17 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB43tG17038564; Wed, 3 Dec 2003 19:55:16 -0800 (PST) (envelope-from linimon) Message-Id: <200312040355.hB43tG17038564@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 19:55:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/altivore Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:55:18 -0000 linimon 2003/12/03 19:55:16 PST FreeBSD ports repository Modified files: security/altivore Makefile Log: Per distfile survey, remove dead mastersite. Approved by: Justin Stanford (maintainer) Revision Changes Path 1.5 +1 -2 ports/security/altivore/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:55:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0A516A4CF for ; Wed, 3 Dec 2003 19:55:42 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E6BC943FBD for ; Wed, 3 Dec 2003 19:55:38 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 21998 invoked by uid 1000); 4 Dec 2003 03:55:40 -0000 Date: Wed, 3 Dec 2003 19:55:40 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: Message-ID: <20031203195324.P21901@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:55:42 -0000 On Wed, 3 Dec 2003, John Baldwin wrote: > On 03-Dec-2003 John Baldwin wrote: > > Modified files: > > sys/i386/i386 machdep.c > > Log: > > - Remove the hack to prevent the acpi module from loading. > > - Add a really, really, nasty hack to provide stub versions of all of > > the 'device apic' functions used by the ACPI MADT APIC enumerator if > > 'device apic' is not compiled into the kernel. This is gross but is > > the best we can do with the current kernel linker implementation. > > > > Approved by: re (scottl / blanket) > > Ideally, acpi.ko would contain two modules: 1 main acpi.kld module > that was required and one optional madt.kld module that just contained > madt.o and was optional. Then loading the module would succeed so > long as the required 'acpi' module linked but if the optional 'madt' > module failed to link, it would just be tossed. We don't really seem > to be setup to do such things right now though. A more feasible model > might be an acpi.a that contains acpi.ko and madt.ko and allow the > kernel linker to handle foo.a by requiring the first .ko in the archive > to link and having any additional .ko's be optional. This would work > both for the acpi.ko/madt.ko case as well as bus attachments for device > drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. I think this could be achieved by simply unloading a module (and any modules that depend on it) if it fails to link instead of panicing. The normal MODULE_DEPEND would still deal with the ordering of modules. Isn't it that simple? -Nate From owner-cvs-all@FreeBSD.ORG Wed Dec 3 19:58:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7165516A4CF for ; Wed, 3 Dec 2003 19:58:35 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 918E443FD7 for ; Wed, 3 Dec 2003 19:58:32 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 22012 invoked by uid 1000); 4 Dec 2003 03:58:34 -0000 Date: Wed, 3 Dec 2003 19:58:34 -0800 (PST) From: Nate Lawson To: Don Lewis In-Reply-To: <20031203214943.4CDC516A565@hub.freebsd.org> Message-ID: <20031203195731.G21901@root.org> References: <20031203214943.4CDC516A565@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:58:35 -0000 On Wed, 3 Dec 2003, Don Lewis wrote: > Modified files: (Branch: RELENG_4) > sys/kern vfs_bio.c > Log: > The existing hash algorithm in bufhash() does not distribute entries > very well across buckets, especially in the case of cylinder group blocks > which are located at a sequence of locations that are a multiple of a large > power of two apart. In the case of large file systems, one or possibly > a few of the hash chains can get excessively long. Replace the existing > hash algorithm with a variation on the Fibonacci hash. > > Tested by: Ken Marx > > Revision Changes Path > 1.242.2.22 +37 -2 src/sys/kern/vfs_bio.c This is excellent. MTC? (Merge To Current) :) Also, whitespace nit: > + * Volume 3 / Sorting and Searching_ > + * > + * We reduce the argument to 32 bits before doing the hash to > + * avoid the need for a slow 64x64 multiply on 32 bit platforms. > + * -Nate From owner-cvs-all@FreeBSD.ORG Wed Dec 3 20:25:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8716916A4CE; Wed, 3 Dec 2003 20:25:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7669043FEA; Wed, 3 Dec 2003 20:25:07 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB44P7XJ040375; Wed, 3 Dec 2003 20:25:07 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB44P7PC040374; Wed, 3 Dec 2003 20:25:07 -0800 (PST) (envelope-from truckman) Message-Id: <200312040425.hB44P7PC040374@repoman.freebsd.org> From: Don Lewis Date: Wed, 3 Dec 2003 20:25:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 04:25:08 -0000 truckman 2003/12/03 20:25:07 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern vfs_bio.c Log: Fix two white space nits. Pointed out by: njl Revision Changes Path 1.242.2.23 +2 -2 src/sys/kern/vfs_bio.c From owner-cvs-all@FreeBSD.ORG Wed Dec 3 20:30:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E3716A4CE; Wed, 3 Dec 2003 20:30:02 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B0C43FE0; Wed, 3 Dec 2003 20:29:58 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id hB44TjeF033327; Wed, 3 Dec 2003 20:29:49 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200312040429.hB44TjeF033327@gw.catspoiler.org> Date: Wed, 3 Dec 2003 20:29:45 -0800 (PST) From: Don Lewis To: nate@root.org In-Reply-To: <20031203195731.G21901@root.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 04:30:02 -0000 On 3 Dec, Nate Lawson wrote: > On Wed, 3 Dec 2003, Don Lewis wrote: >> Modified files: (Branch: RELENG_4) >> sys/kern vfs_bio.c >> Log: >> The existing hash algorithm in bufhash() does not distribute entries >> very well across buckets, especially in the case of cylinder group blocks >> which are located at a sequence of locations that are a multiple of a large >> power of two apart. In the case of large file systems, one or possibly >> a few of the hash chains can get excessively long. Replace the existing >> hash algorithm with a variation on the Fibonacci hash. >> >> Tested by: Ken Marx >> >> Revision Changes Path >> 1.242.2.22 +37 -2 src/sys/kern/vfs_bio.c > > This is excellent. MTC? (Merge To Current) :) Nope, -CURRENT uses a splay tree instead of a hash table here. > Also, whitespace nit: > >> + * Volume 3 / Sorting and Searching_ >> + * >> + * We reduce the argument to 32 bits before doing the hash to >> + * avoid the need for a slow 64x64 multiply on 32 bit platforms. >> + * Grumble ... actually two. Fix committed. From owner-cvs-all@FreeBSD.ORG Wed Dec 3 20:51:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F3B16A4CE for ; Wed, 3 Dec 2003 20:51:34 -0800 (PST) Received: from swin.edu.au (c3p0.cc.swin.edu.au [136.186.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BCEE43F85 for ; Wed, 3 Dec 2003 20:51:32 -0800 (PST) (envelope-from pvandenbergen@swin.edu.au) Received: from pvdbergen.caia.swin.edu.au (pvdbergen.caia.swin.edu.au [136.186.229.26]) by swin.edu.au (8.9.3p2-20030918/8.9.3) with ESMTP id PAA876140 for ; Thu, 4 Dec 2003 15:51:30 +1100 (EST) From: paul van den bergen To: cvs-all@freebsd.org Date: Thu, 4 Dec 2003 15:51:30 +1100 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200312041551.30501.pvandenbergen@swin.edu.au> Subject: automating cvsup... bleeding edge -STABLE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 04:51:34 -0000 Hi all, just updated my machine 4.8-RELEASE to 4.9-STABLE using cvsup - /root/stable-supfile following the handbook - thanks for the clue... the hand book mentions automating cvsup for the src using cron... given that there is quite a lot involved in make buildworld, etc., some of which is likely human interactive, I presume the implication is JUST to update the src tree (and ports tree) and rebuild manually when you wnat to... so that the cron job just shortcuts the download... is that correct? -- Dr Paul van den Bergen Centre for Advanced Internet Architectures caia.swin.edu.au pvandenbergen@swin.edu.au IM:bulwynkl2002 "And some run up hill and down dale, knapping the chucky stones to pieces wi' hammers, like so many road makers run daft. They say it is to see how the world was made." Sir Walter Scott, St. Ronan's Well 1824 From owner-cvs-all@FreeBSD.ORG Wed Dec 3 21:33:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DB7616A4CE; Wed, 3 Dec 2003 21:33:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F095243FDD; Wed, 3 Dec 2003 21:33:42 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB45XgXJ049343; Wed, 3 Dec 2003 21:33:42 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB45Xghs049342; Wed, 3 Dec 2003 21:33:42 -0800 (PST) (envelope-from linimon) Message-Id: <200312040533.hB45Xghs049342@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 21:33:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mpeg4ip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 05:33:43 -0000 linimon 2003/12/03 21:33:42 PST FreeBSD ports repository Modified files: multimedia/mpeg4ip Makefile Log: Fix build on -HEAD. Committed on behalf of lioux who is having machine problems. PR: ports/57637 Submitted by: David Yeske Revision Changes Path 1.27 +2 -4 ports/multimedia/mpeg4ip/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 21:36:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4356116A4CE for ; Wed, 3 Dec 2003 21:36:01 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB3443FBF for ; Wed, 3 Dec 2003 21:36:00 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EF70466C55; Wed, 3 Dec 2003 21:35:59 -0800 (PST) Date: Wed, 3 Dec 2003 21:35:59 -0800 From: Kris Kennaway To: paul van den bergen Message-ID: <20031204053559.GA74491@xor.obsecurity.org> References: <200312041551.30501.pvandenbergen@swin.edu.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <200312041551.30501.pvandenbergen@swin.edu.au> User-Agent: Mutt/1.4.1i cc: cvs-all@freebsd.org Subject: Re: automating cvsup... bleeding edge -STABLE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 05:36:01 -0000 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 04, 2003 at 03:51:30PM +1100, paul van den bergen wrote: > Hi all, >=20 > just updated my machine 4.8-RELEASE to 4.9-STABLE using=20 > cvsup - /root/stable-supfile > following the handbook - thanks for the clue... >=20 > the hand book mentions automating cvsup for the src using cron... >=20 > given that there is quite a lot involved in make buildworld, etc., some o= f=20 > which is likely human interactive, I presume the implication is JUST to= =20 > update the src tree (and ports tree) and rebuild manually when you wnat t= o...=20 > so that the cron job just shortcuts the download... >=20 > is that correct? This is off-topic for this list (next time, use questions@), but the answer is yes. If you try and automatically make world, sooner or laterly you'll most likely destroy your system. Kris --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/zse/Wry0BWjoQKURAvI1AJ9Q44UKjRtz1skaw5j0SFa7YDaS5ACfdhcs SvppjdEsTOtIRUazAgiTSjw= =vk1s -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk-- From owner-cvs-all@FreeBSD.ORG Wed Dec 3 21:39:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC9316A4CE for ; Wed, 3 Dec 2003 21:39:00 -0800 (PST) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id B674643F85 for ; Wed, 3 Dec 2003 21:38:58 -0800 (PST) (envelope-from root@pukruppa.de) Received: (qmail 18011 invoked by uid 505); 4 Dec 2003 05:38:59 -0000 Received: from root@pukruppa.de by dsl-mail by uid 89 with qmail-scanner-1.14 (spamassassin: 2.43. Clear:SA:0(0.0/5.0):. Processed in 0.320433 secs); 04 Dec 2003 05:38:59 -0000 X-Spam-Status: No, hits=0.0 required=5.0 Received: from unknown (HELO reverse-213-146-114-24.dialin.kamp-dsl.de) (213.146.114.24) by dsl-mail.kamp.net with SMTP; 4 Dec 2003 05:38:58 -0000 Date: Thu, 4 Dec 2003 06:41:46 +0100 (CET) From: Peter Ulrich Kruppa X-X-Sender: root@pukruppa.net To: paul van den bergen In-Reply-To: <200312041551.30501.pvandenbergen@swin.edu.au> Message-ID: <20031204062526.T741@pukruppa.net> References: <200312041551.30501.pvandenbergen@swin.edu.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@freebsd.org Subject: Re: automating cvsup... bleeding edge -STABLE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 05:39:00 -0000 On Thu, 4 Dec 2003, paul van den bergen wrote: > Hi all, > > just updated my machine 4.8-RELEASE to 4.9-STABLE using > cvsup - /root/stable-supfile > following the handbook - thanks for the clue... > > the hand book mentions automating cvsup for the src using cron... > > given that there is quite a lot involved in make buildworld, etc., some of > which is likely human interactive, I presume the implication is JUST to > update the src tree (and ports tree) and rebuild manually when you wnat to... > so that the cron job just shortcuts the download... I don't think it is a good idea to have sources and ports lying around that don't correspond to your actual OS. If you really want to rebuild your system three or four times a week, you should put all necessary commands into shell script and execute it it periodically. People who do this probably know what can go wrong and how to repair it. I don't, so I upgrade manually, when I have got the time to control what is going on. By the way: -STABLE isn't a bleeding edge at all. I have tracked this for three years or so, and can't remember any serious crashes. If you whish to be left with a dysfuntional system from time to time you should try -CURRENT :-) Regards, Uli. > > is that correct? > > -- > Dr Paul van den Bergen > Centre for Advanced Internet Architectures > caia.swin.edu.au > pvandenbergen@swin.edu.au > IM:bulwynkl2002 > "And some run up hill and down dale, knapping the chucky stones > to pieces wi' hammers, like so many road makers run daft. > They say it is to see how the world was made." > Sir Walter Scott, St. Ronan's Well 1824 > > _______________________________________________ > 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" > +---------------------------+ | Peter Ulrich Kruppa | | Wuppertal | | Germany | +---------------------------+ From owner-cvs-all@FreeBSD.ORG Wed Dec 3 21:41:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4940516A4CE; Wed, 3 Dec 2003 21:41:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C68F43FDF; Wed, 3 Dec 2003 21:41:13 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB45fDXJ049678; Wed, 3 Dec 2003 21:41:13 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB45fDFS049677; Wed, 3 Dec 2003 21:41:13 -0800 (PST) (envelope-from nork) Message-Id: <200312040541.hB45fDFS049677@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 3 Dec 2003 21:41:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/stone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 05:41:14 -0000 nork 2003/12/03 21:41:13 PST FreeBSD ports repository Modified files: net/stone Makefile distinfo Log: Update to 2.2a. PR: ports/59913 Submitted by: Yoshihiko Sarumaru (maintainer) Revision Changes Path 1.5 +1 -1 ports/net/stone/Makefile 1.4 +1 -1 ports/net/stone/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:06:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F5216A4CE; Wed, 3 Dec 2003 22:06:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C3443FAF; Wed, 3 Dec 2003 22:06:42 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB466gXJ051531; Wed, 3 Dec 2003 22:06:42 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB466gWo051530; Wed, 3 Dec 2003 22:06:42 -0800 (PST) (envelope-from krion) Message-Id: <200312040606.hB466gWo051530@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 3 Dec 2003 22:06:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/silc-client Makefile distinfo pkg-plist patch-lib-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:06:43 -0000 krion 2003/12/03 22:06:42 PST FreeBSD ports repository Modified files: net/silc-client Makefile distinfo pkg-plist net/silc-client/files patch-Makefile.in Added files: net/silc-client/files patch-lib-Makefile.in Log: - Update to version 1.0 PR: 59746 Submitted by: maintainer Revision Changes Path 1.33 +7 -6 ports/net/silc-client/Makefile 1.17 +1 -1 ports/net/silc-client/distinfo 1.12 +41 -5 ports/net/silc-client/files/patch-Makefile.in 1.1 +19 -0 ports/net/silc-client/files/patch-lib-Makefile.in (new) 1.15 +0 -17 ports/net/silc-client/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:30:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5D5916A4CE; Wed, 3 Dec 2003 22:30:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F7B43F3F; Wed, 3 Dec 2003 22:30:04 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46U3XJ052349; Wed, 3 Dec 2003 22:30:03 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46U3vV052348; Wed, 3 Dec 2003 22:30:03 -0800 (PST) (envelope-from bland) Message-Id: <200312040630.hB46U3vV052348@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 22:30:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/gnomephotoprinter Makefile distinfo ports/print/gnomephotoprinter/files patch-glade::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:30:05 -0000 bland 2003/12/03 22:30:03 PST FreeBSD ports repository Modified files: print/gnomephotoprinter Makefile distinfo Removed files: print/gnomephotoprinter/files patch-glade::Makefile.in Log: Update to 0.6.3 Revision Changes Path 1.5 +1 -3 ports/print/gnomephotoprinter/Makefile 1.3 +1 -1 ports/print/gnomephotoprinter/distinfo 1.2 +0 -15 ports/print/gnomephotoprinter/files/patch-glade::Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:33:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E67316A4CE; Wed, 3 Dec 2003 22:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9421943FCB; Wed, 3 Dec 2003 22:33:54 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46XsXJ052518; Wed, 3 Dec 2003 22:33:54 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46Xs5E052517; Wed, 3 Dec 2003 22:33:54 -0800 (PST) (envelope-from ume) Message-Id: <200312040633.hB46Xs5E052517@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 3 Dec 2003 22:33:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:33:55 -0000 ume 2003/12/03 22:33:54 PST FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile Log: add WITH_ALWAYSTRUE option. Requested by: Ted Cabeen Revision Changes Path 1.87 +4 -0 ports/security/cyrus-sasl2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:37:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC7716A4CE; Wed, 3 Dec 2003 22:37:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E962043F3F; Wed, 3 Dec 2003 22:37:09 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46b9XJ052716; Wed, 3 Dec 2003 22:37:09 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46b9hA052715; Wed, 3 Dec 2003 22:37:09 -0800 (PST) (envelope-from linimon) Message-Id: <200312040637.hB46b9hA052715@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 22:37:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portdowngrade Makefile distinfo pkg-descr pkg-plist ports/sysutils/portdowngrade/files patch-portdowngrade.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:37:10 -0000 linimon 2003/12/03 22:37:09 PST FreeBSD ports repository Added files: sysutils/portdowngrade Makefile distinfo pkg-descr pkg-plist sysutils/portdowngrade/files patch-portdowngrade.cpp Log: Add sysutils/portdowngrade, a utility to help downgrade FreeBSD ports by analyzing the history of commits to the port and presenting the user the list of changes. By selecting one, the port can be set back to a previous version easily. WWW: http://sourceforge.net/projects/portdowngrade/ PR: ports/48257 Submitted by: Heiner Eichmann Revision Changes Path 1.1 +31 -0 ports/sysutils/portdowngrade/Makefile (new) 1.1 +1 -0 ports/sysutils/portdowngrade/distinfo (new) 1.1 +12 -0 ports/sysutils/portdowngrade/files/patch-portdowngrade.cpp (new) 1.1 +8 -0 ports/sysutils/portdowngrade/pkg-descr (new) 1.1 +1 -0 ports/sysutils/portdowngrade/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:37:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4DDB16A4CE; Wed, 3 Dec 2003 22:37:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A7B43FDF; Wed, 3 Dec 2003 22:37:52 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46bpXJ052760; Wed, 3 Dec 2003 22:37:51 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46bpUV052759; Wed, 3 Dec 2003 22:37:51 -0800 (PST) (envelope-from linimon) Message-Id: <200312040637.hB46bpUV052759@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 22:37:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:37:52 -0000 linimon 2003/12/03 22:37:51 PST FreeBSD ports repository Modified files: sysutils Makefile Log: Add sysutils/portdowngrade. PR: ports/48257 Submitted by: Heiner Eichmann Revision Changes Path 1.460 +1 -0 ports/sysutils/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:38:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8C916A4CE; Wed, 3 Dec 2003 22:38:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14B4443F3F; Wed, 3 Dec 2003 22:38:34 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46cXXJ052856; Wed, 3 Dec 2003 22:38:33 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46cXNS052855; Wed, 3 Dec 2003 22:38:33 -0800 (PST) (envelope-from trevor) Message-Id: <200312040638.hB46cXNS052855@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 3 Dec 2003 22:38:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc295 Makefile ports/mail/mailsync Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:38:34 -0000 trevor 2003/12/03 22:38:33 PST FreeBSD ports repository Modified files: lang/gcc295 Makefile mail/mailsync Makefile Log: The __WORD_BIT constant in GCC's stl_bvector.h caused a namespace conflict which kept the mailsync port from compiling. Resolve it. Revision Changes Path 1.93 +6 -0 ports/lang/gcc295/Makefile 1.4 +1 -7 ports/mail/mailsync/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:42:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 755E916A4CE; Wed, 3 Dec 2003 22:42:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE6943FBD; Wed, 3 Dec 2003 22:42:38 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46gcXJ053031; Wed, 3 Dec 2003 22:42:38 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46gcaX053030; Wed, 3 Dec 2003 22:42:38 -0800 (PST) (envelope-from bland) Message-Id: <200312040642.hB46gcaX053030@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 22:42:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gnomegames2 Makefileports/games/gnomegames2/files patch-aisleriot::sol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:42:39 -0000 bland 2003/12/03 22:42:38 PST FreeBSD ports repository Modified files: games/gnomegames2 Makefile Added files: games/gnomegames2/files patch-aisleriot::sol.c Log: Fix bug wich prevents game variation selection from cli for non-latin locale users. Revision Changes Path 1.72 +1 -0 ports/games/gnomegames2/Makefile 1.1 +37 -0 ports/games/gnomegames2/files/patch-aisleriot::sol.c (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:42:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A71B16A4CF; Wed, 3 Dec 2003 22:42:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACA4A43FDF; Wed, 3 Dec 2003 22:42:39 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46gdXJ053081; Wed, 3 Dec 2003 22:42:39 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46gdJc053080; Wed, 3 Dec 2003 22:42:39 -0800 (PST) (envelope-from linimon) Message-Id: <200312040642.hB46gdJc053080@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 22:42:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/kinterbasdb Makefile distinfo pkg-descr pkg-plist ports/databases/kinterbasdb/files patch-_kinterbasdb_constants.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:42:40 -0000 linimon 2003/12/03 22:42:39 PST FreeBSD ports repository Added files: databases/kinterbasdb Makefile distinfo pkg-descr pkg-plist databases/kinterbasdb/files patch-_kinterbasdb_constants.c Log: Add databases/kinterbasdb, a Python module to access the Firebird (Interbase (TM) relational database. Note: there seems to be no way around the portlint gripe. Further note: this port won't install correctly until the underlying Firebird DB is upgraded to get rid of its FORBIDDEN state, but first things first. (The was one of the oldest "new ports" PRs in the system, predating the breakage). PR: ports/30823 Submitted by: Dmytro Rud Revision Changes Path 1.1 +31 -0 ports/databases/kinterbasdb/Makefile (new) 1.1 +1 -0 ports/databases/kinterbasdb/distinfo (new) 1.1 +22 -0 ports/databases/kinterbasdb/files/patch-_kinterbasdb_constants.c (new) 1.1 +7 -0 ports/databases/kinterbasdb/pkg-descr (new) 1.1 +50 -0 ports/databases/kinterbasdb/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:43:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE7E816A4CE; Wed, 3 Dec 2003 22:43:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530C543FBD; Wed, 3 Dec 2003 22:43:20 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46hKXJ053152; Wed, 3 Dec 2003 22:43:20 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46hJZO053151; Wed, 3 Dec 2003 22:43:19 -0800 (PST) (envelope-from linimon) Message-Id: <200312040643.hB46hJZO053151@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 22:43:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:43:21 -0000 linimon 2003/12/03 22:43:19 PST FreeBSD ports repository Modified files: databases Makefile Log: Add databases/kinterbasdb. PR: ports/30823. Revision Changes Path 1.287 +1 -0 ports/databases/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:46:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7300D16A4CE; Wed, 3 Dec 2003 22:46:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C53DB43FDF; Wed, 3 Dec 2003 22:46:36 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46kaXJ053339; Wed, 3 Dec 2003 22:46:36 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46kaMI053338; Wed, 3 Dec 2003 22:46:36 -0800 (PST) (envelope-from linimon) Message-Id: <200312040646.hB46kaMI053338@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 22:46:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/avidemux2 Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:46:38 -0000 linimon 2003/12/03 22:46:36 PST FreeBSD ports repository Added files: multimedia/avidemux2 Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add multimedia/avidemux2, a simple video editor that is built around Xvid and ffmpeg. Contains various filters for deinterlacing, cropping, resizing, etc. Allows for cutting without re-encoding. Has the ability to re-encode and re-sample. PR: ports/51013 Submitted by: Anish Mistry Revision Changes Path 1.1 +92 -0 ports/multimedia/avidemux2/Makefile (new) 1.1 +1 -0 ports/multimedia/avidemux2/distinfo (new) 1.1 +9 -0 ports/multimedia/avidemux2/pkg-descr (new) 1.1 +3 -0 ports/multimedia/avidemux2/pkg-message (new) 1.1 +1 -0 ports/multimedia/avidemux2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:47:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E0216A4CE; Wed, 3 Dec 2003 22:47:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF6543FE3; Wed, 3 Dec 2003 22:47:18 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46lIXJ053392; Wed, 3 Dec 2003 22:47:18 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46lI2G053391; Wed, 3 Dec 2003 22:47:18 -0800 (PST) (envelope-from linimon) Message-Id: <200312040647.hB46lI2G053391@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 22:47:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:47:19 -0000 linimon 2003/12/03 22:47:18 PST FreeBSD ports repository Modified files: multimedia Makefile Log: Add multimedia/avidemux2. PR: ports/51013. Revision Changes Path 1.49 +1 -0 ports/multimedia/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:48:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC7416A4CE; Wed, 3 Dec 2003 22:48:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81BCA43FDD; Wed, 3 Dec 2003 22:48:51 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46mpXJ053456; Wed, 3 Dec 2003 22:48:51 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46mp4F053455; Wed, 3 Dec 2003 22:48:51 -0800 (PST) (envelope-from trevor) Message-Id: <200312040648.hB46mp4F053455@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 3 Dec 2003 22:48:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc295 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:48:52 -0000 trevor 2003/12/03 22:48:51 PST FreeBSD ports repository Modified files: lang/gcc295 Makefile Log: forced commit to note that the previous change addresses PR 51807, submitted by Kevin Oberman, maintainer of the irrtoolset port (which I left marked broken because it has at least one other problem) Revision Changes Path 1.94 +0 -0 ports/lang/gcc295/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:49:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D54F16A4CF; Wed, 3 Dec 2003 22:49:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ED94401A; Wed, 3 Dec 2003 22:49:08 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46n8XJ053487; Wed, 3 Dec 2003 22:49:08 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46n7cb053486; Wed, 3 Dec 2003 22:49:07 -0800 (PST) (envelope-from linimon) Message-Id: <200312040649.hB46n7cb053486@repoman.freebsd.org> From: Mark Linimon Date: Wed, 3 Dec 2003 22:49:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:49:13 -0000 linimon 2003/12/03 22:49:07 PST FreeBSD ports repository Modified files: . modules Log: avidemux2 -> ports/multimedia/avidemux2 kinterbasdb -> ports/databases/kinterbasdb portdowngrade -> ports/sysutils/portdowngrade Revision Changes Path 1.8676 +3 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:49:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 014FC16A4CE; Wed, 3 Dec 2003 22:49:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A9643FA3; Wed, 3 Dec 2003 22:49:24 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46nOXJ053539; Wed, 3 Dec 2003 22:49:24 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46nN2O053538; Wed, 3 Dec 2003 22:49:24 -0800 (PST) (envelope-from marcus) Message-Id: <200312040649.hB46nN2O053538@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 3 Dec 2003 22:49:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gaim Makefile distinfo pkg-plist ports/net/gaim/files patch-log_free.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:49:25 -0000 marcus 2003/12/03 22:49:23 PST FreeBSD ports repository Modified files: net/gaim Makefile distinfo pkg-plist Added files: net/gaim/files patch-log_free.diff Log: Update to 0.74. --- Add a patch to fix a memory leak (PORTREVISION=1 for people that got the 0.74 update during the freeze). [1] Submitted by: Matthew Luckie Obtained from: http://web.ics.purdue.edu/~eblanton/gaim/gaim-0.75cvs-gaim_log_free.diff [1] Revision Changes Path 1.127 +2 -1 ports/net/gaim/Makefile 1.77 +2 -2 ports/net/gaim/distinfo 1.1 +51 -0 ports/net/gaim/files/patch-log_free.diff (new) 1.57 +1 -0 ports/net/gaim/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 22:55:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A5816A4CE; Wed, 3 Dec 2003 22:55:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69A043F93; Wed, 3 Dec 2003 22:55:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB46tfXJ053862; Wed, 3 Dec 2003 22:55:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB46tfJe053861; Wed, 3 Dec 2003 22:55:41 -0800 (PST) (envelope-from marcus) Message-Id: <200312040655.hB46tfJe053861@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 3 Dec 2003 22:55:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/xchat2 Makefile distinfo pkg-plist patch-src_common_text.c patch-src_fe-gtk_xtext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 06:55:42 -0000 marcus 2003/12/03 22:55:41 PST FreeBSD ports repository Modified files: irc/xchat2 Makefile distinfo pkg-plist Removed files: irc/xchat2/files patch-src_common_server.c patch-src_common_text.c patch-src_fe-gtk_xtext.c Log: Update to 2.0.6. Revision Changes Path 1.127 +1 -2 ports/irc/xchat2/Makefile 1.68 +1 -1 ports/irc/xchat2/distinfo 1.2 +0 -13 ports/irc/xchat2/files/patch-src_common_server.c (dead) 1.2 +0 -11 ports/irc/xchat2/files/patch-src_common_text.c (dead) 1.2 +0 -22 ports/irc/xchat2/files/patch-src_fe-gtk_xtext.c (dead) 1.30 +1 -0 ports/irc/xchat2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:11:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3711B16A4CE; Wed, 3 Dec 2003 23:11:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8730F43FBF; Wed, 3 Dec 2003 23:11:53 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47BrXJ055296; Wed, 3 Dec 2003 23:11:53 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47BrRi055295; Wed, 3 Dec 2003 23:11:53 -0800 (PST) (envelope-from bland) Message-Id: <200312040711.hB47BrRi055295@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:11:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/sodipodi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:11:54 -0000 bland 2003/12/03 23:11:53 PST FreeBSD ports repository Modified files: graphics/sodipodi Makefile distinfo pkg-plist Log: Update to 0.33 Revision Changes Path 1.56 +5 -3 ports/graphics/sodipodi/Makefile 1.19 +1 -1 ports/graphics/sodipodi/distinfo 1.17 +4 -5 ports/graphics/sodipodi/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:25:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F88E16A4CE; Wed, 3 Dec 2003 23:25:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F1E43FA3; Wed, 3 Dec 2003 23:25:34 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47PYXJ056240; Wed, 3 Dec 2003 23:25:34 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47PXSc056239; Wed, 3 Dec 2003 23:25:33 -0800 (PST) (envelope-from bland) Message-Id: <200312040725.hB47PXSc056239@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:25:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/bakery Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/bakery/files patch-bakery_App_App.h patch-bakery_FileSelection_FileSelection.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:25:35 -0000 bland 2003/12/03 23:25:33 PST FreeBSD ports repository Modified files: x11-toolkits/bakery Makefile distinfo pkg-descr pkg-plist Removed files: x11-toolkits/bakery/files patch-bakery_App_App.h patch-bakery_FileSelection_FileSelection.h Log: Update to 1.3.11 (Bakery2) Revision Changes Path 1.21 +7 -6 ports/x11-toolkits/bakery/Makefile 1.6 +1 -1 ports/x11-toolkits/bakery/distinfo 1.2 +0 -11 ports/x11-toolkits/bakery/files/patch-bakery_App_App.h (dead) 1.2 +0 -11 ports/x11-toolkits/bakery/files/patch-bakery_FileSelection_FileSelection.h (dead) 1.2 +2 -4 ports/x11-toolkits/bakery/pkg-descr 1.6 +31 -21 ports/x11-toolkits/bakery/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:27:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4409C16A4CE; Wed, 3 Dec 2003 23:27:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB0143FCB; Wed, 3 Dec 2003 23:26:59 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47QxXJ056372; Wed, 3 Dec 2003 23:26:59 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47QxTp056371; Wed, 3 Dec 2003 23:26:59 -0800 (PST) (envelope-from bland) Message-Id: <200312040726.hB47QxTp056371@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:26:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/bakery/files patch-bakery::Makefile.in patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:27:00 -0000 bland 2003/12/03 23:26:59 PST FreeBSD ports repository Added files: x11-toolkits/bakery/files patch-bakery::Makefile.in patch-ltmain.sh Log: Patches missed from just commited 1.3.11 update. Revision Changes Path 1.1 +11 -0 ports/x11-toolkits/bakery/files/patch-bakery::Makefile.in (new) 1.1 +51 -0 ports/x11-toolkits/bakery/files/patch-ltmain.sh (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:29:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C72916A4CE; Wed, 3 Dec 2003 23:29:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC4B43F93; Wed, 3 Dec 2003 23:29:24 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47TOXJ056512; Wed, 3 Dec 2003 23:29:24 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47TOQ5056511; Wed, 3 Dec 2003 23:29:24 -0800 (PST) (envelope-from leeym) Message-Id: <200312040729.hB47TOQ5056511@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 3 Dec 2003 23:29:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/MT distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:29:25 -0000 leeym 2003/12/03 23:29:24 PST FreeBSD ports repository Modified files: www/MT distinfo Log: It seems that MASTER_SITES release rerolled distfile. So, update md5 checksum correspondingly. Sorry, due to license, users can only fetch the distfile from MASTER_SITES by themselves. Therefore I have no idea about what's different between the latest distfile and the previous one. Revision Changes Path 1.2 +1 -1 ports/www/MT/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:30:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7352E16A4CE; Wed, 3 Dec 2003 23:30:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B8443F93; Wed, 3 Dec 2003 23:30:36 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47UaXJ056693; Wed, 3 Dec 2003 23:30:36 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47Uakr056692; Wed, 3 Dec 2003 23:30:36 -0800 (PST) (envelope-from bland) Message-Id: <200312040730.hB47Uakr056692@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:30:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefileports/x11-toolkits/bakery_gnomeui Makefile distinfo pkg-descr pkg-plist patch-bakery_gnomeui::Makefile.in patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:30:37 -0000 bland 2003/12/03 23:30:36 PST FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/bakery_gnomeui Makefile distinfo pkg-descr pkg-plist x11-toolkits/bakery_gnomeui/files patch-bakery_gnomeui::Makefile.in patch-ltmain.sh Log: Add bakery_gnomeui 1.3.2, a Bakery C++ Application Framework extention for GNOME. Revision Changes Path 1.280 +1 -0 ports/x11-toolkits/Makefile 1.1 +29 -0 ports/x11-toolkits/bakery_gnomeui/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/bakery_gnomeui/distinfo (new) 1.1 +11 -0 ports/x11-toolkits/bakery_gnomeui/files/patch-bakery_gnomeui::Makefile.in (new) 1.1 +51 -0 ports/x11-toolkits/bakery_gnomeui/files/patch-ltmain.sh (new) 1.1 +4 -0 ports/x11-toolkits/bakery_gnomeui/pkg-descr (new) 1.1 +13 -0 ports/x11-toolkits/bakery_gnomeui/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:30:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F2216A4CF; Wed, 3 Dec 2003 23:30:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B3D43F93; Wed, 3 Dec 2003 23:30:50 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47UoXJ056734; Wed, 3 Dec 2003 23:30:50 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47UoOo056733; Wed, 3 Dec 2003 23:30:50 -0800 (PST) (envelope-from bland) Message-Id: <200312040730.hB47UoOo056733@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:30:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:30:51 -0000 bland 2003/12/03 23:30:50 PST FreeBSD ports repository Modified files: . modules Log: bakery_gnomeui --> ports/x11-toolkits/bakery_gnomeui Revision Changes Path 1.8677 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:38:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9BB16A4CE; Wed, 3 Dec 2003 23:38:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD34E43FBD; Wed, 3 Dec 2003 23:38:30 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47cUXJ056968; Wed, 3 Dec 2003 23:38:30 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47cUKB056967; Wed, 3 Dec 2003 23:38:30 -0800 (PST) (envelope-from bland) Message-Id: <200312040738.hB47cUKB056967@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:38:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gnome-pkgview Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:38:31 -0000 bland 2003/12/03 23:38:30 PST FreeBSD ports repository Modified files: sysutils/gnome-pkgview Makefile distinfo pkg-plist Log: Update to 1.0.4 Revision Changes Path 1.12 +1 -1 ports/sysutils/gnome-pkgview/Makefile 1.7 +1 -1 ports/sysutils/gnome-pkgview/distinfo 1.7 +5 -1 ports/sysutils/gnome-pkgview/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:38:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA65816A4CF; Wed, 3 Dec 2003 23:38:40 -0800 (PST) Received: from brian.webcom.it (cube.webcom.it [194.185.205.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F5843FB1; Wed, 3 Dec 2003 23:38:39 -0800 (PST) (envelope-from andrea@webcom.it) Received: by brian.webcom.it (Postfix, from userid 1000) id 355E78; Thu, 4 Dec 2003 08:38:37 +0100 (CET) Date: Thu, 4 Dec 2003 08:38:37 +0100 From: Andrea Campi To: Yen-Ming Lee Message-ID: <20031204073837.GA2965@webcom.it> References: <200312040729.hB47TOQ5056511@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312040729.hB47TOQ5056511@repoman.freebsd.org> X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/MT distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:38:41 -0000 On Wed, Dec 03, 2003 at 11:29:24PM -0800, Yen-Ming Lee wrote: > It seems that MASTER_SITES release rerolled distfile. > So, update md5 checksum correspondingly. > > Sorry, due to license, users can only fetch the distfile from MASTER_SITES > by themselves. Therefore I have no idea about what's different between > the latest distfile and the previous one. Excuse me?? What in the license forbids Yen-Ming Lee (a user) from fetching the distfile and diffing it with the previous version? Sounds weird... Bye, Andrea -- Reboot America. From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:43:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1E816A4CE; Wed, 3 Dec 2003 23:43:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E766743FBF; Wed, 3 Dec 2003 23:43:34 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47hYXJ057172; Wed, 3 Dec 2003 23:43:34 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47hYT7057171; Wed, 3 Dec 2003 23:43:34 -0800 (PST) (envelope-from perky) Message-Id: <200312040743.hB47hYT7057171@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 3 Dec 2003 23:43:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/py-cjkcodecs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:43:35 -0000 perky 2003/12/03 23:43:34 PST FreeBSD ports repository Modified files: converters/py-cjkcodecs Makefile distinfo pkg-plist Log: Update to 1.0.2 Revision Changes Path 1.5 +1 -1 ports/converters/py-cjkcodecs/Makefile 1.4 +1 -1 ports/converters/py-cjkcodecs/distinfo 1.3 +8 -0 ports/converters/py-cjkcodecs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:48:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7277E16A4CE; Wed, 3 Dec 2003 23:48:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC16543FDF; Wed, 3 Dec 2003 23:48:08 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47m8XJ057431; Wed, 3 Dec 2003 23:48:08 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47m8IO057430; Wed, 3 Dec 2003 23:48:08 -0800 (PST) (envelope-from bland) Message-Id: <200312040748.hB47m8IO057430@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:48:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefileports/x11-toolkits/libpanelappletmm Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/libpanelappletmm/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:48:09 -0000 bland 2003/12/03 23:48:08 PST FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/libpanelappletmm Makefile distinfo pkg-descr pkg-plist x11-toolkits/libpanelappletmm/files patch-configure Log: Add libpanelappletmm 1.3.1, C++ binding for the panel applet API. Revision Changes Path 1.281 +1 -0 ports/x11-toolkits/Makefile 1.1 +30 -0 ports/x11-toolkits/libpanelappletmm/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/libpanelappletmm/distinfo (new) 1.1 +10 -0 ports/x11-toolkits/libpanelappletmm/files/patch-configure (new) 1.1 +5 -0 ports/x11-toolkits/libpanelappletmm/pkg-descr (new) 1.1 +24 -0 ports/x11-toolkits/libpanelappletmm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:48:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF9DA16A4CF; Wed, 3 Dec 2003 23:48:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F3443F75; Wed, 3 Dec 2003 23:48:18 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47mIXJ057473; Wed, 3 Dec 2003 23:48:18 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47mIN3057472; Wed, 3 Dec 2003 23:48:18 -0800 (PST) (envelope-from bland) Message-Id: <200312040748.hB47mIN3057472@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:48:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:48:19 -0000 bland 2003/12/03 23:48:18 PST FreeBSD ports repository Modified files: . modules Log: libpanelappletmm --> ports/x11-toolkits/libpanelappletmm Revision Changes Path 1.8678 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:55:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382D616A4CE; Wed, 3 Dec 2003 23:55:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E8743F75; Wed, 3 Dec 2003 23:55:28 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47tSXJ057804; Wed, 3 Dec 2003 23:55:28 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47tSHH057799; Wed, 3 Dec 2003 23:55:28 -0800 (PST) (envelope-from dinoex) Message-Id: <200312040755.hB47tSHH057799@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 3 Dec 2003 23:55:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/thumbnail_index Makefile ports/www/thumbnail_index/files patch-spaces X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:55:29 -0000 dinoex 2003/12/03 23:55:28 PST FreeBSD ports repository Modified files: www/thumbnail_index Makefile Added files: www/thumbnail_index/files patch-spaces Log: - suport spaces in filenames - enviroment variable THUMBNAILBASEDIR to strip absolute pathnames Revision Changes Path 1.10 +1 -1 ports/www/thumbnail_index/Makefile 1.1 +95 -0 ports/www/thumbnail_index/files/patch-spaces (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:56:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5487016A4CE; Wed, 3 Dec 2003 23:56:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FF043FD7; Wed, 3 Dec 2003 23:56:40 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47ueXJ057875; Wed, 3 Dec 2003 23:56:40 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47udJG057874; Wed, 3 Dec 2003 23:56:39 -0800 (PST) (envelope-from bland) Message-Id: <200312040756.hB47udJG057874@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 3 Dec 2003 23:56:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/passepartout Makefile distinfo patch-src::pptout::filewatcher.h patch-src::util::filesys.cc patch-src::xml2ps::pagedstream.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:56:41 -0000 bland 2003/12/03 23:56:39 PST FreeBSD ports repository Modified files: graphics/passepartout Makefile distinfo pkg-plist graphics/passepartout/files patch-src::pptout::filewatcher.h patch-src::util::filesys.cc patch-src::xml2ps::pagedstream.cc Log: Update to 0.3 Revision Changes Path 1.5 +5 -9 ports/graphics/passepartout/Makefile 1.2 +1 -3 ports/graphics/passepartout/distinfo 1.2 +2 -2 ports/graphics/passepartout/files/patch-src::pptout::filewatcher.h 1.2 +9 -5 ports/graphics/passepartout/files/patch-src::util::filesys.cc 1.2 +4 -4 ports/graphics/passepartout/files/patch-src::xml2ps::pagedstream.cc 1.2 +3 -3 ports/graphics/passepartout/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:56:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38FE816A4CF; Wed, 3 Dec 2003 23:56:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C84543F93; Wed, 3 Dec 2003 23:56:52 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB47uqXJ057902; Wed, 3 Dec 2003 23:56:52 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB47uqUX057901; Wed, 3 Dec 2003 23:56:52 -0800 (PST) (envelope-from erwin) Message-Id: <200312040756.hB47uqUX057901@repoman.freebsd.org> From: Erwin Lansing Date: Wed, 3 Dec 2003 23:56:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:56:53 -0000 erwin 2003/12/03 23:56:51 PST FreeBSD ports repository Modified files: . modules Log: Remove entry for cad/qcad2 which was removed yesterday, but forgotten in modules. Committers please take more care when adding/removing/moving ports! Revision Changes Path 1.8679 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 3 23:57:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B466816A4CE; Wed, 3 Dec 2003 23:57:24 -0800 (PST) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2BFE43FBF; Wed, 3 Dec 2003 23:57:20 -0800 (PST) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 8DA583EA380; Thu, 4 Dec 2003 15:57:19 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50488-01; Thu, 4 Dec 2003 15:57:04 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 904273EA37F; Thu, 4 Dec 2003 15:57:01 +0800 (CST) Date: Thu, 4 Dec 2003 15:57:00 +0800 From: Yen-Ming Lee To: Andrea Campi Message-ID: <20031204075659.GA50013@utopia.leeym.com> References: <200312040729.hB47TOQ5056511@repoman.freebsd.org> <20031204073837.GA2965@webcom.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <20031204073837.GA2965@webcom.it> User-Agent: Mutt/1.5.5.1i X-Virus-Scanned: by amavisd-new at leeym.com cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/MT distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 07:57:24 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Thu, Dec 04, 2003 at 08:38:37AM +0100, Andrea Campi wrote: > On Wed, Dec 03, 2003 at 11:29:24PM -0800, Yen-Ming Lee wrote: > > It seems that MASTER_SITES release rerolled distfile. > > So, update md5 checksum correspondingly. > > > > Sorry, due to license, users can only fetch the distfile from MASTER_SITES > > by themselves. Therefore I have no idea about what's different between > > the latest distfile and the previous one. > > Excuse me?? What in the license forbids Yen-Ming Lee (a user) from fetching > the distfile and diffing it with the previous version? > > Sounds weird... No.. I can't fetch the previous distfile and the latest one from offcial site, it's rerolled, using the same filename. Due to the license, no other sites can legally host the distfile, so when I found that the distfile checksum mismatch, I can only download the latest one. -- Yen-Ming Lee [§õ«Û©ú] KeyID: 0x5EB52E51 : www.leeym.com : Taipei, Taiwan --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iQCVAwUBP87oy8nMx0NetS5RAQEnywP+PZ0LsYa3X1L1ND/5o6IyV8mHRiIB+Xqy 0o2sE8NRIJaS/GZTI+ykLBH79K2fMVQ/eS0x2VVL/aLFMwQv3mufzU+DOpNf0fbY ZAy1si8s0z244if95DuS839evtrWGFft8Z5pcY+fKWn1Va0K3XNRMOh5NKbIk5Lg NcPY+inijd4= =XR0W -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:03:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4993A16A4CE; Thu, 4 Dec 2003 00:03:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9706243FD7; Thu, 4 Dec 2003 00:02:59 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB482xXJ058179; Thu, 4 Dec 2003 00:02:59 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB482xtG058178; Thu, 4 Dec 2003 00:02:59 -0800 (PST) (envelope-from perky) Message-Id: <200312040802.hB482xtG058178@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 4 Dec 2003 00:02:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/holyshout Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:03:00 -0000 perky 2003/12/04 00:02:59 PST FreeBSD ports repository Modified files: audio/holyshout Makefile distinfo Log: Update to 0.2 which includes reliability fix on ports/58942 PR: 58942 Submitted by: Joel Sutton , maintainer Revision Changes Path 1.9 +4 -3 ports/audio/holyshout/Makefile 1.5 +1 -1 ports/audio/holyshout/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:05:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E281F16A4CE; Thu, 4 Dec 2003 00:05:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E6243F93; Thu, 4 Dec 2003 00:05:01 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4851XJ059123; Thu, 4 Dec 2003 00:05:01 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4850xo059122; Thu, 4 Dec 2003 00:05:00 -0800 (PST) (envelope-from erwin) Message-Id: <200312040805.hB4850xo059122@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 00:05:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-SNPP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:05:02 -0000 erwin 2003/12/04 00:05:00 PST FreeBSD ports repository Modified files: net/p5-Net-SNPP Makefile distinfo Log: Update to 1.16 Revision Changes Path 1.9 +1 -2 ports/net/p5-Net-SNPP/Makefile 1.5 +1 -1 ports/net/p5-Net-SNPP/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:06:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E30B316A4CE; Thu, 4 Dec 2003 00:06:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A4E43FF3; Thu, 4 Dec 2003 00:06:04 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4864XJ059288; Thu, 4 Dec 2003 00:06:04 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4863Gu059287; Thu, 4 Dec 2003 00:06:03 -0800 (PST) (envelope-from ume) Message-Id: <200312040806.hB4863Gu059287@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 4 Dec 2003 00:06:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl2 Makefile distinfo pkg-plist patch-saslauthd::configure ports/security/cyrus-sasl2-saslauthd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:06:05 -0000 ume 2003/12/04 00:06:03 PST FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile distinfo pkg-plist security/cyrus-sasl2/files patch-configure patch-saslauthd::configure security/cyrus-sasl2-saslauthd Makefile Log: Update to 2.1.17. Revision Changes Path 1.19 +2 -2 ports/security/cyrus-sasl2-saslauthd/Makefile 1.88 +9 -9 ports/security/cyrus-sasl2/Makefile 1.20 +1 -1 ports/security/cyrus-sasl2/distinfo 1.6 +35 -27 ports/security/cyrus-sasl2/files/patch-configure 1.5 +31 -23 ports/security/cyrus-sasl2/files/patch-saslauthd::configure 1.33 +5 -5 ports/security/cyrus-sasl2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:07:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19A8516A4CE; Thu, 4 Dec 2003 00:07:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6780243FE0; Thu, 4 Dec 2003 00:07:18 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB487IXJ059346; Thu, 4 Dec 2003 00:07:18 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB487I43059345; Thu, 4 Dec 2003 00:07:18 -0800 (PST) (envelope-from erwin) Message-Id: <200312040807.hB487I43059345@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 00:07:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-URI Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:07:19 -0000 erwin 2003/12/04 00:07:18 PST FreeBSD ports repository Modified files: net/p5-URI Makefile distinfo Log: Update to 1.28 Revision Changes Path 1.32 +1 -1 ports/net/p5-URI/Makefile 1.20 +1 -1 ports/net/p5-URI/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:16:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 543E216A4CE; Thu, 4 Dec 2003 00:16:37 -0800 (PST) Received: from brian.webcom.it (cube.webcom.it [194.185.205.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4518C43FDD; Thu, 4 Dec 2003 00:16:36 -0800 (PST) (envelope-from andrea@webcom.it) Received: by brian.webcom.it (Postfix, from userid 1000) id EDAD313; Thu, 4 Dec 2003 09:16:34 +0100 (CET) Date: Thu, 4 Dec 2003 09:16:34 +0100 From: Andrea Campi To: Yen-Ming Lee Message-ID: <20031204081634.GA3480@webcom.it> References: <200312040729.hB47TOQ5056511@repoman.freebsd.org> <20031204073837.GA2965@webcom.it> <20031204075659.GA50013@utopia.leeym.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204075659.GA50013@utopia.leeym.com> X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/MT distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:16:37 -0000 On Thu, Dec 04, 2003 at 03:57:00PM +0800, Yen-Ming Lee wrote: > I can't fetch the previous distfile and the latest one from offcial site, > it's rerolled, using the same filename. > > Due to the license, no other sites can legally host the distfile, so when I > found that the distfile checksum mismatch, I can only download the latest one. I see, thanks for the clarification. Bye, Andrea -- Weird enough for government work. From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:20:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 896D616A4CE; Thu, 4 Dec 2003 00:20:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C43F943FBF; Thu, 4 Dec 2003 00:20:08 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB48K8XJ059975; Thu, 4 Dec 2003 00:20:08 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB48K8LK059974; Thu, 4 Dec 2003 00:20:08 -0800 (PST) (envelope-from ume) Message-Id: <200312040820.hB48K8LK059974@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 4 Dec 2003 00:20:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/cyrus-imapd2 Makefileports/mail/cyrus-imapd2/files imapd.sh ports/mail/cyrus-imapd22 Makefile ports/mail/cyrus-imapd22/files imapd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:20:09 -0000 ume 2003/12/04 00:20:08 PST FreeBSD ports repository Modified files: mail/cyrus-imapd2 Makefile mail/cyrus-imapd2/files imapd.sh mail/cyrus-imapd22 Makefile mail/cyrus-imapd22/files imapd.sh Log: remove pidfile at stop. Revision Changes Path 1.95 +1 -1 ports/mail/cyrus-imapd2/Makefile 1.10 +6 -1 ports/mail/cyrus-imapd2/files/imapd.sh 1.95 +1 -1 ports/mail/cyrus-imapd22/Makefile 1.10 +6 -1 ports/mail/cyrus-imapd22/files/imapd.sh From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:20:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B3B016A4CF; Thu, 4 Dec 2003 00:20:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA1543F75; Thu, 4 Dec 2003 00:20:35 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB48KZXJ060083; Thu, 4 Dec 2003 00:20:35 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB48KZU2060082; Thu, 4 Dec 2003 00:20:35 -0800 (PST) (envelope-from perky) Message-Id: <200312040820.hB48KZU2060082@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 4 Dec 2003 00:20:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/boaconstructor Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:20:36 -0000 perky 2003/12/04 00:20:35 PST FreeBSD ports repository Modified files: devel/boaconstructor Makefile Log: - Fix build by ignoring invalid python syntax. - Assign Filippo Natali to new maintainer. Submitted by: Filippo Natali , Khairil Yusof Revision Changes Path 1.8 +5 -3 ports/devel/boaconstructor/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:25:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E25416A4CE; Thu, 4 Dec 2003 00:25:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C00843FBF; Thu, 4 Dec 2003 00:25:01 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB48P1XJ060238; Thu, 4 Dec 2003 00:25:01 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB48P1HY060237; Thu, 4 Dec 2003 00:25:01 -0800 (PST) (envelope-from seanc) Message-Id: <200312040825.hB48P1HY060237@repoman.freebsd.org> From: Sean Chittenden Date: Thu, 4 Dec 2003 00:25:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql-devel Makefile distinfo pkg-plist ports/databases/postgresql-devel/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:25:03 -0000 seanc 2003/12/04 00:25:01 PST FreeBSD ports repository Modified files: databases/postgresql-devel Makefile distinfo pkg-plist Removed files: databases/postgresql-devel/files patch-configure Log: Update to the latest and greatest snapshot from the PostgreSQL crew. Revision Changes Path 1.132 +2 -2 ports/databases/postgresql-devel/Makefile 1.45 +1 -1 ports/databases/postgresql-devel/distinfo 1.3 +0 -69 ports/databases/postgresql-devel/files/patch-configure (dead) 1.49 +5 -3 ports/databases/postgresql-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:28:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76DA416A4CE; Thu, 4 Dec 2003 00:28:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B17C843F75; Thu, 4 Dec 2003 00:28:03 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB48S3XJ060388; Thu, 4 Dec 2003 00:28:03 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB48S3ZN060387; Thu, 4 Dec 2003 00:28:03 -0800 (PST) (envelope-from krion) Message-Id: <200312040828.hB48S3ZN060387@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 00:28:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/generator Makefile distinfo ports/emulators/generator/files patch-configure patch-configure.in patch-hdr::generator.h patch-main-Makefile.in patch-main-ui-gtk.c patch-main::ui-gtk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:28:04 -0000 krion 2003/12/04 00:28:03 PST FreeBSD ports repository Modified files: emulators/generator Makefile distinfo Added files: emulators/generator/files patch-hdr::generator.h patch-main::ui-gtk.c Removed files: emulators/generator/files patch-configure patch-configure.in patch-main-Makefile.in patch-main-ui-gtk.c Log: - Update to version 0.35 PR: 59610 Submitted by: Ports Fury Revision Changes Path 1.6 +20 -35 ports/emulators/generator/Makefile 1.3 +1 -1 ports/emulators/generator/distinfo 1.2 +0 -11 ports/emulators/generator/files/patch-configure (dead) 1.2 +0 -11 ports/emulators/generator/files/patch-configure.in (dead) 1.1 +41 -0 ports/emulators/generator/files/patch-hdr::generator.h (new) 1.2 +0 -20 ports/emulators/generator/files/patch-main-Makefile.in (dead) 1.2 +0 -136 ports/emulators/generator/files/patch-main-ui-gtk.c (dead) 1.1 +11 -0 ports/emulators/generator/files/patch-main::ui-gtk.c (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 00:28:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 246AA16A4CF; Thu, 4 Dec 2003 00:28:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D8343F3F; Thu, 4 Dec 2003 00:28:26 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB48SQXJ060444; Thu, 4 Dec 2003 00:28:26 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB48SQYU060443; Thu, 4 Dec 2003 00:28:26 -0800 (PST) (envelope-from perky) Message-Id: <200312040828.hB48SQYU060443@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 4 Dec 2003 00:28:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/py-iconvcodec Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 08:28:27 -0000 perky 2003/12/04 00:28:26 PST FreeBSD ports repository Modified files: converters/py-iconvcodec Makefile distinfo Log: Update to 1.1.2 Revision Changes Path 1.6 +1 -1 ports/converters/py-iconvcodec/Makefile 1.4 +1 -1 ports/converters/py-iconvcodec/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:06:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E2516A4CE; Thu, 4 Dec 2003 01:06:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B65743FBD; Thu, 4 Dec 2003 01:06:16 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB496GXJ068398; Thu, 4 Dec 2003 01:06:16 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB496Fhn068397; Thu, 4 Dec 2003 01:06:15 -0800 (PST) (envelope-from krion) Message-Id: <200312040906.hB496Fhn068397@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 01:06:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gnofract4d Makefile distinfo pkg-plist patch-libfract4d::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:06:18 -0000 krion 2003/12/04 01:06:15 PST FreeBSD ports repository Modified files: graphics/gnofract4d Makefile distinfo pkg-plist graphics/gnofract4d/files patch-libfract4d::Makefile.in Added files: graphics/gnofract4d/files patch-fract4d::Makefile.in Log: - Fix build against rerolled tarball PR: 59612 Submitted by: Ports Fury Revision Changes Path 1.28 +1 -2 ports/graphics/gnofract4d/Makefile 1.9 +1 -1 ports/graphics/gnofract4d/distinfo 1.1 +11 -0 ports/graphics/gnofract4d/files/patch-fract4d::Makefile.in (new) 1.2 +1 -1 ports/graphics/gnofract4d/files/patch-libfract4d::Makefile.in 1.11 +1 -0 ports/graphics/gnofract4d/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:13:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC0C916A4CE; Thu, 4 Dec 2003 01:13:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 078D743F93; Thu, 4 Dec 2003 01:13:04 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB49D3XJ068639; Thu, 4 Dec 2003 01:13:03 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB49D30l068638; Thu, 4 Dec 2003 01:13:03 -0800 (PST) (envelope-from bland) Message-Id: <200312040913.hB49D30l068638@repoman.freebsd.org> From: Alexander Nedotsukov Date: Thu, 4 Dec 2003 01:13:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/libpanelappletmm/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:13:04 -0000 bland 2003/12/04 01:13:03 PST FreeBSD ports repository Added files: x11-toolkits/libpanelappletmm/files patch-Makefile.in Log: Do not build examples. Revision Changes Path 1.1 +11 -0 ports/x11-toolkits/libpanelappletmm/files/patch-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:19:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFEEF16A4CE; Thu, 4 Dec 2003 01:19:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 202A243FD7; Thu, 4 Dec 2003 01:19:12 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB49JBXJ068896; Thu, 4 Dec 2003 01:19:11 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB49JBqh068895; Thu, 4 Dec 2003 01:19:11 -0800 (PST) (envelope-from seanc) Message-Id: <200312040919.hB49JBqh068895@repoman.freebsd.org> From: Sean Chittenden Date: Thu, 4 Dec 2003 01:19:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/postgresql73 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:19:13 -0000 seanc 2003/12/04 01:19:11 PST FreeBSD ports repository Modified files: databases Makefile databases/postgresql73 Makefile distinfo Log: Update to PostgreSQL 7.3.5. See the release notes for details. A dump is *not* required when upgrading from any 7.3 release to 7.3.5. Release notes: http://developer.postgresql.org/docs/postgres/release-7-3-5.html Notified: maintainer Repo-copy by: joe Revision Changes Path 1.288 +1 -0 ports/databases/Makefile 1.116 +5 -3 ports/databases/postgresql73/Makefile 1.30 +5 -4 ports/databases/postgresql73/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:28:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB8216A4DB; Thu, 4 Dec 2003 01:28:10 -0800 (PST) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6729C43FBD; Thu, 4 Dec 2003 01:28:03 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id ABDEE30F; Thu, 4 Dec 2003 12:27:40 +0300 (MSK) Date: Thu, 4 Dec 2003 12:27:40 +0300 From: "Sergey A. Osokin" To: Dirk Meyer Message-ID: <20031204092740.GY23446@freebsd.org.ru> References: <200312040328.hB43Sspr037573@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312040328.hB43Sspr037573@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/popa3d Makefile pkg-plist ports/mail/popa3d/files popa3d.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:28:10 -0000 On Wed, Dec 03, 2003 at 07:28:54PM -0800, Dirk Meyer wrote: > dinoex 2003/12/03 19:28:54 PST > > FreeBSD ports repository > > Modified files: > mail/popa3d Makefile pkg-plist > Added files: > mail/popa3d/files popa3d.sh > Log: > - use DOCSDIR > - new option STANDALONE_POP3 > Submitted by: osa > > - USE_REINPLACE for all options > - cleanup targets > Submitted by: dinoex Thanks! -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:40:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51DBD16A4CE; Thu, 4 Dec 2003 01:40:08 -0800 (PST) Received: from exc-1.cc.CyberCity.dk (esplanaden.cybercity.dk [212.242.40.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590B143FF2; Thu, 4 Dec 2003 01:40:04 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk ([172.16.7.254]) by exc-1.cc.CyberCity.dk over TLS secured channel with Microsoft SMTPSVC(6.0.3790.0); Thu, 4 Dec 2003 10:40:02 +0100 Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id hB47urVG000670; Thu, 4 Dec 2003 08:56:53 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 03 Dec 2003 16:14:32 MST." <20031203.161432.119908125.imp@bsdimp.com> Date: Thu, 04 Dec 2003 08:56:53 +0100 Message-ID: <669.1070524613@critter.freebsd.dk> X-OriginalArrivalTime: 04 Dec 2003 09:40:02.0136 (UTC) FILETIME=[97118580:01C3BA4A] cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:40:08 -0000 In message <20031203.161432.119908125.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <20031203151103.F21352@root.org> > Nate Lawson writes: >: > # commented out ELAN_PPS and ELAN_XTAL since they produced errors >: I thought those were renamed. > >They were, but someone didn't update NOTES. I commented them out to >mostly unbreak LINT. I'll leave it to the person that renamed them to >fix NOTES to include them again (since that was more than I felt >confortable with in a code freeze). The patch to fix this is already in the re@ queue since dec 2nd. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:41:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 589B016A4CE; Thu, 4 Dec 2003 01:41:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF0243FBF; Thu, 4 Dec 2003 01:41:27 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB49fRXJ069624; Thu, 4 Dec 2003 01:41:27 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB49fRTY069623; Thu, 4 Dec 2003 01:41:27 -0800 (PST) (envelope-from tobez) Message-Id: <200312040941.hB49fRTY069623@repoman.freebsd.org> From: Anton Berezin Date: Thu, 4 Dec 2003 01:41:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Time-HiRes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:41:28 -0000 tobez 2003/12/04 01:41:27 PST FreeBSD ports repository Modified files: devel/p5-Time-HiRes Makefile distinfo Log: Update to 1.52. Revision Changes Path 1.17 +1 -1 ports/devel/p5-Time-HiRes/Makefile 1.11 +1 -1 ports/devel/p5-Time-HiRes/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:49:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 320D316A4CE; Thu, 4 Dec 2003 01:49:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BDA43FAF; Thu, 4 Dec 2003 01:49:20 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB49nKXJ069877; Thu, 4 Dec 2003 01:49:20 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB49nJ4K069876; Thu, 4 Dec 2003 01:49:19 -0800 (PST) (envelope-from pav) Message-Id: <200312040949.hB49nJ4K069876@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 01:49:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mikmod Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:49:21 -0000 pav 2003/12/04 01:49:19 PST FreeBSD ports repository Modified files: audio/mikmod Makefile distinfo pkg-descr Log: - Update to 3.2.1 - Add knob to enable color interface PR: ports/59691 Submitted by: David Le Brun Approved by: maintainer Approved by: adamw (mentor) Revision Changes Path 1.21 +6 -2 ports/audio/mikmod/Makefile 1.9 +1 -1 ports/audio/mikmod/distinfo 1.7 +1 -1 ports/audio/mikmod/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:50:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C395F16A4CE; Thu, 4 Dec 2003 01:50:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF96B43F85; Thu, 4 Dec 2003 01:50:27 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB49oRXJ069983; Thu, 4 Dec 2003 01:50:27 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB49oRwG069982; Thu, 4 Dec 2003 01:50:27 -0800 (PST) (envelope-from pav) Message-Id: <200312040950.hB49oRwG069982@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 01:50:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/libmikmod Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:50:28 -0000 pav 2003/12/04 01:50:27 PST FreeBSD ports repository Modified files: audio/libmikmod Makefile pkg-descr Log: - Update master sites, website url - Give maintainership to submitter PR: ports/59691 Submitted by: David Le Brun Approved by: adamw (mentor) Revision Changes Path 1.35 +2 -2 ports/audio/libmikmod/Makefile 1.7 +1 -1 ports/audio/libmikmod/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:53:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6F716A4CE; Thu, 4 Dec 2003 01:53:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E790C43FF3; Thu, 4 Dec 2003 01:53:01 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB49r1XJ070124; Thu, 4 Dec 2003 01:53:01 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB49r1Fl070123; Thu, 4 Dec 2003 01:53:01 -0800 (PST) (envelope-from pav) Message-Id: <200312040953.hB49r1Fl070123@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 01:53:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/liblingoteach Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:53:02 -0000 X-List-Received-Date: Thu, 04 Dec 2003 09:53:02 -0000 pav 2003/12/04 01:53:01 PST FreeBSD ports repository Modified files: textproc/liblingoteach Makefile distinfo pkg-plist Log: - Update to 0.2.1 PR: ports/59634 Submitted by: Marcus von Appen (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.2 +1 -1 ports/textproc/liblingoteach/Makefile 1.2 +1 -1 ports/textproc/liblingoteach/distinfo 1.2 +2 -2 ports/textproc/liblingoteach/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:53:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4FD16A52E; Thu, 4 Dec 2003 01:53:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F0A843FB1; Thu, 4 Dec 2003 01:53:36 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB49raXJ070162; Thu, 4 Dec 2003 01:53:36 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB49ra2C070161; Thu, 4 Dec 2003 01:53:36 -0800 (PST) (envelope-from pav) Message-Id: <200312040953.hB49ra2C070161@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 01:53:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/lingoteach Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:53:38 -0000 pav 2003/12/04 01:53:36 PST FreeBSD ports repository Modified files: misc/lingoteach Makefile Log: - Chase liblingoteach shlib version change Revision Changes Path 1.10 +2 -2 ports/misc/lingoteach/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:53:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE90316A4CE; Thu, 4 Dec 2003 01:53:44 -0800 (PST) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 090D043FAF; Thu, 4 Dec 2003 01:53:42 -0800 (PST) (envelope-from tilman@arved.de) Received: from huckfinn.arved.de (localhost [127.0.0.1]) hB49reBU075190; Thu, 4 Dec 2003 10:53:40 +0100 (CET) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by huckfinn.arved.de (8.12.10/8.12.6/Submit) id hB49re0O075189; Thu, 4 Dec 2003 10:53:40 +0100 (CET) X-Authentication-Warning: huckfinn.arved.de: tilman set sender to tilman@arved.de using -f Date: Thu, 4 Dec 2003 10:53:39 +0100 From: Tilman Linneweh To: Yen-Ming Lee Message-ID: <20031204095339.GA74875@huckfinn.arved.de> References: <200312040729.hB47TOQ5056511@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <200312040729.hB47TOQ5056511@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/MT distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:53:44 -0000 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Yen-Ming Lee [Do, 04 Dez 2003 at 08:30 GMT]: > leeym 2003/12/03 23:29:24 PST > > FreeBSD ports repository > > Modified files: > www/MT distinfo=20 > Log: > It seems that MASTER_SITES release rerolled distfile. > So, update md5 checksum correspondingly. > =20 > Sorry, due to license, users can only fetch the distfile from MASTER_SI= TES > by themselves. Therefore I have no idea about what's different between > the latest distfile and the previous one. > I don't have the distfile either, but I guess what changed: http://www.movabletype.org/ ----------------------------------------------------------- Movable Type Spam Vulnerability 11.26.2003 The "Email this to a friend" functionality in the mt-send-entry.cgi=20 script is vulnerable to being used by spammers to send spam messages.=20 In principle, all "email this to a friend" programs are vulnerable to=20 being used by spammers, because they allow the user to specify a To:=20 address and a message body. But in practice, MT's implementation of=20 this is not as robust as it should be, and a new version is=20 available below. This fix is already included in all versions of MT 2.64 downloaded=20 from today on. =20 [..] The new version: * fixes a vulnerability that allows spammers to inject extra headers in= to messages; * removes the ability to send the message to multiple recipients; * restricts the message to 250 characters. All of these fixes serve to discourage the script being used by spammers. ------------------------------------------------------------- Someone please tell them how to use version numbers :-( regards arved --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/zwQifCLDn4B6xToRArrYAJ43DfEkoqUBQrUFwHDaE5jAqTNgegCdEVtV 3bUw20Em/SbuMJ6ebFrMG30= =YhOS -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From owner-cvs-all@FreeBSD.ORG Thu Dec 4 01:57:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21BC216A4CE; Thu, 4 Dec 2003 01:57:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73CA643F75; Thu, 4 Dec 2003 01:57:10 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB49vAXJ070304; Thu, 4 Dec 2003 01:57:10 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB49vAIG070303; Thu, 4 Dec 2003 01:57:10 -0800 (PST) (envelope-from krion) Message-Id: <200312040957.hB49vAIG070303@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 01:57:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/worker Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:57:11 -0000 krion 2003/12/04 01:57:10 PST FreeBSD ports repository Modified files: x11-fm/worker Makefile distinfo Log: - Update to version 2.8.2 PR: 59748 Submitted by: maintainer Revision Changes Path 1.14 +1 -1 ports/x11-fm/worker/Makefile 1.13 +1 -1 ports/x11-fm/worker/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:01:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3829116A4CE; Thu, 4 Dec 2003 02:01:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D49B43FCB; Thu, 4 Dec 2003 02:01:09 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4A19XJ070551; Thu, 4 Dec 2003 02:01:09 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4A19la070550; Thu, 4 Dec 2003 02:01:09 -0800 (PST) (envelope-from krion) Message-Id: <200312041001.hB4A19la070550@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 02:01:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/mydns Makefile ports/dns/mydns/files patch-src::mydns::conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:01:10 -0000 krion 2003/12/04 02:01:09 PST FreeBSD ports repository Modified files: dns/mydns Makefile Added files: dns/mydns/files patch-src::mydns::conf.c Log: - Fix a bug with incorrect config parsing until the next version comes out - Bump PORTREVISION PR: 59749 Submitted by: maintainer Revision Changes Path 1.21 +1 -1 ports/dns/mydns/Makefile 1.1 +11 -0 ports/dns/mydns/files/patch-src::mydns::conf.c (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:04:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2870816A4CE; Thu, 4 Dec 2003 02:04:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F4CD43F93; Thu, 4 Dec 2003 02:04:21 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4A4LXJ071502; Thu, 4 Dec 2003 02:04:21 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4A4LB8071501; Thu, 4 Dec 2003 02:04:21 -0800 (PST) (envelope-from pav) Message-Id: <200312041004.hB4A4LB8071501@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:04:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/cups Makefile.common distinfo ports/print/cups-base pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:04:22 -0000 pav 2003/12/04 02:04:21 PST FreeBSD ports repository Modified files: print/cups Makefile.common distinfo print/cups-base pkg-plist Log: - Update to 1.1.20 PR: ports/59709 Submitted by: Sergey Akifyev (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.17 +2 -1 ports/print/cups-base/pkg-plist 1.15 +2 -2 ports/print/cups/Makefile.common 1.10 +1 -1 ports/print/cups/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:05:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E839416A4CE; Thu, 4 Dec 2003 02:05:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4472443FE0; Thu, 4 Dec 2003 02:05:06 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4A56XJ071559; Thu, 4 Dec 2003 02:05:06 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4A55Pt071558; Thu, 4 Dec 2003 02:05:05 -0800 (PST) (envelope-from krion) Message-Id: <200312041005.hB4A55Pt071558@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 02:05:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/knowit Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:05:07 -0000 krion 2003/12/04 02:05:05 PST FreeBSD ports repository Modified files: deskutils/knowit Makefile pkg-plist Log: - Fix pkg-plist PR: 59750 Submitted by: Ports Fury Revision Changes Path 1.8 +5 -15 ports/deskutils/knowit/Makefile 1.5 +8 -10 ports/deskutils/knowit/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:05:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8EF16A4CF; Thu, 4 Dec 2003 02:05:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F2E43F75; Thu, 4 Dec 2003 02:05:07 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4A56XJ071587; Thu, 4 Dec 2003 02:05:06 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4A569Y071586; Thu, 4 Dec 2003 02:05:06 -0800 (PST) (envelope-from pav) Message-Id: <200312041005.hB4A569Y071586@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:05:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/cups-lpr pkg-deinstall pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:05:07 -0000 pav 2003/12/04 02:05:06 PST FreeBSD ports repository Modified files: print/cups-lpr pkg-deinstall pkg-install Log: - Base lpr lives in /usr not in / Approved by: maintainer Revision Changes Path 1.2 +6 -6 ports/print/cups-lpr/pkg-deinstall 1.2 +6 -6 ports/print/cups-lpr/pkg-install From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:06:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6681916A4CE; Thu, 4 Dec 2003 02:06:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A6743F93; Thu, 4 Dec 2003 02:06:03 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4A63XJ071715; Thu, 4 Dec 2003 02:06:03 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4A63xa071714; Thu, 4 Dec 2003 02:06:03 -0800 (PST) (envelope-from demon) Message-Id: <200312041006.hB4A63xa071714@repoman.freebsd.org> From: Dmitry Sivachenko Date: Thu, 4 Dec 2003 02:06:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Test-Harness Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:06:04 -0000 demon 2003/12/04 02:06:03 PST FreeBSD ports repository Modified files: devel/p5-Test-Harness Makefile distinfo Log: Update to version 2.38. Revision Changes Path 1.12 +1 -1 ports/devel/p5-Test-Harness/Makefile 1.10 +1 -1 ports/devel/p5-Test-Harness/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:08:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF47916A4CE; Thu, 4 Dec 2003 02:08:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90BFE43FA3; Thu, 4 Dec 2003 02:08:07 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4A87XJ071770; Thu, 4 Dec 2003 02:08:07 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4A87YO071769; Thu, 4 Dec 2003 02:08:07 -0800 (PST) (envelope-from seanc) Message-Id: <200312041008.hB4A87YO071769@repoman.freebsd.org> From: Sean Chittenden Date: Thu, 4 Dec 2003 02:08:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql73 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:08:08 -0000 seanc 2003/12/04 02:08:07 PST FreeBSD ports repository Modified files: databases/postgresql73 Makefile Log: Preemptive strike against future bogons for PORTREVSION bumps. Revision Changes Path 1.117 +1 -0 ports/databases/postgresql73/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:11:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A748A16A4CE; Thu, 4 Dec 2003 02:11:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0738543FE0; Thu, 4 Dec 2003 02:11:33 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4ABWXJ071921; Thu, 4 Dec 2003 02:11:32 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4ABWqE071920; Thu, 4 Dec 2003 02:11:32 -0800 (PST) (envelope-from pav) Message-Id: <200312041011.hB4ABWqE071920@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:11:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/abcde Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:11:33 -0000 pav 2003/12/04 02:11:32 PST FreeBSD ports repository Modified files: audio/abcde Makefile distinfo Log: - Update to 2.1.9 PR: ports/59769 Submitted by: Munish Chopra (maintainer) Approved by: adamw (mentor) Revision Changes Path 1.16 +1 -1 ports/audio/abcde/Makefile 1.7 +1 -1 ports/audio/abcde/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:12:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B2416A4CF; Thu, 4 Dec 2003 02:12:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5DA43FCB; Thu, 4 Dec 2003 02:12:02 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AC2XJ071999; Thu, 4 Dec 2003 02:12:02 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AC1G5071998; Thu, 4 Dec 2003 02:12:01 -0800 (PST) (envelope-from krion) Message-Id: <200312041012.hB4AC1G5071998@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 02:12:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/rubix Makefile distinfo pkg-plist ports/games/rubix/files patch-aa patch-ab patch-ac patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:12:03 -0000 krion 2003/12/04 02:12:01 PST FreeBSD ports repository Modified files: games/rubix Makefile distinfo pkg-plist Removed files: games/rubix/files patch-aa patch-ab patch-ac patch-ad Log: - Update to version 1.0.3 PR: 59751 Submitted by: Ports Fury Revision Changes Path 1.9 +10 -6 ports/games/rubix/Makefile 1.3 +1 -1 ports/games/rubix/distinfo 1.3 +0 -50 ports/games/rubix/files/patch-aa (dead) 1.2 +0 -10 ports/games/rubix/files/patch-ab (dead) 1.3 +0 -17 ports/games/rubix/files/patch-ac (dead) 1.3 +0 -22 ports/games/rubix/files/patch-ad (dead) 1.4 +6 -9 ports/games/rubix/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:13:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CFBA16A4CE; Thu, 4 Dec 2003 02:13:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9966F43FB1; Thu, 4 Dec 2003 02:13:19 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4ADJXJ072094; Thu, 4 Dec 2003 02:13:19 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4ADJgw072093; Thu, 4 Dec 2003 02:13:19 -0800 (PST) (envelope-from pav) Message-Id: <200312041013.hB4ADJgw072093@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:13:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/extace Makefile distinfo ports/audio/extace/files patch-ad patch-src::audio_processing.c patch-src::input.c patch-src::input_processing.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:13:20 -0000 pav 2003/12/04 02:13:19 PST FreeBSD ports repository Modified files: audio/extace Makefile distinfo Added files: audio/extace/files patch-src::input.c patch-src::input_processing.c Removed files: audio/extace/files patch-ad patch-src::audio_processing.c Log: - Update to 1.9.0 PR: ports/59840 Submitted by: Ports Fury Revision Changes Path 1.21 +2 -2 ports/audio/extace/Makefile 1.9 +1 -1 ports/audio/extace/distinfo 1.3 +0 -12 ports/audio/extace/files/patch-ad (dead) 1.2 +0 -12 ports/audio/extace/files/patch-src::audio_processing.c (dead) 1.1 +45 -0 ports/audio/extace/files/patch-src::input.c (new) 1.1 +11 -0 ports/audio/extace/files/patch-src::input_processing.c (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:16:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C1916A4CE; Thu, 4 Dec 2003 02:16:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7276D43FD7; Thu, 4 Dec 2003 02:16:02 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AG2XJ072277; Thu, 4 Dec 2003 02:16:02 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AG2v9072276; Thu, 4 Dec 2003 02:16:02 -0800 (PST) (envelope-from erwin) Message-Id: <200312041016.hB4AG2v9072276@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 02:16:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/pflogsumm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:16:05 -0000 erwin 2003/12/04 02:16:02 PST FreeBSD ports repository Modified files: mail/pflogsumm Makefile distinfo Log: Update to 1.0.17 Revision Changes Path 1.17 +1 -1 ports/mail/pflogsumm/Makefile 1.13 +1 -1 ports/mail/pflogsumm/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:16:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7337316A4CE; Thu, 4 Dec 2003 02:16:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B780743F85; Thu, 4 Dec 2003 02:16:40 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AGeXJ072339; Thu, 4 Dec 2003 02:16:40 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AGepF072338; Thu, 4 Dec 2003 02:16:40 -0800 (PST) (envelope-from krion) Message-Id: <200312041016.hB4AGepF072338@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 02:16:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xqf Makefile distinfo pkg-plist ports/games/xqf/files patch-src::country-filter.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:16:41 -0000 krion 2003/12/04 02:16:40 PST FreeBSD ports repository Modified files: games/xqf Makefile distinfo pkg-plist Added files: games/xqf/files patch-src::country-filter.h Log: - Update to version 0.9.13 PR: 59752 Submitted by: Ports Fury Revision Changes Path 1.19 +28 -4 ports/games/xqf/Makefile 1.9 +1 -1 ports/games/xqf/distinfo 1.1 +12 -0 ports/games/xqf/files/patch-src::country-filter.h (new) 1.5 +9 -7 ports/games/xqf/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:16:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C2CE16A4CF; Thu, 4 Dec 2003 02:16:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 324F543FBF; Thu, 4 Dec 2003 02:16:49 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AGnXJ072393; Thu, 4 Dec 2003 02:16:49 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AGmbo072392; Thu, 4 Dec 2003 02:16:48 -0800 (PST) (envelope-from pav) Message-Id: <200312041016.hB4AGmbo072392@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:16:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/streamtuner Makefile distinfo pkg-plist ports/audio/streamtuner/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:16:50 -0000 pav 2003/12/04 02:16:48 PST FreeBSD ports repository Modified files: audio/streamtuner Makefile distinfo pkg-plist Removed files: audio/streamtuner/files patch-aa patch-ab Log: - Update to 0.10.2 - Use gnomehack and covert patching to sed_reinplace PR: ports/59924 Submitted by: Jean-Yves Lefort (maintainer) Revision Changes Path 1.8 +7 -2 ports/audio/streamtuner/Makefile 1.5 +1 -1 ports/audio/streamtuner/distinfo 1.4 +0 -21 ports/audio/streamtuner/files/patch-aa (dead) 1.2 +0 -11 ports/audio/streamtuner/files/patch-ab (dead) 1.6 +1 -0 ports/audio/streamtuner/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:21:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F55116A4CE; Thu, 4 Dec 2003 02:21:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F2543FA3; Thu, 4 Dec 2003 02:21:06 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AL6XJ072590; Thu, 4 Dec 2003 02:21:06 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AL6IZ072589; Thu, 4 Dec 2003 02:21:06 -0800 (PST) (envelope-from des) Message-Id: <200312041021.hB4AL6IZ072589@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Dec 2003 02:21:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc releng_5.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:21:07 -0000 des 2003/12/04 02:21:06 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc releng_5.rc Log: RELENG_5_2 is right around the corner. Revision Changes Path 1.2 +1 -1 src/tools/tools/tinderbox/etc/releng_5.rc From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:21:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED51F16A4CF; Thu, 4 Dec 2003 02:21:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4850843FAF; Thu, 4 Dec 2003 02:21:07 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AL7XJ072625; Thu, 4 Dec 2003 02:21:07 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AL6RP072620; Thu, 4 Dec 2003 02:21:06 -0800 (PST) (envelope-from krion) Message-Id: <200312041021.hB4AL6RP072620@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 02:21:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gliv Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:21:08 -0000 krion 2003/12/04 02:21:06 PST FreeBSD ports repository Modified files: graphics/gliv Makefile distinfo pkg-plist Log: - Update to version 1.8 PR: 59753 Submitted by: Ports Fury Revision Changes Path 1.23 +5 -9 ports/graphics/gliv/Makefile 1.13 +1 -1 ports/graphics/gliv/distinfo 1.5 +2 -0 ports/graphics/gliv/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:22:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D86216A4CF; Thu, 4 Dec 2003 02:22:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA20E43FE3; Thu, 4 Dec 2003 02:22:32 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AMWXJ072703; Thu, 4 Dec 2003 02:22:32 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AMWrg072702; Thu, 4 Dec 2003 02:22:32 -0800 (PST) (envelope-from pav) Message-Id: <200312041022.hB4AMWrg072702@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:22:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/siege Makefile distinfo pkg-plist ports/benchmarks/siege/files patch-src::hash.h patch-src::main.c siege.config.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:22:33 -0000 pav 2003/12/04 02:22:32 PST FreeBSD ports repository Modified files: benchmarks/siege Makefile distinfo pkg-plist Added files: benchmarks/siege/files patch-src::hash.h patch-src::main.c siege.config.in Log: - Update to 2.57 - Give maintainership to submitter PR: ports/59738 Submitted by: Clement Laforet Approved by: adamw (mentor) Revision Changes Path 1.15 +17 -14 ports/benchmarks/siege/Makefile 1.10 +1 -1 ports/benchmarks/siege/distinfo 1.1 +10 -0 ports/benchmarks/siege/files/patch-src::hash.h (new) 1.1 +15 -0 ports/benchmarks/siege/files/patch-src::main.c (new) 1.1 +27 -0 ports/benchmarks/siege/files/siege.config.in (new) 1.3 +2 -0 ports/benchmarks/siege/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:22:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1DE16A4CE; Thu, 4 Dec 2003 02:22:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1FBE43FAF; Thu, 4 Dec 2003 02:22:56 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AMuXJ072740; Thu, 4 Dec 2003 02:22:56 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AMuQY072739; Thu, 4 Dec 2003 02:22:56 -0800 (PST) (envelope-from des) Message-Id: <200312041022.hB4AMuQY072739@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Dec 2003 02:22:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc releng_5.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:22:57 -0000 des 2003/12/04 02:22:56 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc releng_5.rc Log: Merge in uncommitted changes from the running configuration. Revision Changes Path 1.3 +2 -2 src/tools/tools/tinderbox/etc/releng_5.rc From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:24:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8730216A4CE; Thu, 4 Dec 2003 02:24:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D805743F85; Thu, 4 Dec 2003 02:24:04 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AO4XJ072814; Thu, 4 Dec 2003 02:24:04 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AO44U072813; Thu, 4 Dec 2003 02:24:04 -0800 (PST) (envelope-from krion) Message-Id: <200312041024.hB4AO44U072813@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 02:24:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kdc2tiff Makefile distinfo ports/graphics/kdc2tiff/files patch-GFilter.cpp patch-GICBayer.cpp patch-GImageComponent.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:24:05 -0000 krion 2003/12/04 02:24:04 PST FreeBSD ports repository Modified files: graphics/kdc2tiff Makefile distinfo Removed files: graphics/kdc2tiff/files patch-GFilter.cpp patch-GICBayer.cpp patch-GImageComponent.cpp Log: - Update to version 0.34 PR: 59754 Submitted by: Ports Fury Revision Changes Path 1.6 +2 -2 ports/graphics/kdc2tiff/Makefile 1.3 +1 -1 ports/graphics/kdc2tiff/distinfo 1.2 +0 -11 ports/graphics/kdc2tiff/files/patch-GFilter.cpp (dead) 1.2 +0 -29 ports/graphics/kdc2tiff/files/patch-GICBayer.cpp (dead) 1.2 +0 -11 ports/graphics/kdc2tiff/files/patch-GImageComponent.cpp (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:26:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F9316A4CE; Thu, 4 Dec 2003 02:26:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDDB743F93; Thu, 4 Dec 2003 02:26:11 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AQBXJ073006; Thu, 4 Dec 2003 02:26:11 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AQBaK073005; Thu, 4 Dec 2003 02:26:11 -0800 (PST) (envelope-from olgeni) Message-Id: <200312041026.hB4AQBaK073005@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 4 Dec 2003 02:26:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/eclipse Makefile distinfo pkg-plist ports/java/eclipse-examples Makefile distinfo ports/java/eclipse-gef Makefile distinfo pkg-plist ports/java/eclipse-gef-examples Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:26:12 -0000 olgeni 2003/12/04 02:26:11 PST FreeBSD ports repository Modified files: java/eclipse Makefile distinfo pkg-plist java/eclipse-examples Makefile distinfo java/eclipse-gef Makefile distinfo pkg-plist java/eclipse-gef-examples Makefile distinfo pkg-plist Log: Upgrade to Eclipse 2.1.2. Revision Changes Path 1.3 +2 -2 ports/java/eclipse-examples/Makefile 1.2 +1 -1 ports/java/eclipse-examples/distinfo 1.2 +3 -3 ports/java/eclipse-gef-examples/Makefile 1.2 +1 -1 ports/java/eclipse-gef-examples/distinfo 1.2 +25 -13 ports/java/eclipse-gef-examples/pkg-plist 1.2 +4 -3 ports/java/eclipse-gef/Makefile 1.2 +1 -1 ports/java/eclipse-gef/distinfo 1.2 +71 -65 ports/java/eclipse-gef/pkg-plist 1.15 +2 -3 ports/java/eclipse/Makefile 1.3 +1 -1 ports/java/eclipse/distinfo 1.6 +1417 -1417 ports/java/eclipse/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:26:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D74116A4CF; Thu, 4 Dec 2003 02:26:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B813843FA3; Thu, 4 Dec 2003 02:26:22 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AQMXJ073044; Thu, 4 Dec 2003 02:26:22 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AQMqD073043; Thu, 4 Dec 2003 02:26:22 -0800 (PST) (envelope-from erwin) Message-Id: <200312041026.hB4AQMqD073043@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 02:26:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-SNMP3 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:26:23 -0000 erwin 2003/12/04 02:26:22 PST FreeBSD ports repository Modified files: net/p5-Net-SNMP3 Makefile distinfo pkg-plist Log: Downgrade to 3.65 after a repocopy of net/p5-Net-SNMP. This version is for backwards compatability with perl 5.005_03 PR: 57674 Submitted by: Lars Thegler Revision Changes Path 1.11 +11 -16 ports/net/p5-Net-SNMP3/Makefile 1.7 +1 -1 ports/net/p5-Net-SNMP3/distinfo 1.4 +1 -12 ports/net/p5-Net-SNMP3/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:26:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF07E16A4CE; Thu, 4 Dec 2003 02:26:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C3543F93; Thu, 4 Dec 2003 02:26:54 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AQsXJ073105; Thu, 4 Dec 2003 02:26:54 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AQseM073104; Thu, 4 Dec 2003 02:26:54 -0800 (PST) (envelope-from krion) Message-Id: <200312041026.hB4AQseM073104@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 02:26:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/meshviewer Makefile distinfo ports/graphics/meshviewer/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:26:56 -0000 krion 2003/12/04 02:26:54 PST FreeBSD ports repository Modified files: graphics/meshviewer Makefile distinfo graphics/meshviewer/files patch-Makefile Log: - Update to version 0.2.1.1 PR: 59755 Submitted by: Ports Fury Revision Changes Path 1.4 +5 -6 ports/graphics/meshviewer/Makefile 1.3 +1 -1 ports/graphics/meshviewer/distinfo 1.3 +26 -13 ports/graphics/meshviewer/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:27:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF2F116A4CF; Thu, 4 Dec 2003 02:27:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C5943F3F; Thu, 4 Dec 2003 02:27:24 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AROXJ073151; Thu, 4 Dec 2003 02:27:24 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AROOc073150; Thu, 4 Dec 2003 02:27:24 -0800 (PST) (envelope-from pav) Message-Id: <200312041027.hB4AROOc073150@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:27:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/qt-mysql-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:27:25 -0000 pav 2003/12/04 02:27:24 PST FreeBSD ports repository Modified files: databases/qt-mysql-plugin Makefile Log: - Convert to USE_MYSQL Approved by: maintainer Revision Changes Path 1.4 +1 -2 ports/databases/qt-mysql-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:27:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D555916A4D0; Thu, 4 Dec 2003 02:27:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 341A643F3F; Thu, 4 Dec 2003 02:27:27 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4ARRXJ073180; Thu, 4 Dec 2003 02:27:27 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4ARQ75073179; Thu, 4 Dec 2003 02:27:26 -0800 (PST) (envelope-from olgeni) Message-Id: <200312041027.hB4ARQ75073179@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 4 Dec 2003 02:27:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/rox-mime-editor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:27:28 -0000 olgeni 2003/12/04 02:27:26 PST FreeBSD ports repository Modified files: x11-fm/rox-mime-editor Makefile distinfo Log: Upgrade to 0.1.2. Revision Changes Path 1.3 +1 -1 ports/x11-fm/rox-mime-editor/Makefile 1.3 +1 -1 ports/x11-fm/rox-mime-editor/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:28:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD8116A4CE; Thu, 4 Dec 2003 02:28:21 -0800 (PST) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29B043F93; Thu, 4 Dec 2003 02:28:19 -0800 (PST) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.24) id 1ARqiY-000A8j-Uk; Thu, 04 Dec 2003 11:28:18 +0100 Date: Thu, 4 Dec 2003 11:28:18 +0100 From: Kirill Ponomarew To: Erwin Lansing Message-ID: <20031204102818.GR33736@voodoo.oberon.net> Mail-Followup-To: Kirill Ponomarew , Erwin Lansing , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200312041026.hB4AQMqD073043@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q8a9NmTVi5AMeZ2v" Content-Disposition: inline In-Reply-To: <200312041026.hB4AQMqD073043@repoman.freebsd.org> X-NCC-Regid: de.oberon Sender: Kirill Ponomarew cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/p5-Net-SNMP3 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:28:22 -0000 --Q8a9NmTVi5AMeZ2v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Thu, Dec 04, 2003 at 02:26:22AM -0800, Erwin Lansing wrote: > erwin 2003/12/04 02:26:22 PST >=20 > FreeBSD ports repository >=20 > Modified files: > net/p5-Net-SNMP3 Makefile distinfo pkg-plist=20 > Log: > Downgrade to 3.65 after a repocopy of net/p5-Net-SNMP. > This version is for backwards compatability with perl 5.005_03 Thank you ;) -Kirill --Q8a9NmTVi5AMeZ2v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/zwxCQC1G6a60JuURAk++AJ0S13QvNs8cLgwCZcUBCZAKRkFwhQCdHqo3 YDdxF73enjueuUEmxyASmuQ= =L/OE -----END PGP SIGNATURE----- --Q8a9NmTVi5AMeZ2v-- From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:28:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 841ED16A4CF; Thu, 4 Dec 2003 02:28:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D937A43F93; Thu, 4 Dec 2003 02:28:29 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4ASTXJ073255; Thu, 4 Dec 2003 02:28:29 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4ASThl073254; Thu, 4 Dec 2003 02:28:29 -0800 (PST) (envelope-from erwin) Message-Id: <200312041028.hB4ASThl073254@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 02:28:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-SNMP3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:28:30 -0000 erwin 2003/12/04 02:28:29 PST FreeBSD ports repository Modified files: net/p5-Net-SNMP3 Makefile Log: Fix CONFLICTS Revision Changes Path 1.12 +1 -1 ports/net/p5-Net-SNMP3/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:29:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 201E516A4D0; Thu, 4 Dec 2003 02:29:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E0943F93; Thu, 4 Dec 2003 02:29:04 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AT4XJ073332; Thu, 4 Dec 2003 02:29:04 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AT44g073331; Thu, 4 Dec 2003 02:29:04 -0800 (PST) (envelope-from erwin) Message-Id: <200312041029.hB4AT44g073331@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 02:29:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-SNMP Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:29:05 -0000 erwin 2003/12/04 02:29:04 PST FreeBSD ports repository Modified files: net/p5-Net-SNMP Makefile Log: Add CONFLICTS Revision Changes Path 1.11 +1 -0 ports/net/p5-Net-SNMP/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:30:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACBFF16A4CF; Thu, 4 Dec 2003 02:30:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA1443FA3; Thu, 4 Dec 2003 02:30:15 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AUFXJ073418; Thu, 4 Dec 2003 02:30:15 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AUF9Y073417; Thu, 4 Dec 2003 02:30:15 -0800 (PST) (envelope-from erwin) Message-Id: <200312041030.hB4AUF9Y073417@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 02:30:14 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:30:16 -0000 erwin 2003/12/04 02:30:14 PST FreeBSD ports repository Modified files: net Makefile Log: Hook up p5-Net-SNMP3 Revision Changes Path 1.1142 +1 -0 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:33:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EB4F16A4CE; Thu, 4 Dec 2003 02:33:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85AFB43FD7; Thu, 4 Dec 2003 02:33:01 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AX1XJ073567; Thu, 4 Dec 2003 02:33:01 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AX1Yd073566; Thu, 4 Dec 2003 02:33:01 -0800 (PST) (envelope-from olgeni) Message-Id: <200312041033.hB4AX1Yd073566@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 4 Dec 2003 02:33:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql_autodoc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:33:02 -0000 olgeni 2003/12/04 02:33:01 PST FreeBSD ports repository Modified files: databases/postgresql_autodoc Makefile distinfo Log: Upgrade to 1.21. Revision Changes Path 1.15 +1 -1 ports/databases/postgresql_autodoc/Makefile 1.9 +1 -1 ports/databases/postgresql_autodoc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:33:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DA2916A4CE; Thu, 4 Dec 2003 02:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9256543FBD; Thu, 4 Dec 2003 02:33:54 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AXsXJ073613; Thu, 4 Dec 2003 02:33:54 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AXsTM073612; Thu, 4 Dec 2003 02:33:54 -0800 (PST) (envelope-from sos) Message-Id: <200312041033.hB4AXsTM073612@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 4 Dec 2003 02:33:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ata ata-pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:33:55 -0000 sos 2003/12/04 02:33:54 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-pci.c Log: Fix support for the CMD648/649 chips, idea from -current but different impl. Sponsored by: Yahoo! Revision Changes Path 1.32.2.18 +7 -4 src/sys/dev/ata/ata-pci.c From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:34:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A43916A4D2; Thu, 4 Dec 2003 02:34:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3698343F93; Thu, 4 Dec 2003 02:34:28 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AYSXJ073654; Thu, 4 Dec 2003 02:34:28 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AYR3J073653; Thu, 4 Dec 2003 02:34:27 -0800 (PST) (envelope-from mat) Message-Id: <200312041034.hB4AYR3J073653@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 02:34:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Params-Validate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:34:29 -0000 mat 2003/12/04 02:34:27 PST FreeBSD ports repository Modified files: devel/p5-Params-Validate Makefile distinfo Log: Update to 0.72 PR: 59635 Submitted by: maintainer Revision Changes Path 1.19 +1 -1 ports/devel/p5-Params-Validate/Makefile 1.14 +1 -1 ports/devel/p5-Params-Validate/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:36:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C760416A4CE; Thu, 4 Dec 2003 02:36:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD7D543F85; Thu, 4 Dec 2003 02:36:51 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AapXJ073850; Thu, 4 Dec 2003 02:36:51 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AapRQ073849; Thu, 4 Dec 2003 02:36:51 -0800 (PST) (envelope-from pav) Message-Id: <200312041036.hB4AapRQ073849@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:36:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/ccmath Makefile distinfo pkg-plist ports/math/ccmath/files patch-ab patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:36:52 -0000 pav 2003/12/04 02:36:51 PST FreeBSD ports repository Modified files: math/ccmath Makefile distinfo pkg-plist math/ccmath/files patch-ac Removed files: math/ccmath/files patch-ab Log: - Update to 2.2.1 PR: ports/58209 Submitted by: Ying-Chieh Liao Revision Changes Path 1.4 +3 -3 ports/math/ccmath/Makefile 1.2 +1 -1 ports/math/ccmath/distinfo 1.2 +0 -11 ports/math/ccmath/files/patch-ab (dead) 1.3 +8 -3 ports/math/ccmath/files/patch-ac 1.2 +16 -16 ports/math/ccmath/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:39:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E0D316A4CE; Thu, 4 Dec 2003 02:39:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F7B843FBD; Thu, 4 Dec 2003 02:39:31 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AdVXJ073947; Thu, 4 Dec 2003 02:39:31 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AdVIm073946; Thu, 4 Dec 2003 02:39:31 -0800 (PST) (envelope-from sos) Message-Id: <200312041039.hB4AdVIm073946@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 4 Dec 2003 02:39:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:39:32 -0000 X-List-Received-Date: Thu, 04 Dec 2003 10:39:32 -0000 sos 2003/12/04 02:39:31 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-dma.c ata-pci.c Log: Add support for the Serverworks CSB6. Idea from -current but different impl. Sponsored by: Yahoo! Revision Changes Path 1.35.2.36 +7 -2 src/sys/dev/ata/ata-dma.c 1.32.2.19 +6 -0 src/sys/dev/ata/ata-pci.c From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:39:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EDA16A4CF; Thu, 4 Dec 2003 02:39:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0037043FE5; Thu, 4 Dec 2003 02:39:56 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AdtXJ074000; Thu, 4 Dec 2003 02:39:55 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AdtdS073999; Thu, 4 Dec 2003 02:39:55 -0800 (PST) (envelope-from pav) Message-Id: <200312041039.hB4AdtdS073999@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:39:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/gsl Makefile distinfo pkg-plist ports/math/gsl/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:39:57 -0000 pav 2003/12/04 02:39:55 PST FreeBSD ports repository Modified files: math/gsl Makefile distinfo pkg-plist Added files: math/gsl/files patch-configure Log: - Pretend we don't have ieee functionality on sparc64, amd64 and ia64, thus fixing build there - Axe html documentation, it disappeared from master site PR: ports/59238 Approved by: adamw (mentor) Revision Changes Path 1.25 +2 -5 ports/math/gsl/Makefile 1.17 +0 -1 ports/math/gsl/distinfo 1.1 +26 -0 ports/math/gsl/files/patch-configure (new) 1.18 +0 -54 ports/math/gsl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:41:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12AF316A4CE; Thu, 4 Dec 2003 02:41:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E7A843FBD; Thu, 4 Dec 2003 02:41:46 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AfkXJ074168; Thu, 4 Dec 2003 02:41:46 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Afk0k074167; Thu, 4 Dec 2003 02:41:46 -0800 (PST) (envelope-from demon) Message-Id: <200312041041.hB4Afk0k074167@repoman.freebsd.org> From: Dmitry Sivachenko Date: Thu, 4 Dec 2003 02:41:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python pkg-descr ports/lang/python-devel pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:41:47 -0000 demon 2003/12/04 02:41:46 PST FreeBSD ports repository Modified files: lang/python pkg-descr lang/python-devel pkg-descr Log: Add WWW. Approved by: maintainer Revision Changes Path 1.2 +2 -0 ports/lang/python-devel/pkg-descr 1.2 +2 -0 ports/lang/python/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:42:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE9CE16A4E3; Thu, 4 Dec 2003 02:42:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0E043FE0; Thu, 4 Dec 2003 02:42:00 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Ag0XJ074225; Thu, 4 Dec 2003 02:42:00 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Ag0Pw074224; Thu, 4 Dec 2003 02:42:00 -0800 (PST) (envelope-from osa) Message-Id: <200312041042.hB4Ag0Pw074224@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 4 Dec 2003 02:42:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/fastdb Makefile distinfo ports/databases/fastdb/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:42:02 -0000 osa 2003/12/04 02:42:00 PST FreeBSD ports repository Modified files: databases/fastdb Makefile distinfo databases/fastdb/files patch-makefile Log: Update to 2.83. Revision Changes Path 1.29 +1 -1 ports/databases/fastdb/Makefile 1.26 +1 -1 ports/databases/fastdb/distinfo 1.10 +12 -16 ports/databases/fastdb/files/patch-makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:42:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8669216A4CF; Thu, 4 Dec 2003 02:42:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B4343FD7; Thu, 4 Dec 2003 02:42:52 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AgqXJ074279; Thu, 4 Dec 2003 02:42:52 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AgqX6074278; Thu, 4 Dec 2003 02:42:52 -0800 (PST) (envelope-from pav) Message-Id: <200312041042.hB4AgqX6074278@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 02:42:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/xmms Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:42:53 -0000 pav 2003/12/04 02:42:52 PST FreeBSD ports repository Modified files: multimedia/xmms Makefile distinfo Log: - Add WITH_ENCODING_PATCH knob which allows russian fonts PR: ports/59076 Submitted by: oleg dashevskii Approved by: maintainer Approved by: adamw (mentor) Revision Changes Path 1.57 +12 -0 ports/multimedia/xmms/Makefile 1.14 +1 -0 ports/multimedia/xmms/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:44:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AB116A4CE; Thu, 4 Dec 2003 02:44:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158C243F85; Thu, 4 Dec 2003 02:44:10 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Ai9XJ074394; Thu, 4 Dec 2003 02:44:09 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Ai9gA074393; Thu, 4 Dec 2003 02:44:09 -0800 (PST) (envelope-from mat) Message-Id: <200312041044.hB4Ai9gA074393@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 02:44:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-Data-Page Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:44:10 -0000 mat 2003/12/04 02:44:09 PST FreeBSD ports repository Modified files: databases/p5-Data-Page Makefile distinfo Log: Update to 1.01 Revision Changes Path 1.4 +1 -1 ports/databases/p5-Data-Page/Makefile 1.3 +1 -1 ports/databases/p5-Data-Page/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:47:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3231516A4CE; Thu, 4 Dec 2003 02:47:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E18243F85; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AlgXJ074528; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Algfp074527; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos) Message-Id: <200312041047.hB4Algfp074527@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 4 Dec 2003 02:47:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:47:43 -0000 sos 2003/12/04 02:47:42 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-dma.c ata-pci.c Log: Add support for the VIA 8235 and 8237 including the SATA part. Add support for the AMD 8111 Fix support for the nForce (so it actually does something). Add support for the nForc2 and nForce3. Ideas from -current but different impl. Sponsored by: Yahoo! Revision Changes Path 1.35.2.37 +40 -10 src/sys/dev/ata/ata-dma.c 1.32.2.20 +14 -0 src/sys/dev/ata/ata-pci.c From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:49:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 736E316A4CE; Thu, 4 Dec 2003 02:49:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C383843FB1; Thu, 4 Dec 2003 02:49:04 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4An4XJ074593; Thu, 4 Dec 2003 02:49:04 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4An4t5074592; Thu, 4 Dec 2003 02:49:04 -0800 (PST) (envelope-from erwin) Message-Id: <200312041049.hB4An4t5074592@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 02:49:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-HTML-Scrubber Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:49:05 -0000 erwin 2003/12/04 02:49:04 PST FreeBSD ports repository Modified files: www/p5-HTML-Scrubber Makefile distinfo Log: Update to 0.06 PR: 59839 Submitted by: Lars Thegler Revision Changes Path 1.2 +3 -2 ports/www/p5-HTML-Scrubber/Makefile 1.2 +1 -1 ports/www/p5-HTML-Scrubber/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:52:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D34F16A4CE; Thu, 4 Dec 2003 02:52:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AD243FDF; Thu, 4 Dec 2003 02:52:34 -0800 (PST) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AqYXJ074760; Thu, 4 Dec 2003 02:52:34 -0800 (PST) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AqYtl074759; Thu, 4 Dec 2003 02:52:34 -0800 (PST) (envelope-from osa) Message-Id: <200312041052.hB4AqYtl074759@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 4 Dec 2003 02:52:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/gigabase Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:52:35 -0000 osa 2003/12/04 02:52:34 PST FreeBSD ports repository Modified files: databases/gigabase Makefile distinfo Log: Update to 3.05. Revision Changes Path 1.63 +1 -1 ports/databases/gigabase/Makefile 1.60 +1 -1 ports/databases/gigabase/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 02:59:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B4016A4FC; Thu, 4 Dec 2003 02:59:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90ED43FBD; Thu, 4 Dec 2003 02:59:50 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AxoXJ075086; Thu, 4 Dec 2003 02:59:50 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AxofF075085; Thu, 4 Dec 2003 02:59:50 -0800 (PST) (envelope-from krion) Message-Id: <200312041059.hB4AxofF075085@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 02:59:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/white_dune Makefile distinfo pkg-plist patch-src::Makefile.inpatch-src::SDLjoystick::bsd::SDL_sysjoystick.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:59:51 -0000 krion 2003/12/04 02:59:50 PST FreeBSD ports repository Modified files: graphics/white_dune Makefile distinfo pkg-plist graphics/white_dune/files patch-src::Makefile.in Added files: graphics/white_dune/files patch-src::SDLjoystick::Makefile.in patch-src::SDLjoystick::bsd::SDL_sysjoystick.c Removed files: graphics/white_dune/files patch-src::Aflock.cpp Log: - Update to version 0.26.1 PR: 59756 Submitted by: Ports Fury Revision Changes Path 1.11 +25 -12 ports/graphics/white_dune/Makefile 1.7 +1 -1 ports/graphics/white_dune/distinfo 1.2 +0 -12 ports/graphics/white_dune/files/patch-src::Aflock.cpp (dead) 1.2 +4 -4 ports/graphics/white_dune/files/patch-src::Makefile.in 1.1 +27 -0 ports/graphics/white_dune/files/patch-src::SDLjoystick::Makefile.in (new) 1.1 +21 -0 ports/graphics/white_dune/files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c (new) 1.6 +65 -2 ports/graphics/white_dune/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:05:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046DB16A4CE; Thu, 4 Dec 2003 03:05:35 -0800 (PST) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 428BD43F85; Thu, 4 Dec 2003 03:05:33 -0800 (PST) (envelope-from Alexander@Leidinger.net) Received: from fwd01.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1ARrIZ-00075K-02; Thu, 04 Dec 2003 12:05:31 +0100 Received: from Andro-Beta.Leidinger.net (Gh9TtqZUgeFzNYwERzSmdGRGIFfa-dXZWnkECX52SSbqBpN5EUVkEn@[217.229.214.35]) by fmrl01.sul.t-online.com with esmtp id 1ARrI1-1WRCNs0; Thu, 4 Dec 2003 12:04:57 +0100 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) hB4B4vYh074114; Thu, 4 Dec 2003 12:04:57 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (netchild@localhost [127.0.0.1]) hB4B4t4u005696; Thu, 4 Dec 2003 12:04:55 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Thu, 4 Dec 2003 12:04:55 +0100 From: Alexander Leidinger To: Mark Linimon Message-Id: <20031204120455.1e6b2d9c.Alexander@Leidinger.net> In-Reply-To: <200312040642.hB46gdJc053080@repoman.freebsd.org> References: <200312040642.hB46gdJc053080@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: Gh9TtqZUgeFzNYwERzSmdGRGIFfa-dXZWnkECX52SSbqBpN5EUVkEn@t-dialin.net cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/kinterbasdb Makefile distinfo pkg-descr pkg-plist ports/databases/kinterbasdb/files patch-_kinterbasdb_constants.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:05:35 -0000 On Wed, 3 Dec 2003 22:42:39 -0800 (PST) Mark Linimon wrote: > Further note: this port won't install correctly until the underlying > Firebird DB is upgraded to get rid of its FORBIDDEN state, but > first things first. (The was one of the oldest "new ports" PRs > in the system, predating the breakage). I have an update for both firebird ports in the queue. I haven't committed them as the package doesn't work yet. The submitter wanted to fix this, but it seems he's busy at the moment. Should I commit the actual version? Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:05:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1547F16A4CF; Thu, 4 Dec 2003 03:05:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CF043FA3; Thu, 4 Dec 2003 03:05:56 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4B5tXJ076506; Thu, 4 Dec 2003 03:05:55 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4B5trc076501; Thu, 4 Dec 2003 03:05:55 -0800 (PST) (envelope-from pav) Message-Id: <200312041105.hB4B5trc076501@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:05:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/meld Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:05:57 -0000 pav 2003/12/04 03:05:55 PST FreeBSD ports repository Modified files: textproc/meld Makefile distinfo pkg-plist Log: - Update to 0.9.1 PR: ports/59929 Submitted by: Rui Lopes (maintainer) Revision Changes Path 1.7 +12 -23 ports/textproc/meld/Makefile 1.6 +1 -1 ports/textproc/meld/distinfo 1.6 +9 -4 ports/textproc/meld/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:07:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C1AA16A4CE; Thu, 4 Dec 2003 03:07:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C1743FB1; Thu, 4 Dec 2003 03:07:48 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4B7mXJ076602; Thu, 4 Dec 2003 03:07:48 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4B7mqa076601; Thu, 4 Dec 2003 03:07:48 -0800 (PST) (envelope-from pav) Message-Id: <200312041107.hB4B7mqa076601@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:07:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/elinks Makefile distinfo patch-src::document::html::parser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:07:49 -0000 pav 2003/12/04 03:07:48 PST FreeBSD ports repository Modified files: www/elinks Makefile distinfo Removed files: www/elinks/files patch-compression patch-src::document::html::parser.c Log: - Update to 0.4.3 PR: ports/59771 Submitted by: Jason Harris (maintainer) Revision Changes Path 1.28 +1 -2 ports/www/elinks/Makefile 1.17 +2 -2 ports/www/elinks/distinfo 1.2 +0 -44 ports/www/elinks/files/patch-compression (dead) 1.2 +0 -13 ports/www/elinks/files/patch-src::document::html::parser.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:09:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD1416A4CE; Thu, 4 Dec 2003 03:09:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8104643FDD; Thu, 4 Dec 2003 03:09:07 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4B97XJ076660; Thu, 4 Dec 2003 03:09:07 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4B97EV076659; Thu, 4 Dec 2003 03:09:07 -0800 (PST) (envelope-from krion) Message-Id: <200312041109.hB4B97EV076659@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 03:09:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xmold Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:09:08 -0000 krion 2003/12/04 03:09:07 PST FreeBSD ports repository Modified files: x11/xmold Makefile Log: - Fix MASTER_SITES PR: 59759 Submitted by: Ports Fury Revision Changes Path 1.14 +1 -2 ports/x11/xmold/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:15:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BA8316A4CE; Thu, 4 Dec 2003 03:15:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D171543FA3; Thu, 4 Dec 2003 03:15:03 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BF3XJ076927; Thu, 4 Dec 2003 03:15:03 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BF396076926; Thu, 4 Dec 2003 03:15:03 -0800 (PST) (envelope-from pav) Message-Id: <200312041115.hB4BF396076926@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:15:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bluefish-devel Makefile distinfo pkg-plist ports/www/bluefish-devel/files patch-src_fref.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:15:04 -0000 pav 2003/12/04 03:15:03 PST FreeBSD ports repository Modified files: www/bluefish-devel Makefile distinfo pkg-plist Removed files: www/bluefish-devel/files patch-src_fref.c Log: - Update to 0.12 - Add new knobs WITHOUT_WEBLINT, WITH_TIDY and WITHOUT_SPLASH - Add conflicts PR: ports/59931, ports/59585 Submitted by: Koop Mast (maintainer) Revision Changes Path 1.21 +22 -9 ports/www/bluefish-devel/Makefile 1.16 +1 -1 ports/www/bluefish-devel/distinfo 1.2 +0 -13 ports/www/bluefish-devel/files/patch-src_fref.c (dead) 1.8 +39 -37 ports/www/bluefish-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:15:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1658A16A4CE; Thu, 4 Dec 2003 03:15:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C5C143FF3; Thu, 4 Dec 2003 03:15:54 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BFrXJ077019; Thu, 4 Dec 2003 03:15:53 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BFr2a077018; Thu, 4 Dec 2003 03:15:53 -0800 (PST) (envelope-from pav) Message-Id: <200312041115.hB4BFr2a077018@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:15:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bluefish Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:15:55 -0000 pav 2003/12/04 03:15:53 PST FreeBSD ports repository Modified files: www/bluefish Makefile Log: - Add conflicts PR: ports/59585 Submitted by: Koop Mast Revision Changes Path 1.27 +2 -0 ports/www/bluefish/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:21:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFABC16A4CE; Thu, 4 Dec 2003 03:21:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D3AF43F85; Thu, 4 Dec 2003 03:21:53 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BLqXJ077211; Thu, 4 Dec 2003 03:21:52 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BLq6w077210; Thu, 4 Dec 2003 03:21:52 -0800 (PST) (envelope-from pav) Message-Id: <200312041121.hB4BLq6w077210@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:21:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gimp-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:21:53 -0000 pav 2003/12/04 03:21:52 PST FreeBSD ports repository Modified files: graphics/gimp-devel Makefile distinfo pkg-plist Log: - Update to 1.3.23 Approved by: adamw (mentor) Revision Changes Path 1.135 +1 -1 ports/graphics/gimp-devel/Makefile 1.61 +1 -1 ports/graphics/gimp-devel/distinfo 1.79 +16 -3 ports/graphics/gimp-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:26:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91CBA16A4CE; Thu, 4 Dec 2003 03:26:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7CA943F75; Thu, 4 Dec 2003 03:26:10 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BQAXJ077367; Thu, 4 Dec 2003 03:26:10 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BQAt7077366; Thu, 4 Dec 2003 03:26:10 -0800 (PST) (envelope-from mat) Message-Id: <200312041126.hB4BQAt7077366@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 03:26:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:26:11 -0000 mat 2003/12/04 03:26:10 PST FreeBSD ports repository Modified files: devel/p5-DateTime Makefile distinfo Log: Update to 0.19 Revision Changes Path 1.11 +2 -3 ports/devel/p5-DateTime/Makefile 1.10 +1 -1 ports/devel/p5-DateTime/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:28:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF33C16A4CE; Thu, 4 Dec 2003 03:28:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E94D43FBF; Thu, 4 Dec 2003 03:28:20 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BSKXJ077448; Thu, 4 Dec 2003 03:28:20 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BSJi8077447; Thu, 4 Dec 2003 03:28:19 -0800 (PST) (envelope-from tobez) Message-Id: <200312041128.hB4BSJi8077447@repoman.freebsd.org> From: Anton Berezin Date: Thu, 4 Dec 2003 03:28:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/p5-Astro-Sunrise Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:28:21 -0000 tobez 2003/12/04 03:28:19 PST FreeBSD ports repository Modified files: astro/p5-Astro-Sunrise Makefile distinfo Log: Update to 0.91. Revision Changes Path 1.5 +3 -3 ports/astro/p5-Astro-Sunrise/Makefile 1.4 +1 -1 ports/astro/p5-Astro-Sunrise/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:32:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC84816A4CE; Thu, 4 Dec 2003 03:32:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8323F43F75; Thu, 4 Dec 2003 03:32:21 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BWLXJ077677; Thu, 4 Dec 2003 03:32:21 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BWLSO077676; Thu, 4 Dec 2003 03:32:21 -0800 (PST) (envelope-from krion) Message-Id: <200312041132.hB4BWLSO077676@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 03:32:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/glabels Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:32:22 -0000 krion 2003/12/04 03:32:21 PST FreeBSD ports repository Modified files: deskutils/glabels Makefile distinfo pkg-plist Log: - Update to version 1.57 PR: 59844 Submitted by: Ports Fury Revision Changes Path 1.15 +1 -1 ports/deskutils/glabels/Makefile 1.6 +1 -1 ports/deskutils/glabels/distinfo 1.5 +4 -0 ports/deskutils/glabels/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:32:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B39B16A4CF; Thu, 4 Dec 2003 03:32:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA02043F75; Thu, 4 Dec 2003 03:32:23 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BWNXJ077707; Thu, 4 Dec 2003 03:32:23 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BWNtY077706; Thu, 4 Dec 2003 03:32:23 -0800 (PST) (envelope-from jeh) Message-Id: <200312041132.hB4BWNtY077706@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 4 Dec 2003 03:32:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/adasockets Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:32:24 -0000 jeh 2003/12/04 03:32:23 PST FreeBSD ports repository Modified files: net/adasockets Makefile distinfo Log: AdaSockets 1.8.2 didn't compile properly on FreeBSD (4.x or 5.x) because of an incompatibility with the currently supported GNAT version. This is fixed in AdaSockets 1.8.3. PR: 59621 Submitted By: MAINTAINER Revision Changes Path 1.12 +1 -1 ports/net/adasockets/Makefile 1.10 +1 -1 ports/net/adasockets/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:33:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C78D16A4CE; Thu, 4 Dec 2003 03:33:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9509343F93; Thu, 4 Dec 2003 03:33:43 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BXhXJ077831; Thu, 4 Dec 2003 03:33:43 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BXhh1077830; Thu, 4 Dec 2003 03:33:43 -0800 (PST) (envelope-from pav) Message-Id: <200312041133.hB4BXhh1077830@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:33:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:33:44 -0000 pav 2003/12/04 03:33:43 PST FreeBSD ports repository Modified files: . modules Log: prokyon3 --> ports/audio/prokyon3 Revision Changes Path 1.8680 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:39:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16E9C16A4CE; Thu, 4 Dec 2003 03:39:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 595E043FB1; Thu, 4 Dec 2003 03:39:01 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Bd1XJ078075; Thu, 4 Dec 2003 03:39:01 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Bd1j9078074; Thu, 4 Dec 2003 03:39:01 -0800 (PST) (envelope-from krion) Message-Id: <200312041139.hB4Bd1j9078074@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 03:39:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/showimg Makefile distinfo pkg-plist ports/graphics/showimg/files patch-qtiffio.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:39:02 -0000 krion 2003/12/04 03:39:01 PST FreeBSD ports repository Modified files: graphics/showimg Makefile distinfo pkg-plist Removed files: graphics/showimg/files patch-qtiffio.cpp Log: - Update to version 0.8.1 PR: 59845 Submitted by: Ports Fury Revision Changes Path 1.10 +6 -9 ports/graphics/showimg/Makefile 1.5 +1 -1 ports/graphics/showimg/distinfo 1.2 +0 -10 ports/graphics/showimg/files/patch-qtiffio.cpp (dead) 1.5 +61 -40 ports/graphics/showimg/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:39:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E866016A4CE; Thu, 4 Dec 2003 03:39:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B80543FB1; Thu, 4 Dec 2003 03:39:38 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BdcXJ078127; Thu, 4 Dec 2003 03:39:38 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Bdbuo078126; Thu, 4 Dec 2003 03:39:38 -0800 (PST) (envelope-from pav) Message-Id: <200312041139.hB4Bdbuo078126@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:39:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/eawpats Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:39:39 -0000 pav 2003/12/04 03:39:37 PST FreeBSD ports repository Modified files: audio Makefile Added files: audio/eawpats Makefile distinfo pkg-descr pkg-plist Log: Add eawpats, Eric A. Welsh's collection of MIDI patch files, configured for use with TiMidity++ (port audio/timidity++). PR: ports/56455 Submitted by: Jonathan Lennox Approved by: adamw (mentor) Revision Changes Path 1.470 +1 -0 ports/audio/Makefile 1.1 +53 -0 ports/audio/eawpats/Makefile (new) 1.1 +1 -0 ports/audio/eawpats/distinfo (new) 1.1 +27 -0 ports/audio/eawpats/pkg-descr (new) 1.1 +391 -0 ports/audio/eawpats/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:40:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC0B16A4CE; Thu, 4 Dec 2003 03:40:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9580543FD7; Thu, 4 Dec 2003 03:40:39 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BedXJ078318; Thu, 4 Dec 2003 03:40:39 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BedcD078317; Thu, 4 Dec 2003 03:40:39 -0800 (PST) (envelope-from pav) Message-Id: <200312041140.hB4BedcD078317@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:40:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:40:40 -0000 pav 2003/12/04 03:40:39 PST FreeBSD ports repository Modified files: . modules Log: eawpats --> ports/audio/eawpats Revision Changes Path 1.8681 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:42:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA06F16A4CE; Thu, 4 Dec 2003 03:42:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D3743FBD; Thu, 4 Dec 2003 03:42:45 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BgiXJ078422; Thu, 4 Dec 2003 03:42:45 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BginD078421; Thu, 4 Dec 2003 03:42:44 -0800 (PST) (envelope-from pav) Message-Id: <200312041142.hB4BginD078421@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:42:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:42:46 -0000 pav 2003/12/04 03:42:44 PST FreeBSD ports repository Modified files: . LEGAL Log: Add audio/eawpats. Revision Changes Path 1.314 +3 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:47:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 527C816A4CF; Thu, 4 Dec 2003 03:47:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A47F343FE0; Thu, 4 Dec 2003 03:47:06 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Bl6XJ078775; Thu, 4 Dec 2003 03:47:06 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Bl6xM078774; Thu, 4 Dec 2003 03:47:06 -0800 (PST) (envelope-from pav) Message-Id: <200312041147.hB4Bl6xM078774@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:47:06 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:47:07 -0000 pav 2003/12/04 03:47:06 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Jonathan Lennox for audio/eawpats port. Revision Changes Path 1.69 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:48:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B3E16A4CE; Thu, 4 Dec 2003 03:48:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B1343F3F; Thu, 4 Dec 2003 03:48:25 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BmPXJ078844; Thu, 4 Dec 2003 03:48:25 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BmPH6078843; Thu, 4 Dec 2003 03:48:25 -0800 (PST) (envelope-from sergei) Message-Id: <200312041148.hB4BmPH6078843@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 03:48:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/tmda Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:48:26 -0000 sergei 2003/12/04 03:48:25 PST FreeBSD ports repository Modified files: mail/tmda Makefile distinfo pkg-plist Log: - Update to 0.91 "Lucky Debonair" - Install TMDA logos (noticed by Jason R. Mastaler) - Re-sort pkg-plist Revision Changes Path 1.48 +7 -4 ports/mail/tmda/Makefile 1.41 +1 -1 ports/mail/tmda/distinfo 1.34 +9 -2 ports/mail/tmda/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:48:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E4B16A4CF; Thu, 4 Dec 2003 03:48:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7446643F3F; Thu, 4 Dec 2003 03:48:33 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BmXXJ078912; Thu, 4 Dec 2003 03:48:33 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BmWVI078911; Thu, 4 Dec 2003 03:48:32 -0800 (PST) (envelope-from ceri) Message-Id: <200312041148.hB4BmWVI078911@repoman.freebsd.org> From: Ceri Davies Date: Thu, 4 Dec 2003 03:48:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/robotfindskitten Makefile distinfo pkg-descr pkg-plist ports/games/robotfindskitten/files patch-src-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:48:34 -0000 ceri 2003/12/04 03:48:32 PST FreeBSD ports repository (doc committer) Modified files: games Makefile Added files: games/robotfindskitten Makefile distinfo pkg-descr pkg-plist games/robotfindskitten/files patch-src-Makefile.in Log: You are robot. Your job is to find kitten. Reviewed by: adamw Revision Changes Path 1.613 +1 -0 ports/games/Makefile 1.1 +25 -0 ports/games/robotfindskitten/Makefile (new) 1.1 +1 -0 ports/games/robotfindskitten/distinfo (new) 1.1 +11 -0 ports/games/robotfindskitten/files/patch-src-Makefile.in (new) 1.1 +6 -0 ports/games/robotfindskitten/pkg-descr (new) 1.1 +1 -0 ports/games/robotfindskitten/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:48:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C9616A4D0; Thu, 4 Dec 2003 03:48:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73FBB43FDD; Thu, 4 Dec 2003 03:48:42 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BmgXJ078950; Thu, 4 Dec 2003 03:48:42 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Bmgnr078949; Thu, 4 Dec 2003 03:48:42 -0800 (PST) (envelope-from ceri) Message-Id: <200312041148.hB4Bmgnr078949@repoman.freebsd.org> From: Ceri Davies Date: Thu, 4 Dec 2003 03:48:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:48:43 -0000 ceri 2003/12/04 03:48:42 PST FreeBSD ports repository (doc committer) Modified files: . modules Log: robotfindskitten --> ports/games/robotfindskitten Revision Changes Path 1.8682 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:49:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4483516A4CE; Thu, 4 Dec 2003 03:49:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9552743F75; Thu, 4 Dec 2003 03:49:03 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Bn3XJ079015; Thu, 4 Dec 2003 03:49:03 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Bn3PJ079014; Thu, 4 Dec 2003 03:49:03 -0800 (PST) (envelope-from netchild) Message-Id: <200312041149.hB4Bn3PJ079014@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 4 Dec 2003 03:49:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/sane-backends Makefile Makefile.man distinfo pkg-plist ports/graphics/sane-backends/files patch-backend_epson_scsi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:49:04 -0000 netchild 2003/12/04 03:49:03 PST FreeBSD ports repository Modified files: graphics/sane-backends Makefile Makefile.man distinfo pkg-plist Removed files: graphics/sane-backends/files patch-backend_epson_scsi.c Log: Update to 1.0.13. Revision Changes Path 1.52 +1 -2 ports/graphics/sane-backends/Makefile 1.5 +2 -0 ports/graphics/sane-backends/Makefile.man 1.17 +1 -1 ports/graphics/sane-backends/distinfo 1.2 +0 -23 ports/graphics/sane-backends/files/patch-backend_epson_scsi.c (dead) 1.31 +19 -1 ports/graphics/sane-backends/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:51:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E915416A4CE; Thu, 4 Dec 2003 03:51:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401CB43FE1; Thu, 4 Dec 2003 03:51:40 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BpdXJ079259; Thu, 4 Dec 2003 03:51:40 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BpdOa079258; Thu, 4 Dec 2003 03:51:39 -0800 (PST) (envelope-from pav) Message-Id: <200312041151.hB4BpdOa079258@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:51:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/fluidsynth Makefile distinfo pkg-descr pkg-plist ports/audio/fluidsynth/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:51:41 -0000 pav 2003/12/04 03:51:39 PST FreeBSD ports repository Modified files: audio Makefile Added files: audio/fluidsynth Makefile distinfo pkg-descr pkg-plist audio/fluidsynth/files patch-configure Log: Add fluidsynth, a real-time software synthesizer based on the SoundFont 2 specifications. It is a "software synthesizer". FluidSynth can read MIDI events from the MIDI input device and render them to the audio device. It can also play MIDI files. PR: ports/59716 Submitted by: Juha Nygard Approved by: adamw (mentor) Revision Changes Path 1.471 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/fluidsynth/Makefile (new) 1.1 +1 -0 ports/audio/fluidsynth/distinfo (new) 1.1 +10 -0 ports/audio/fluidsynth/files/patch-configure (new) 1.1 +8 -0 ports/audio/fluidsynth/pkg-descr (new) 1.1 +24 -0 ports/audio/fluidsynth/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:53:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A383716A4CE; Thu, 4 Dec 2003 03:53:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0B643FCB; Thu, 4 Dec 2003 03:53:37 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BraXJ079327; Thu, 4 Dec 2003 03:53:36 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Bracc079326; Thu, 4 Dec 2003 03:53:36 -0800 (PST) (envelope-from pav) Message-Id: <200312041153.hB4Bracc079326@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:53:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:53:37 -0000 pav 2003/12/04 03:53:36 PST FreeBSD ports repository Modified files: . modules Log: fluidsynth --> ports/audio/fluidsynth Revision Changes Path 1.8683 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:56:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A95D16A4CE; Thu, 4 Dec 2003 03:56:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDD9243FE3; Thu, 4 Dec 2003 03:56:18 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BuIXJ079495; Thu, 4 Dec 2003 03:56:18 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BuIhh079494; Thu, 4 Dec 2003 03:56:18 -0800 (PST) (envelope-from pav) Message-Id: <200312041156.hB4BuIhh079494@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:56:18 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:56:19 -0000 pav 2003/12/04 03:56:18 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Juha Nygard for audio/fluidsynth port. Revision Changes Path 1.70 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:58:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF9216A4CE; Thu, 4 Dec 2003 03:58:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 157AB43FE1; Thu, 4 Dec 2003 03:58:36 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BwZXJ079589; Thu, 4 Dec 2003 03:58:35 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BwZrS079588; Thu, 4 Dec 2003 03:58:35 -0800 (PST) (envelope-from sergei) Message-Id: <200312041158.hB4BwZrS079588@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 03:58:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qconfirm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:58:36 -0000 X-List-Received-Date: Thu, 04 Dec 2003 11:58:36 -0000 sergei 2003/12/04 03:58:35 PST FreeBSD ports repository Modified files: mail/qconfirm Makefile distinfo pkg-plist Log: - Update to 0.12.0: - command-line interfaces have changed slightly - new programs: qconfirm-inject and qconfirm-notice (see http://smarden.org/qconfirm/upgrade.html for details) Revision Changes Path 1.18 +3 -2 ports/mail/qconfirm/Makefile 1.14 +1 -1 ports/mail/qconfirm/distinfo 1.8 +5 -1 ports/mail/qconfirm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 03:59:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E67816A4CE; Thu, 4 Dec 2003 03:59:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06B943F93; Thu, 4 Dec 2003 03:59:30 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BxUXJ079660; Thu, 4 Dec 2003 03:59:30 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BxU0Y079659; Thu, 4 Dec 2003 03:59:30 -0800 (PST) (envelope-from mat) Message-Id: <200312041159.hB4BxU0Y079659@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 03:59:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Event-Sunrise Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 11:59:31 -0000 mat 2003/12/04 03:59:30 PST FreeBSD ports repository Modified files: devel/p5-DateTime-Event-Sunrise Makefile distinfo Log: Update to 0.04.02 Revision Changes Path 1.4 +2 -1 ports/devel/p5-DateTime-Event-Sunrise/Makefile 1.2 +1 -1 ports/devel/p5-DateTime-Event-Sunrise/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 04:00:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1328416A4CE; Thu, 4 Dec 2003 04:00:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0296A43FD7; Thu, 4 Dec 2003 04:00:50 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4C0nXJ079972; Thu, 4 Dec 2003 04:00:49 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4C0nwD079971; Thu, 4 Dec 2003 04:00:49 -0800 (PST) (envelope-from seanc) Message-Id: <200312041200.hB4C0nwD079971@repoman.freebsd.org> From: Sean Chittenden Date: Thu, 4 Dec 2003 04:00:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql-libpq++ pkg-descr ports/databases/postgresql-libpqxx Makefile distinfo pkg-plist ports/databases/p5-postgresql-plperl Makefile ports/databases/postgresql-contrib Makefile pkg-plist ports/databases/postgresql-jdbc ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 12:00:51 -0000 seanc 2003/12/04 04:00:49 PST FreeBSD ports repository Modified files: databases/postgresql-libpq++ pkg-descr databases/postgresql-libpqxx Makefile distinfo pkg-plist databases/p5-postgresql-plperl Makefile databases/postgresql-contrib Makefile pkg-plist databases/postgresql-docs Makefile databases/postgresql-jdbc Makefile databases/postgresql-jdbc/files patch-aa databases/postgresql-pltcl Makefile databases/postgresql7 Makefile distinfo pkg-install pkg-plist databases/postgresql7/files pgsql.sh.tmpl pkg-message.server databases/postgresql-tcltk Makefile databases/postgresql-tcltk/files patch-libpgtcl Log: Introduce the world to PostgreSQL 7.4! By and large this release is regarded as a major release with features with interest to those with large databases. The updates are extensive and the best source of info is in the release notes. Enjoy and direct questions to database@! Release notes: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4 PR: ports/59403, ports/59404, ports/59393, ports/59394, ports/59395, ports/59397, ports/59398, ports/59402, && ports/59401 Submitted by: maintainer Approved by: marcus (portmgr@ hat) Revision Changes Path 1.9 +5 -12 ports/databases/p5-postgresql-plperl/Makefile 1.4 +7 -13 ports/databases/postgresql-contrib/Makefile 1.3 +8 -3 ports/databases/postgresql-contrib/pkg-plist 1.9 +13 -18 ports/databases/postgresql-docs/Makefile 1.10 +4 -11 ports/databases/postgresql-jdbc/Makefile 1.2 +11 -8 ports/databases/postgresql-jdbc/files/patch-aa 1.2 +1 -1 ports/databases/postgresql-libpq++/pkg-descr 1.5 +1 -1 ports/databases/postgresql-libpqxx/Makefile 1.3 +1 -1 ports/databases/postgresql-libpqxx/distinfo 1.3 +47 -0 ports/databases/postgresql-libpqxx/pkg-plist 1.10 +7 -15 ports/databases/postgresql-pltcl/Makefile 1.12 +11 -19 ports/databases/postgresql-tcltk/Makefile 1.2 +10 -8 ports/databases/postgresql-tcltk/files/patch-libpgtcl 1.116 +20 -9 ports/databases/postgresql7/Makefile 1.30 +4 -4 ports/databases/postgresql7/distinfo 1.16 +12 -10 ports/databases/postgresql7/files/pgsql.sh.tmpl 1.2 +4 -0 ports/databases/postgresql7/files/pkg-message.server 1.8 +2 -2 ports/databases/postgresql7/pkg-install 1.38 +98 -36 ports/databases/postgresql7/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 04:03:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C988116A4CE; Thu, 4 Dec 2003 04:03:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189DE43FE9; Thu, 4 Dec 2003 04:03:11 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4C3AXJ080952; Thu, 4 Dec 2003 04:03:10 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4C3Aob080947; Thu, 4 Dec 2003 04:03:10 -0800 (PST) (envelope-from sergei) Message-Id: <200312041203.hB4C3Aob080947@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 04:03:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/cone Makefile distinfo pkg-plist ports/mail/cone/files patch-libmail::pop3maildrop.C X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 12:03:11 -0000 sergei 2003/12/04 04:03:10 PST FreeBSD ports repository Modified files: mail/cone Makefile distinfo pkg-plist Added files: mail/cone/files patch-libmail::pop3maildrop.C Log: - Update to 0.56 - Respect NOPORTDOCS PR: 59783 Submitted by: maintainer Revision Changes Path 1.5 +4 -2 ports/mail/cone/Makefile 1.5 +1 -1 ports/mail/cone/distinfo 1.1 +11 -0 ports/mail/cone/files/patch-libmail::pop3maildrop.C (new) 1.4 +16 -16 ports/mail/cone/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 04:09:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3497D16A4CE; Thu, 4 Dec 2003 04:09:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846E543FF5; Thu, 4 Dec 2003 04:09:44 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4C9iXJ081186; Thu, 4 Dec 2003 04:09:44 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4C9iPN081185; Thu, 4 Dec 2003 04:09:44 -0800 (PST) (envelope-from sergei) Message-Id: <200312041209.hB4C9iPN081185@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 04:09:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/teapop Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 12:09:46 -0000 sergei 2003/12/04 04:09:44 PST FreeBSD ports repository Modified files: mail/teapop Makefile distinfo Log: - Updated to 0.3.8 PR: 59789 Submitted by: Clement Laforet Revision Changes Path 1.24 +5 -2 ports/mail/teapop/Makefile 1.11 +1 -1 ports/mail/teapop/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 04:15:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D3C16A4CE; Thu, 4 Dec 2003 04:15:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A44343FDF; Thu, 4 Dec 2003 04:15:51 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4CFpXJ081480; Thu, 4 Dec 2003 04:15:51 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4CFpht081479; Thu, 4 Dec 2003 04:15:51 -0800 (PST) (envelope-from mat) Message-Id: <200312041215.hB4CFpht081479@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 04:15:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Format-Builder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 12:15:52 -0000 mat 2003/12/04 04:15:50 PST FreeBSD ports repository Modified files: devel/p5-DateTime-Format-Builder Makefile distinfo Log: Update to 0.78 Revision Changes Path 1.4 +1 -1 ports/devel/p5-DateTime-Format-Builder/Makefile 1.3 +1 -1 ports/devel/p5-DateTime-Format-Builder/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 04:41:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1C716A4CE; Thu, 4 Dec 2003 04:41:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 983EA43FE1; Thu, 4 Dec 2003 04:41:23 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4CfNXJ082313; Thu, 4 Dec 2003 04:41:23 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4CfNcm082312; Thu, 4 Dec 2003 04:41:23 -0800 (PST) (envelope-from mat) Message-Id: <200312041241.hB4CfNcm082312@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 04:41:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Format-IBeat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 12:41:24 -0000 mat 2003/12/04 04:41:23 PST FreeBSD ports repository Modified files: devel/p5-DateTime-Format-IBeat Makefile distinfo Log: Update to 0.16 Revision Changes Path 1.2 +1 -1 ports/devel/p5-DateTime-Format-IBeat/Makefile 1.2 +1 -1 ports/devel/p5-DateTime-Format-IBeat/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 04:44:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DCA316A4CE; Thu, 4 Dec 2003 04:44:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1CD243F3F; Thu, 4 Dec 2003 04:44:23 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4CiNXJ082465; Thu, 4 Dec 2003 04:44:23 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4CiNEK082464; Thu, 4 Dec 2003 04:44:23 -0800 (PST) (envelope-from erwin) Message-Id: <200312041244.hB4CiNEK082464@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 04:44:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/pflogsumm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 12:44:24 -0000 erwin 2003/12/04 04:44:23 PST FreeBSD ports repository Modified files: mail/pflogsumm Makefile distinfo Log: Update to 1.0.18 Revision Changes Path 1.18 +1 -1 ports/mail/pflogsumm/Makefile 1.14 +1 -1 ports/mail/pflogsumm/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 04:48:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 043E416A4CE; Thu, 4 Dec 2003 04:48:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5582643FBF; Thu, 4 Dec 2003 04:48:51 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4CmpXJ088290; Thu, 4 Dec 2003 04:48:51 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4CmpGn088289; Thu, 4 Dec 2003 04:48:51 -0800 (PST) (envelope-from mat) Message-Id: <200312041248.hB4CmpGn088289@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 04:48:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Format-W3CDTF Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 12:48:52 -0000 mat 2003/12/04 04:48:51 PST FreeBSD ports repository Modified files: devel/p5-DateTime-Format-W3CDTF Makefile distinfo Log: Update to 0.04 Revision Changes Path 1.3 +1 -3 ports/devel/p5-DateTime-Format-W3CDTF/Makefile 1.2 +1 -1 ports/devel/p5-DateTime-Format-W3CDTF/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 04:58:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B205316A4CF; Thu, 4 Dec 2003 04:58:49 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9038543F75; Thu, 4 Dec 2003 04:58:45 -0800 (PST) (envelope-from mike@reifenberger.com) Received: from fwd05.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1ARr3L-0007O6-00; Thu, 04 Dec 2003 11:49:47 +0100 Received: from mike.reifenberger.com (XVt3V0Zrgemx3y7kRShLtwsgW2-zdtpKawxaX2h8rDCZbCBxoNH40i@[217.232.233.109]) by fmrl05.sul.t-online.com with esmtp id 1ARr2p-0I71jk0; Thu, 4 Dec 2003 11:49:15 +0100 Received: from localhost (mike@localhost)hB4An7Uk029189; Thu, 4 Dec 2003 11:49:07 +0100 (CET) (envelope-from mike@reifenberger.com) X-Authentication-Warning: mike.reifenberger.com: mike owned process doing -bs Date: Thu, 4 Dec 2003 11:49:07 +0100 (CET) From: mike To: Erwin Lansing In-Reply-To: <200312040756.hB47uqUX057901@repoman.freebsd.org> Message-ID: <20031204114631.N28897-100000@mike.reifenberger.com> References: <200312040756.hB47uqUX057901@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Seen: false X-ID: XVt3V0Zrgemx3y7kRShLtwsgW2-zdtpKawxaX2h8rDCZbCBxoNH40i@t-dialin.net cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 12:58:49 -0000 On Wed, 3 Dec 2003, Erwin Lansing wrote: ... > Remove entry for cad/qcad2 which was removed yesterday, but > forgotten in modules. > > Committers please take more care when adding/removing/moving ports! > Ups. Forgot about that :-( Pointy hat to me! Bye/2 --- Michael Reifenberger, Business Unit Manager SAP-Basis, Plaut Consulting Comp: Michael.Reifenberger@plaut.de | Priv: Michael@Reifenberger.com http://www.plaut.de | http://www.Reifenberger.com From owner-cvs-all@FreeBSD.ORG Thu Dec 4 05:02:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E48816A4CF; Thu, 4 Dec 2003 05:02:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E4843FBD; Thu, 4 Dec 2003 05:02:42 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4D2fXJ088808; Thu, 4 Dec 2003 05:02:41 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4D2fHr088807; Thu, 4 Dec 2003 05:02:41 -0800 (PST) (envelope-from sergei) Message-Id: <200312041302.hB4D2fHr088807@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 05:02:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/lmtpd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:02:43 -0000 sergei 2003/12/04 05:02:41 PST FreeBSD ports repository Modified files: mail/lmtpd Makefile distinfo pkg-plist Log: - Update to 0.9.12 While I'm here: - Install documentation - Shorten COMMENT to fit the limit PR: 59742 Submitted by: maintainer Revision Changes Path 1.4 +7 -2 ports/mail/lmtpd/Makefile 1.4 +1 -1 ports/mail/lmtpd/distinfo 1.3 +5 -0 ports/mail/lmtpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 05:16:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2559716A4CE; Thu, 4 Dec 2003 05:16:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F2E243FE0; Thu, 4 Dec 2003 05:16:47 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4DGlXJ090155; Thu, 4 Dec 2003 05:16:47 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4DGleK090154; Thu, 4 Dec 2003 05:16:47 -0800 (PST) (envelope-from sergei) Message-Id: <200312041316.hB4DGleK090154@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 05:16:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/tpop3d Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:16:48 -0000 sergei 2003/12/04 05:16:47 PST FreeBSD ports repository Modified files: mail/tpop3d Makefile distinfo pkg-plist Log: - Update to 1.5.3 While I'm here: - Group related Makefile variables together - Combine some .if's - Install some documentation PR: 59689 Submitted by: maintainer Revision Changes Path 1.13 +20 -18 ports/mail/tpop3d/Makefile 1.7 +1 -1 ports/mail/tpop3d/distinfo 1.2 +12 -0 ports/mail/tpop3d/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 05:18:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB4F16A4CE; Thu, 4 Dec 2003 05:18:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D0C43FDF; Thu, 4 Dec 2003 05:18:03 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4DI2XJ090208; Thu, 4 Dec 2003 05:18:02 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4DI282090207; Thu, 4 Dec 2003 05:18:02 -0800 (PST) (envelope-from mat) Message-Id: <200312041318.hB4DI282090207@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 05:18:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-Cover Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:18:04 -0000 mat 2003/12/04 05:18:02 PST FreeBSD ports repository Modified files: devel/p5-Devel-Cover Makefile distinfo pkg-plist Log: Update to 0.28 Revision Changes Path 1.4 +6 -1 ports/devel/p5-Devel-Cover/Makefile 1.4 +1 -1 ports/devel/p5-Devel-Cover/distinfo 1.2 +1 -0 ports/devel/p5-Devel-Cover/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 05:40:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B6F16A4CE; Thu, 4 Dec 2003 05:40:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D7A43FAF; Thu, 4 Dec 2003 05:40:44 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4DeiXJ091359; Thu, 4 Dec 2003 05:40:44 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4DeiDR091358; Thu, 4 Dec 2003 05:40:44 -0800 (PST) (envelope-from sergei) Message-Id: <200312041340.hB4DeiDR091358@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 05:40:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/cvsync Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:40:45 -0000 sergei 2003/12/04 05:40:44 PST FreeBSD ports repository Modified files: net/cvsync Makefile distinfo Log: - Update to 0.24.13 Changes include performance improvement, a new keyword 'base', etc. PR: 59779 Submitted by: maintainer Revision Changes Path 1.34 +1 -1 ports/net/cvsync/Makefile 1.33 +1 -1 ports/net/cvsync/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 05:42:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0692D16A4CE; Thu, 4 Dec 2003 05:42:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADBD43FDF; Thu, 4 Dec 2003 05:42:13 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4DgCXJ091418; Thu, 4 Dec 2003 05:42:12 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4DgCAD091417; Thu, 4 Dec 2003 05:42:12 -0800 (PST) (envelope-from mat) Message-Id: <200312041342.hB4DgCAD091417@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 05:42:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Digest-MD4 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:42:14 -0000 mat 2003/12/04 05:42:12 PST FreeBSD ports repository Modified files: security/p5-Digest-MD4 Makefile distinfo Log: Update to 1.3 Revision Changes Path 1.5 +1 -1 ports/security/p5-Digest-MD4/Makefile 1.3 +1 -1 ports/security/p5-Digest-MD4/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 05:45:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F63216A4CE; Thu, 4 Dec 2003 05:45:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C7F43FF3; Thu, 4 Dec 2003 05:45:10 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4DjAXJ091575; Thu, 4 Dec 2003 05:45:10 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Dj92m091570; Thu, 4 Dec 2003 05:45:09 -0800 (PST) (envelope-from sergei) Message-Id: <200312041345.hB4Dj92m091570@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 05:45:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/raggle Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:45:14 -0000 sergei 2003/12/04 05:45:09 PST FreeBSD ports repository Modified files: net/raggle Makefile distinfo pkg-plist Log: - Update to 0.2.4 While I'm here: - Teach the port about respecting ${PREFIX} instead of hard-coding /usr/local; re-implemented install procedure in do-install target - Install some more documentation, respect NOPORTDOCS - Add missing files to pkg-plist PR: 59686 Submitted by: maintainer Revision Changes Path 1.4 +13 -2 ports/net/raggle/Makefile 1.2 +1 -1 ports/net/raggle/distinfo 1.3 +11 -6 ports/net/raggle/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 05:53:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FDA416A4CE; Thu, 4 Dec 2003 05:53:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BFC43F3F; Thu, 4 Dec 2003 05:53:29 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4DrTXJ091855; Thu, 4 Dec 2003 05:53:29 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4DrTx2091854; Thu, 4 Dec 2003 05:53:29 -0800 (PST) (envelope-from sergei) Message-Id: <200312041353.hB4DrTx2091854@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 05:53:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nagios Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:53:30 -0000 sergei 2003/12/04 05:53:29 PST FreeBSD ports repository Modified files: net/nagios Makefile Log: - Add WITH_NAGMIN knob - Utilize USE_MYSQL instead of explicit dependency - Bump PORTREVISION PR: 58950 Submitted by: Jim Shewmaker Approved by: maintainer Revision Changes Path 1.34 +12 -4 ports/net/nagios/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:03:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D9D16A4CE; Thu, 4 Dec 2003 06:03:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A830043FBF; Thu, 4 Dec 2003 06:03:56 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4E3uXJ093079; Thu, 4 Dec 2003 06:03:56 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4E3ut6093078; Thu, 4 Dec 2003 06:03:56 -0800 (PST) (envelope-from sergei) Message-Id: <200312041403.hB4E3ut6093078@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 06:03:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/fetchlog Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:03:57 -0000 sergei 2003/12/04 06:03:56 PST FreeBSD ports repository Modified files: sysutils/fetchlog Makefile distinfo pkg-plist Added files: sysutils/fetchlog pkg-message Log: - Update to 0.95 (fixes problems with zero sized logfiles) PR: 59733 Submitted by: maintainer Revision Changes Path 1.2 +5 -6 ports/sysutils/fetchlog/Makefile 1.2 +1 -1 ports/sysutils/fetchlog/distinfo 1.1 +9 -0 ports/sysutils/fetchlog/pkg-message (new) 1.2 +1 -0 ports/sysutils/fetchlog/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:08:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C45416A4CE; Thu, 4 Dec 2003 06:08:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B79F643FB1; Thu, 4 Dec 2003 06:08:00 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4E80XJ093254; Thu, 4 Dec 2003 06:08:00 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4E80vM093253; Thu, 4 Dec 2003 06:08:00 -0800 (PST) (envelope-from sergei) Message-Id: <200312041408.hB4E80vM093253@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 06:08:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/pure-ftpd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:08:01 -0000 sergei 2003/12/04 06:08:00 PST FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile distinfo Log: - Update to 1.0.17a, the latest stable version This version introduces atomic uploads for better reliability While I'm here: - minor cleanup: s/ECHO_CMD/ECHO_MSG/, use DOCSDIR/EXAMPLESDIR PR: 59653 Submitted by: maintainer Revision Changes Path 1.41 +26 -34 ports/ftp/pure-ftpd/Makefile 1.35 +1 -1 ports/ftp/pure-ftpd/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:13:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD3416A4CE; Thu, 4 Dec 2003 06:13:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B8A043F3F; Thu, 4 Dec 2003 06:13:04 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4ED4XJ093452; Thu, 4 Dec 2003 06:13:04 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4ED3bC093451; Thu, 4 Dec 2003 06:13:03 -0800 (PST) (envelope-from mat) Message-Id: <200312041413.hB4ED3bC093451@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 06:13:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/cdlabelgen Makefile distinfo pkg-descr pkg-plist ports/print/cdlabelgen/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:13:05 -0000 mat 2003/12/04 06:13:03 PST FreeBSD ports repository Modified files: print/cdlabelgen Makefile distinfo pkg-descr pkg-plist print/cdlabelgen/files patch-aa Log: Update to 2.7.0 PR: 56755 Submitted by: Juha Erkkila Approved by: maintainer Revision Changes Path 1.8 +12 -4 ports/print/cdlabelgen/Makefile 1.3 +1 -1 ports/print/cdlabelgen/distinfo 1.3 +30 -15 ports/print/cdlabelgen/files/patch-aa 1.3 +2 -2 ports/print/cdlabelgen/pkg-descr 1.3 +6 -3 ports/print/cdlabelgen/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:20:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7612716A4CE; Thu, 4 Dec 2003 06:20:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B738343F75; Thu, 4 Dec 2003 06:20:16 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EKGXJ093746; Thu, 4 Dec 2003 06:20:16 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EKGq7093745; Thu, 4 Dec 2003 06:20:16 -0800 (PST) (envelope-from krion) Message-Id: <200312041420.hB4EKGq7093745@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 06:20:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/drgeo Makefile distinfo pkg-plist ports/math/drgeo/files patch-po_Makefile.in.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:20:17 -0000 krion 2003/12/04 06:20:16 PST FreeBSD ports repository Modified files: math/drgeo Makefile distinfo pkg-plist Removed files: math/drgeo/files patch-po_Makefile.in.in Log: - Update to version 0.9.11 PR: 59846 Submitted by: Ports Fury Revision Changes Path 1.14 +1 -1 ports/math/drgeo/Makefile 1.10 +1 -1 ports/math/drgeo/distinfo 1.4 +0 -11 ports/math/drgeo/files/patch-po_Makefile.in.in (dead) 1.9 +5 -4 ports/math/drgeo/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:27:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9658F16A4CE; Thu, 4 Dec 2003 06:27:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C6B43FDD; Thu, 4 Dec 2003 06:27:49 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4ERnXJ093964; Thu, 4 Dec 2003 06:27:49 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4ERnVF093963; Thu, 4 Dec 2003 06:27:49 -0800 (PST) (envelope-from sergei) Message-Id: <200312041427.hB4ERnVF093963@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 06:27:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/hunch Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:27:50 -0000 sergei 2003/12/04 06:27:49 PST FreeBSD ports repository Modified files: security/hunch Makefile distinfo Log: - Update to 1.1.3 - Add MASTER_SITES While I'm here: - Re-arrange Makefile variables - Shorten COMMENT to fit the limit - Remove unnecessary WRKSRC (default value) PR: 59798 Submitted by: maintainer Revision Changes Path 1.4 +6 -5 ports/security/hunch/Makefile 1.4 +1 -1 ports/security/hunch/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:32:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546A316A4CE; Thu, 4 Dec 2003 06:32:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B1243F3F; Thu, 4 Dec 2003 06:32:33 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EWXXJ094256; Thu, 4 Dec 2003 06:32:33 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EWXbp094255; Thu, 4 Dec 2003 06:32:33 -0800 (PST) (envelope-from sergei) Message-Id: <200312041432.hB4EWXbp094255@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 06:32:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/nessus Makefile distinfo ports/security/nessus-libnasl Makefile distinfo ports/security/nessus-libraries Makefile distinfo ports/security/nessus-plugins Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:32:34 -0000 sergei 2003/12/04 06:32:33 PST FreeBSD ports repository Modified files: security/nessus Makefile distinfo security/nessus-libnasl Makefile distinfo security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist Log: - Update to 2.0.9 PR: 59019 Submitted by: maintainer Revision Changes Path 1.39 +1 -1 ports/security/nessus-libnasl/Makefile 1.26 +1 -1 ports/security/nessus-libnasl/distinfo 1.40 +1 -1 ports/security/nessus-libraries/Makefile 1.27 +1 -1 ports/security/nessus-libraries/distinfo 1.40 +1 -1 ports/security/nessus-plugins/Makefile 1.27 +1 -1 ports/security/nessus-plugins/distinfo 1.30 +53 -0 ports/security/nessus-plugins/pkg-plist 1.48 +1 -1 ports/security/nessus/Makefile 1.27 +1 -1 ports/security/nessus/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:34:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A8016A4CE; Thu, 4 Dec 2003 06:34:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C9E43F75; Thu, 4 Dec 2003 06:34:00 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EY0XJ094366; Thu, 4 Dec 2003 06:34:00 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EXxFU094365; Thu, 4 Dec 2003 06:33:59 -0800 (PST) (envelope-from sergei) Message-Id: <200312041433.hB4EXxFU094365@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 06:33:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/nessus-devel Makefile distinfo ports/security/nessus-libnasl-devel Makefile distinfo ports/security/nessus-libraries-devel Makefile distinfo ports/security/nessus-plugins-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:34:01 -0000 sergei 2003/12/04 06:33:59 PST FreeBSD ports repository Modified files: security/nessus-devel Makefile distinfo security/nessus-libnasl-devel Makefile distinfo security/nessus-libraries-devel Makefile distinfo security/nessus-plugins-devel Makefile distinfo pkg-plist Log: - Update to 2.0.9 PR: 59020 Submitted by: maintainer Revision Changes Path 1.63 +1 -1 ports/security/nessus-devel/Makefile 1.39 +1 -1 ports/security/nessus-devel/distinfo 1.51 +1 -1 ports/security/nessus-libnasl-devel/Makefile 1.38 +1 -1 ports/security/nessus-libnasl-devel/distinfo 1.51 +1 -1 ports/security/nessus-libraries-devel/Makefile 1.39 +1 -1 ports/security/nessus-libraries-devel/distinfo 1.52 +1 -1 ports/security/nessus-plugins-devel/Makefile 1.39 +1 -1 ports/security/nessus-plugins-devel/distinfo 1.41 +53 -0 ports/security/nessus-plugins-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:36:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3764616A4CE; Thu, 4 Dec 2003 06:36:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A7A043FBF; Thu, 4 Dec 2003 06:36:34 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EaYXJ094523; Thu, 4 Dec 2003 06:36:34 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EaYTY094514; Thu, 4 Dec 2003 06:36:34 -0800 (PST) (envelope-from jeh) Message-Id: <200312041436.hB4EaYTY094514@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 4 Dec 2003 06:36:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:36:35 -0000 jeh 2003/12/04 06:36:34 PST FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4307 Revision Changes Path 1.184 +1 -1 ports/security/uvscan-dat/Makefile 1.182 +1 -1 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:41:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46D5D16A4CE; Thu, 4 Dec 2003 06:41:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934FF43FD7; Thu, 4 Dec 2003 06:41:45 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EfjXJ094696; Thu, 4 Dec 2003 06:41:45 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Efjbc094695; Thu, 4 Dec 2003 06:41:45 -0800 (PST) (envelope-from krion) Message-Id: <200312041441.hB4Efjbc094695@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 06:41:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/highlight Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:41:46 -0000 krion 2003/12/04 06:41:45 PST FreeBSD ports repository Modified files: textproc/highlight Makefile distinfo pkg-plist Log: - Update to version 2.0.13 PR: 59847 Submitted by: Ports Fury Revision Changes Path 1.5 +31 -20 ports/textproc/highlight/Makefile 1.5 +1 -1 ports/textproc/highlight/distinfo 1.6 +21 -2 ports/textproc/highlight/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:41:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D12716A4CF; Thu, 4 Dec 2003 06:41:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A98BE43FD7; Thu, 4 Dec 2003 06:41:46 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EfkXJ094740; Thu, 4 Dec 2003 06:41:46 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EfkND094739; Thu, 4 Dec 2003 06:41:46 -0800 (PST) (envelope-from des) Message-Id: <200312041441.hB4EfkND094739@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Dec 2003 06:41:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/alephone Makefileports/games/alephone/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:41:47 -0000 des 2003/12/04 06:41:46 PST FreeBSD ports repository Modified files: games/alephone Makefile Added files: games/alephone/files patch-ac Log: Unbreak in -CURRENT (by adding 'using namespace std' in strategic spots) Approved by: maintainer silence Revision Changes Path 1.15 +5 -9 ports/games/alephone/Makefile 1.1 +32 -0 ports/games/alephone/files/patch-ac (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:41:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB5DE16A4D0; Thu, 4 Dec 2003 06:41:51 -0800 (PST) Received: from freebsd.org.ru (www.freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D12243F3F; Thu, 4 Dec 2003 06:41:50 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 69EB7192; Thu, 4 Dec 2003 17:41:47 +0300 (MSK) Date: Thu, 4 Dec 2003 17:41:47 +0300 From: "Sergey A. Osokin" To: Sergei Kolobov Message-ID: <20031204144147.GB23446@freebsd.org.ru> References: <200312041433.hB4EXxFU094365@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312041433.hB4EXxFU094365@repoman.freebsd.org> User-Agent: Mutt/1.5.5.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/nessus-devel Makefile distinfo ports/security/nessus-libnasl-devel Makefile distinfo ports/security/nessus-libraries-devel Makefile distinfo ports/security/nessus-plugins-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:41:51 -0000 On Thu, Dec 04, 2003 at 06:33:59AM -0800, Sergei Kolobov wrote: > sergei 2003/12/04 06:33:59 PST > > FreeBSD ports repository > > Modified files: > security/nessus-devel Makefile distinfo > security/nessus-libnasl-devel Makefile distinfo > security/nessus-libraries-devel Makefile distinfo > security/nessus-plugins-devel Makefile distinfo pkg-plist > Log: > - Update to 2.0.9 > > PR: 59020 > Submitted by: maintainer And your previous commit is: ------------------------------------------ sergei 2003/12/04 06:32:33 PST FreeBSD ports repository Modified files: security/nessus Makefile distinfo security/nessus-libnasl Makefile distinfo security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist Log: - Update to 2.0.9 PR: 59019 Submitted by: maintainer ------------------------------------------ Now we have two nessus ports (stable and devel) and both 2.0.9? Something wrong? -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:43:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5006F16A4CE; Thu, 4 Dec 2003 06:43:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305C843FD7; Thu, 4 Dec 2003 06:43:11 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EhBXJ094826; Thu, 4 Dec 2003 06:43:11 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EhAeB094825; Thu, 4 Dec 2003 06:43:10 -0800 (PST) (envelope-from des) Message-Id: <200312041443.hB4EhAeB094825@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Dec 2003 06:43:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/sbcl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:43:12 -0000 des 2003/12/04 06:43:10 PST FreeBSD ports repository Modified files: lang/sbcl Makefile distinfo pkg-plist Log: Upgrade to 0.8.6. Revision Changes Path 1.7 +1 -1 ports/lang/sbcl/Makefile 1.5 +2 -2 ports/lang/sbcl/distinfo 1.6 +26 -26 ports/lang/sbcl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:44:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6BE316A4CE; Thu, 4 Dec 2003 06:44:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4752443F75; Thu, 4 Dec 2003 06:44:15 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EiFXJ094949; Thu, 4 Dec 2003 06:44:15 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EiFQD094948; Thu, 4 Dec 2003 06:44:15 -0800 (PST) (envelope-from mat) Message-Id: <200312041444.hB4EiFQD094948@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 06:44:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Filter-Simple Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:44:16 -0000 mat 2003/12/04 06:44:15 PST FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Filter-Simple Makefile distinfo pkg-descr pkg-plist Log: Add p5-Filter-Simple 0.79, simplified source filtering. PR: 58050 Submitted by: philip@p6m7g8.com Revision Changes Path 1.592 +1 -0 ports/textproc/Makefile 1.1 +36 -0 ports/textproc/p5-Filter-Simple/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Filter-Simple/distinfo (new) 1.1 +10 -0 ports/textproc/p5-Filter-Simple/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-Filter-Simple/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:44:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5669616A4CF; Thu, 4 Dec 2003 06:44:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DA143FEA; Thu, 4 Dec 2003 06:44:30 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EiUXJ094999; Thu, 4 Dec 2003 06:44:30 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EiUEe094998; Thu, 4 Dec 2003 06:44:30 -0800 (PST) (envelope-from mat) Message-Id: <200312041444.hB4EiUEe094998@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 06:44:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:44:31 -0000 mat 2003/12/04 06:44:29 PST FreeBSD ports repository Modified files: . modules Log: p5-Filter-Simple --> ports/textproc/p5-Filter-Simple Revision Changes Path 1.8684 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:45:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A7CD16A4CE; Thu, 4 Dec 2003 06:45:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFB7E43FCB; Thu, 4 Dec 2003 06:45:06 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Ej6XJ095077; Thu, 4 Dec 2003 06:45:06 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Ej6G9095076; Thu, 4 Dec 2003 06:45:06 -0800 (PST) (envelope-from kris) Message-Id: <200312041445.hB4Ej6G9095076@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 4 Dec 2003 06:45:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/rsync Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:45:08 -0000 X-List-Received-Date: Thu, 04 Dec 2003 14:45:08 -0000 kris 2003/12/04 06:45:06 PST FreeBSD ports repository Modified files: net/rsync Makefile distinfo Log: Security update to rsync 2.5.7. This fixes a remotely-exploitable heap overflow, see http://rsync.samba.org/ for the details. Revision Changes Path 1.87 +1 -2 ports/net/rsync/Makefile 1.34 +1 -1 ports/net/rsync/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:45:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CFD316A4D0; Thu, 4 Dec 2003 06:45:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DED43F3F; Thu, 4 Dec 2003 06:45:12 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4EjCXJ095115; Thu, 4 Dec 2003 06:45:12 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4EjCM4095114; Thu, 4 Dec 2003 06:45:12 -0800 (PST) (envelope-from krion) Message-Id: <200312041445.hB4EjCM4095114@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 06:45:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/scintilla Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:45:13 -0000 krion 2003/12/04 06:45:12 PST FreeBSD ports repository Modified files: x11-toolkits/scintilla Makefile distinfo Log: - Update to version 1.57 PR: 59849 Submitted by: Ports Fury Revision Changes Path 1.22 +1 -1 ports/x11-toolkits/scintilla/Makefile 1.17 +1 -1 ports/x11-toolkits/scintilla/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:46:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FBF516A4CF; Thu, 4 Dec 2003 06:46:37 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2368B43FB1; Thu, 4 Dec 2003 06:46:33 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A7C4D66C55; Thu, 4 Dec 2003 06:46:32 -0800 (PST) Date: Thu, 4 Dec 2003 06:46:32 -0800 From: Kris Kennaway To: Yen-Ming Lee Message-ID: <20031204144632.GA79714@xor.obsecurity.org> References: <200312040729.hB47TOQ5056511@repoman.freebsd.org> <20031204073837.GA2965@webcom.it> <20031204075659.GA50013@utopia.leeym.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline In-Reply-To: <20031204075659.GA50013@utopia.leeym.com> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/MT distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:46:37 -0000 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 04, 2003 at 03:57:00PM +0800, Yen-Ming Lee wrote: > On Thu, Dec 04, 2003 at 08:38:37AM +0100, Andrea Campi wrote: > > On Wed, Dec 03, 2003 at 11:29:24PM -0800, Yen-Ming Lee wrote: > > > It seems that MASTER_SITES release rerolled distfile. > > > So, update md5 checksum correspondingly. > > > =20 > > > Sorry, due to license, users can only fetch the distfile from MASTE= R_SITES > > > by themselves. Therefore I have no idea about what's different betw= een > > > the latest distfile and the previous one. > >=20 > > Excuse me?? What in the license forbids Yen-Ming Lee (a user) from fetc= hing > > the distfile and diffing it with the previous version? > >=20 > > Sounds weird... >=20 > No.. >=20 > I can't fetch the previous distfile and the latest one from offcial site, > it's rerolled, using the same filename. >=20 > Due to the license, no other sites can legally host the distfile, so when= I > found that the distfile checksum mismatch, I can only download the latest= one. As it discusses in the committer's guide, when this happens you're supposed to ask around for someone who has the distfile that you can compare against. Kris --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/z0jIWry0BWjoQKURAo7+AJ0a0EDBii0jHpWOmkZ4eUCpf3H7/ACg9jQX 8A+Z/wgzRaarF0F/tCelBQc= =AVde -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- From owner-cvs-all@FreeBSD.ORG Thu Dec 4 06:56:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 806C716A4CE; Thu, 4 Dec 2003 06:56:18 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B97B43FE0; Thu, 4 Dec 2003 06:56:14 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BB9F666D26; Thu, 4 Dec 2003 06:56:12 -0800 (PST) Date: Thu, 4 Dec 2003 06:56:12 -0800 From: Kris Kennaway To: Alexander Leidinger Message-ID: <20031204145612.GD79714@xor.obsecurity.org> References: <200312040642.hB46gdJc053080@repoman.freebsd.org> <20031204120455.1e6b2d9c.Alexander@Leidinger.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8w3uRX/HFJGApMzv" Content-Disposition: inline In-Reply-To: <20031204120455.1e6b2d9c.Alexander@Leidinger.net> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mark Linimon cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/kinterbasdb Makefile distinfo pkg-descr pkg-plist ports/databases/kinterbasdb/files patch-_kinterbasdb_constants.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 14:56:18 -0000 --8w3uRX/HFJGApMzv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 04, 2003 at 12:04:55PM +0100, Alexander Leidinger wrote: > On Wed, 3 Dec 2003 22:42:39 -0800 (PST) > Mark Linimon wrote: >=20 > > Further note: this port won't install correctly until the underlying > > Firebird DB is upgraded to get rid of its FORBIDDEN state, but > > first things first. (The was one of the oldest "new ports" PRs > > in the system, predating the breakage). >=20 > I have an update for both firebird ports in the queue. I haven't > committed them as the package doesn't work yet. The submitter wanted to > fix this, but it seems he's busy at the moment. The package hasn't worked for a while..I think you should just commit it with a NO_PACKAGE. Kris --8w3uRX/HFJGApMzv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/z0sMWry0BWjoQKURAu9BAKCgc9anqvL0tlaq4fZYOPDUyBEVLgCgvcue JbSHpP6xmv5BKzduG2Kgv8s= =/eEK -----END PGP SIGNATURE----- --8w3uRX/HFJGApMzv-- From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:04:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D39A16A4CE; Thu, 4 Dec 2003 07:04:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD8F543FE1; Thu, 4 Dec 2003 07:04:26 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4F4QXJ096637; Thu, 4 Dec 2003 07:04:26 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4F4QvA096636; Thu, 4 Dec 2003 07:04:26 -0800 (PST) (envelope-from krion) Message-Id: <200312041504.hB4F4QvA096636@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 07:04:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/bsdftpd-ssl Makefile distinfo pkg-descr pkg-plist ports/ftp/bsdftpd-ssl/files patch-ftpd::popen.c pkg-descr.client pkg-plist.client X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:04:29 -0000 krion 2003/12/04 07:04:26 PST FreeBSD ports repository Modified files: ftp/bsdftpd-ssl Makefile distinfo pkg-descr pkg-plist ftp/bsdftpd-ssl/files pkg-descr.client pkg-plist.client Removed files: ftp/bsdftpd-ssl/files patch-ftpd::popen.c Log: - Update to version 1.0.0 PR: 59761 Submitted by: maintainer Revision Changes Path 1.3 +8 -6 ports/ftp/bsdftpd-ssl/Makefile 1.3 +1 -1 ports/ftp/bsdftpd-ssl/distinfo 1.2 +0 -12 ports/ftp/bsdftpd-ssl/files/patch-ftpd::popen.c (dead) 1.2 +8 -5 ports/ftp/bsdftpd-ssl/files/pkg-descr.client 1.2 +1 -1 ports/ftp/bsdftpd-ssl/files/pkg-plist.client 1.2 +9 -5 ports/ftp/bsdftpd-ssl/pkg-descr 1.2 +19 -19 ports/ftp/bsdftpd-ssl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:08:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD19F16A4CE; Thu, 4 Dec 2003 07:08:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F3C943F75; Thu, 4 Dec 2003 07:08:50 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4F8nXJ096820; Thu, 4 Dec 2003 07:08:49 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4F8n8g096819; Thu, 4 Dec 2003 07:08:49 -0800 (PST) (envelope-from krion) Message-Id: <200312041508.hB4F8n8g096819@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 07:08:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/utcount Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:08:50 -0000 krion 2003/12/04 07:08:49 PST FreeBSD ports repository Modified files: sysutils/utcount Makefile Log: - Change maintainer email Submitted by: den Revision Changes Path 1.2 +1 -1 ports/sysutils/utcount/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:09:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A69D16A4CF; Thu, 4 Dec 2003 07:09:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F20143FFB; Thu, 4 Dec 2003 07:09:47 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4F9lXJ096875; Thu, 4 Dec 2003 07:09:47 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4F9lbE096874; Thu, 4 Dec 2003 07:09:47 -0800 (PST) (envelope-from krion) Message-Id: <200312041509.hB4F9lbE096874@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 07:09:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/drweb-qmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:09:48 -0000 krion 2003/12/04 07:09:47 PST FreeBSD ports repository Modified files: security/drweb-qmail Makefile Log: - Change maintainer email Submitted by: den Revision Changes Path 1.3 +1 -1 ports/security/drweb-qmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:11:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E6AA16A4CE; Thu, 4 Dec 2003 07:11:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D420943FDD; Thu, 4 Dec 2003 07:11:01 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FB1XJ096974; Thu, 4 Dec 2003 07:11:01 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FB0YD096973; Thu, 4 Dec 2003 07:11:00 -0800 (PST) (envelope-from pav) Message-Id: <200312041511.hB4FB0YD096973@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 07:11:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_csacek/files patch-info.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:11:02 -0000 pav 2003/12/04 07:11:00 PST FreeBSD ports repository Added files: www/mod_csacek/files patch-info.c Log: - Fix build on 5.x Approved by: maintainer Revision Changes Path 1.1 +15 -0 ports/www/mod_csacek/files/patch-info.c (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:14:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7391516A4CE for ; Thu, 4 Dec 2003 07:14:43 -0800 (PST) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 2668C43FDD for ; Thu, 4 Dec 2003 07:14:38 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: (qmail 4988 invoked from network); 4 Dec 2003 15:14:38 -0000 Received: from agdcgw01.akingump.com (HELO kolobov.com) (12.40.174.2) by outpost.globcon.net (62.141.88.161) with SMTP; 04 Dec 2003 15:14:38 -0000 Received: (qmail 53312 invoked by uid 911); 4 Dec 2003 15:14:13 -0000 Date: Thu, 4 Dec 2003 18:14:12 +0300 From: Sergei Kolobov To: "Sergey A. Osokin" , Udo Schweigert Message-ID: <20031204151412.GB713@chetwood.ru> Mail-Followup-To: "Sergey A. Osokin" , Udo Schweigert , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200312041433.hB4EXxFU094365@repoman.freebsd.org> <20031204144147.GB23446@freebsd.org.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline In-Reply-To: <20031204144147.GB23446@freebsd.org.ru> User-Agent: Mutt/1.5.3i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/nessus-devel Makefile distinfo ports/security/nessus-libnasl-devel Makefile distinfo ports/security/nessus-libraries-devel Makefile distinfo ports/security/nessus-plugins-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:14:43 -0000 --V0207lvV8h4k8FAm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2003-12-04 at 17:41 +0300, Sergey A. Osokin wrote: > Now we have two nessus ports (stable and devel) and both 2.0.9? > Something wrong? It seemed strange to me, too... :-/ For what it worth, both nessus* and nessus*-devel were at 2.0.8a before my commits. Let's ask the maintainer - Udo Schweigert (copied). I am sure he has certain reasons for this. If not, we can remove the devel ports. Sergei --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/z09EFOxuaTulNAERAlwSAJ42mxkPF2QZ7rgT7XBAT1Ip0WIY2QCggQjB JBXEQxN/sJ+aDC2Z2Egsudo= =fmjj -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:20:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DCB16A4CE; Thu, 4 Dec 2003 07:20:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 713EC43F93; Thu, 4 Dec 2003 07:20:32 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FKVXJ097329; Thu, 4 Dec 2003 07:20:32 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FKV6D097328; Thu, 4 Dec 2003 07:20:31 -0800 (PST) (envelope-from sergei) Message-Id: <200312041520.hB4FKV6D097328@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 07:20:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spambnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:20:34 -0000 sergei 2003/12/04 07:20:30 PST FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: - Update to 20031128 - Add FTP servers to MASTER_SITES - Assign maintainership to the submitter While I'm here: - Minor cleanup: s/echo/${ECHO_CMD}/, use DOCSDIR - Shorten COMMENT to fit the limit PR: 59796 Submitted by: Thierry Thomas Revision Changes Path 1.19 +12 -9 ports/mail/spambnc/Makefile 1.13 +2 -2 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:24:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E92BB16A4D8; Thu, 4 Dec 2003 07:24:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3487443FBF; Thu, 4 Dec 2003 07:24:15 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FOEXJ097487; Thu, 4 Dec 2003 07:24:14 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FOEKa097482; Thu, 4 Dec 2003 07:24:14 -0800 (PST) (envelope-from mat) Message-Id: <200312041524.hB4FOEKa097482@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 07:24:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-IMDB-Movie Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:24:16 -0000 mat 2003/12/04 07:24:13 PST FreeBSD ports repository Modified files: www Makefile Added files: www/p5-IMDB-Movie Makefile distinfo pkg-descr pkg-plist Log: Add p5-IMDB-Movie 0.10 Perl module to fetch movie info from www.imdb.com. PR: 58929 Submitted by: Cheng-Lung Sung Revision Changes Path 1.761 +1 -0 ports/www/Makefile 1.1 +27 -0 ports/www/p5-IMDB-Movie/Makefile (new) 1.1 +1 -0 ports/www/p5-IMDB-Movie/distinfo (new) 1.1 +8 -0 ports/www/p5-IMDB-Movie/pkg-descr (new) 1.1 +6 -0 ports/www/p5-IMDB-Movie/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:24:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F2916A4CE; Thu, 4 Dec 2003 07:24:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C09843FCB; Thu, 4 Dec 2003 07:24:31 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FOUXJ097529; Thu, 4 Dec 2003 07:24:30 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FOUaX097528; Thu, 4 Dec 2003 07:24:30 -0800 (PST) (envelope-from mat) Message-Id: <200312041524.hB4FOUaX097528@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 07:24:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:24:33 -0000 mat 2003/12/04 07:24:30 PST FreeBSD ports repository Modified files: . modules Log: p5-IMDB-Movie --> ports/www/p5-IMDB-Movie Revision Changes Path 1.8685 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:24:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6563216A4CF; Thu, 4 Dec 2003 07:24:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5CD543FA3; Thu, 4 Dec 2003 07:24:57 -0800 (PST) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FOvXJ097566; Thu, 4 Dec 2003 07:24:57 -0800 (PST) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FOv4D097565; Thu, 4 Dec 2003 07:24:57 -0800 (PST) (envelope-from erwin) Message-Id: <200312041524.hB4FOv4D097565@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 4 Dec 2003 07:24:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:24:58 -0000 erwin 2003/12/04 07:24:57 PST FreeBSD ports repository Modified files: databases/postgresql7 Makefile Log: Make PORTNAME ovverrideable by slave ports again. This fixes INDEX build Revision Changes Path 1.117 +1 -1 ports/databases/postgresql7/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:29:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC83616A4CE; Thu, 4 Dec 2003 07:29:34 -0800 (PST) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D25B43FAF; Thu, 4 Dec 2003 07:29:27 -0800 (PST) (envelope-from udo.schweigert@siemens.com) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.7/8.11.7) with ESMTP id hB4FTPY10758; Thu, 4 Dec 2003 16:29:25 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.7/8.11.7) with ESMTP id hB4FTPL18483; Thu, 4 Dec 2003 16:29:25 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) mail/cert.mc.pre,v 1.56 2003/11/06 20:07:28 ust Exp $) with ESMTP id hB4FTO8D090111; Thu, 4 Dec 2003 16:29:24 +0100 (CET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) hosts/alaska/mail/config.mc,v 1.16 2003/10/13 08:06:06 ust Exp $) with ESMTP id hB4FTO99007851; Thu, 4 Dec 2003 16:29:24 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) hosts/alaska/mail/submit.mc,v 1.4 2002/12/31 15:32:17 ust Exp $) id hB4FTOWH072356; Thu, 4 Dec 2003 16:29:24 +0100 (CET) (envelope-from ust) Date: Thu, 4 Dec 2003 16:29:24 +0100 From: Udo Schweigert To: "Sergey A. Osokin" , Udo Schweigert , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031204152924.GA50281@alaska.cert.siemens.de> Mail-Followup-To: "Sergey A. Osokin" , Udo Schweigert , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200312041433.hB4EXxFU094365@repoman.freebsd.org> <20031204144147.GB23446@freebsd.org.ru> <20031204151412.GB713@chetwood.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204151412.GB713@chetwood.ru> X-Operating-System: FreeBSD 4.9-STABLE User-Agent: Mutt/1.5.5.1i Subject: Re: cvs commit: ports/security/nessus-devel Makefile distinfo ports/security/nessus-libnasl-devel Makefile distinfo ports/security/nessus-libraries-devel Makefile distinfo ports/security/nessus-plugins-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:29:35 -0000 On Thu, Dec 04, 2003 at 18:14:12 +0300, Sergei Kolobov wrote: > On 2003-12-04 at 17:41 +0300, Sergey A. Osokin wrote: >> Now we have two nessus ports (stable and devel) and both 2.0.9? >> Something wrong? > > It seemed strange to me, too... :-/ > For what it worth, both nessus* and nessus*-devel were at 2.0.8a before > my commits. > > Let's ask the maintainer - Udo Schweigert (copied). > I am sure he has certain reasons for this. > If not, we can remove the devel ports. Yes, there are reasons. The nessus team has just started a new development branch, but not yet releases a version out of that. Here's the developer's announcement: > Nessus 2.1.x developement has started ! > ----------------------------------------------------------------------------- > > I am also pleased to announce that the developement of Nessus 2.1.x has > started, and will eventually result in the release of Nessus 2.2.0 when > it is ready. Most of the work in Nessus 2.1.x will be (again) devoted > to improving the performances, reducing the overhead on the tested networks, > and improve the reporting. As soon as the first release of the 2.1.x branch is released, both ports will become different. I maintained both ports so people tracking the -devel ports always had a working port, instead of being forced to switch to non-devel during a "non-developing" period. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:38:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D6716A4CE; Thu, 4 Dec 2003 07:38:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EAEF43FCB; Thu, 4 Dec 2003 07:38:15 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FcEXJ098098; Thu, 4 Dec 2003 07:38:14 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FcEo4098097; Thu, 4 Dec 2003 07:38:14 -0800 (PST) (envelope-from mat) Message-Id: <200312041538.hB4FcEo4098097@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 07:38:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-HTTP-Lite Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:38:16 -0000 mat 2003/12/04 07:38:13 PST FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTTP-Lite Makefile distinfo pkg-descr pkg-plist Log: Add p5-HTTP-Lite 2.1.5 Perl5 modules for Lightweight HTTP implementation. PR: 59539 Submitted by: Cheng-Lung Sung Revision Changes Path 1.762 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/p5-HTTP-Lite/Makefile (new) 1.1 +1 -0 ports/www/p5-HTTP-Lite/distinfo (new) 1.1 +18 -0 ports/www/p5-HTTP-Lite/pkg-descr (new) 1.1 +5 -0 ports/www/p5-HTTP-Lite/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:38:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0F016A4CF; Thu, 4 Dec 2003 07:38:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B746C43FD7; Thu, 4 Dec 2003 07:38:26 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FcQXJ098136; Thu, 4 Dec 2003 07:38:26 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FcPgD098135; Thu, 4 Dec 2003 07:38:25 -0800 (PST) (envelope-from mat) Message-Id: <200312041538.hB4FcPgD098135@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 07:38:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:38:27 -0000 mat 2003/12/04 07:38:25 PST FreeBSD ports repository Modified files: . modules Log: p5-HTTP-Lite --> ports/www/p5-HTTP-Lite Revision Changes Path 1.8686 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:41:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BABA16A4CE; Thu, 4 Dec 2003 07:41:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C30343FB1; Thu, 4 Dec 2003 07:41:17 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FfHXJ098269; Thu, 4 Dec 2003 07:41:17 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FfGHM098267; Thu, 4 Dec 2003 07:41:16 -0800 (PST) (envelope-from pav) Message-Id: <200312041541.hB4FfGHM098267@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 07:41:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/qdbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:41:18 -0000 pav 2003/12/04 07:41:16 PST FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo Log: - Update to 1.7.12 PR: ports/59721 Submitted by: Kimura Fuyuki (maintainer) Revision Changes Path 1.6 +1 -1 ports/databases/qdbm/Makefile 1.6 +1 -1 ports/databases/qdbm/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:46:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E7316A4CE; Thu, 4 Dec 2003 07:46:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFE7543F3F; Thu, 4 Dec 2003 07:46:22 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FkMXJ098502; Thu, 4 Dec 2003 07:46:22 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FkMkB098501; Thu, 4 Dec 2003 07:46:22 -0800 (PST) (envelope-from sergei) Message-Id: <200312041546.hB4FkMkB098501@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 07:46:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cook Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:46:23 -0000 sergei 2003/12/04 07:46:22 PST FreeBSD ports repository Modified files: devel/cook Makefile distinfo pkg-plist Removed files: devel/cook pkg-message Log: - Update to 2.24, which includes a fix for parallel building - Install manpages to the standard location - Sort pkg-plist - Assign maintainership to the submitter PR: 59661 Submitted by: Jason Evans Revision Changes Path 1.25 +5 -22 ports/devel/cook/Makefile 1.10 +1 -1 ports/devel/cook/distinfo 1.2 +0 -2 ports/devel/cook/pkg-message (dead) 1.6 +10 -28 ports/devel/cook/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 07:52:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0BA16A4CE; Thu, 4 Dec 2003 07:52:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82E1C43FE0; Thu, 4 Dec 2003 07:52:24 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4FqOXJ098714; Thu, 4 Dec 2003 07:52:24 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4FqN9a098713; Thu, 4 Dec 2003 07:52:23 -0800 (PST) (envelope-from pav) Message-Id: <200312041552.hB4FqN9a098713@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 07:52:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/eawpats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 15:52:25 -0000 pav 2003/12/04 07:52:23 PST FreeBSD ports repository Modified files: audio/eawpats Makefile Log: - Fix install. Submitted by: Rudolf Cejka Revision Changes Path 1.2 +1 -1 ports/audio/eawpats/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:00:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29EEB16A4CF; Thu, 4 Dec 2003 08:00:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5A043FBD; Thu, 4 Dec 2003 08:00:48 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4G0lXJ099039; Thu, 4 Dec 2003 08:00:47 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4G0k0v099038; Thu, 4 Dec 2003 08:00:46 -0800 (PST) (envelope-from sergei) Message-Id: <200312041600.hB4G0k0v099038@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 08:00:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/honeyd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:00:50 -0000 sergei 2003/12/04 08:00:46 PST FreeBSD ports repository Modified files: net/honeyd Makefile distinfo pkg-plist Log: - Update to 0.7 - Install sample scripts in DATADIR - Clarify and shorten COMMENT - Make Python dependency optional - add WITH_PYTHON knob PR: 59727 Submitted by: maintainer Revision Changes Path 1.11 +33 -3 ports/net/honeyd/Makefile 1.6 +1 -1 ports/net/honeyd/distinfo 1.4 +23 -8 ports/net/honeyd/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:00:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D0D16A4CE; Thu, 4 Dec 2003 08:00:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F5A43FBD; Thu, 4 Dec 2003 08:00:54 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4G0rXJ099092; Thu, 4 Dec 2003 08:00:53 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4G0r7n099091; Thu, 4 Dec 2003 08:00:53 -0800 (PST) (envelope-from mat) Message-Id: <200312041600.hB4G0r7n099091@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 08:00:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Class-Base Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:00:56 -0000 mat 2003/12/04 08:00:53 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Class-Base Makefile distinfo pkg-descr pkg-plist Log: Add p5-Class-Base 0.03, useful base class for deriving other modules. PR: 59622 Submitted by: Lars Thegler Revision Changes Path 1.1363 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-Class-Base/Makefile (new) 1.1 +1 -0 ports/devel/p5-Class-Base/distinfo (new) 1.1 +5 -0 ports/devel/p5-Class-Base/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Class-Base/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:01:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0121316A4D0; Thu, 4 Dec 2003 08:01:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A3B343FBF; Thu, 4 Dec 2003 08:01:14 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4G1DXJ099148; Thu, 4 Dec 2003 08:01:13 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4G1DDN099147; Thu, 4 Dec 2003 08:01:13 -0800 (PST) (envelope-from mat) Message-Id: <200312041601.hB4G1DDN099147@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 08:01:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:01:15 -0000 mat 2003/12/04 08:01:13 PST FreeBSD ports repository Modified files: . modules Log: p5-Class-Base --> ports/devel/p5-Class-Base Revision Changes Path 1.8687 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:03:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE8216A4CE; Thu, 4 Dec 2003 08:03:54 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189CF43FA3; Thu, 4 Dec 2003 08:03:51 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.com (cs242719-195.austin.rr.com [24.27.19.195]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id E110914688; Thu, 4 Dec 2003 10:03:47 -0600 (CST) Message-ID: <3FCEFD8D.3040104@lonesome.com> Date: Thu, 04 Dec 2003 03:25:33 -0600 From: Mark Linimon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030713 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <200312040642.hB46gdJc053080@repoman.freebsd.org> <20031204120455.1e6b2d9c.Alexander@Leidinger.net> In-Reply-To: <20031204120455.1e6b2d9c.Alexander@Leidinger.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/kinterbasdb Makefile distinfopkg-descrpatch-_kinterbasdb_constants.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:03:54 -0000 > > >I have an update for both firebird ports in the queue. I haven't >committed them as the package doesn't work yet. The submitter wanted to >fix this, but it seems he's busy at the moment. > >Should I commit the actual version? > > Hmm ... normally my feeling would be to say "go ahead and wait", but if the current versions are still the ones marked Forbidden (security reasons) then I think they should probably be committed as-is since they would be better than something insecure. Perhaps even with 'broken, won't package' in the Makefile? I can see valid arugments for doing things either way. I myself won't be using the port(s) so it won't make any difference to me, I was just trying to iterate over old PRs. I would be ok with whatever you decide. mcl From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:20:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDD8D16A4CE; Thu, 4 Dec 2003 08:20:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E7B543F85; Thu, 4 Dec 2003 08:20:51 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GKpXJ000855; Thu, 4 Dec 2003 08:20:51 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GKo9q000854; Thu, 4 Dec 2003 08:20:50 -0800 (PST) (envelope-from gerald) Message-Id: <200312041620.hB4GKo9q000854@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 4 Dec 2003 08:20:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc34 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:20:52 -0000 gerald 2003/12/04 08:20:50 PST FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo pkg-plist Log: Update to the 2003-11-26 snapshot and fix several packaging issues. Import significant simplifications of the post-install handling of GCJ include files from the gcc33 port. Use the new INFO= facility. The port is still (marked) broken, but should essentially work out of the box once the remaining upstream bugs have been fixed. Revision Changes Path 1.148 +12 -39 ports/lang/gcc34/Makefile 1.72 +6 -6 ports/lang/gcc34/distinfo 1.50 +1 -24 ports/lang/gcc34/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:21:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9D516A4CF; Thu, 4 Dec 2003 08:21:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D8B43F75; Thu, 4 Dec 2003 08:21:03 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GL3XJ000892; Thu, 4 Dec 2003 08:21:03 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GL2q1000891; Thu, 4 Dec 2003 08:21:02 -0800 (PST) (envelope-from pav) Message-Id: <200312041621.hB4GL2q1000891@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 08:21:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gtkpod Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:21:04 -0000 pav 2003/12/04 08:21:02 PST FreeBSD ports repository Modified files: audio/gtkpod Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.70 * Add support of AAC files (WITH_AAC knob) * New Info window (with statistics) * Many small improvements with large practival impact * Bug fixes PR: ports/59851 Submitted by: David Le Brun (maintainer) Revision Changes Path 1.7 +12 -1 ports/audio/gtkpod/Makefile 1.6 +1 -1 ports/audio/gtkpod/distinfo 1.2 +6 -3 ports/audio/gtkpod/pkg-descr 1.6 +2 -0 ports/audio/gtkpod/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:21:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D45D016A4CE; Thu, 4 Dec 2003 08:21:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35CD943F3F; Thu, 4 Dec 2003 08:21:50 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GLoXJ000934; Thu, 4 Dec 2003 08:21:50 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GLno0000933; Thu, 4 Dec 2003 08:21:49 -0800 (PST) (envelope-from gerald) Message-Id: <200312041621.hB4GLno0000933@repoman.freebsd.org> From: Gerald Pfeifer Date: Thu, 4 Dec 2003 08:21:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc34 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:21:51 -0000 gerald 2003/12/04 08:21:49 PST FreeBSD ports repository Modified files: lang/gcc34 Makefile Log: Really mark as broken. Pointy hat to: self Revision Changes Path 1.149 +1 -1 ports/lang/gcc34/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:27:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08AA916A4CE; Thu, 4 Dec 2003 08:27:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8E243FAF; Thu, 4 Dec 2003 08:27:17 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GRHXJ001130; Thu, 4 Dec 2003 08:27:17 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GRG1n001129; Thu, 4 Dec 2003 08:27:16 -0800 (PST) (envelope-from mat) Message-Id: <200312041627.hB4GRG1n001129@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 08:27:16 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefileports/textproc/p5-Text-RecordParser Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:27:18 -0000 mat 2003/12/04 08:27:16 PST FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Text-RecordParser Makefile distinfo pkg-descr pkg-plist Log: Add p5-Text-RecordParser 0.04, read record-oriented files. PR: 59623 Submitted by: Lars Thegler Revision Changes Path 1.593 +1 -0 ports/textproc/Makefile 1.1 +30 -0 ports/textproc/p5-Text-RecordParser/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Text-RecordParser/distinfo (new) 1.1 +6 -0 ports/textproc/p5-Text-RecordParser/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-Text-RecordParser/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:27:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8D9A16A4CF; Thu, 4 Dec 2003 08:27:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2064143FCB; Thu, 4 Dec 2003 08:27:33 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GRWXJ001172; Thu, 4 Dec 2003 08:27:32 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GRWJZ001171; Thu, 4 Dec 2003 08:27:32 -0800 (PST) (envelope-from mat) Message-Id: <200312041627.hB4GRWJZ001171@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 08:27:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:27:33 -0000 mat 2003/12/04 08:27:32 PST FreeBSD ports repository Modified files: . modules Log: p5-Text-RecordParser --> ports/textproc/p5-Text-RecordParser Revision Changes Path 1.8688 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:44:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0066916A4CE; Thu, 4 Dec 2003 08:44:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C02343F85; Thu, 4 Dec 2003 08:44:23 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GiNXJ001782; Thu, 4 Dec 2003 08:44:23 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GiMi3001781; Thu, 4 Dec 2003 08:44:22 -0800 (PST) (envelope-from obraun) Message-Id: <200312041644.hB4GiMi3001781@repoman.freebsd.org> From: Oliver Braun Date: Thu, 4 Dec 2003 08:44:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/gentoo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:44:24 -0000 obraun 2003/12/04 08:44:22 PST FreeBSD ports repository Modified files: x11-fm/gentoo Makefile distinfo Log: Upgrade to 0.11.45 Revision Changes Path 1.37 +1 -1 ports/x11-fm/gentoo/Makefile 1.26 +1 -1 ports/x11-fm/gentoo/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:45:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A97D016A4CE; Thu, 4 Dec 2003 08:45:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E790E43FBF; Thu, 4 Dec 2003 08:45:24 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GjOXJ001893; Thu, 4 Dec 2003 08:45:24 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GjOnS001892; Thu, 4 Dec 2003 08:45:24 -0800 (PST) (envelope-from bland) Message-Id: <200312041645.hB4GjOnS001892@repoman.freebsd.org> From: Alexander Nedotsukov Date: Thu, 4 Dec 2003 08:45:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/passepartout/files extra-patch-old_cxx patch-src::pptout::document::textstream.h patch-src::pptout::postscriptviewent.h patch-src::util::processman.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:45:25 -0000 bland 2003/12/04 08:45:24 PST FreeBSD ports repository Modified files: graphics/passepartout/files extra-patch-old_cxx Added files: graphics/passepartout/files patch-src::pptout::document::textstream.h patch-src::pptout::pagent.cc patch-src::pptout::postscriptviewent.h patch-src::util::processman.h Log: Fix build on -STABLE. Revision Changes Path 1.2 +24 -11 ports/graphics/passepartout/files/extra-patch-old_cxx 1.1 +10 -0 ports/graphics/passepartout/files/patch-src::pptout::document::textstream.h (new) 1.1 +53 -0 ports/graphics/passepartout/files/patch-src::pptout::pagent.cc (new) 1.1 +10 -0 ports/graphics/passepartout/files/patch-src::pptout::postscriptviewent.h (new) 1.1 +10 -0 ports/graphics/passepartout/files/patch-src::util::processman.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:47:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC9A16A4CE; Thu, 4 Dec 2003 08:47:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7004443F3F; Thu, 4 Dec 2003 08:47:24 -0800 (PST) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GlOXJ007639; Thu, 4 Dec 2003 08:47:24 -0800 (PST) (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GlOjV007638; Thu, 4 Dec 2003 08:47:24 -0800 (PST) (envelope-from trevor) Message-Id: <200312041647.hB4GlOjV007638@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 4 Dec 2003 08:47:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:47:25 -0000 trevor 2003/12/04 08:47:23 PST FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile Log: The amd64 and i386 distfiles are unavailable. I'll look for fresh ones later. One of the Gentoo hosts was broken into, too recently for my comfort. reported by: Kingsley Foreman of internode.com.au Revision Changes Path 1.3 +2 -0 ports/emulators/linux_base-gentoo-stage1/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:55:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9928316A4CE; Thu, 4 Dec 2003 08:55:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DAA43FDD; Thu, 4 Dec 2003 08:55:24 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GtOXJ007919; Thu, 4 Dec 2003 08:55:24 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GtNC1007916; Thu, 4 Dec 2003 08:55:23 -0800 (PST) (envelope-from arved) Message-Id: <200312041655.hB4GtNC1007916@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 4 Dec 2003 08:55:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/aap Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:55:28 -0000 arved 2003/12/04 08:55:23 PST FreeBSD ports repository Modified files: devel/aap Makefile distinfo pkg-plist Log: Update to 1.049 PR: 59932 Submitted by: Rui Lopes Revision Changes Path 1.12 +1 -1 ports/devel/aap/Makefile 1.10 +1 -1 ports/devel/aap/distinfo 1.11 +4 -0 ports/devel/aap/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 08:56:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B00416A4CE; Thu, 4 Dec 2003 08:56:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A59F43F3F; Thu, 4 Dec 2003 08:56:25 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4GuPXJ007977; Thu, 4 Dec 2003 08:56:25 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4GuOKe007976; Thu, 4 Dec 2003 08:56:24 -0800 (PST) (envelope-from brueffer) Message-Id: <200312041656.hB4GuOKe007976@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 4 Dec 2003 08:56:24 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 16:56:26 -0000 brueffer 2003/12/04 08:56:24 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Correct the boot prompt, wd -> ad Revision Changes Path 1.84 +1 -1 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:02:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B284116A4CE; Thu, 4 Dec 2003 09:02:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B9743FBF; Thu, 4 Dec 2003 09:02:28 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4H2SXJ008243; Thu, 4 Dec 2003 09:02:28 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4H2SLV008242; Thu, 4 Dec 2003 09:02:28 -0800 (PST) (envelope-from arved) Message-Id: <200312041702.hB4H2SLV008242@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 4 Dec 2003 09:02:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/freebsd-update Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:02:29 -0000 arved 2003/12/04 09:02:28 PST FreeBSD ports repository Modified files: security/freebsd-update Makefile distinfo Log: Update to 1.5 PR: 59901 Submitted by: Colin Percival Revision Changes Path 1.7 +1 -1 ports/security/freebsd-update/Makefile 1.4 +1 -1 ports/security/freebsd-update/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:17:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E3116A4CE; Thu, 4 Dec 2003 09:17:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3BA43FE9; Thu, 4 Dec 2003 09:17:41 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4HHfXJ009979; Thu, 4 Dec 2003 09:17:41 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4HHeCq009978; Thu, 4 Dec 2003 09:17:40 -0800 (PST) (envelope-from oliver) Message-Id: <200312041717.hB4HHeCq009978@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 4 Dec 2003 09:17:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libxfce4util Makefile distinfo ports/x11/libxfce4mcs Makefile distinfo ports/x11-toolkits/libxfce4gui Makefile distinfo ports/x11-toolkits/gtk-xfce-engine Makefile distinfo pkg-plist ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:17:42 -0000 oliver 2003/12/04 09:17:40 PST FreeBSD ports repository Modified files: x11/libxfce4util Makefile distinfo x11/libxfce4mcs Makefile distinfo x11-toolkits/libxfce4gui Makefile distinfo x11-toolkits/gtk-xfce-engine Makefile distinfo pkg-plist sysutils/xfce4-mcs-manager Makefile distinfo pkg-plist sysutils/xfce4-mcs-plugins Makefile distinfo pkg-plist sysutils/xfce4-utils Makefile distinfo pkg-plist print/xfce4-print Makefile distinfo pkg-plist x11-wm/xfce4-panel Makefile distinfo pkg-plist x11-wm/xfce4-desktop Makefile distinfo pkg-plist x11-fm/xfce4-fm Makefile distinfo pkg-plist misc/xfce4-iconbox Makefile distinfo pkg-plist audio/xfce4-mixer Makefile distinfo pkg-plist x11-wm/xfce4-systray Makefile distinfo games/xfce4-toys Makefile distinfo pkg-plist x11-wm/xfce4-wm Makefile distinfo pkg-plist x11-wm/xfce4 Makefile Log: update xfce to 4.0.1 Revision Changes Path 1.12 +2 -2 ports/audio/xfce4-mixer/Makefile 1.5 +1 -1 ports/audio/xfce4-mixer/distinfo 1.3 +6 -0 ports/audio/xfce4-mixer/pkg-plist 1.11 +2 -2 ports/games/xfce4-toys/Makefile 1.5 +1 -1 ports/games/xfce4-toys/distinfo 1.3 +7 -0 ports/games/xfce4-toys/pkg-plist 1.8 +2 -2 ports/misc/xfce4-iconbox/Makefile 1.5 +1 -1 ports/misc/xfce4-iconbox/distinfo 1.3 +7 -0 ports/misc/xfce4-iconbox/pkg-plist 1.10 +2 -2 ports/print/xfce4-print/Makefile 1.5 +1 -1 ports/print/xfce4-print/distinfo 1.3 +4 -1 ports/print/xfce4-print/pkg-plist 1.8 +2 -2 ports/sysutils/xfce4-mcs-manager/Makefile 1.5 +1 -1 ports/sysutils/xfce4-mcs-manager/distinfo 1.3 +12 -0 ports/sysutils/xfce4-mcs-manager/pkg-plist 1.10 +2 -2 ports/sysutils/xfce4-mcs-plugins/Makefile 1.5 +1 -1 ports/sysutils/xfce4-mcs-plugins/distinfo 1.3 +10 -0 ports/sysutils/xfce4-mcs-plugins/pkg-plist 1.10 +2 -2 ports/sysutils/xfce4-utils/Makefile 1.5 +1 -1 ports/sysutils/xfce4-utils/distinfo 1.5 +22 -1 ports/sysutils/xfce4-utils/pkg-plist 1.11 +2 -2 ports/x11-fm/xfce4-fm/Makefile 1.5 +1 -1 ports/x11-fm/xfce4-fm/distinfo 1.4 +7 -0 ports/x11-fm/xfce4-fm/pkg-plist 1.14 +6 -7 ports/x11-toolkits/gtk-xfce-engine/Makefile 1.6 +1 -1 ports/x11-toolkits/gtk-xfce-engine/distinfo 1.5 +5 -0 ports/x11-toolkits/gtk-xfce-engine/pkg-plist 1.9 +2 -2 ports/x11-toolkits/libxfce4gui/Makefile 1.5 +1 -1 ports/x11-toolkits/libxfce4gui/distinfo 1.10 +2 -2 ports/x11-wm/xfce4-desktop/Makefile 1.5 +1 -1 ports/x11-wm/xfce4-desktop/distinfo 1.5 +15 -0 ports/x11-wm/xfce4-desktop/pkg-plist 1.10 +2 -2 ports/x11-wm/xfce4-panel/Makefile 1.5 +1 -1 ports/x11-wm/xfce4-panel/distinfo 1.5 +17 -0 ports/x11-wm/xfce4-panel/pkg-plist 1.12 +2 -2 ports/x11-wm/xfce4-systray/Makefile 1.5 +1 -1 ports/x11-wm/xfce4-systray/distinfo 1.9 +2 -2 ports/x11-wm/xfce4-wm/Makefile 1.6 +1 -1 ports/x11-wm/xfce4-wm/distinfo 1.4 +67 -0 ports/x11-wm/xfce4-wm/pkg-plist 1.76 +1 -1 ports/x11-wm/xfce4/Makefile 1.7 +1 -1 ports/x11/libxfce4mcs/Makefile 1.5 +1 -1 ports/x11/libxfce4mcs/distinfo 1.7 +1 -1 ports/x11/libxfce4util/Makefile 1.5 +1 -1 ports/x11/libxfce4util/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:23:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEDC16A4CE; Thu, 4 Dec 2003 09:23:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA1B043FBF; Thu, 4 Dec 2003 09:23:28 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4HNSXJ010212; Thu, 4 Dec 2003 09:23:28 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4HNSDV010211; Thu, 4 Dec 2003 09:23:28 -0800 (PST) (envelope-from mat) Message-Id: <200312041723.hB4HNSDV010211@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 09:23:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Mail-ClamAV Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:23:30 -0000 mat 2003/12/04 09:23:28 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Mail-ClamAV Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add p5-Mail-ClamAV 0.04, perl extension for the clamav virus scanner. PR: 59639 Submitted by: Jan-Peter Koopmann Revision Changes Path 1.458 +1 -0 ports/mail/Makefile 1.1 +38 -0 ports/mail/p5-Mail-ClamAV/Makefile (new) 1.1 +1 -0 ports/mail/p5-Mail-ClamAV/distinfo (new) 1.1 +6 -0 ports/mail/p5-Mail-ClamAV/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-Mail-ClamAV/pkg-message (new) 1.1 +7 -0 ports/mail/p5-Mail-ClamAV/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:23:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C70916A4CF; Thu, 4 Dec 2003 09:23:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7943443F93; Thu, 4 Dec 2003 09:23:46 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4HNkXJ010260; Thu, 4 Dec 2003 09:23:46 -0800 (PST) (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4HNkgZ010259; Thu, 4 Dec 2003 09:23:46 -0800 (PST) (envelope-from mat) Message-Id: <200312041723.hB4HNkgZ010259@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 4 Dec 2003 09:23:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:23:47 -0000 mat 2003/12/04 09:23:46 PST FreeBSD ports repository Modified files: . modules Log: p5-Mail-ClamAV --> ports/mail/p5-Mail-ClamAV Revision Changes Path 1.8689 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:26:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D419516A4CE; Thu, 4 Dec 2003 09:26:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB1043FD7; Thu, 4 Dec 2003 09:26:14 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4HQEXJ010447; Thu, 4 Dec 2003 09:26:14 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4HQDC9010446; Thu, 4 Dec 2003 09:26:13 -0800 (PST) (envelope-from netchild) Message-Id: <200312041726.hB4HQDC9010446@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 4 Dec 2003 09:26:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/firebird Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/databases/firebird/files buildit.sh patch-ae patch-af patch-ag patch-builds::original::edit_make patch-builds::original::platform ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:26:16 -0000 netchild 2003/12/04 09:26:13 PST FreeBSD ports repository Modified files: databases/firebird Makefile distinfo pkg-descr pkg-message pkg-plist Removed files: databases/firebird pkg-install databases/firebird/files buildit.sh patch-ae patch-af patch-ag patch-builds::original::boot.sfx.interbase patch-builds::original::edit_make patch-builds::original::platform patch-builds::original::prefix.freebsd Log: - Update to 1.5.r7. - Previous maintainer is now the actual maintainer again. - No package at the moment. PR: 58999 Submitted by: chris@e-easy.com.au Revision Changes Path 1.24 +29 -71 ports/databases/firebird/Makefile 1.4 +1 -3 ports/databases/firebird/distinfo 1.2 +0 -3 ports/databases/firebird/files/buildit.sh (dead) 1.4 +0 -11 ports/databases/firebird/files/patch-ae (dead) 1.2 +0 -13 ports/databases/firebird/files/patch-af (dead) 1.2 +0 -11 ports/databases/firebird/files/patch-ag (dead) 1.3 +0 -29 ports/databases/firebird/files/patch-builds::original::boot.sfx.interbase (dead) 1.2 +0 -32 ports/databases/firebird/files/patch-builds::original::edit_make (dead) 1.2 +0 -13 ports/databases/firebird/files/patch-builds::original::platform (dead) 1.3 +0 -11 ports/databases/firebird/files/patch-builds::original::prefix.freebsd (dead) 1.5 +6 -8 ports/databases/firebird/pkg-descr 1.7 +0 -147 ports/databases/firebird/pkg-install (dead) 1.3 +3 -2 ports/databases/firebird/pkg-message 1.5 +112 -101 ports/databases/firebird/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:27:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A68016A4CE; Thu, 4 Dec 2003 09:27:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F386843FCB; Thu, 4 Dec 2003 09:27:46 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4HRkXJ010510; Thu, 4 Dec 2003 09:27:46 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4HRkmP010509; Thu, 4 Dec 2003 09:27:46 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041727.hB4HRkmP010509@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 09:27:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:27:47 -0000 dinoex 2003/12/04 09:27:46 PST FreeBSD ports repository Modified files: . modules Log: retire postgresql7-client Revision Changes Path 1.8690 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:27:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59CB416A4CF; Thu, 4 Dec 2003 09:27:51 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A9443FE1; Thu, 4 Dec 2003 09:27:50 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ABD0F66D39; Thu, 4 Dec 2003 09:27:49 -0800 (PST) Date: Thu, 4 Dec 2003 09:27:49 -0800 From: Kris Kennaway To: Oliver Lehmann Message-ID: <20031204172749.GA86980@xor.obsecurity.org> References: <200312041717.hB4HHeCq009978@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <200312041717.hB4HHeCq009978@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/libxfce4util Makefile distinfo ports/x11/libxfce4mcs Makefile distinfo ports/x11-toolkits/libxfce4gui Makefile distinfo ports/x11-toolkits/gtk-xfce-engine Makefile distinfo pkg-plist ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:27:51 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 04, 2003 at 09:17:40AM -0800, Oliver Lehmann wrote: > oliver 2003/12/04 09:17:40 PST >=20 > FreeBSD ports repository >=20 > Modified files: > x11/libxfce4util Makefile distinfo=20 > x11/libxfce4mcs Makefile distinfo=20 > x11-toolkits/libxfce4gui Makefile distinfo=20 > x11-toolkits/gtk-xfce-engine Makefile distinfo pkg-plist=20 > sysutils/xfce4-mcs-manager Makefile distinfo pkg-plist=20 > sysutils/xfce4-mcs-plugins Makefile distinfo pkg-plist=20 > sysutils/xfce4-utils Makefile distinfo pkg-plist=20 > print/xfce4-print Makefile distinfo pkg-plist=20 > x11-wm/xfce4-panel Makefile distinfo pkg-plist=20 > x11-wm/xfce4-desktop Makefile distinfo pkg-plist=20 > x11-fm/xfce4-fm Makefile distinfo pkg-plist=20 > misc/xfce4-iconbox Makefile distinfo pkg-plist=20 > audio/xfce4-mixer Makefile distinfo pkg-plist=20 > x11-wm/xfce4-systray Makefile distinfo=20 > games/xfce4-toys Makefile distinfo pkg-plist=20 > x11-wm/xfce4-wm Makefile distinfo pkg-plist=20 > x11-wm/xfce4 Makefile=20 > Log: > update xfce to 4.0.1 "No sweeping changes" Kris --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/z26VWry0BWjoQKURApkkAJ0eo9gJmjIuazbnGB5KoEyRLrySBwCg5d9v ayiwokx58KbiKYr5za51lTA= =j1i/ -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:28:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF8C16A4D0; Thu, 4 Dec 2003 09:28:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F46C43FEA; Thu, 4 Dec 2003 09:28:16 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4HSFXJ010567; Thu, 4 Dec 2003 09:28:15 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4HSFqP010566; Thu, 4 Dec 2003 09:28:15 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041728.hB4HSFqP010566@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 09:28:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:28:16 -0000 dinoex 2003/12/04 09:28:15 PST FreeBSD ports repository Modified files: databases Makefile Log: - retire postgresql7-client Revision Changes Path 1.289 +0 -1 ports/databases/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:32:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB9116A4CE; Thu, 4 Dec 2003 09:32:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C3243FE9; Thu, 4 Dec 2003 09:32:30 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4HWUXJ010793; Thu, 4 Dec 2003 09:32:30 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4HWUCZ010792; Thu, 4 Dec 2003 09:32:30 -0800 (PST) (envelope-from netchild) Message-Id: <200312041732.hB4HWUCZ010792@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 4 Dec 2003 09:32:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/firebird/files patch-src::common::classes::locks.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:32:31 -0000 netchild 2003/12/04 09:32:30 PST FreeBSD ports repository Added files: databases/firebird/files patch-src::common::classes::locks.h Log: Add missing patches for the 1.5.r7 update. Revision Changes Path 1.1 +49 -0 ports/databases/firebird/files/patch-src::common::classes::locks.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:34:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BE1416A4CE; Thu, 4 Dec 2003 09:34:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0896243FA3; Thu, 4 Dec 2003 09:34:22 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4HYLXJ010935; Thu, 4 Dec 2003 09:34:21 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4HYL0Z010934; Thu, 4 Dec 2003 09:34:21 -0800 (PST) (envelope-from netchild) Message-Id: <200312041734.hB4HYL0Z010934@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 4 Dec 2003 09:34:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/firebird-devel Makefile distinfo pkg-descr pkg-install pkg-message pkg-plistbuildBootDatabases make.freebsd patch-ad patch-ae patch-af patch-ag patch-ah ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:34:23 -0000 netchild 2003/12/04 09:34:21 PST FreeBSD ports repository Modified files: databases/firebird-devel Makefile distinfo pkg-descr pkg-message pkg-plist Added files: databases/firebird-devel/files patch-autogen.sh patch-builds::install::arch-specific::freebsd::install.sh.in patch-configure.in patch-src::common::classes::locks.h Removed files: databases/firebird-devel pkg-install databases/firebird-devel/files boot.freebsd buildBootDatabases make.freebsd patch-ad patch-ae patch-af patch-ag patch-ah patch-porting::qli::help.c databases/firebird-devel/scripts addservice createuser post-install pre-build pre-install rmservice Log: - Update to 2.0.a0. - Previous maintainer is now tha actual maintainer again. - No package at the moment. PR: 59001 Submitted by: chris@e-easy.com.au Revision Changes Path 1.17 +35 -67 ports/databases/firebird-devel/Makefile 1.4 +1 -3 ports/databases/firebird-devel/distinfo 1.2 +0 -32 ports/databases/firebird-devel/files/boot.freebsd (dead) 1.2 +0 -120 ports/databases/firebird-devel/files/buildBootDatabases (dead) 1.2 +0 -851 ports/databases/firebird-devel/files/make.freebsd (dead) 1.4 +0 -12 ports/databases/firebird-devel/files/patch-ad (dead) 1.2 +0 -10 ports/databases/firebird-devel/files/patch-ae (dead) 1.2 +0 -13 ports/databases/firebird-devel/files/patch-af (dead) 1.2 +0 -11 ports/databases/firebird-devel/files/patch-ag (dead) 1.2 +0 -14 ports/databases/firebird-devel/files/patch-ah (dead) 1.1 +43 -0 ports/databases/firebird-devel/files/patch-autogen.sh (new) 1.1 +45 -0 ports/databases/firebird-devel/files/patch-builds::install::arch-specific::freebsd::install.sh.in (new) 1.1 +22 -0 ports/databases/firebird-devel/files/patch-configure.in (new) 1.2 +0 -11 ports/databases/firebird-devel/files/patch-porting::qli::help.c (dead) 1.1 +49 -0 ports/databases/firebird-devel/files/patch-src::common::classes::locks.h (new) 1.4 +6 -6 ports/databases/firebird-devel/pkg-descr 1.5 +0 -159 ports/databases/firebird-devel/pkg-install (dead) 1.2 +10 -5 ports/databases/firebird-devel/pkg-message 1.3 +66 -99 ports/databases/firebird-devel/pkg-plist 1.2 +0 -9 ports/databases/firebird-devel/scripts/addservice (dead) 1.3 +0 -50 ports/databases/firebird-devel/scripts/createuser (dead) 1.4 +0 -84 ports/databases/firebird-devel/scripts/post-install (dead) 1.2 +0 -15 ports/databases/firebird-devel/scripts/pre-build (dead) 1.2 +0 -20 ports/databases/firebird-devel/scripts/pre-install (dead) 1.2 +0 -8 ports/databases/firebird-devel/scripts/rmservice (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:48:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47EBC16A4CF for ; Thu, 4 Dec 2003 09:48:47 -0800 (PST) Received: from mail8.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD9043FD7 for ; Thu, 4 Dec 2003 09:48:41 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 14856 invoked from network); 4 Dec 2003 17:48:40 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail8.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Dec 2003 17:48:40 -0000 Received: from hydrogen.funkthat.com (fgjajc@localhost.funkthat.com [127.0.0.1])hB4HmdgP087379; Thu, 4 Dec 2003 09:48:39 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB4HmcdJ087378; Thu, 4 Dec 2003 09:48:38 -0800 (PST) Date: Thu, 4 Dec 2003 09:48:38 -0800 From: John-Mark Gurney To: "M. Warner Losh" Message-ID: <20031204174838.GH54398@funkthat.com> References: <200312032112.hB3LC9GT079834@repoman.freebsd.org> <20031203.175806.132781932.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031203.175806.132781932.imp@bsdimp.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:48:47 -0000 M. Warner Losh wrote this message on Wed, Dec 03, 2003 at 17:58 -0700: > : Ideally, acpi.ko would contain two modules: 1 main acpi.kld module > : that was required and one optional madt.kld module that just contained > : madt.o and was optional. Then loading the module would succeed so > : long as the required 'acpi' module linked but if the optional 'madt' > : module failed to link, it would just be tossed. We don't really seem > : to be setup to do such things right now though. A more feasible model > : might be an acpi.a that contains acpi.ko and madt.ko and allow the > : kernel linker to handle foo.a by requiring the first .ko in the archive > : to link and having any additional .ko's be optional. This would work > : both for the acpi.ko/madt.ko case as well as bus attachments for device > : drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. > > I'm not sure I follow what you are saying here. You need to have > something to resolve the symbols that madt provides. I don't know the acpi/madt interface, but why wouldn't a SYSINIT in madt that calls an acpi function with a struct of function pointers to notify acpi that it exists work? Then you don't have problems with acpi referencing madt's symbols and being required to load. acpi will get the pointers registered if it exists. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Thu Dec 4 09:59:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A43B216A4CE; Thu, 4 Dec 2003 09:59:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0285643F3F; Thu, 4 Dec 2003 09:59:06 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Hx5XJ011778; Thu, 4 Dec 2003 09:59:05 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Hx5Mw011777; Thu, 4 Dec 2003 09:59:05 -0800 (PST) (envelope-from arved) Message-Id: <200312041759.hB4Hx5Mw011777@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 4 Dec 2003 09:59:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/gaim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:59:06 -0000 arved 2003/12/04 09:59:05 PST FreeBSD ports repository Modified files: japanese/gaim Makefile distinfo Log: Update to 0.74 Sync with Masterport PR: 59942 Submitted by: Takahiro Morishita Revision Changes Path 1.5 +1 -1 ports/japanese/gaim/Makefile 1.5 +3 -3 ports/japanese/gaim/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:14:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835A116A4CE; Thu, 4 Dec 2003 10:14:48 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B7943FE1; Thu, 4 Dec 2003 10:14:46 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB4IEhLS001382; Thu, 4 Dec 2003 11:14:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 04 Dec 2003 11:14:30 -0700 (MST) Message-Id: <20031204.111430.78763615.imp@bsdimp.com> To: gurney_j@efn.org From: "M. Warner Losh" In-Reply-To: <20031204174838.GH54398@funkthat.com> References: <20031203.175806.132781932.imp@bsdimp.com> <20031204174838.GH54398@funkthat.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:14:48 -0000 In message: <20031204174838.GH54398@funkthat.com> John-Mark Gurney writes: : M. Warner Losh wrote this message on Wed, Dec 03, 2003 at 17:58 -0700: : > : Ideally, acpi.ko would contain two modules: 1 main acpi.kld module : > : that was required and one optional madt.kld module that just contained : > : madt.o and was optional. Then loading the module would succeed so : > : long as the required 'acpi' module linked but if the optional 'madt' : > : module failed to link, it would just be tossed. We don't really seem : > : to be setup to do such things right now though. A more feasible model : > : might be an acpi.a that contains acpi.ko and madt.ko and allow the : > : kernel linker to handle foo.a by requiring the first .ko in the archive : > : to link and having any additional .ko's be optional. This would work : > : both for the acpi.ko/madt.ko case as well as bus attachments for device : > : drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. : > : > I'm not sure I follow what you are saying here. You need to have : > something to resolve the symbols that madt provides. : : I don't know the acpi/madt interface, but why wouldn't a SYSINIT in : madt that calls an acpi function with a struct of function pointers : to notify acpi that it exists work? Then you don't have problems with : acpi referencing madt's symbols and being required to load. acpi will : get the pointers registered if it exists. This seems like a much more straight forward way to deal. acpi.ko and madt.ko aren't unloadable at this point anyway (and any extra work that the table would cause is so lost in the noise to make the reloadable as to not be worth considering now). Function pointers or kobj are the same thing in this context, so either could potentially be used. However, it isn't an interface that needs to be 'stable to external users' so the normal reason to use kobj applies much less to this case. Warner From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:17:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1BB216A4D0 for ; Thu, 4 Dec 2003 10:17:07 -0800 (PST) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2540643FD7 for ; Thu, 4 Dec 2003 10:17:04 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 19840 invoked from network); 4 Dec 2003 18:17:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 18:17:03 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4IH0Fn015381; Thu, 4 Dec 2003 13:17:00 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200312032306.hB3N6Va2085599@repoman.freebsd.org> Date: Thu, 04 Dec 2003 13:17:08 -0500 (EST) From: John Baldwin To: Warner Losh X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:17:08 -0000 On 03-Dec-2003 Warner Losh wrote: > imp 2003/12/03 15:06:31 PST > > FreeBSD src repository > > Modified files: > sys/conf files.i386 options.i386 > sys/i386/conf NOTES > Log: > Connect the cx driver to its new location in the tree. > Update notes to reflect that cx is no longer a counted device > Update options for new cx option > # commented out ELAN_PPS and ELAN_XTAL since they produced errors I think they are CPU_ELAN_FOO now. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:17:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0268D16A4D0 for ; Thu, 4 Dec 2003 10:17:23 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A7B143F85 for ; Thu, 4 Dec 2003 10:17:18 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 14205 invoked from network); 4 Dec 2003 18:17:17 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 18:17:17 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4IHEFn015406; Thu, 4 Dec 2003 13:17:14 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031203195324.P21901@root.org> Date: Thu, 04 Dec 2003 13:17:22 -0500 (EST) From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:17:23 -0000 On 04-Dec-2003 Nate Lawson wrote: > On Wed, 3 Dec 2003, John Baldwin wrote: >> On 03-Dec-2003 John Baldwin wrote: >> > Modified files: >> > sys/i386/i386 machdep.c >> > Log: >> > - Remove the hack to prevent the acpi module from loading. >> > - Add a really, really, nasty hack to provide stub versions of all of >> > the 'device apic' functions used by the ACPI MADT APIC enumerator if >> > 'device apic' is not compiled into the kernel. This is gross but is >> > the best we can do with the current kernel linker implementation. >> > >> > Approved by: re (scottl / blanket) >> >> Ideally, acpi.ko would contain two modules: 1 main acpi.kld module >> that was required and one optional madt.kld module that just contained >> madt.o and was optional. Then loading the module would succeed so >> long as the required 'acpi' module linked but if the optional 'madt' >> module failed to link, it would just be tossed. We don't really seem >> to be setup to do such things right now though. A more feasible model >> might be an acpi.a that contains acpi.ko and madt.ko and allow the >> kernel linker to handle foo.a by requiring the first .ko in the archive >> to link and having any additional .ko's be optional. This would work >> both for the acpi.ko/madt.ko case as well as bus attachments for device >> drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. > > I think this could be achieved by simply unloading a module (and any > modules that depend on it) if it fails to link instead of panicing. The > normal MODULE_DEPEND would still deal with the ordering of modules. > Isn't it that simple? Then the acpi.ko module would never load on a UP kernel. The problem is that madt.ko needs symbols from both ACPI and the device apic code. However, both acpi.ko and madt.ko are logical pieces of acpi, as would be foo.ko and foo_pci.ko logical pieces of the foo driver. So, I should be able to say 'set acpi_load=YES' in the loader and end up with the loader trying to load both acpi.ko and madt.ko but having things work fine and if madt.ko fails to link and just throwing madt.ko away in that case. If you create an acpi.a and have the loader load a foo.a file if foo.ko doesn't exist then that gets you a large part of the way there. Then you just need a way to have madt.ko fail to link w/o an error and w/o having acpi.ko unloaded as well. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:17:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 018FE16A4D0 for ; Thu, 4 Dec 2003 10:17:27 -0800 (PST) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C7143FE1 for ; Thu, 4 Dec 2003 10:17:21 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 20075 invoked from network); 4 Dec 2003 18:17:21 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 18:17:21 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4IHIFn015411; Thu, 4 Dec 2003 13:17:18 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031203195217.D21901@root.org> Date: Thu, 04 Dec 2003 13:17:25 -0500 (EST) From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mptable.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:17:27 -0000 On 04-Dec-2003 Nate Lawson wrote: > On Wed, 3 Dec 2003, John Baldwin wrote: >> - Allow the apic device to be disabled via 'hint.apic.0.disabled' from the >> loader. Note that since this is done in the local APIC code, it works >> for both the ACPI and non-ACPI cases. >> >> Approved by: re (scott / blanket) >> >> Revision Changes Path >> 1.8 +2 -3 src/sys/i386/acpica/madt.c >> 1.4 +16 -24 src/sys/i386/i386/local_apic.c >> 1.228 +2 -2 src/sys/i386/i386/mptable.c >> >> static void >> apic_init(void *dummy __unused) >> { >> struct apic_enumerator *enumerator; >> + uint64_t apic_base; >> int retval, best; >> >> /* We only support built in local APICs. */ >> if (!(cpu_feature & CPUID_APIC)) >> return; >> >> + /* Don't probe if APIC mode is disabled. */ >> + if (resource_disabled("apic", 0)) >> + return; >> + > > Isn't the code that Peter just committed to amd64 redundant with this? His code only works for the ACPI case and doesn't handle the MP Table case. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:18:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE85716A4CE; Thu, 4 Dec 2003 10:18:27 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530E943F85; Thu, 4 Dec 2003 10:18:26 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB4IIPLS001458; Thu, 4 Dec 2003 11:18:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 04 Dec 2003 11:18:12 -0700 (MST) Message-Id: <20031204.111812.59708792.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <200312032306.hB3N6Va2085599@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:18:27 -0000 In message: John Baldwin writes: : : On 03-Dec-2003 Warner Losh wrote: : > imp 2003/12/03 15:06:31 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/conf files.i386 options.i386 : > sys/i386/conf NOTES : > Log: : > Connect the cx driver to its new location in the tree. : > Update notes to reflect that cx is no longer a counted device : > Update options for new cx option : > # commented out ELAN_PPS and ELAN_XTAL since they produced errors : : I think they are CPU_ELAN_FOO now. I know they are, but phk should do the change. And he's had a request into re@ for a couple days to do it. Warner From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:27:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85EA016A4CE; Thu, 4 Dec 2003 10:27:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C3143F85; Thu, 4 Dec 2003 10:27:45 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4IRjXJ013528; Thu, 4 Dec 2003 10:27:45 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4IRjas013527; Thu, 4 Dec 2003 10:27:45 -0800 (PST) (envelope-from arved) Message-Id: <200312041827.hB4IRjas013527@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 4 Dec 2003 10:27:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/kopete Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:27:46 -0000 arved 2003/12/04 10:27:45 PST FreeBSD ports repository Modified files: net/kopete Makefile distinfo pkg-plist Log: Update to 0.7.4 PR: 59504,59870 Submitted by: Jerome Mainka \ Stefan Jahn Revision Changes Path 1.14 +2 -3 ports/net/kopete/Makefile 1.7 +1 -1 ports/net/kopete/distinfo 1.7 +26 -0 ports/net/kopete/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:33:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73B5016A4CE; Thu, 4 Dec 2003 10:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E4043F3F; Thu, 4 Dec 2003 10:33:54 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4IXsXJ013784; Thu, 4 Dec 2003 10:33:54 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4IXs95013783; Thu, 4 Dec 2003 10:33:54 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041833.hB4IXs95013783@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 10:33:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql7-client Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:33:55 -0000 dinoex 2003/12/04 10:33:54 PST FreeBSD ports repository Removed files: databases/postgresql7-client Makefile Log: - retire port in favor of postgresql-client Revision Changes Path 1.2 +0 -18 ports/databases/postgresql7-client/Makefile (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:46:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A3B16A4CE; Thu, 4 Dec 2003 10:46:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D894A43F85; Thu, 4 Dec 2003 10:46:01 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Ik1XJ014302; Thu, 4 Dec 2003 10:46:01 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Ik1Gi014301; Thu, 4 Dec 2003 10:46:01 -0800 (PST) (envelope-from krion) Message-Id: <200312041846.hB4Ik1Gi014301@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 10:46:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/csmash Makefile distinfo pkg-plist ports/games/csmash/files patch-MultiPlay.cpp patch-Network.cpp patch-configure patch-ttinc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:46:02 -0000 krion 2003/12/04 10:46:01 PST FreeBSD ports repository Modified files: games/csmash Makefile distinfo pkg-plist games/csmash/files patch-MultiPlay.cpp patch-Network.cpp Added files: games/csmash/files patch-configure patch-ttinc.h Log: - Update to version 0.6.6 PR: 59644 Submitted by: Ports Fury Revision Changes Path 1.2 +8 -14 ports/games/csmash/Makefile 1.2 +1 -1 ports/games/csmash/distinfo 1.2 +14 -6 ports/games/csmash/files/patch-MultiPlay.cpp 1.2 +15 -8 ports/games/csmash/files/patch-Network.cpp 1.1 +15 -0 ports/games/csmash/files/patch-configure (new) 1.1 +19 -0 ports/games/csmash/files/patch-ttinc.h (new) 1.2 +155 -11 ports/games/csmash/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:48:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E4E16A4CE; Thu, 4 Dec 2003 10:48:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59FEF43FE1; Thu, 4 Dec 2003 10:48:58 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4ImwXJ014372; Thu, 4 Dec 2003 10:48:58 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4ImwWI014371; Thu, 4 Dec 2003 10:48:58 -0800 (PST) (envelope-from krion) Message-Id: <200312041848.hB4ImwWI014371@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 10:48:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gtksee Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:48:59 -0000 krion 2003/12/04 10:48:58 PST FreeBSD ports repository Modified files: graphics/gtksee Makefile distinfo pkg-plist Log: - Update to version 0.5.5.1 PR: 59645 Submitted by: Ports Fury Revision Changes Path 1.36 +4 -1 ports/graphics/gtksee/Makefile 1.10 +1 -1 ports/graphics/gtksee/distinfo 1.5 +2 -0 ports/graphics/gtksee/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 10:52:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D54C16A4CE; Thu, 4 Dec 2003 10:52:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D92C643FBD; Thu, 4 Dec 2003 10:52:04 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Iq4XJ014553; Thu, 4 Dec 2003 10:52:04 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Iq4j1014552; Thu, 4 Dec 2003 10:52:04 -0800 (PST) (envelope-from krion) Message-Id: <200312041852.hB4Iq4j1014552@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 10:52:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/cheetah Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:52:05 -0000 krion 2003/12/04 10:52:04 PST FreeBSD ports repository Modified files: www/cheetah Makefile distinfo pkg-descr Log: - Update to version 0.10 PR: 59647 Submitted by: Ports Fury Revision Changes Path 1.7 +10 -3 ports/www/cheetah/Makefile 1.2 +1 -1 ports/www/cheetah/distinfo 1.2 +1 -1 ports/www/cheetah/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:01:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B8116A4CE; Thu, 4 Dec 2003 11:01:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860AE43FDF; Thu, 4 Dec 2003 11:01:12 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4J1BXJ014945; Thu, 4 Dec 2003 11:01:11 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4J1BIh014944; Thu, 4 Dec 2003 11:01:11 -0800 (PST) (envelope-from krion) Message-Id: <200312041901.hB4J1BIh014944@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 11:01:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/ude Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:01:13 -0000 krion 2003/12/04 11:01:11 PST FreeBSD ports repository Modified files: x11-wm/ude Makefile distinfo pkg-plist Log: - Update to version 0.2.8a PR: 59648 Submitted by: Ports Fury Revision Changes Path 1.19 +2 -3 ports/x11-wm/ude/Makefile 1.4 +1 -1 ports/x11-wm/ude/distinfo 1.6 +60 -60 ports/x11-wm/ude/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:20:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052DC16A4CE; Thu, 4 Dec 2003 11:20:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527B643FB1; Thu, 4 Dec 2003 11:20:30 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JKTXJ016427; Thu, 4 Dec 2003 11:20:29 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JKTb7016426; Thu, 4 Dec 2003 11:20:29 -0800 (PST) (envelope-from bmah) Message-Id: <200312041920.hB4JKTb7016426@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 11:20:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:20:31 -0000 bmah 2003/12/04 11:20:29 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: cx(4) update and sconfig(8), utopia(4) [1], wi(4) works on Lucent cards, NFSv4 client support, GNOME/KDE "Lite Edition" on disc 1. Approved by: re (implicitly) Submitted by: harti [1] Revision Changes Path 1.659 +27 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:21:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECBDD16A4CF; Thu, 4 Dec 2003 11:21:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 386F243FBD; Thu, 4 Dec 2003 11:21:06 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JL5XJ016512; Thu, 4 Dec 2003 11:21:05 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JL5iX016511; Thu, 4 Dec 2003 11:21:05 -0800 (PST) (envelope-from krion) Message-Id: <200312041921.hB4JL5iX016511@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 4 Dec 2003 11:21:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/bing Makefile distinfo pkg-descr pkg-plist ports/net/bing/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:21:07 -0000 krion 2003/12/04 11:21:05 PST FreeBSD ports repository Modified files: net/bing Makefile distinfo pkg-descr pkg-plist Removed files: net/bing/files patch-aa Log: - Update to version 1.0.5 PR: 59911 Submitted by: Kimura Fuyuki Revision Changes Path 1.10 +2 -3 ports/net/bing/Makefile 1.2 +1 -1 ports/net/bing/distinfo 1.2 +0 -19 ports/net/bing/files/patch-aa (dead) 1.4 +2 -0 ports/net/bing/pkg-descr 1.4 +2 -2 ports/net/bing/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:21:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDCEA16A4CE; Thu, 4 Dec 2003 11:21:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3087D43FB1; Thu, 4 Dec 2003 11:21:29 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JLSXJ016546; Thu, 4 Dec 2003 11:21:28 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JLSs0016545; Thu, 4 Dec 2003 11:21:28 -0800 (PST) (envelope-from bmah) Message-Id: <200312041921.hB4JLSs0016545@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 11:21:28 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:21:29 -0000 bmah 2003/12/04 11:21:28 PST FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entity for sconfig(8). Revision Changes Path 1.251 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:22:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790CB16A4CE; Thu, 4 Dec 2003 11:22:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C667943F3F; Thu, 4 Dec 2003 11:22:07 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JM7XJ016589; Thu, 4 Dec 2003 11:22:07 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JM7FI016588; Thu, 4 Dec 2003 11:22:07 -0800 (PST) (envelope-from bmah) Message-Id: <200312041922.hB4JM7FI016588@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 11:22:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:22:08 -0000 bmah 2003/12/04 11:22:07 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: For some reason, we never mentioned the cx(4) driver here, even though it even has a manual page. Correct this oversight. Approved by: re (implicitly) Revision Changes Path 1.204 +4 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:30:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2EA16A4CE; Thu, 4 Dec 2003 11:30:27 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id B429543FDF; Thu, 4 Dec 2003 11:30:22 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hB4JUJvq062419 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 4 Dec 2003 20:30:20 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hB4JUHcu062415; Thu, 4 Dec 2003 20:30:18 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hB4JQuRX020233; Thu, 4 Dec 2003 20:26:56 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hB4JQtOT020232; Thu, 4 Dec 2003 20:26:55 +0100 (CET) (envelope-from andreas) Date: Thu, 4 Dec 2003 20:26:55 +0100 From: Andreas Klemm To: Alexey Dokuchaev Message-ID: <20031204192655.GA19989@titan.klemm.apsfilter.org> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> <20031201161527.T97771@qbhto.arg> <20031202045041.GB4997@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202045041.GB4997@regency.nsu.ru> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:30:27 -0000 On Tue, Dec 02, 2003 at 10:50:41AM +0600, Alexey Dokuchaev wrote: > On Mon, Dec 01, 2003 at 04:16:58PM -0800, Doug Barton wrote: > > On Mon, 1 Dec 2003, Alfred Perlstein wrote: > > > > > But really, vim will get us more converts, > > > > I find it very hard to believe that people who care so much about what > > editor they use wouldn't be willing to install it from ports. OTOH, the > > I'm also concerned about another bloat^Wpiece of contributed code we'd > have to maintain in the base, in case of vim import. > > ./danfe second that. I think vim is a great piece of software but ... its somehow really "kind of bloated". Its so overloaded with functions, that I refuse since year to use it as my standard editor. The normal sysadmin expects something like vi. He reads an vi handbook, and we should provide such kind of standard vi. The ports collection exactly covers things like vim, emacsen, etc ... BTW, robert, if you already think of terms to "waste" time for loadable editor modules ... the only thing I'm really missing in standard vi is an extended command line with - history function - save history and - editable like everything other compiled and linked with readline lib. That would be a great change to nvi, that brings the most important user friendlyness, that really would be a big win ... Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:30:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B45616A4CF; Thu, 4 Dec 2003 11:30:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C63743F3F; Thu, 4 Dec 2003 11:30:30 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JUUXJ016933; Thu, 4 Dec 2003 11:30:30 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JUU1J016932; Thu, 4 Dec 2003 11:30:30 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041930.hB4JUU1J016932@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 11:30:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/tcl84 Makefile distinfo ports/x11-toolkits/tk84 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:30:31 -0000 dinoex 2003/12/04 11:30:29 PST FreeBSD ports repository Modified files: lang/tcl84 Makefile distinfo x11-toolkits/tk84 Makefile distinfo Log: - Update to 8.4.5 Revision Changes Path 1.75 +1 -2 ports/lang/tcl84/Makefile 1.29 +1 -1 ports/lang/tcl84/distinfo 1.72 +1 -1 ports/x11-toolkits/tk84/Makefile 1.27 +1 -1 ports/x11-toolkits/tk84/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:32:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F44E16A4CE; Thu, 4 Dec 2003 11:32:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8089B43F3F; Thu, 4 Dec 2003 11:32:27 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JWRXJ017042; Thu, 4 Dec 2003 11:32:27 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JWR4G017041; Thu, 4 Dec 2003 11:32:27 -0800 (PST) (envelope-from perky) Message-Id: <200312041932.hB4JWR4G017041@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 4 Dec 2003 11:32:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/py-cheetah Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:32:28 -0000 perky 2003/12/04 11:32:27 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-cheetah Makefile distinfo pkg-descr pkg-plist Log: Add py-cheetah 0.9.15, a python-based template engine for any text-based formats. Revision Changes Path 1.1364 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/py-cheetah/Makefile (new) 1.1 +1 -0 ports/devel/py-cheetah/distinfo (new) 1.1 +7 -0 ports/devel/py-cheetah/pkg-descr (new) 1.1 +143 -0 ports/devel/py-cheetah/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:32:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CFAD16A4CF; Thu, 4 Dec 2003 11:32:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B852743FAF; Thu, 4 Dec 2003 11:32:40 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JWeXJ017082; Thu, 4 Dec 2003 11:32:40 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JWeM4017081; Thu, 4 Dec 2003 11:32:40 -0800 (PST) (envelope-from perky) Message-Id: <200312041932.hB4JWeM4017081@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 4 Dec 2003 11:32:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:32:41 -0000 perky 2003/12/04 11:32:40 PST FreeBSD ports repository Modified files: . modules Log: py-cheetah --> ports/devel/py-cheetah Revision Changes Path 1.8691 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:33:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A89C16A4CE; Thu, 4 Dec 2003 11:33:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB78643FAF; Thu, 4 Dec 2003 11:33:55 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JXtXJ017418; Thu, 4 Dec 2003 11:33:55 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JXtCB017417; Thu, 4 Dec 2003 11:33:55 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041933.hB4JXtCB017417@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 11:33:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gorm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:33:56 -0000 dinoex 2003/12/04 11:33:55 PST FreeBSD ports repository Modified files: devel/gorm Makefile distinfo pkg-plist Log: - Update to 0.5.0 Revision Changes Path 1.9 +1 -1 ports/devel/gorm/Makefile 1.5 +1 -1 ports/devel/gorm/distinfo 1.7 +3 -0 ports/devel/gorm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:36:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFEB516A4CE; Thu, 4 Dec 2003 11:36:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C54043F93; Thu, 4 Dec 2003 11:36:54 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JarXJ027502; Thu, 4 Dec 2003 11:36:53 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JarS4027501; Thu, 4 Dec 2003 11:36:53 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041936.hB4JarS4027501@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 11:36:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gnustep-guile Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:36:54 -0000 dinoex 2003/12/04 11:36:53 PST FreeBSD ports repository Modified files: lang/gnustep-guile Makefile distinfo pkg-plist Log: - Udpate to 1.1.2 Revision Changes Path 1.40 +1 -1 ports/lang/gnustep-guile/Makefile 1.9 +1 -1 ports/lang/gnustep-guile/distinfo 1.17 +3 -0 ports/lang/gnustep-guile/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:39:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA2C16A4CE; Thu, 4 Dec 2003 11:39:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BB243F75; Thu, 4 Dec 2003 11:39:36 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JdaXJ028072; Thu, 4 Dec 2003 11:39:36 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JdaIi028071; Thu, 4 Dec 2003 11:39:36 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041939.hB4JdaIi028071@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 11:39:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/lesstif Makefile distinfo pkg-plist ports/x11-toolkits/lesstif/files patch-ab patch-ac patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:39:37 -0000 dinoex 2003/12/04 11:39:36 PST FreeBSD ports repository Modified files: x11-toolkits/lesstif Makefile distinfo pkg-plist Removed files: x11-toolkits/lesstif/files patch-ab patch-ac patch-ad Log: - Update to 0.93.94 - Fix MASTER_SITES Revision Changes Path 1.63 +4 -13 ports/x11-toolkits/lesstif/Makefile 1.27 +1 -1 ports/x11-toolkits/lesstif/distinfo 1.11 +0 -11 ports/x11-toolkits/lesstif/files/patch-ab (dead) 1.6 +0 -11 ports/x11-toolkits/lesstif/files/patch-ac (dead) 1.4 +0 -11 ports/x11-toolkits/lesstif/files/patch-ad (dead) 1.34 +5 -5 ports/x11-toolkits/lesstif/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:40:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9402F16A4CE; Thu, 4 Dec 2003 11:40:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB51B43FBF; Thu, 4 Dec 2003 11:40:23 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JeNXJ028195; Thu, 4 Dec 2003 11:40:23 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JeNIM028194; Thu, 4 Dec 2003 11:40:23 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041940.hB4JeNIM028194@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 11:40:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/tiff Makefile ports/graphics/tiff/files patch-libtiff-tif_dir.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:40:24 -0000 dinoex 2003/12/04 11:40:23 PST FreeBSD ports repository Modified files: graphics/tiff Makefile Added files: graphics/tiff/files patch-libtiff-tif_dir.c Log: - Fix coredumps with bad tiff-files http://bugzilla.remotesensing.org/show_bug.cgi?id=440 Revision Changes Path 1.39 +1 -0 ports/graphics/tiff/Makefile 1.1 +27 -0 ports/graphics/tiff/files/patch-libtiff-tif_dir.c (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:41:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8415A16A4CE; Thu, 4 Dec 2003 11:41:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3836F43F93; Thu, 4 Dec 2003 11:41:30 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JfUXJ028277; Thu, 4 Dec 2003 11:41:30 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JfTOt028276; Thu, 4 Dec 2003 11:41:29 -0800 (PST) (envelope-from dinoex) Message-Id: <200312041941.hB4JfTOt028276@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 11:41:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/netpbm Makefile distinfo pkg-plist patch-converter::other::pnmtopng.c patch-lib-Makefile patch-lib::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:41:31 -0000 dinoex 2003/12/04 11:41:29 PST FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo pkg-plist Added files: graphics/netpbm/files patch-converter-other-pnmtopng.c patch-lib-Makefile Removed files: graphics/netpbm/files patch-converter::other::pnmtopng.c patch-lib::Makefile Log: - update to 10.19 Revision Changes Path 1.80 +1 -1 ports/graphics/netpbm/Makefile 1.42 +1 -1 ports/graphics/netpbm/distinfo 1.1 +16 -0 ports/graphics/netpbm/files/patch-converter-other-pnmtopng.c (new) 1.3 +0 -16 ports/graphics/netpbm/files/patch-converter::other::pnmtopng.c (dead) 1.1 +97 -0 ports/graphics/netpbm/files/patch-lib-Makefile (new) 1.6 +0 -99 ports/graphics/netpbm/files/patch-lib::Makefile (dead) 1.45 +10 -4 ports/graphics/netpbm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:43:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B9E816A4CF for ; Thu, 4 Dec 2003 11:43:03 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FBB143FDF for ; Thu, 4 Dec 2003 11:42:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 6944 invoked from network); 4 Dec 2003 19:42:57 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 19:42:57 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4JgsFn015775; Thu, 4 Dec 2003 14:42:54 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031204.111430.78763615.imp@bsdimp.com> Date: Thu, 04 Dec 2003 14:43:02 -0500 (EST) From: John Baldwin To: "M. Warner Losh" X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: gurney_j@efn.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:43:03 -0000 On 04-Dec-2003 M. Warner Losh wrote: > In message: <20031204174838.GH54398@funkthat.com> > John-Mark Gurney writes: >: M. Warner Losh wrote this message on Wed, Dec 03, 2003 at 17:58 -0700: >: > : Ideally, acpi.ko would contain two modules: 1 main acpi.kld module >: > : that was required and one optional madt.kld module that just contained >: > : madt.o and was optional. Then loading the module would succeed so >: > : long as the required 'acpi' module linked but if the optional 'madt' >: > : module failed to link, it would just be tossed. We don't really seem >: > : to be setup to do such things right now though. A more feasible model >: > : might be an acpi.a that contains acpi.ko and madt.ko and allow the >: > : kernel linker to handle foo.a by requiring the first .ko in the archive >: > : to link and having any additional .ko's be optional. This would work >: > : both for the acpi.ko/madt.ko case as well as bus attachments for device >: > : drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. >: > >: > I'm not sure I follow what you are saying here. You need to have >: > something to resolve the symbols that madt provides. >: >: I don't know the acpi/madt interface, but why wouldn't a SYSINIT in >: madt that calls an acpi function with a struct of function pointers >: to notify acpi that it exists work? Then you don't have problems with >: acpi referencing madt's symbols and being required to load. acpi will >: get the pointers registered if it exists. > > This seems like a much more straight forward way to deal. acpi.ko and > madt.ko aren't unloadable at this point anyway (and any extra work > that the table would cause is so lost in the noise to make the > reloadable as to not be worth considering now). > > Function pointers or kobj are the same thing in this context, so > either could potentially be used. However, it isn't an interface that > needs to be 'stable to external users' so the normal reason to use > kobj applies much less to this case. I don't think you guys understand what madt.ko does. Also, what exactly are you proposing? Should madt.o be part of 'device apic' rather than acpi.ko? Basically, a patch (even a rough one) would go a long way in explaining what you mean. The MADT code already uses a SYSINIT to register its enumerator switch table with the 'device apic' code. So MADT already provides function pointers to the apic code as it were. However, those functions call other functions in the APIC code to register the actual APIC devices. How does that interface work? Esp. how does it work any better than the current hack, and esp. how does it work better than a slightly more intelligent kernel module system? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:43:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B6316A4CF for ; Thu, 4 Dec 2003 11:43:10 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B7BD43FCB for ; Thu, 4 Dec 2003 11:43:05 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 17839 invoked from network); 4 Dec 2003 19:43:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 19:43:03 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4Jh0Fn015780; Thu, 4 Dec 2003 14:43:00 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <669.1070524613@critter.freebsd.dk> Date: Thu, 04 Dec 2003 14:43:08 -0500 (EST) From: John Baldwin To: Poul-Henning Kamp X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:43:10 -0000 On 04-Dec-2003 Poul-Henning Kamp wrote: > In message <20031203.161432.119908125.imp@bsdimp.com>, "M. Warner Losh" writes: >>In message: <20031203151103.F21352@root.org> >> Nate Lawson writes: >>: > # commented out ELAN_PPS and ELAN_XTAL since they produced errors >>: I thought those were renamed. >> >>They were, but someone didn't update NOTES. I commented them out to >>mostly unbreak LINT. I'll leave it to the person that renamed them to >>fix NOTES to include them again (since that was more than I felt >>confortable with in a code freeze). > > The patch to fix this is already in the re@ queue since dec 2nd. Approved. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:43:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95BF316A4CF; Thu, 4 Dec 2003 11:43:28 -0800 (PST) Received: from green.bikeshed.org (green@localhost [127.0.0.1]) by green.bikeshed.org (8.12.10/8.12.9) with ESMTP id hB4JhRGw007085; Thu, 4 Dec 2003 14:43:27 -0500 (EST) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost)hB4JhK6I007082; Thu, 4 Dec 2003 14:43:24 -0500 (EST) Message-Id: <200312041943.hB4JhK6I007082@green.bikeshed.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Andreas Klemm In-Reply-To: Message from Andreas Klemm <20031204192655.GA19989@titan.klemm.apsfilter.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Dec 2003 14:43:20 -0500 Sender: green@green.bikeshed.org cc: Alexey Dokuchaev cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:43:28 -0000 Andreas Klemm wrote: > BTW, robert, if you already think of terms to "waste" time > for loadable editor modules ... the only thing I'm really > missing in standard vi is an extended command line with > - history function > - save history and > - editable like everything other compiled and linked with readline lib. > > That would be a great change to nvi, that brings the most important > user friendlyness, that really would be a big win ... I like that idea a lot. I already use vi keys for my ksh command line editing, so if I could get the same kind of thing in my v... err.... I don't think it would be exactly the most trivial thing to give nvi vi-command-history, but it's certainly worth doing. It doesn't use -ledit or -lreadline, though I _imagine_ it wouldn't be hard to make just ":" do that, but history would be more difficult again if you want to support multiple windows in nvi with different history. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Thu Dec 4 11:57:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570FE16A4CE; Thu, 4 Dec 2003 11:57:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBD643FDF; Thu, 4 Dec 2003 11:57:56 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JvuXJ037027; Thu, 4 Dec 2003 11:57:56 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Jvugv037026; Thu, 4 Dec 2003 11:57:56 -0800 (PST) (envelope-from phk) Message-Id: <200312041957.hB4Jvugv037026@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 4 Dec 2003 11:57:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:57:57 -0000 phk 2003/12/04 11:57:56 PST FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit. Approved by: re@ Revision Changes Path 1.1108 +4 -5 src/sys/i386/conf/NOTES From owner-cvs-all@FreeBSD.ORG Thu Dec 4 12:37:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B350916A4CE; Thu, 4 Dec 2003 12:37:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 123E943FDF; Thu, 4 Dec 2003 12:37:03 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Kb2XJ039955; Thu, 4 Dec 2003 12:37:02 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Kb2gn039954; Thu, 4 Dec 2003 12:37:02 -0800 (PST) (envelope-from joerg) Message-Id: <200312042037.hB4Kb2gn039954@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 4 Dec 2003 12:37:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/tix pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 20:37:03 -0000 joerg 2003/12/04 12:37:02 PST FreeBSD ports repository Modified files: x11-toolkits/tix pkg-plist Log: Also update the pkg-plist I forgot in my last commit. Approved by: portmgr Revision Changes Path 1.18 +5 -5 ports/x11-toolkits/tix/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 12:55:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B661B16A4CE; Thu, 4 Dec 2003 12:55:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149FC43FCB; Thu, 4 Dec 2003 12:55:21 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4KtKXJ046320; Thu, 4 Dec 2003 12:55:20 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4KtKpX046319; Thu, 4 Dec 2003 12:55:20 -0800 (PST) (envelope-from dinoex) Message-Id: <200312042055.hB4KtKpX046319@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 12:55:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile ports/lang/php5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 20:55:21 -0000 dinoex 2003/12/04 12:55:20 PST FreeBSD ports repository Modified files: lang/php4 Makefile lang/php5 Makefile Log: PR: 59958 Revision Changes Path 1.39 +1 -1 ports/lang/php4/Makefile 1.34 +1 -1 ports/lang/php5/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:03:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 638CE16A4CE; Thu, 4 Dec 2003 13:03:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4D4D43FCB; Thu, 4 Dec 2003 13:03:58 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4L3wXJ047475; Thu, 4 Dec 2003 13:03:58 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4L3wjm047474; Thu, 4 Dec 2003 13:03:58 -0800 (PST) (envelope-from sergei) Message-Id: <200312042103.hB4L3wjm047474@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 13:03:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gnome-ssh-askpass Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:03:59 -0000 sergei 2003/12/04 13:03:58 PST FreeBSD ports repository Modified files: security/gnome-ssh-askpass Makefile Log: - Reset maintainership to ports@FreeBSD.org Requested by: Mark Hannon (maintainer) in follow-up to ports/58613 Revision Changes Path 1.2 +1 -1 ports/security/gnome-ssh-askpass/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:09:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D111916A4CE for ; Thu, 4 Dec 2003 13:09:12 -0800 (PST) Received: from mail7.speakeasy.net (mail7.speakeasy.net [216.254.0.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C1D43FE9 for ; Thu, 4 Dec 2003 13:09:06 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 22324 invoked from network); 4 Dec 2003 21:09:05 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail7.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Dec 2003 21:09:05 -0000 Received: from hydrogen.funkthat.com (knwluz@localhost.funkthat.com [127.0.0.1])hB4L94gP090299; Thu, 4 Dec 2003 13:09:05 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB4L94Jt090298; Thu, 4 Dec 2003 13:09:04 -0800 (PST) Date: Thu, 4 Dec 2003 13:09:04 -0800 From: John-Mark Gurney To: John Baldwin Message-ID: <20031204210904.GI54398@funkthat.com> References: <20031204.111430.78763615.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:09:13 -0000 John Baldwin wrote this message on Thu, Dec 04, 2003 at 14:43 -0500: > >: I don't know the acpi/madt interface, but why wouldn't a SYSINIT in > >: madt that calls an acpi function with a struct of function pointers > >: to notify acpi that it exists work? Then you don't have problems with > >: acpi referencing madt's symbols and being required to load. acpi will > >: get the pointers registered if it exists. > > > > This seems like a much more straight forward way to deal. acpi.ko and > > madt.ko aren't unloadable at this point anyway (and any extra work > > that the table would cause is so lost in the noise to make the > > reloadable as to not be worth considering now). > > > > Function pointers or kobj are the same thing in this context, so > > either could potentially be used. However, it isn't an interface that > > needs to be 'stable to external users' so the normal reason to use > > kobj applies much less to this case. > > I don't think you guys understand what madt.ko does. Also, what > exactly are you proposing? Should madt.o be part of 'device apic' > rather than acpi.ko? Basically, a patch (even a rough one) would go > a long way in explaining what you mean. The MADT code already uses First off, madt isn't a module yet, but it shouldn't be hard to make it.. Since it calls acpi functions, all you have to do it make sure that it depends upon acpi, and it can be made it's own module. This will prevent the link problems... For people that new/can use madt, they just load the madt module which will autoload acpi, and for those that don't, they continue to load acpi.. (or they can load both acpi and madt from loader and the right thing will be done at kernel init time)... > a SYSINIT to register its enumerator switch table with the 'device > apic' code. So MADT already provides function pointers to the > apic code as it were. However, those functions call other functions > in the APIC code to register the actual APIC devices. How does > that interface work? Esp. how does it work any better than the current > hack, and esp. how does it work better than a slightly more intelligent > kernel module system? One way would be to make acpi a newbus (which is what I believe Warner is thinking of) attachment... Then madt would become a device off the acpi bus... If acpi can detect the presence of madt (self identifing bus), it can create the device node for madt to attach too... if acpi can't, then you use an identify function in the madt code to create the device node off the acpi bus... This method would also eliminate the enumerators struct you have since it would just call the methods of it's children, and the probe code would be assumed to call before the device gets attached. hmmm... We don't have a cpu device to hang some of the apic code off of... Which would be logical since we don't do apic code unless the cpu has a built in APIC... But I guess nexus would be fine... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:26:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE22416A4CE; Thu, 4 Dec 2003 13:26:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0172E43F75; Thu, 4 Dec 2003 13:26:46 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4LQjXJ048212; Thu, 4 Dec 2003 13:26:45 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4LQj3C048211; Thu, 4 Dec 2003 13:26:45 -0800 (PST) (envelope-from adamw) Message-Id: <200312042126.hB4LQj3C048211@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 4 Dec 2003 13:26:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/talkfilters Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:26:46 -0000 adamw 2003/12/04 13:26:45 PST FreeBSD ports repository Modified files: misc/talkfilters Makefile distinfo pkg-descr pkg-plist Log: Update to 2.2. Also, given how inane this program is, set myself as MAINTAINER. Revision Changes Path 1.3 +5 -3 ports/misc/talkfilters/Makefile 1.3 +1 -1 ports/misc/talkfilters/distinfo 1.2 +7 -7 ports/misc/talkfilters/pkg-descr 1.3 +2 -0 ports/misc/talkfilters/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:36:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B684116A4CE; Thu, 4 Dec 2003 13:36:25 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F088F43FE0; Thu, 4 Dec 2003 13:36:23 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id hB4LZwA1021238; Thu, 4 Dec 2003 13:35:58 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) hB4LZw2j052722; Thu, 4 Dec 2003 13:35:58 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.10/8.12.10/Submit) id hB4LZwsq052721; Thu, 4 Dec 2003 13:35:58 -0800 (PST) (envelope-from marcel) Date: Thu, 4 Dec 2003 13:35:58 -0800 From: Marcel Moolenaar To: John-Mark Gurney Message-ID: <20031204213558.GB52636@dhcp01.pn.xcllnt.net> References: <20031204.111430.78763615.imp@bsdimp.com> <20031204210904.GI54398@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204210904.GI54398@funkthat.com> User-Agent: Mutt/1.5.5.1i cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:36:26 -0000 On Thu, Dec 04, 2003 at 01:09:04PM -0800, John-Mark Gurney wrote: > > One way would be to make acpi a newbus (which is what I believe Warner > is thinking of) attachment... Then madt would become a device off the > acpi bus... I think it's time people read the ACPI specification and try to understand how things are supposed to work, including on non-i386 platforms. I don't think I've heard of anything more silly than having a table (disguised as a device) attach to a bus (which is what ACPI disguises as). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:38:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B16F16A4CE; Thu, 4 Dec 2003 13:38:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D28843FE1; Thu, 4 Dec 2003 13:38:01 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Lc1XJ048658; Thu, 4 Dec 2003 13:38:01 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Lc1Yj048657; Thu, 4 Dec 2003 13:38:01 -0800 (PST) (envelope-from adamw) Message-Id: <200312042138.hB4Lc1Yj048657@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 4 Dec 2003 13:38:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/trackballs Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:38:02 -0000 adamw 2003/12/04 13:38:01 PST FreeBSD ports repository Modified files: games Makefile Added files: games/trackballs Makefile distinfo pkg-descr pkg-plist Log: Add trackballs, a marble madness clone. Revision Changes Path 1.614 +1 -0 ports/games/Makefile 1.1 +43 -0 ports/games/trackballs/Makefile (new) 1.1 +1 -0 ports/games/trackballs/distinfo (new) 1.1 +20 -0 ports/games/trackballs/pkg-descr (new) 1.1 +147 -0 ports/games/trackballs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:38:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1861F16A4CF; Thu, 4 Dec 2003 13:38:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC30D43F93; Thu, 4 Dec 2003 13:38:26 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4LcQXJ048700; Thu, 4 Dec 2003 13:38:26 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4LcQZD048699; Thu, 4 Dec 2003 13:38:26 -0800 (PST) (envelope-from adamw) Message-Id: <200312042138.hB4LcQZD048699@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 4 Dec 2003 13:38:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:38:28 -0000 adamw 2003/12/04 13:38:26 PST FreeBSD ports repository Modified files: . modules Log: trackballs --> ports/games/trackballs Revision Changes Path 1.8692 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:43:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4CA316A4CE; Thu, 4 Dec 2003 13:43:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36E4643FA3; Thu, 4 Dec 2003 13:43:56 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4LhuXJ048964; Thu, 4 Dec 2003 13:43:56 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Lht34048963; Thu, 4 Dec 2003 13:43:55 -0800 (PST) (envelope-from pav) Message-Id: <200312042143.hB4Lht34048963@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 13:43:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefile ports/deskutils/multisync Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:43:57 -0000 pav 2003/12/04 13:43:55 PST FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/multisync Makefile distinfo pkg-descr pkg-plist Log: Add Multisync, a modular engine for synchronizing PIM (contacts, calendar and tasks) items between your computer, PDA or mobile phone. Approved by: adamw (mentor) Revision Changes Path 1.111 +1 -0 ports/deskutils/Makefile 1.1 +42 -0 ports/deskutils/multisync/Makefile (new) 1.1 +1 -0 ports/deskutils/multisync/distinfo (new) 1.1 +7 -0 ports/deskutils/multisync/pkg-descr (new) 1.1 +9 -0 ports/deskutils/multisync/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:45:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA5E16A4CE; Thu, 4 Dec 2003 13:45:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D6EE43FAF; Thu, 4 Dec 2003 13:45:05 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Lj5XJ049054; Thu, 4 Dec 2003 13:45:05 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Lj5RW049053; Thu, 4 Dec 2003 13:45:05 -0800 (PST) (envelope-from pav) Message-Id: <200312042145.hB4Lj5RW049053@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 13:45:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefileports/deskutils/multisync-backup Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:45:06 -0000 pav 2003/12/04 13:45:04 PST FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/multisync-backup Makefile pkg-descr pkg-plist Log: Add Backup plugin for Multisync, for local backup of your PIM data. Approved by: adamw (mentor) Revision Changes Path 1.112 +1 -0 ports/deskutils/Makefile 1.1 +18 -0 ports/deskutils/multisync-backup/Makefile (new) 1.1 +5 -0 ports/deskutils/multisync-backup/pkg-descr (new) 1.1 +4 -0 ports/deskutils/multisync-backup/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:46:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 511F116A4CE; Thu, 4 Dec 2003 13:46:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D74143FA3; Thu, 4 Dec 2003 13:46:21 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4LkLXJ049212; Thu, 4 Dec 2003 13:46:21 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4LkLfJ049211; Thu, 4 Dec 2003 13:46:21 -0800 (PST) (envelope-from pav) Message-Id: <200312042146.hB4LkLfJ049211@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 13:46:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefileports/deskutils/multisync-evolution Makefile pkg-descr pkg-plist ports/deskutils/multisync-evolution/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:46:22 -0000 pav 2003/12/04 13:46:21 PST FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/multisync-evolution Makefile pkg-descr pkg-plist deskutils/multisync-evolution/files patch-configure Log: Add Evolution plugin for Multisync, allowing to sync your calendar, contacts and todo from your Evolution with other devices. Approved by: adamw (mentor) Revision Changes Path 1.113 +1 -0 ports/deskutils/Makefile 1.1 +19 -0 ports/deskutils/multisync-evolution/Makefile (new) 1.1 +55 -0 ports/deskutils/multisync-evolution/files/patch-configure (new) 1.1 +5 -0 ports/deskutils/multisync-evolution/pkg-descr (new) 1.1 +4 -0 ports/deskutils/multisync-evolution/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:47:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B584316A4CE; Thu, 4 Dec 2003 13:47:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF8A43FB1; Thu, 4 Dec 2003 13:47:53 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4LlqXJ049278; Thu, 4 Dec 2003 13:47:52 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4LlqAZ049277; Thu, 4 Dec 2003 13:47:52 -0800 (PST) (envelope-from sergei) Message-Id: <200312042147.hB4LlqAZ049277@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 13:47:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/sec Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:47:53 -0000 sergei 2003/12/04 13:47:52 PST FreeBSD ports repository Modified files: sysutils/sec Makefile distinfo pkg-plist Log: - Update to 2.1.11 While I'm here: - Perl is only needed at run-time - Use canonical MASTER_SITE_SUBDIR - Install additional documentation PR: 59722 Submitted by: maintainer Revision Changes Path 1.3 +5 -7 ports/sysutils/sec/Makefile 1.3 +1 -1 ports/sysutils/sec/distinfo 1.2 +2 -0 ports/sysutils/sec/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:48:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0245216A4CF; Thu, 4 Dec 2003 13:48:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5684043FB1; Thu, 4 Dec 2003 13:48:01 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4Lm1XJ049335; Thu, 4 Dec 2003 13:48:01 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Lm1XH049330; Thu, 4 Dec 2003 13:48:01 -0800 (PST) (envelope-from pav) Message-Id: <200312042148.hB4Lm1XH049330@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 13:48:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefileports/deskutils/multisync-syncml Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:48:02 -0000 pav 2003/12/04 13:48:01 PST FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/multisync-syncml Makefile pkg-descr pkg-plist Log: Add SyncML plugin for Multisync. This allows to synchronize PIM data against SyncML compliant devices like some PDAs or mobile phones, and more importantly, to sync between two Multisync clients over network. Good solution for synchronizing your Evolution at home and at work. Approved by: adamw (mentor) Revision Changes Path 1.114 +1 -0 ports/deskutils/Makefile 1.1 +18 -0 ports/deskutils/multisync-syncml/Makefile (new) 1.1 +5 -0 ports/deskutils/multisync-syncml/pkg-descr (new) 1.1 +4 -0 ports/deskutils/multisync-syncml/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:49:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B9E916A4CE; Thu, 4 Dec 2003 13:49:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA8843FCB; Thu, 4 Dec 2003 13:49:47 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4LnlXJ049389; Thu, 4 Dec 2003 13:49:47 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4LnlJq049388; Thu, 4 Dec 2003 13:49:47 -0800 (PST) (envelope-from pav) Message-Id: <200312042149.hB4LnlJq049388@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 13:49:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:49:49 -0000 pav 2003/12/04 13:49:47 PST FreeBSD ports repository Modified files: . modules Log: Add multisync ports. Revision Changes Path 1.8693 +4 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:55:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E302716A4CF for ; Thu, 4 Dec 2003 13:55:23 -0800 (PST) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB2443FDF for ; Thu, 4 Dec 2003 13:55:13 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 21262 invoked from network); 4 Dec 2003 21:55:09 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Dec 2003 21:55:09 -0000 Received: from hydrogen.funkthat.com (ahevuh@localhost.funkthat.com [127.0.0.1])hB4Lt8gP090983; Thu, 4 Dec 2003 13:55:08 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB4Lt7lm090982; Thu, 4 Dec 2003 13:55:07 -0800 (PST) Date: Thu, 4 Dec 2003 13:55:07 -0800 From: John-Mark Gurney To: Marcel Moolenaar Message-ID: <20031204215507.GK54398@funkthat.com> References: <20031204.111430.78763615.imp@bsdimp.com> <20031204210904.GI54398@funkthat.com> <20031204213558.GB52636@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204213558.GB52636@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:55:24 -0000 Marcel Moolenaar wrote this message on Thu, Dec 04, 2003 at 13:35 -0800: > I think it's time people read the ACPI specification and try to > understand how things are supposed to work, including on non-i386 > platforms. I don't think I've heard of anything more silly than > having a table (disguised as a device) attach to a bus (which is > what ACPI disguises as). Should we get into the whole discussion how silly it is to think of amd64 as a tree when it's really a graph, and the whole bus that doesn't exist (nexus0) on UP boxes? :) Along with all the busses that aren't really, but need to be busses since that's how newbus talks about them. I only was proposing away to hook it in to make it a module using an existing infastructure. I assume that the madt may/can be replaced with a difference enumerator, since the apic can have multiple different enumerators. So, where is a website we could download the documentation from? :) A quick google search turned up nothing. P.S. I think it's time people read some newbus docs. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Thu Dec 4 13:57:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0473116A4CF; Thu, 4 Dec 2003 13:57:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B808F43F85; Thu, 4 Dec 2003 13:57:12 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4LvCXJ049717; Thu, 4 Dec 2003 13:57:12 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4LvCaJ049716; Thu, 4 Dec 2003 13:57:12 -0800 (PST) (envelope-from pav) Message-Id: <200312042157.hB4LvCaJ049716@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 13:57:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/nd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:57:14 -0000 pav 2003/12/04 13:57:12 PST FreeBSD ports repository Modified files: www/nd Makefile distinfo Log: - Update to 0.8.2 * Fix buffer overflow vulnerability. * Support properties which have namespace other than DAV:. * More options. PR: ports/59939 Submitted by: Volker Stolz (maintainer) Revision Changes Path 1.7 +2 -2 ports/www/nd/Makefile 1.6 +1 -1 ports/www/nd/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:00:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A1516A4D4; Thu, 4 Dec 2003 14:00:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E321E43FB1; Thu, 4 Dec 2003 14:00:20 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4M0KXJ049879; Thu, 4 Dec 2003 14:00:20 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4M0KkF049878; Thu, 4 Dec 2003 14:00:20 -0800 (PST) (envelope-from pav) Message-Id: <200312042200.hB4M0KkF049878@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 14:00:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/gnokii Makefile distinfo pkg-message pkg-plist ports/comms/gnokii/files patch-Docs-Makefile patch-common-gsm-encoding.c patch-smsd-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:00:32 -0000 pav 2003/12/04 14:00:20 PST FreeBSD ports repository Modified files: comms/gnokii Makefile distinfo pkg-message pkg-plist comms/gnokii/files patch-Docs-Makefile patch-Makefile.global.in patch-common-Makefile Added files: comms/gnokii/files patch-common-gsm-encoding.c patch-smsd-Makefile Log: - Update to 0.5.6 - Add WITH_SMSD knob to enable build of SMS messaging daemon with optional MySQL or Postgresql backend PR: ports/54498 Submitted by: Guido Falsi Approved by: adamw (mentor) Revision Changes Path 1.24 +86 -21 ports/comms/gnokii/Makefile 1.7 +1 -1 ports/comms/gnokii/distinfo 1.5 +7 -7 ports/comms/gnokii/files/patch-Docs-Makefile 1.6 +6 -5 ports/comms/gnokii/files/patch-Makefile.global.in 1.2 +20 -9 ports/comms/gnokii/files/patch-common-Makefile 1.1 +21 -0 ports/comms/gnokii/files/patch-common-gsm-encoding.c (new) 1.1 +50 -0 ports/comms/gnokii/files/patch-smsd-Makefile (new) 1.4 +5 -2 ports/comms/gnokii/pkg-message 1.7 +12 -1 ports/comms/gnokii/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:11:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8743016A4CE; Thu, 4 Dec 2003 14:11:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 991F943F85; Thu, 4 Dec 2003 14:11:01 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4MB1XJ051149; Thu, 4 Dec 2003 14:11:01 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4MB1nH051148; Thu, 4 Dec 2003 14:11:01 -0800 (PST) (envelope-from pav) Message-Id: <200312042211.hB4MB1nH051148@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 14:11:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/eldav.el Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:11:02 -0000 pav 2003/12/04 14:11:01 PST FreeBSD ports repository Modified files: www/eldav.el Makefile distinfo Log: - Update to 0.8.1 PR: ports/59947 Submitted by: Volker Stolz (maintainer) Revision Changes Path 1.6 +1 -1 ports/www/eldav.el/Makefile 1.5 +1 -1 ports/www/eldav.el/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:14:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8DDF16A4CE; Thu, 4 Dec 2003 14:14:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE2D543FB1; Thu, 4 Dec 2003 14:14:37 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4MEbXJ051287; Thu, 4 Dec 2003 14:14:37 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4MEbSF051286; Thu, 4 Dec 2003 14:14:37 -0800 (PST) (envelope-from sergei) Message-Id: <200312042214.hB4MEbSF051286@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 14:14:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/tcpstat Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:14:38 -0000 sergei 2003/12/04 14:14:37 PST FreeBSD ports repository Modified files: net/tcpstat Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.5 - Assign maintainership to the submitter While I'm here: - Silence configure warning - Install some documentation PR: 59920 Submitted by: Vincent Tantardini Revision Changes Path 1.5 +12 -4 ports/net/tcpstat/Makefile 1.2 +1 -1 ports/net/tcpstat/distinfo 1.2 +0 -3 ports/net/tcpstat/pkg-descr 1.2 +8 -0 ports/net/tcpstat/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:21:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7E8C16A4CE; Thu, 4 Dec 2003 14:21:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 164AD43F3F; Thu, 4 Dec 2003 14:21:29 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4MLSXJ051574; Thu, 4 Dec 2003 14:21:28 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4MLSZl051573; Thu, 4 Dec 2003 14:21:28 -0800 (PST) (envelope-from sergei) Message-Id: <200312042221.hB4MLSZl051573@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 14:21:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-HTML-Mason Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:21:29 -0000 sergei 2003/12/04 14:21:28 PST FreeBSD ports repository Modified files: www/p5-HTML-Mason Makefile distinfo Log: - Update to 1.24 PR: 59408 Submitted by: maintainer Revision Changes Path 1.40 +1 -1 ports/www/p5-HTML-Mason/Makefile 1.24 +1 -1 ports/www/p5-HTML-Mason/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:24:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0BF916A4CE; Thu, 4 Dec 2003 14:24:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BCE43FB1; Thu, 4 Dec 2003 14:24:27 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4MOQXJ052143; Thu, 4 Dec 2003 14:24:26 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4MOQF5052142; Thu, 4 Dec 2003 14:24:26 -0800 (PST) (envelope-from pav) Message-Id: <200312042224.hB4MOQF5052142@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 14:24:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/xtraceroute Makefile distinfo pkg-plist ports/net/xtraceroute/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:24:28 -0000 pav 2003/12/04 14:24:26 PST FreeBSD ports repository Modified files: net/xtraceroute Makefile distinfo pkg-plist Removed files: net/xtraceroute/files patch-aa patch-ab Log: - Update to 0.9.1 PR: ports/59950 Submitted by: Clement Laforet Revision Changes Path 1.21 +5 -5 ports/net/xtraceroute/Makefile 1.3 +1 -1 ports/net/xtraceroute/distinfo 1.5 +0 -23 ports/net/xtraceroute/files/patch-aa (dead) 1.3 +0 -16 ports/net/xtraceroute/files/patch-ab (dead) 1.3 +6 -4 ports/net/xtraceroute/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:26:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C47916A4CE; Thu, 4 Dec 2003 14:26:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4721444020; Thu, 4 Dec 2003 14:26:41 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4MQeXJ052324; Thu, 4 Dec 2003 14:26:40 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4MQeN1052323; Thu, 4 Dec 2003 14:26:40 -0800 (PST) (envelope-from sergei) Message-Id: <200312042226.hB4MQeN1052323@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 4 Dec 2003 14:26:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-GnuPG Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:26:42 -0000 sergei 2003/12/04 14:26:40 PST FreeBSD ports repository Modified files: mail/p5-Mail-GnuPG Makefile Log: - Add missing dependency on mail/p5-MIME-Tools PR: 58987 Submitted by: portsspam@batterybackups.net Approved by: maintainer Revision Changes Path 1.2 +2 -1 ports/mail/p5-Mail-GnuPG/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:31:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6410C16A4D0; Thu, 4 Dec 2003 14:31:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F0FC43FE5; Thu, 4 Dec 2003 14:31:15 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4MVFXJ052564; Thu, 4 Dec 2003 14:31:15 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4MVFFM052563; Thu, 4 Dec 2003 14:31:15 -0800 (PST) (envelope-from obraun) Message-Id: <200312042231.hB4MVFFM052563@repoman.freebsd.org> From: Oliver Braun Date: Thu, 4 Dec 2003 14:31:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/hugs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:31:16 -0000 obraun 2003/12/04 14:31:15 PST FreeBSD ports repository Modified files: lang/hugs Makefile distinfo pkg-plist Log: Upgrade to Nov2003 release. Builds fine on alpha and sparc64 now. Parts submitted by: Volker Stolz Revision Changes Path 1.24 +5 -8 ports/lang/hugs/Makefile 1.10 +1 -1 ports/lang/hugs/distinfo 1.14 +134 -191 ports/lang/hugs/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:32:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1AC16A4CE; Thu, 4 Dec 2003 14:32:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F8DE43FD7; Thu, 4 Dec 2003 14:32:46 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4MWkXJ052613; Thu, 4 Dec 2003 14:32:46 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4MWkRJ052612; Thu, 4 Dec 2003 14:32:46 -0800 (PST) (envelope-from pav) Message-Id: <200312042232.hB4MWkRJ052612@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 14:32:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xaniroc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:32:47 -0000 pav 2003/12/04 14:32:46 PST FreeBSD ports repository Modified files: x11/xaniroc Makefile Log: - Domain with MASTER_SITE is now owned by cybersquatters, it's gone from mirror too. Maintainer put distfile on his ftp site. PR: ports/59951 Submitted by: Stefan 'Sec' Zehl (maintainer) Revision Changes Path 1.9 +1 -2 ports/x11/xaniroc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:37:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30FE616A4CE; Thu, 4 Dec 2003 14:37:58 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B534743F93; Thu, 4 Dec 2003 14:37:56 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id hB4Mb2eF035869; Thu, 4 Dec 2003 14:37:06 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200312042237.hB4Mb2eF035869@gw.catspoiler.org> Date: Thu, 4 Dec 2003 14:37:02 -0800 (PST) From: Don Lewis To: gurney_j@efn.org In-Reply-To: <20031204215507.GK54398@funkthat.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: src-committers@FreeBSD.org cc: imp@bsdimp.com cc: jhb@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: marcel@xcllnt.net Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:37:58 -0000 On 4 Dec, John-Mark Gurney wrote: > Marcel Moolenaar wrote this message on Thu, Dec 04, 2003 at 13:35 -0800: >> I think it's time people read the ACPI specification and try to >> understand how things are supposed to work, including on non-i386 >> platforms. I don't think I've heard of anything more silly than >> having a table (disguised as a device) attach to a bus (which is >> what ACPI disguises as). > So, where is a website we could download the documentation from? :) > A quick google search turned up nothing. From owner-cvs-all@FreeBSD.ORG Thu Dec 4 14:51:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D1B816A4CE; Thu, 4 Dec 2003 14:51:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1AC443FCB; Thu, 4 Dec 2003 14:51:44 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4MpiXJ053284; Thu, 4 Dec 2003 14:51:44 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4MpiWv053283; Thu, 4 Dec 2003 14:51:44 -0800 (PST) (envelope-from obraun) Message-Id: <200312042251.hB4MpiWv053283@repoman.freebsd.org> From: Oliver Braun Date: Thu, 4 Dec 2003 14:51:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-uni Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:51:45 -0000 obraun 2003/12/04 14:51:44 PST FreeBSD ports repository Modified files: devel/hs-uni Makefile distinfo pkg-message pkg-plist Log: * Developer released a new tarball without incrementing the version number (verified). Upgrade to this version and bump PORTREVISION. * Allow choosing of TK Version (default 8.4) PR: ports/59618 Submitted by: maintainer Revision Changes Path 1.2 +48 -8 ports/devel/hs-uni/Makefile 1.2 +1 -1 ports/devel/hs-uni/distinfo 1.2 +10 -1 ports/devel/hs-uni/pkg-message 1.2 +29 -50 ports/devel/hs-uni/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 15:03:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E9D16A4CE; Thu, 4 Dec 2003 15:03:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014C643F3F; Thu, 4 Dec 2003 15:03:23 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4N3MXJ054554; Thu, 4 Dec 2003 15:03:22 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4N3MwW054553; Thu, 4 Dec 2003 15:03:22 -0800 (PST) (envelope-from linimon) Message-Id: <200312042303.hB4N3MwW054553@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 15:03:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/enfle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:03:23 -0000 linimon 2003/12/04 15:03:22 PST FreeBSD ports repository Modified files: graphics/enfle Makefile Log: Mark as broken due to gcc3.3. PR: ports/59804 and no response yet from maintainer. Revision Changes Path 1.30 +7 -1 ports/graphics/enfle/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 15:04:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A33C16A4CE; Thu, 4 Dec 2003 15:04:15 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0776C43FE9; Thu, 4 Dec 2003 15:04:12 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E12AD2A7EA; Thu, 4 Dec 2003 15:04:11 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: John Baldwin In-Reply-To: Date: Thu, 04 Dec 2003 15:04:11 -0800 From: Peter Wemm Message-Id: <20031204230411.E12AD2A7EA@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mptable.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:04:15 -0000 John Baldwin wrote: > > On 04-Dec-2003 Nate Lawson wrote: > > On Wed, 3 Dec 2003, John Baldwin wrote: > >> - Allow the apic device to be disabled via 'hint.apic.0.disabled' from t he > >> loader. Note that since this is done in the local APIC code, it works > >> for both the ACPI and non-ACPI cases. > >> > >> Approved by: re (scott / blanket) > >> > >> Revision Changes Path > >> 1.8 +2 -3 src/sys/i386/acpica/madt.c > >> 1.4 +16 -24 src/sys/i386/i386/local_apic.c > >> 1.228 +2 -2 src/sys/i386/i386/mptable.c > >> > >> static void > >> apic_init(void *dummy __unused) > >> { > >> struct apic_enumerator *enumerator; > >> + uint64_t apic_base; > >> int retval, best; > >> > >> /* We only support built in local APICs. */ > >> if (!(cpu_feature & CPUID_APIC)) > >> return; > >> > >> + /* Don't probe if APIC mode is disabled. */ > >> + if (resource_disabled("apic", 0)) > >> + return; > >> + > > > > Isn't the code that Peter just committed to amd64 redundant with this? > > His code only works for the ACPI case and doesn't handle the MP Table > case. Correct. But we dont compile in the mptable code by default on the amd64 boxes. I've been meaning to merge this all across anyway. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Thu Dec 4 15:09:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C37B816A4CE; Thu, 4 Dec 2003 15:09:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210D743F75; Thu, 4 Dec 2003 15:09:32 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4N9VXJ054762; Thu, 4 Dec 2003 15:09:31 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4N9VTQ054761; Thu, 4 Dec 2003 15:09:31 -0800 (PST) (envelope-from obraun) Message-Id: <200312042309.hB4N9VTQ054761@repoman.freebsd.org> From: Oliver Braun Date: Thu, 4 Dec 2003 15:09:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/chameleon Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:09:32 -0000 obraun 2003/12/04 15:09:31 PST FreeBSD ports repository Modified files: lang/chameleon Makefile distinfo pkg-plist Log: Upgrade to 03-11. Revision Changes Path 1.5 +6 -3 ports/lang/chameleon/Makefile 1.4 +1 -1 ports/lang/chameleon/distinfo 1.3 +4 -57 ports/lang/chameleon/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 15:33:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D287A16A4CE; Thu, 4 Dec 2003 15:33:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D54A43FDF; Thu, 4 Dec 2003 15:33:38 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4NXbXJ055556; Thu, 4 Dec 2003 15:33:37 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4NXbl0055555; Thu, 4 Dec 2003 15:33:37 -0800 (PST) (envelope-from ache) Message-Id: <200312042333.hB4NXbl0055555@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 4 Dec 2003 15:33:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/milter-sender Makefile distinfo pkg-plist ports/mail/milter-sender/files patch-ab patch-ae X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:33:39 -0000 ache 2003/12/04 15:33:37 PST FreeBSD ports repository Modified files: mail/milter-sender Makefile distinfo pkg-plist mail/milter-sender/files patch-ab Added files: mail/milter-sender/files patch-ae Log: Upgrade to 0.47 Revision Changes Path 1.19 +3 -3 ports/mail/milter-sender/Makefile 1.9 +2 -2 ports/mail/milter-sender/distinfo 1.4 +3 -4 ports/mail/milter-sender/files/patch-ab 1.3 +12 -0 ports/mail/milter-sender/files/patch-ae (new) 1.5 +0 -1 ports/mail/milter-sender/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 15:46:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 742AA16A4DF; Thu, 4 Dec 2003 15:46:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB0443FB1; Thu, 4 Dec 2003 15:46:57 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4NkvXJ056076; Thu, 4 Dec 2003 15:46:57 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4NkvXb056075; Thu, 4 Dec 2003 15:46:57 -0800 (PST) (envelope-from linimon) Message-Id: <200312042346.hB4NkvXb056075@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 15:46:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qpopper Makefile pkg-plist ports/mail/qpopper/files patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:46:58 -0000 linimon 2003/12/04 15:46:57 PST FreeBSD ports repository Modified files: mail/qpopper Makefile pkg-plist mail/qpopper/files patch-configure.in Log: Add a knob WITHOUT_APOP for configurations where the apop-feature is in the way. Update OpenSSL-support, include security/openssl/bsd.openssl.mk, remove usage of deprecated librsaref/libRSAglue, add a knob WITHOUT_SSL. Pacify portlint. Terminate all sentences in comments with a period. Replace spaces with tabs in pre-everything:: messages to print out an aligned table. PR: ports/53401 Submitted by: Marius Strobl (Committed on behalf of lioux@, who is having machine problems) Revision Changes Path 1.77 +54 -45 ports/mail/qpopper/Makefile 1.2 +0 -9 ports/mail/qpopper/files/patch-configure.in 1.17 +3 -3 ports/mail/qpopper/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 15:48:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65D216A4CE; Thu, 4 Dec 2003 15:48:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D2DC43F75; Thu, 4 Dec 2003 15:48:53 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4NmqXJ056153; Thu, 4 Dec 2003 15:48:52 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Nmqeq056152; Thu, 4 Dec 2003 15:48:52 -0800 (PST) (envelope-from pav) Message-Id: <200312042348.hB4Nmqeq056152@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 15:48:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/R-letter Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:48:53 -0000 pav 2003/12/04 15:48:52 PST FreeBSD ports repository Modified files: math/R-letter Makefile distinfo pkg-plist Log: - Update to 1.8.1 PR: ports/59963 Submitted by: Eric van Gyzen (maintainer) Revision Changes Path 1.34 +1 -1 ports/math/R-letter/Makefile 1.17 +1 -1 ports/math/R-letter/distinfo 1.20 +16 -3 ports/math/R-letter/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 15:53:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F8C16A4CE; Thu, 4 Dec 2003 15:53:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 792C143FD7; Thu, 4 Dec 2003 15:53:54 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4NrsXJ056365; Thu, 4 Dec 2003 15:53:54 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Nrsac056364; Thu, 4 Dec 2003 15:53:54 -0800 (PST) (envelope-from bmah) Message-Id: <200312042353.hB4Nrsac056364@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 15:53:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:53:55 -0000 bmah 2003/12/04 15:53:54 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: New (well, belatedly added) errta: SA-03:19. Approved by: re (implicitly) Revision Changes Path 1.54 +8 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 4 15:59:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E69A16A4CE; Thu, 4 Dec 2003 15:59:13 -0800 (PST) Received: from peedub.jennejohn.org (p213.54.255.239.tisdip.tiscali.de [213.54.255.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BEB43FA3; Thu, 4 Dec 2003 15:59:11 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.10/8.11.6) with ESMTP id hB4Nx0FI005943; Fri, 5 Dec 2003 00:59:01 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200312042359.hB4Nx0FI005943@peedub.jennejohn.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: "Brian F. Feldman" In-Reply-To: Message from "Brian F. Feldman" <200312041943.hB4JhK6I007082@green.bikeshed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 05 Dec 2003 00:59:00 +0100 From: Gary Jennejohn cc: Alexey Dokuchaev cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Andreas Klemm cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:59:13 -0000 "Brian F. Feldman" writes: > Andreas Klemm wrote: > > BTW, robert, if you already think of terms to "waste" time > > for loadable editor modules ... the only thing I'm really > > missing in standard vi is an extended command line with > > - history function > > - save history and > > - editable like everything other compiled and linked with readline lib. > > > > That would be a great change to nvi, that brings the most important > > user friendlyness, that really would be a big win ... > > I like that idea a lot. I already use vi keys for my ksh command line > editing, so if I could get the same kind of thing in my v... err.... > > I don't think it would be exactly the most trivial thing to give nvi > vi-command-history, but it's certainly worth doing. It doesn't use > -ledit or -lreadline, though I _imagine_ it wouldn't be hard to make just > ":" do that, but history would be more difficult again if you want to > support multiple windows in nvi with different history. > (x)vile already has functionality to edit thiings like search patterns and file names (using the arrow keys to move around). It also keeps track of quite a few of the last search patterns and allows scrolling through them using the arrow keys. I'm not aware of any way to save history, though. It also doesn't keep a history of the last commands entered AFAIK. But then, there's always ``.''. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:01:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4A116A4CE; Thu, 4 Dec 2003 16:01:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D05343F85; Thu, 4 Dec 2003 16:01:30 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB501UXJ056690; Thu, 4 Dec 2003 16:01:30 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB501U0J056689; Thu, 4 Dec 2003 16:01:30 -0800 (PST) (envelope-from bmah) Message-Id: <200312050001.hB501U0J056689@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 16:01:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:01:31 -0000 bmah 2003/12/04 16:01:30 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: MFC: SA-03:19. Revision Changes Path 1.1.2.119 +8 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:02:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709CC16A4CE; Thu, 4 Dec 2003 16:02:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F2443FBD; Thu, 4 Dec 2003 16:02:41 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB502fXJ056762; Thu, 4 Dec 2003 16:02:41 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB502fV5056761; Thu, 4 Dec 2003 16:02:41 -0800 (PST) (envelope-from tobez) Message-Id: <200312050002.hB502fV5056761@repoman.freebsd.org> From: Anton Berezin Date: Thu, 4 Dec 2003 16:02:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mathopd Makefile distinfo pkg-plist ports/www/mathopd/files mathopd.conf.sample patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:02:42 -0000 tobez 2003/12/04 16:02:41 PST FreeBSD ports repository Modified files: www/mathopd Makefile distinfo pkg-plist www/mathopd/files patch-aa Added files: www/mathopd/files patch-ab Removed files: www/mathopd/files mathopd.conf.sample Log: Update to 1.4p2. Revision Changes Path 1.14 +8 -8 ports/www/mathopd/Makefile 1.7 +1 -1 ports/www/mathopd/distinfo 1.2 +0 -123 ports/www/mathopd/files/mathopd.conf.sample (dead) 1.3 +31 -15 ports/www/mathopd/files/patch-aa 1.1 +6 -0 ports/www/mathopd/files/patch-ab (new) 1.2 +11 -5 ports/www/mathopd/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:06:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2502E16A4CE; Thu, 4 Dec 2003 16:06:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD9843F3F; Thu, 4 Dec 2003 16:06:11 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB506BXJ057803; Thu, 4 Dec 2003 16:06:11 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB506BmW057802; Thu, 4 Dec 2003 16:06:11 -0800 (PST) (envelope-from bmah) Message-Id: <200312050006.hB506BmW057802@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 16:06:11 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.1R errata.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:06:12 -0000 bmah 2003/12/04 16:06:11 PST FreeBSD doc repository Modified files: en/releases/5.1R errata.html Log: Regen from article.sgml 1.54. Revision Changes Path 1.14 +19 -11 www/en/releases/5.1R/errata.html From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:07:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389C116A4CE; Thu, 4 Dec 2003 16:07:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33CC443FE0; Thu, 4 Dec 2003 16:07:25 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB507PXJ057852; Thu, 4 Dec 2003 16:07:25 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB507OhN057851; Thu, 4 Dec 2003 16:07:24 -0800 (PST) (envelope-from bmah) Message-Id: <200312050007.hB507OhN057851@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 16:07:24 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/4.9R errata.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:07:26 -0000 bmah 2003/12/04 16:07:24 PST FreeBSD doc repository Modified files: en/releases/4.9R errata.html Log: Regen from articl.sgml 1.1.2.119. Revision Changes Path 1.7 +8 -3 www/en/releases/4.9R/errata.html From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:07:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EDAA16A4CF; Thu, 4 Dec 2003 16:07:52 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF6D43FDD; Thu, 4 Dec 2003 16:07:50 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7642166D35; Thu, 4 Dec 2003 16:07:50 -0800 (PST) Date: Thu, 4 Dec 2003 16:07:50 -0800 From: Kris Kennaway To: Mark Linimon Message-ID: <20031205000750.GA93381@xor.obsecurity.org> References: <200312042346.hB4NkvXb056075@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <200312042346.hB4NkvXb056075@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile pkg-plist ports/mail/qpopper/files patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:07:52 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 04, 2003 at 03:46:57PM -0800, Mark Linimon wrote: > linimon 2003/12/04 15:46:57 PST >=20 > FreeBSD ports repository >=20 > Modified files: > mail/qpopper Makefile pkg-plist=20 > mail/qpopper/files patch-configure.in=20 > Log: > Add a knob WITHOUT_APOP for configurations where the apop-feature is in= the way. > Update OpenSSL-support, include security/openssl/bsd.openssl.mk, Wasn't bsd.openssl.mk moved from this location? Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/z8xVWry0BWjoQKURAo8fAJ9rERw5GIBpsDIVzOqIAF8Kk+OstACfar1R eprrjWwsR1TSITXRYAwQyQU= =AH0n -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:19:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D41E316A4CE; Thu, 4 Dec 2003 16:19:25 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE45343F75; Thu, 4 Dec 2003 16:19:24 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.com (cs242719-195.austin.rr.com [24.27.19.195]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 33AFC14688; Thu, 4 Dec 2003 18:19:23 -0600 (CST) Message-ID: <3FCFCEED.2070401@lonesome.com> Date: Thu, 04 Dec 2003 18:18:53 -0600 From: Mark Linimon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030713 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200312042346.hB4NkvXb056075@repoman.freebsd.org> <20031205000750.GA93381@xor.obsecurity.org> In-Reply-To: <20031205000750.GA93381@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile pkg-plist ports/mail/qpopper/files patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:19:26 -0000 Sigh. the perils of trying to salvage old PRs ... mcl From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:20:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F0416A4CF for ; Thu, 4 Dec 2003 16:20:59 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D1DC43FCB for ; Thu, 4 Dec 2003 16:20:55 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 24816 invoked by uid 1000); 5 Dec 2003 00:20:56 -0000 Date: Thu, 4 Dec 2003 16:20:56 -0800 (PST) From: Nate Lawson To: Marcel Moolenaar In-Reply-To: <20031204213558.GB52636@dhcp01.pn.xcllnt.net> Message-ID: <20031204162032.Q24814@root.org> References: <20031204.111430.78763615.imp@bsdimp.com> <20031204213558.GB52636@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Baldwin cc: cvs-src@FreeBSD.org cc: John-Mark Gurney cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:21:00 -0000 On Thu, 4 Dec 2003, Marcel Moolenaar wrote: > On Thu, Dec 04, 2003 at 01:09:04PM -0800, John-Mark Gurney wrote: > > > > One way would be to make acpi a newbus (which is what I believe Warner > > is thinking of) attachment... Then madt would become a device off the > > acpi bus... > > I think it's time people read the ACPI specification and try to > understand how things are supposed to work, including on non-i386 > platforms. I don't think I've heard of anything more silly than > having a table (disguised as a device) attach to a bus (which is > what ACPI disguises as). Yes, acpi is already a bus. See devinfo with acpi loaded. -Nate From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:24:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D933D16A4CE; Thu, 4 Dec 2003 16:24:50 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B72143F75; Thu, 4 Dec 2003 16:24:49 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.com (cs242719-195.austin.rr.com [24.27.19.195]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id B0F9914691; Thu, 4 Dec 2003 18:24:48 -0600 (CST) Message-ID: <3FCFD032.8070005@lonesome.com> Date: Thu, 04 Dec 2003 18:24:18 -0600 From: Mark Linimon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030713 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200312042346.hB4NkvXb056075@repoman.freebsd.org> <20031205000750.GA93381@xor.obsecurity.org> In-Reply-To: <20031205000750.GA93381@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile pkg-plist ports/mail/qpopper/files patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:24:51 -0000 > > >> Update OpenSSL-support, include security/openssl/bsd.openssl.mk, >> >> >Wasn't bsd.openssl.mk moved from this location? > > The comment is stale but the Makefile itself is OK, it merely sets USE_OPENSSL. mcl From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:26:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D0716A4CE; Thu, 4 Dec 2003 16:26:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41A143F75; Thu, 4 Dec 2003 16:26:19 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50QJXJ058442; Thu, 4 Dec 2003 16:26:19 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50QJLp058441; Thu, 4 Dec 2003 16:26:19 -0800 (PST) (envelope-from linimon) Message-Id: <200312050026.hB50QJLp058441@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 16:26:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qpopper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:26:20 -0000 linimon 2003/12/04 16:26:19 PST FreeBSD ports repository Modified files: mail/qpopper Makefile Log: Forced commit to note that the comment about the location of the SSL include was wrong (cut and pasted from the original PR). The Makefile logic does the Right Thing. Revision Changes Path 1.78 +0 -0 ports/mail/qpopper/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:46:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49AF616A4CE; Thu, 4 Dec 2003 16:46:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B2CF43F85; Thu, 4 Dec 2003 16:46:03 -0800 (PST) (envelope-from mikeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50k3XJ059230; Thu, 4 Dec 2003 16:46:03 -0800 (PST) (envelope-from mikeh@repoman.freebsd.org) Received: (from mikeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50k3FV059229; Thu, 4 Dec 2003 16:46:03 -0800 (PST) (envelope-from mikeh) Message-Id: <200312050046.hB50k3FV059229@repoman.freebsd.org> From: Mike Heffner Date: Thu, 4 Dec 2003 16:46:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/libcheck Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:46:04 -0000 mikeh 2003/12/04 16:46:02 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/libcheck Makefile distinfo pkg-descr pkg-plist Log: Add libcheck 0.8.4, a unit test framework for C. PR: 59280 Submitted by: mikeh@FreeBSD.org Revision Changes Path 1.1365 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/libcheck/Makefile (new) 1.1 +1 -0 ports/devel/libcheck/distinfo (new) 1.1 +24 -0 ports/devel/libcheck/pkg-descr (new) 1.1 +16 -0 ports/devel/libcheck/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:47:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB9216A4CE; Thu, 4 Dec 2003 16:47:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4420A43FCB; Thu, 4 Dec 2003 16:47:29 -0800 (PST) (envelope-from mikeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50lSXJ064984; Thu, 4 Dec 2003 16:47:28 -0800 (PST) (envelope-from mikeh@repoman.freebsd.org) Received: (from mikeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50lSMV064983; Thu, 4 Dec 2003 16:47:28 -0800 (PST) (envelope-from mikeh) Message-Id: <200312050047.hB50lSMV064983@repoman.freebsd.org> From: Mike Heffner Date: Thu, 4 Dec 2003 16:47:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:47:30 -0000 X-List-Received-Date: Fri, 05 Dec 2003 00:47:30 -0000 mikeh 2003/12/04 16:47:28 PST FreeBSD ports repository Modified files: . modules Log: libcheck --> ports/devel/libcheck Revision Changes Path 1.8694 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:48:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E432516A4CE; Thu, 4 Dec 2003 16:48:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E4C043FAF; Thu, 4 Dec 2003 16:48:28 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50mRXJ065057; Thu, 4 Dec 2003 16:48:27 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50mRor065056; Thu, 4 Dec 2003 16:48:27 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050048.hB50mRor065056@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 16:48:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/commoncpp Makefile distinfo pkg-descr pkg-plist ports/devel/commoncpp/files patch-config:ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:48:29 -0000 ijliao 2003/12/04 16:48:27 PST FreeBSD ports repository Modified files: devel/commoncpp Makefile distinfo pkg-descr pkg-plist Added files: devel/commoncpp/files patch-config:ltmain.sh Log: upgrade to 1.0.13 Revision Changes Path 1.15 +16 -98 ports/devel/commoncpp/Makefile 1.8 +1 -1 ports/devel/commoncpp/distinfo 1.1 +15 -0 ports/devel/commoncpp/files/patch-config:ltmain.sh (new) 1.5 +1 -2 ports/devel/commoncpp/pkg-descr 1.9 +2 -9 ports/devel/commoncpp/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:54:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 075AA16A4CE; Thu, 4 Dec 2003 16:54:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B63043FE3; Thu, 4 Dec 2003 16:54:50 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50soXJ065333; Thu, 4 Dec 2003 16:54:50 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50sn6q065332; Thu, 4 Dec 2003 16:54:49 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050054.hB50sn6q065332@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 16:54:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/tipograf Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:54:52 -0000 ijliao 2003/12/04 16:54:49 PST FreeBSD ports repository Modified files: print Makefile Added files: print/tipograf Makefile distinfo pkg-descr pkg-plist Log: add tipograf 0.4 GUI for a2ps Revision Changes Path 1.260 +1 -0 ports/print/Makefile 1.1 +33 -0 ports/print/tipograf/Makefile (new) 1.1 +1 -0 ports/print/tipograf/distinfo (new) 1.1 +8 -0 ports/print/tipograf/pkg-descr (new) 1.1 +32 -0 ports/print/tipograf/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:55:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57DBB16A4CF; Thu, 4 Dec 2003 16:55:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEAF043FBD; Thu, 4 Dec 2003 16:54:59 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50sxXJ065383; Thu, 4 Dec 2003 16:54:59 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50sxLJ065382; Thu, 4 Dec 2003 16:54:59 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050054.hB50sxLJ065382@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 16:54:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:55:00 -0000 ijliao 2003/12/04 16:54:59 PST FreeBSD ports repository Modified files: . modules Log: tipograf --> ports/print/tipograf Revision Changes Path 1.8695 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:56:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F84816A4CE; Thu, 4 Dec 2003 16:56:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB4743F85; Thu, 4 Dec 2003 16:56:33 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50uXXJ065606; Thu, 4 Dec 2003 16:56:33 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50uWO7065605; Thu, 4 Dec 2003 16:56:32 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050056.hB50uWO7065605@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 16:56:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/qc-- Makefile distinfo pkg-descr pkg-plist ports/lang/qc--/files patch-camlburg:mkfile patch-doc:mkfile patch-interp:features.nw patch-interp:mkfile patch-src:mkfile patch-tools:mkfile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 00:56:34 -0000 ijliao 2003/12/04 16:56:32 PST FreeBSD ports repository Modified files: lang Makefile Added files: lang/qc-- Makefile distinfo pkg-descr pkg-plist lang/qc--/files patch-camlburg:mkfile patch-doc:mkfile patch-interp:features.nw patch-interp:mkfile patch-src:mkfile patch-tools:mkfile Log: add qc-- 20031201 The Quick C-- Compiler PR: 59893 Revision Changes Path 1.369 +1 -0 ports/lang/Makefile 1.1 +37 -0 ports/lang/qc--/Makefile (new) 1.1 +1 -0 ports/lang/qc--/distinfo (new) 1.1 +21 -0 ports/lang/qc--/files/patch-camlburg:mkfile (new) 1.1 +15 -0 ports/lang/qc--/files/patch-doc:mkfile (new) 1.1 +13 -0 ports/lang/qc--/files/patch-interp:features.nw (new) 1.1 +11 -0 ports/lang/qc--/files/patch-interp:mkfile (new) 1.1 +15 -0 ports/lang/qc--/files/patch-src:mkfile (new) 1.1 +21 -0 ports/lang/qc--/files/patch-tools:mkfile (new) 1.1 +12 -0 ports/lang/qc--/pkg-descr (new) 1.1 +8 -0 ports/lang/qc--/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:56:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E8316A4CF; Thu, 4 Dec 2003 16:56:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC47543FAF; Thu, 4 Dec 2003 16:56:40 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50ueXJ065644; Thu, 4 Dec 2003 16:56:40 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50uebS065643; Thu, 4 Dec 2003 16:56:40 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050056.hB50uebS065643@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 16:56:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:56:41 -0000 ijliao 2003/12/04 16:56:40 PST FreeBSD ports repository Modified files: . modules Log: qc-- --> ports/lang/qc-- Revision Changes Path 1.8696 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:57:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D51C16A4CE; Thu, 4 Dec 2003 16:57:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0C843FA3; Thu, 4 Dec 2003 16:57:12 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50vCXJ065689; Thu, 4 Dec 2003 16:57:12 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50vC2H065688; Thu, 4 Dec 2003 16:57:12 -0800 (PST) (envelope-from des) Message-Id: <200312050057.hB50vC2H065688@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Dec 2003 16:57:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 00:57:13 -0000 X-List-Received-Date: Fri, 05 Dec 2003 00:57:13 -0000 des 2003/12/04 16:57:11 PST FreeBSD src repository Modified files: sys/alpha/conf GENERIC.hints Log: Since the fdc driver can't autodetect the drive capacity on the Alpha, give it a hint that fd0 is a 1440 kB drive. PR: alpha/59026 Approved by: re (murray) Revision Changes Path 1.7 +1 -0 src/sys/alpha/conf/GENERIC.hints From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:57:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7DAC16A4CE; Thu, 4 Dec 2003 16:57:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F32743FB1; Thu, 4 Dec 2003 16:57:50 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50vnXJ065791; Thu, 4 Dec 2003 16:57:49 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50vnQw065790; Thu, 4 Dec 2003 16:57:49 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050057.hB50vnQw065790@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 16:57:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/libpdf++ Makefile distinfo pkg-descr pkg-plist ports/print/libpdf++/files patch-src:graph:image:Makefile.am patch-src:text:Error.cc patch-src:util:Error.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 00:57:51 -0000 ijliao 2003/12/04 16:57:49 PST FreeBSD ports repository Modified files: print Makefile Added files: print/libpdf++ Makefile distinfo pkg-descr pkg-plist print/libpdf++/files patch-ltmain.sh patch-src:graph:image:Header.cc patch-src:graph:image:Makefile.am patch-src:text:Error.cc patch-src:util:Error.cc Log: add libpdf++ 0.0.3 A C++ library to generate PDF files PR: 59892 Revision Changes Path 1.261 +1 -0 ports/print/Makefile 1.1 +40 -0 ports/print/libpdf++/Makefile (new) 1.1 +1 -0 ports/print/libpdf++/distinfo (new) 1.1 +15 -0 ports/print/libpdf++/files/patch-ltmain.sh (new) 1.1 +10 -0 ports/print/libpdf++/files/patch-src:graph:image:Header.cc (new) 1.1 +15 -0 ports/print/libpdf++/files/patch-src:graph:image:Makefile.am (new) 1.1 +10 -0 ports/print/libpdf++/files/patch-src:text:Error.cc (new) 1.1 +18 -0 ports/print/libpdf++/files/patch-src:util:Error.cc (new) 1.1 +4 -0 ports/print/libpdf++/pkg-descr (new) 1.1 +68 -0 ports/print/libpdf++/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:01:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F30416A4CE; Thu, 4 Dec 2003 17:01:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5D843FD7; Thu, 4 Dec 2003 17:01:26 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB511QXJ066078; Thu, 4 Dec 2003 17:01:26 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB511QR1066077; Thu, 4 Dec 2003 17:01:26 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050101.hB511QR1066077@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 17:01:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:01:27 -0000 ijliao 2003/12/04 17:01:26 PST FreeBSD ports repository Modified files: . modules Log: libpdf++ --> ports/print/libpdf++ Revision Changes Path 1.8697 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:01:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC6716A4CE; Thu, 4 Dec 2003 17:01:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A2C43FBD; Thu, 4 Dec 2003 17:01:58 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB511wXJ066180; Thu, 4 Dec 2003 17:01:58 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB511wZs066179; Thu, 4 Dec 2003 17:01:58 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050101.hB511wZs066179@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 17:01:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp Makefile ports/ftp/curlpp Makefile distinfo pkg-descr pkg-plist ports/ftp/curlpp/files patch-curlpp_config.in patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:01:59 -0000 ijliao 2003/12/04 17:01:58 PST FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/curlpp Makefile distinfo pkg-descr pkg-plist ftp/curlpp/files patch-curlpp_config.in patch-ltmain.sh Log: add curlpp 0.3.0 A C++ wrapper for libcurl PR: 59891 Revision Changes Path 1.68 +1 -0 ports/ftp/Makefile 1.1 +45 -0 ports/ftp/curlpp/Makefile (new) 1.1 +1 -0 ports/ftp/curlpp/distinfo (new) 1.1 +11 -0 ports/ftp/curlpp/files/patch-curlpp_config.in (new) 1.1 +15 -0 ports/ftp/curlpp/files/patch-ltmain.sh (new) 1.1 +1 -0 ports/ftp/curlpp/pkg-descr (new) 1.1 +75 -0 ports/ftp/curlpp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:02:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D17716A4CF; Thu, 4 Dec 2003 17:02:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7ADE43FD7; Thu, 4 Dec 2003 17:02:06 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5126XJ066234; Thu, 4 Dec 2003 17:02:06 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5126jT066232; Thu, 4 Dec 2003 17:02:06 -0800 (PST) (envelope-from ijliao) Message-Id: <200312050102.hB5126jT066232@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 4 Dec 2003 17:02:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:02:07 -0000 ijliao 2003/12/04 17:02:06 PST FreeBSD ports repository Modified files: . modules Log: curlpp --> ports/ftp/curlpp Revision Changes Path 1.8698 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:02:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B5FF16A4CE; Thu, 4 Dec 2003 17:02:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B092043FD7; Thu, 4 Dec 2003 17:02:46 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB512kXJ066266; Thu, 4 Dec 2003 17:02:46 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB512kcL066265; Thu, 4 Dec 2003 17:02:46 -0800 (PST) (envelope-from scottl) Message-Id: <200312050102.hB512kcL066265@repoman.freebsd.org> From: Scott Long Date: Thu, 4 Dec 2003 17:02:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:02:47 -0000 scottl 2003/12/04 17:02:46 PST FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: Fix a potential problem with atapi-cam where an incorrect flag is passed into the ata queueing layer. Approved by: re Revision Changes Path 1.29 +1 -1 src/sys/dev/ata/atapi-cam.c From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:07:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FBFF16A4CE; Thu, 4 Dec 2003 17:07:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CCE643F85; Thu, 4 Dec 2003 17:07:10 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5179XJ067394; Thu, 4 Dec 2003 17:07:09 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5179ea067393; Thu, 4 Dec 2003 17:07:09 -0800 (PST) (envelope-from linimon) Message-Id: <200312050107.hB5179ea067393@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 17:07:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/py-spambayes Makefile distinfo pkg-plist ports/mail/py-spambayes/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:07:11 -0000 linimon 2003/12/04 17:07:09 PST FreeBSD ports repository Modified files: mail/py-spambayes Makefile distinfo pkg-plist Removed files: mail/py-spambayes/files patch-setup.py Log: Update to 1.0a6. See CHANGELOG.txt for extensive list of configuration changes and bugfixes. Compiles on both 4.x and 5.x. PR: ports/57910 Submitted by: Marco Molteni Committed on behalf of lioux@, who is having machine problems. Revision Changes Path 1.5 +2 -2 ports/mail/py-spambayes/Makefile 1.4 +1 -1 ports/mail/py-spambayes/distinfo 1.3 +0 -11 ports/mail/py-spambayes/files/patch-setup.py (dead) 1.4 +21 -13 ports/mail/py-spambayes/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:20:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 684F016A4CE; Thu, 4 Dec 2003 17:20:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD56C43F85; Thu, 4 Dec 2003 17:20:51 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51KpXJ067877; Thu, 4 Dec 2003 17:20:51 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51KpJN067876; Thu, 4 Dec 2003 17:20:51 -0800 (PST) (envelope-from peter) Message-Id: <200312050120.hB51KpJN067876@repoman.freebsd.org> From: Peter Wemm Date: Thu, 4 Dec 2003 17:20:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/arts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:20:52 -0000 peter 2003/12/04 17:20:51 PST FreeBSD ports repository (src committer) Modified files: audio/arts Makefile Log: Make arts compile on amd64. The already-existing patches to use vasnprintf() solve it just fine, but it would help if the #ifdef HAVE_VASNPRINTF was actually turned on. Revision Changes Path 1.14 +1 -0 ports/audio/arts/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:32:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C7516A4CE; Thu, 4 Dec 2003 17:32:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D938543FE9; Thu, 4 Dec 2003 17:32:48 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51WmXJ068252; Thu, 4 Dec 2003 17:32:48 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51WmsK068251; Thu, 4 Dec 2003 17:32:48 -0800 (PST) (envelope-from linimon) Message-Id: <200312050132.hB51WmsK068251@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 17:32:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/avidemux2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:32:49 -0000 linimon 2003/12/04 17:32:48 PST FreeBSD ports repository Modified files: multimedia/avidemux2 Makefile Log: Reworked this new port Makefile per suggestions of adamw@ via email, to bring it up to more "modern" standards for GNOME Makefiles. Revision Changes Path 1.2 +3 -8 ports/multimedia/avidemux2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:36:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC8416A4D1; Thu, 4 Dec 2003 17:36:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B755543FBD; Thu, 4 Dec 2003 17:36:44 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51aiXJ068400; Thu, 4 Dec 2003 17:36:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51aibO068399; Thu, 4 Dec 2003 17:36:44 -0800 (PST) (envelope-from peter) Message-Id: <200312050136.hB51aibO068399@repoman.freebsd.org> From: Peter Wemm Date: Thu, 4 Dec 2003 17:36:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/amd64/gen makecontext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:36:45 -0000 peter 2003/12/04 17:36:44 PST FreeBSD src repository Modified files: lib/libc/amd64/gen makecontext.c Log: "Fix" makecontext() so that the C code begins execution with its ABI-required stack alignment. C code expects that the push of the return address disturbed the 16 byte alignment and it will take corrective measures to fix it before making another call. Of course, if its wrong to start with, then all hell breaks loose. Essentially we "fix" this by making the stack alignment odd to start with. This was one of the things that broke on libkse with apps that use floating point/varargs/etc. Approved by: re (scottl) Revision Changes Path 1.2 +6 -2 src/lib/libc/amd64/gen/makecontext.c From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:40:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F325016A4CE; Thu, 4 Dec 2003 17:40:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DD243FBF; Thu, 4 Dec 2003 17:40:36 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51eaXJ068625; Thu, 4 Dec 2003 17:40:36 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51eZWK068624; Thu, 4 Dec 2003 17:40:35 -0800 (PST) (envelope-from linimon) Message-Id: <200312050140.hB51eZWK068624@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 17:40:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-XQL Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:40:37 -0000 linimon 2003/12/04 17:40:35 PST FreeBSD ports repository Modified files: textproc/p5-XML-XQL Makefile distinfo Log: Update to 0.68: Delay calling tput until delimiters are needed, and don't call if user specifies his/her own delimiters first. Don't run tput if TERM is set to empty string. PR: ports/58472 Submitted by: ijliao Committed on behalf of lioux@, who is having machine troubles. Revision Changes Path 1.4 +5 -7 ports/textproc/p5-XML-XQL/Makefile 1.2 +1 -1 ports/textproc/p5-XML-XQL/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:41:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A726B16A4CE; Thu, 4 Dec 2003 17:41:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE0A43F85; Thu, 4 Dec 2003 17:41:43 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51fhXJ068664; Thu, 4 Dec 2003 17:41:43 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51fh6r068663; Thu, 4 Dec 2003 17:41:43 -0800 (PST) (envelope-from peter) Message-Id: <200312050141.hB51fh6r068663@repoman.freebsd.org> From: Peter Wemm Date: Thu, 4 Dec 2003 17:41:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/amd64/amd64 enter_uts.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:41:44 -0000 peter 2003/12/04 17:41:43 PST FreeBSD src repository Modified files: lib/libpthread/arch/amd64/amd64 enter_uts.S Log: Apply a second fix for stack alignment with libkse. This time, enter the UTS with the stack correctly aligned. Also, while here, use an indirect jump rather than the pushq/ret hack. This fixes threaded apps that use floating point for me, although it hasn't solved all the problems. It is an improvement though. Preservation of the 128 byte red zone hasn't been resolved yet. Approved by: re (scottl) Revision Changes Path 1.4 +2 -2 src/lib/libpthread/arch/amd64/amd64/enter_uts.S From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:42:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A22A116A4CE; Thu, 4 Dec 2003 17:42:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FEC43F3F; Thu, 4 Dec 2003 17:42:34 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51gYXJ068706; Thu, 4 Dec 2003 17:42:34 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51gYiX068705; Thu, 4 Dec 2003 17:42:34 -0800 (PST) (envelope-from leeym) Message-Id: <200312050142.hB51gYiX068705@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 4 Dec 2003 17:42:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spambnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:42:35 -0000 leeym 2003/12/04 17:42:34 PST FreeBSD ports repository Modified files: mail/spambnc Makefile distinfo Log: upgrading to 20031203 - upgrade The SpamBouncer to its latest version; - utilize DATADIR. PR: 59965 Submitted by: Thierry Thomas Revision Changes Path 1.20 +6 -6 ports/mail/spambnc/Makefile 1.14 +2 -2 ports/mail/spambnc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:46:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E0F16A4CE; Thu, 4 Dec 2003 17:46:06 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1824043F85; Thu, 4 Dec 2003 17:46:05 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hB51k4ml002957; Thu, 4 Dec 2003 20:46:04 -0500 (EST) Date: Thu, 4 Dec 2003 20:46:04 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Peter Wemm In-Reply-To: <200312050136.hB51aibO068399@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/amd64/gen makecontext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:46:06 -0000 On Thu, 4 Dec 2003, Peter Wemm wrote: > peter 2003/12/04 17:36:44 PST > > FreeBSD src repository > > Modified files: > lib/libc/amd64/gen makecontext.c > Log: > "Fix" makecontext() so that the C code begins execution with its > ABI-required stack alignment. C code expects that the push of the > return address disturbed the 16 byte alignment and it will take corrective > measures to fix it before making another call. Of course, if its wrong > to start with, then all hell breaks loose. Essentially we "fix" this > by making the stack alignment odd to start with. Hey, you didn't include this little bit of knowledge in your amd64 "notes" that you sent me ;-) > This was one of the things that broke on libkse with apps that use > floating point/varargs/etc. I guess we never hit this problem with the tests (ACE) that we ran on sledge... From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:46:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A94F16A4CF; Thu, 4 Dec 2003 17:46:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDBF43FEA; Thu, 4 Dec 2003 17:46:18 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51kIXJ068899; Thu, 4 Dec 2003 17:46:18 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51kI5O068898; Thu, 4 Dec 2003 17:46:18 -0800 (PST) (envelope-from peter) Message-Id: <200312050146.hB51kI5O068898@repoman.freebsd.org> From: Peter Wemm Date: Thu, 4 Dec 2003 17:46:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/XFree86-4-libraries/files patch-xkbfile-Imakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:46:19 -0000 peter 2003/12/04 17:46:18 PST FreeBSD ports repository (src committer) Added files: x11/XFree86-4-libraries/files patch-xkbfile-Imakefile Log: Second change to get kdebase3 to work on amd64. kdebase builds a plugin called kxkb.so, which links against libxkbfile. This is fatal on amd64 because XFree86 does not normally provide libxkbfile.so, and it is a guaranteed fatal error to link non-PIC code into a .so file. I have only arranged for libxkbfile.so to be build on amd64 so as to not risking distrubing dependencies on other platforms. Revision Changes Path 1.1 +15 -0 ports/x11/XFree86-4-libraries/files/patch-xkbfile-Imakefile (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 17:57:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 298EF16A4CE; Thu, 4 Dec 2003 17:57:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA6143FA3; Thu, 4 Dec 2003 17:57:05 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51v5XJ069238; Thu, 4 Dec 2003 17:57:05 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51v5Wm069237; Thu, 4 Dec 2003 17:57:05 -0800 (PST) (envelope-from peter) Message-Id: <200312050157.hB51v5Wm069237@repoman.freebsd.org> From: Peter Wemm Date: Thu, 4 Dec 2003 17:57:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/XFree86-4-libraries Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:57:06 -0000 peter 2003/12/04 17:57:05 PST FreeBSD ports repository (src committer) Modified files: x11/XFree86-4-libraries Makefile pkg-plist Log: Make this package on amd64 now that I've added two more files. Revision Changes Path 1.131 +7 -0 ports/x11/XFree86-4-libraries/Makefile 1.46 +2 -0 ports/x11/XFree86-4-libraries/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 18:08:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FEFB16A4CE; Thu, 4 Dec 2003 18:08:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A6343FDD; Thu, 4 Dec 2003 18:08:14 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB528DXJ070493; Thu, 4 Dec 2003 18:08:13 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB528DnA070490; Thu, 4 Dec 2003 18:08:13 -0800 (PST) (envelope-from matk) Message-Id: <200312050208.hB528DnA070490@repoman.freebsd.org> From: Mathew Kanner Date: Thu, 4 Dec 2003 18:08:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 02:08:15 -0000 matk 2003/12/04 18:08:13 PST FreeBSD src repository Modified files: sys/dev/sound/pcm channel.c Log: Fix some locking violations by creating seperate mutex classes for play and record channels. Approved by: seigo (mentor) Approved by: scottl (re) Revision Changes Path 1.93 +6 -3 src/sys/dev/sound/pcm/channel.c From owner-cvs-all@FreeBSD.ORG Thu Dec 4 20:10:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C011D16A4CE; Thu, 4 Dec 2003 20:10:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25CBC43FB1; Thu, 4 Dec 2003 20:10:32 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB54AVXJ076810; Thu, 4 Dec 2003 20:10:31 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB54AVPW076806; Thu, 4 Dec 2003 20:10:31 -0800 (PST) (envelope-from dinoex) Message-Id: <200312050410.hB54AVPW076806@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 4 Dec 2003 20:10:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 04:10:32 -0000 dinoex 2003/12/04 20:10:31 PST FreeBSD ports repository Modified files: . MOVED Log: - log migration of postgresql7-client Revision Changes Path 1.277 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Thu Dec 4 20:28:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87A616A4CE; Thu, 4 Dec 2003 20:28:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 108EF43FBF; Thu, 4 Dec 2003 20:28:04 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB54S3XJ077385; Thu, 4 Dec 2003 20:28:03 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB54S3VV077384; Thu, 4 Dec 2003 20:28:03 -0800 (PST) (envelope-from imp) Message-Id: <200312050428.hB54S3VV077384@repoman.freebsd.org> From: Warner Losh Date: Thu, 4 Dec 2003 20:28:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/init init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 04:28:04 -0000 imp 2003/12/04 20:28:03 PST FreeBSD src repository Modified files: sbin/init init.c Log: Fix the case where one goes from zero to more than zero items enabled in /etc/ttys. Before this fix, once the count of active services reaches 0, one could never restart any more without a reboot. Steve Passe did the leg work on this patch. After he found the fix, we discovered that an identical fix had been made to NetBSD. Approved by: re@ Approval tool: peril sensitive sunglasses Revision Changes Path 1.56 +0 -3 src/sbin/init/init.c From owner-cvs-all@FreeBSD.ORG Thu Dec 4 21:13:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE92316A4CE; Thu, 4 Dec 2003 21:13:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5F143F93; Thu, 4 Dec 2003 21:13:24 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB55DNXJ085570; Thu, 4 Dec 2003 21:13:23 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB55DN0d085569; Thu, 4 Dec 2003 21:13:23 -0800 (PST) (envelope-from kuriyama) Message-Id: <200312050513.hB55DN0d085569@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 4 Dec 2003 21:13:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/conserver-com Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 05:13:24 -0000 kuriyama 2003/12/04 21:13:23 PST FreeBSD ports repository Modified files: comms/conserver-com Makefile distinfo Log: Upgrade to 8.0.8. Revision Changes Path 1.17 +1 -1 ports/comms/conserver-com/Makefile 1.9 +1 -1 ports/comms/conserver-com/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 4 21:34:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3256416A4CE; Thu, 4 Dec 2003 21:34:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA0A43F93; Thu, 4 Dec 2003 21:34:07 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB55Y7XJ086275; Thu, 4 Dec 2003 21:34:07 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB55Y7et086274; Thu, 4 Dec 2003 21:34:07 -0800 (PST) (envelope-from linimon) Message-Id: <200312050534.hB55Y7et086274@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 21:34:07 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-xmltv Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 05:34:08 -0000 linimon 2003/12/04 21:34:07 PST FreeBSD ports repository Modified files: textproc/p5-xmltv Makefile distinfo pkg-plist Log: Update to 0.5.21 with large amounts of bugfixes and updated channel information. See ChangeLog for full details. PR: ports/58738 Submitted by: Lars Eggert Committed on behalf of lioux@, who is having machine problems. Revision Changes Path 1.10 +9 -9 ports/textproc/p5-xmltv/Makefile 1.7 +1 -1 ports/textproc/p5-xmltv/distinfo 1.8 +4 -4 ports/textproc/p5-xmltv/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 22:39:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D7616A4CE; Thu, 4 Dec 2003 22:39:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B345943FD7; Thu, 4 Dec 2003 22:39:12 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB56dCXJ089545; Thu, 4 Dec 2003 22:39:12 -0800 (PST) (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB56dCj4089544; Thu, 4 Dec 2003 22:39:12 -0800 (PST) (envelope-from sf) Message-Id: <200312050639.hB56dCj4089544@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 4 Dec 2003 22:39:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/enfle Makefileports/graphics/enfle/files patch-browseaction.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 06:39:13 -0000 sf 2003/12/04 22:39:12 PST FreeBSD ports repository Modified files: graphics/enfle Makefile Added files: graphics/enfle/files patch-browseaction.h Log: unbreak. Revision Changes Path 1.31 +0 -4 ports/graphics/enfle/Makefile 1.1 +11 -0 ports/graphics/enfle/files/patch-browseaction.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 22:48:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DC216A4CE; Thu, 4 Dec 2003 22:48:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 813E143F75; Thu, 4 Dec 2003 22:48:24 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB56mOXJ089877; Thu, 4 Dec 2003 22:48:24 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB56mOGY089876; Thu, 4 Dec 2003 22:48:24 -0800 (PST) (envelope-from marcus) Message-Id: <200312050648.hB56mOGY089876@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 4 Dec 2003 22:48:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports INDEX-5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 06:48:25 -0000 marcus 2003/12/04 22:48:23 PST FreeBSD ports repository Modified files: . INDEX-5 Log: This is the 5.2-RELEASE INDEX-5 file. As I was looking back on the days leading up to the src and ports freeze, one thing stood out. My freebsd-current mail folder had was larger than a Slashdot thread on Microsoft acquiring RedHat. Was all of this patches to fix the 5.2-RELEASE TODO items? Nope. But it was part of FreeBSD none-the-less. So, in honor of those countless messages, I proudly present "Bikeshed," a song sung to the tune of Devo's classic, "Whip it." Paint that shed Restart the same old thread Flame that list Now everyone is pissed When 5.2-RELEASE comes along You must bikeshed We need a new commit song Call it "Bikeshed" The developer is wrong You must bikeshed! Dynamically link /sbin You must bikeshed Do the same to /bin You must bikeshed No one gets their way When they bikeshed I say bikeshed! Paint it blue This INDEX-5 file contains 9724 ports (no, it's not prime). Revision Changes Path 1.16 +5972 -5970 ports/INDEX-5 From owner-cvs-all@FreeBSD.ORG Thu Dec 4 22:52:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF7016A4CE; Thu, 4 Dec 2003 22:52:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C9F43F75; Thu, 4 Dec 2003 22:52:05 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB56q5XJ090085; Thu, 4 Dec 2003 22:52:05 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB56q5Sc090084; Thu, 4 Dec 2003 22:52:05 -0800 (PST) (envelope-from imp) Message-Id: <200312050652.hB56q5Sc090084@repoman.freebsd.org> From: Warner Losh Date: Thu, 4 Dec 2003 22:52:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include cronyx.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 06:52:06 -0000 imp 2003/12/04 22:52:05 PST FreeBSD src repository Removed files: sys/i386/include cronyx.h Log: File forgotten in the cx shuffle. Pointed out by: Roman Kurakin Approved by: re@ (under go ahead and commit new cx approval) Revision Changes Path 1.10 +0 -484 src/sys/i386/include/cronyx.h (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 4 22:53:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 853AE16A4CE; Thu, 4 Dec 2003 22:53:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C3643FCB; Thu, 4 Dec 2003 22:53:30 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB56rUXJ090137; Thu, 4 Dec 2003 22:53:30 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB56rU1D090136; Thu, 4 Dec 2003 22:53:30 -0800 (PST) (envelope-from linimon) Message-Id: <200312050653.hB56rU1D090136@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 22:53:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/edonkey-gui-gtk Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 06:53:31 -0000 linimon 2003/12/04 22:53:30 PST FreeBSD ports repository Modified files: net/edonkey-gui-gtk Makefile distinfo pkg-message pkg-plist Log: Update to 0.6.1. New translations, updated documentation, large number of bugfixes: see ChangeLog. PR: ports/59278 Submitted by: Michael Nottebrock Committed on behalf of lioux@, who is having machine problems. Revision Changes Path 1.14 +10 -8 ports/net/edonkey-gui-gtk/Makefile 1.8 +1 -1 ports/net/edonkey-gui-gtk/distinfo 1.5 +1 -1 ports/net/edonkey-gui-gtk/pkg-message 1.6 +374 -175 ports/net/edonkey-gui-gtk/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 4 23:03:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3EE16A4CE; Thu, 4 Dec 2003 23:03:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148BF43FB1; Thu, 4 Dec 2003 23:03:59 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB573wXJ091384; Thu, 4 Dec 2003 23:03:58 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB573wHg091383; Thu, 4 Dec 2003 23:03:58 -0800 (PST) (envelope-from imp) Message-Id: <200312050703.hB573wHg091383@repoman.freebsd.org> From: Warner Losh Date: Thu, 4 Dec 2003 23:03:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 cx.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 07:04:00 -0000 imp 2003/12/04 23:03:58 PST FreeBSD src repository Modified files: share/man/man4/man4.i386 cx.4 Log: Updated man page from cronyx. Forgotten by: imp Reminded by: Roman Kurakin Approved by: re@ Revision Changes Path 1.17 +75 -250 src/share/man/man4/man4.i386/cx.4 From owner-cvs-all@FreeBSD.ORG Thu Dec 4 23:37:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECC3E16A4CE; Thu, 4 Dec 2003 23:37:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3B443FE0; Thu, 4 Dec 2003 23:37:16 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB57bGXJ092483; Thu, 4 Dec 2003 23:37:16 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB57bFOl092482; Thu, 4 Dec 2003 23:37:15 -0800 (PST) (envelope-from linimon) Message-Id: <200312050737.hB57bFOl092482@repoman.freebsd.org> From: Mark Linimon Date: Thu, 4 Dec 2003 23:37:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/ksubeditor Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 07:37:17 -0000 linimon 2003/12/04 23:37:15 PST FreeBSD ports repository Modified files: multimedia/ksubeditor Makefile distinfo pkg-plist Log: Update to 0.2 (> 0.13): greater functionality and huge number of bugfixes, see ChangeLog for details. PR: ports/59864 Submitted by: Markus Brueffer Committed on behalf of lioux@, who is having machine problems. Revision Changes Path 1.3 +14 -5 ports/multimedia/ksubeditor/Makefile 1.2 +1 -1 ports/multimedia/ksubeditor/distinfo 1.2 +9 -4 ports/multimedia/ksubeditor/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 00:20:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D9016A4CE; Fri, 5 Dec 2003 00:20:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D7843FDD; Fri, 5 Dec 2003 00:20:52 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB58KqXJ094930; Fri, 5 Dec 2003 00:20:52 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB58KpIL094925; Fri, 5 Dec 2003 00:20:51 -0800 (PST) (envelope-from dinoex) Message-Id: <200312050820.hB58KpIL094925@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 5 Dec 2003 00:20:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.openssl.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 08:20:53 -0000 dinoex 2003/12/05 00:20:51 PST FreeBSD ports repository Modified files: Mk bsd.openssl.mk Log: - fixes a comment that did no longer match. Submitted by: seanc Revision Changes Path 1.11 +2 -3 ports/Mk/bsd.openssl.mk From owner-cvs-all@FreeBSD.ORG Fri Dec 5 00:50:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8EF016A4CE; Fri, 5 Dec 2003 00:50:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE3443FCB; Fri, 5 Dec 2003 00:50:21 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB58oKXJ002068; Fri, 5 Dec 2003 00:50:20 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB58oKrN002066; Fri, 5 Dec 2003 00:50:20 -0800 (PST) (envelope-from krion) Message-Id: <200312050850.hB58oKrN002066@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 00:50:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/bandwidthd Makefile distinfo ports/net/bandwidthd/files patch-Makefile patch-bandwidthd.c patch-conf.tab.c patch-conf.y patch-graph.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 08:50:21 -0000 krion 2003/12/05 00:50:20 PST FreeBSD ports repository Modified files: net/bandwidthd Makefile distinfo net/bandwidthd/files patch-Makefile Removed files: net/bandwidthd/files patch-bandwidthd.c patch-conf.tab.c patch-conf.y patch-graph.c Log: - Update to version 1.1.7 PR: 59967 Submitted by: maintainer Revision Changes Path 1.3 +6 -8 ports/net/bandwidthd/Makefile 1.3 +1 -1 ports/net/bandwidthd/distinfo 1.2 +25 -30 ports/net/bandwidthd/files/patch-Makefile 1.3 +0 -23 ports/net/bandwidthd/files/patch-bandwidthd.c (dead) 1.2 +0 -19 ports/net/bandwidthd/files/patch-conf.tab.c (dead) 1.2 +0 -14 ports/net/bandwidthd/files/patch-conf.y (dead) 1.2 +0 -50 ports/net/bandwidthd/files/patch-graph.c (dead) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 00:52:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E6416A4CE; Fri, 5 Dec 2003 00:52:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9267B43FCB; Fri, 5 Dec 2003 00:52:57 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB58qvXJ002216; Fri, 5 Dec 2003 00:52:57 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB58qvog002215; Fri, 5 Dec 2003 00:52:57 -0800 (PST) (envelope-from pav) Message-Id: <200312050852.hB58qvog002215@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 00:52:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/hsetroot Makefile distinfo pkg-descr pkg-plist ports/graphics/hsetroot/files patch-src-hsetroot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 08:52:58 -0000 pav 2003/12/05 00:52:57 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/hsetroot Makefile distinfo pkg-descr pkg-plist graphics/hsetroot/files patch-src-hsetroot.c Log: Add hsetroot, a tool for transforming wallpapers and setting them as a root window pixmap, based on Imlib library. PR: ports/59857 Submitted by: vinc Revision Changes Path 1.635 +1 -0 ports/graphics/Makefile 1.1 +23 -0 ports/graphics/hsetroot/Makefile (new) 1.1 +1 -0 ports/graphics/hsetroot/distinfo (new) 1.1 +18 -0 ports/graphics/hsetroot/files/patch-src-hsetroot.c (new) 1.1 +7 -0 ports/graphics/hsetroot/pkg-descr (new) 1.1 +1 -0 ports/graphics/hsetroot/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 00:53:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEC1716A4CE; Fri, 5 Dec 2003 00:53:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5580E43FD7; Fri, 5 Dec 2003 00:53:42 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB58rgXJ002271; Fri, 5 Dec 2003 00:53:42 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB58rfYk002270; Fri, 5 Dec 2003 00:53:41 -0800 (PST) (envelope-from pav) Message-Id: <200312050853.hB58rfYk002270@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 00:53:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 08:53:43 -0000 pav 2003/12/05 00:53:41 PST FreeBSD ports repository Modified files: . modules Log: hsetroot --> ports/graphics/hsetroot Revision Changes Path 1.8699 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 00:54:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041B316A4CE; Fri, 5 Dec 2003 00:54:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5124643F75; Fri, 5 Dec 2003 00:54:09 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB58s9XJ002321; Fri, 5 Dec 2003 00:54:09 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB58s9nw002320; Fri, 5 Dec 2003 00:54:09 -0800 (PST) (envelope-from krion) Message-Id: <200312050854.hB58s9nw002320@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 00:54:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/f-prot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 08:54:10 -0000 krion 2003/12/05 00:54:09 PST FreeBSD ports repository Modified files: security/f-prot Makefile distinfo Log: - Update to version 4.3.1 PR: 59949 Submitted by: maintainer Revision Changes Path 1.8 +1 -1 ports/security/f-prot/Makefile 1.5 +1 -1 ports/security/f-prot/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 01:01:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E3BE16A4CE; Fri, 5 Dec 2003 01:01:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCE5143FBF; Fri, 5 Dec 2003 01:01:35 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB591ZXJ002669; Fri, 5 Dec 2003 01:01:35 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB591ZsD002668; Fri, 5 Dec 2003 01:01:35 -0800 (PST) (envelope-from pav) Message-Id: <200312050901.hB591ZsD002668@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 01:01:35 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:01:36 -0000 pav 2003/12/05 01:01:35 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Vincent Tantardini for graphics/hsetroot port. Revision Changes Path 1.71 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 01:05:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2433816A4CE; Fri, 5 Dec 2003 01:05:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D2A43FBD; Fri, 5 Dec 2003 01:05:07 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5957XJ003640; Fri, 5 Dec 2003 01:05:07 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5957BQ003639; Fri, 5 Dec 2003 01:05:07 -0800 (PST) (envelope-from krion) Message-Id: <200312050905.hB5957BQ003639@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 01:05:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xd3d Makefile distinfo pkg-plist ports/graphics/xd3d/files RULES.FreeBSD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:05:08 -0000 krion 2003/12/05 01:05:06 PST FreeBSD ports repository Modified files: graphics/xd3d Makefile distinfo pkg-plist Removed files: graphics/xd3d/files RULES.FreeBSD Log: - Update to version 8.1.3 * Fix the bug with $LANG PR: 59877 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/graphics/xd3d/Makefile 1.3 +1 -1 ports/graphics/xd3d/distinfo 1.2 +0 -81 ports/graphics/xd3d/files/RULES.FreeBSD (dead) 1.3 +6 -0 ports/graphics/xd3d/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 01:22:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1ACF16A4CE; Fri, 5 Dec 2003 01:22:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B8643F93; Fri, 5 Dec 2003 01:22:41 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB59MfXJ004266; Fri, 5 Dec 2003 01:22:41 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB59MegW004265; Fri, 5 Dec 2003 01:22:40 -0800 (PST) (envelope-from iedowse) Message-Id: <200312050922.hB59MegW004265@repoman.freebsd.org> From: Ian Dowse Date: Fri, 5 Dec 2003 01:22:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/umount umount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:22:42 -0000 iedowse 2003/12/05 01:22:40 PST FreeBSD src repository Modified files: sbin/umount umount.c Log: Don't include the file system ID in the output of `mount -v' if it is all zeros. The kernel now consistently zeroes FSIDs for non-root users, so there's no point in printing these. Also fix a misspelling in a comment. Submitted by: Rudolf Cejka Approved by: re (scottl) Revision Changes Path 1.42 +4 -3 src/sbin/umount/umount.c From owner-cvs-all@FreeBSD.ORG Fri Dec 5 01:29:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB8B416A4CE; Fri, 5 Dec 2003 01:29:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FBF43FDD; Fri, 5 Dec 2003 01:29:43 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB59ThXJ004506; Fri, 5 Dec 2003 01:29:43 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB59Tg7x004505; Fri, 5 Dec 2003 01:29:42 -0800 (PST) (envelope-from iedowse) Message-Id: <200312050929.hB59Tg7x004505@repoman.freebsd.org> From: Ian Dowse Date: Fri, 5 Dec 2003 01:29:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/umount umount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:29:44 -0000 iedowse 2003/12/05 01:29:42 PST FreeBSD src repository Modified files: sbin/umount umount.c Log: (Forced commit) The log message for revision 1.42 was confused with another change. The correct message is: Improve on umount.c revision 1.41 (silence non-root warnings about failing to use MNT_BYFSID) by silencing the second warning too. Also fix a misspelling in a comment. Revision Changes Path 1.43 +0 -0 src/sbin/umount/umount.c From owner-cvs-all@FreeBSD.ORG Fri Dec 5 01:36:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F7BE16A4CE; Fri, 5 Dec 2003 01:36:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A974C43F3F; Fri, 5 Dec 2003 01:36:57 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB59avXJ004761; Fri, 5 Dec 2003 01:36:57 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB59avgw004760; Fri, 5 Dec 2003 01:36:57 -0800 (PST) (envelope-from iedowse) Message-Id: <200312050936.hB59avgw004760@repoman.freebsd.org> From: Ian Dowse Date: Fri, 5 Dec 2003 01:36:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:36:58 -0000 iedowse 2003/12/05 01:36:57 PST FreeBSD src repository Modified files: sbin/mount mount.c Log: Don't include the file system ID in the output of `mount -v' if it is all zeros. The kernel now consistently zeroes FSIDs for non-root users, so there's no point in printing these. Also fix a number of compiler warnings, including two real bugs: - a bracket placement bug caused `mount -t ufs localhost:/foo /mnt' to override the `-t ufs' specification and use mount_nfs. - an unitialised variable was used instead of _PATH_SYSPATH when warning that the mount_* program cound not be found. Submitted by: Rudolf Cejka (FSID part) Approved by: re (scottl) Revision Changes Path 1.55 +12 -10 src/sbin/mount/mount.c From owner-cvs-all@FreeBSD.ORG Fri Dec 5 01:44:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B8016A4CE; Fri, 5 Dec 2003 01:44:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 517AD43FDF; Fri, 5 Dec 2003 01:44:22 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB59iMXJ005067; Fri, 5 Dec 2003 01:44:22 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB59iLAW005066; Fri, 5 Dec 2003 01:44:21 -0800 (PST) (envelope-from pav) Message-Id: <200312050944.hB59iLAW005066@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 01:44:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gtk-gnutella Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:44:23 -0000 pav 2003/12/05 01:44:21 PST FreeBSD ports repository Modified files: net/gtk-gnutella Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.93 - Add new knobs WITH_GTK2 and WITH_REMOTE_INTERFACE - Give maintainership to submitter PR: ports/54624 Submitted by: clayton rollins Approved by: maintainer Revision Changes Path 1.17 +88 -7 ports/net/gtk-gnutella/Makefile 1.10 +1 -1 ports/net/gtk-gnutella/distinfo 1.3 +4 -1 ports/net/gtk-gnutella/pkg-descr 1.6 +12 -0 ports/net/gtk-gnutella/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 01:55:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12CBC16A4CE; Fri, 5 Dec 2003 01:55:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630A043F75; Fri, 5 Dec 2003 01:55:46 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB59tkXJ005450; Fri, 5 Dec 2003 01:55:46 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB59tj66005449; Fri, 5 Dec 2003 01:55:45 -0800 (PST) (envelope-from demon) Message-Id: <200312050955.hB59tj66005449@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 5 Dec 2003 01:55:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/yaz Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:55:47 -0000 demon 2003/12/05 01:55:45 PST FreeBSD ports repository Modified files: net/yaz Makefile distinfo pkg-plist Log: Update to version 2.0.6. Revision Changes Path 1.23 +3 -2 ports/net/yaz/Makefile 1.17 +1 -1 ports/net/yaz/distinfo 1.13 +3 -4 ports/net/yaz/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 02:03:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A33116A4CE; Fri, 5 Dec 2003 02:03:28 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E765A43F93; Fri, 5 Dec 2003 02:03:25 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1ASCo9-0004kx-00; Fri, 05 Dec 2003 16:03:33 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1ASCo7-0004jw-00; Fri, 05 Dec 2003 16:03:31 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hB5A6Cg1059038; Fri, 5 Dec 2003 16:06:12 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hB5A6CJK059016; Fri, 5 Dec 2003 16:06:12 +0600 (NOVT) (envelope-from danfe) Date: Fri, 5 Dec 2003 16:06:11 +0600 From: Alexey Dokuchaev To: Andreas Klemm Message-ID: <20031205100611.GA51182@regency.nsu.ru> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> <20031201161527.T97771@qbhto.arg> <20031202045041.GB4997@regency.nsu.ru> <20031204192655.GA19989@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204192655.GA19989@titan.klemm.apsfilter.org> User-Agent: Mutt/1.4.1i X-Envelope-To: andreas@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 10:03:28 -0000 On Thu, Dec 04, 2003 at 08:26:55PM +0100, Andreas Klemm wrote: > for loadable editor modules ... the only thing I'm really > missing in standard vi is an extended command line with > - history function > - save history and > - editable like everything other compiled and linked with readline lib. > > That would be a great change to nvi, that brings the most important > user friendlyness, that really would be a big win ... Hmm.. Ever considerend writing some patches and/or contacting nvi author (Keith Bostic)? ;-) ./danfe From owner-cvs-all@FreeBSD.ORG Fri Dec 5 02:29:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7487516A4CE; Fri, 5 Dec 2003 02:29:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A785643F93; Fri, 5 Dec 2003 02:29:15 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5ATFXJ007430; Fri, 5 Dec 2003 02:29:15 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5ATFJl007429; Fri, 5 Dec 2003 02:29:15 -0800 (PST) (envelope-from tobez) Message-Id: <200312051029.hB5ATFJl007429@repoman.freebsd.org> From: Anton Berezin Date: Fri, 5 Dec 2003 02:29:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/p5-Convert-UUlib Makefile distinfo ports/converters/p5-Convert-UUlib/files patch-UUlib.xs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 10:29:16 -0000 tobez 2003/12/05 02:29:15 PST FreeBSD ports repository Modified files: converters/p5-Convert-UUlib Makefile distinfo Added files: converters/p5-Convert-UUlib/files patch-UUlib.xs Log: Update to 1.0. Revision Changes Path 1.11 +1 -1 ports/converters/p5-Convert-UUlib/Makefile 1.8 +1 -1 ports/converters/p5-Convert-UUlib/distinfo 1.1 +15 -0 ports/converters/p5-Convert-UUlib/files/patch-UUlib.xs (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 02:37:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C309D16A4CE; Fri, 5 Dec 2003 02:37:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C42343F85; Fri, 5 Dec 2003 02:37:22 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5AbLXJ007715; Fri, 5 Dec 2003 02:37:21 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5AbLm5007714; Fri, 5 Dec 2003 02:37:21 -0800 (PST) (envelope-from pav) Message-Id: <200312051037.hB5AbLm5007714@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 02:37:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pyslsk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 10:37:22 -0000 pav 2003/12/05 02:37:21 PST FreeBSD ports repository Modified files: net/pyslsk Makefile distinfo Log: - Update to 1.2.4b * fix for searches not returning any results - Fix optional dependencies - Quiet portlint PR: ports/59969 Submitted by: Stefan Ehmann (maintainer) Revision Changes Path 1.8 +6 -3 ports/net/pyslsk/Makefile 1.7 +1 -1 ports/net/pyslsk/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 03:13:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86CDF16A4CE; Fri, 5 Dec 2003 03:13:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E1143FBF; Fri, 5 Dec 2003 03:13:24 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5BDOXJ010078; Fri, 5 Dec 2003 03:13:24 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5BDOZe010077; Fri, 5 Dec 2003 03:13:24 -0800 (PST) (envelope-from pav) Message-Id: <200312051113.hB5BDOZe010077@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 03:13:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/itcl Makefile ports/lang/itcl/files Makefile.lib patch-itcl_class.c patch-itcl_ensemble.c patch-tests-ensemble.test X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 11:13:25 -0000 pav 2003/12/05 03:13:24 PST FreeBSD ports repository Modified files: lang/itcl Makefile lang/itcl/files Makefile.lib Added files: lang/itcl/files patch-itcl_class.c patch-itcl_ensemble.c patch-tests-ensemble.test Log: - Update to work with tcl8.4 - Quiet portlint a bit PR: ports/58466 Submitted by: Michael Edenfield Revision Changes Path 1.35 +6 -5 ports/lang/itcl/Makefile 1.4 +2 -2 ports/lang/itcl/files/Makefile.lib 1.1 +11 -0 ports/lang/itcl/files/patch-itcl_class.c (new) 1.1 +20 -0 ports/lang/itcl/files/patch-itcl_ensemble.c (new) 1.1 +11 -0 ports/lang/itcl/files/patch-tests-ensemble.test (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 03:25:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C58116A4CE; Fri, 5 Dec 2003 03:25:35 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C7743F85; Fri, 5 Dec 2003 03:25:32 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hB5BPNvq072918 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 5 Dec 2003 12:25:26 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hB5BPLD1072911; Fri, 5 Dec 2003 12:25:22 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hB5BNTRX037736; Fri, 5 Dec 2003 12:23:29 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hB5BNTcu037735; Fri, 5 Dec 2003 12:23:29 +0100 (CET) (envelope-from andreas) Date: Fri, 5 Dec 2003 12:23:29 +0100 From: Andreas Klemm To: Alexey Dokuchaev Message-ID: <20031205112329.GA37703@titan.klemm.apsfilter.org> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> <20031201161527.T97771@qbhto.arg> <20031202045041.GB4997@regency.nsu.ru> <20031204192655.GA19989@titan.klemm.apsfilter.org> <20031205100611.GA51182@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031205100611.GA51182@regency.nsu.ru> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Andreas Klemm Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 11:25:35 -0000 On Fri, Dec 05, 2003 at 04:06:11PM +0600, Alexey Dokuchaev wrote: > On Thu, Dec 04, 2003 at 08:26:55PM +0100, Andreas Klemm wrote: > > for loadable editor modules ... the only thing I'm really > > missing in standard vi is an extended command line with > > - history function > > - save history and > > - editable like everything other compiled and linked with readline lib. > > > > That would be a great change to nvi, that brings the most important > > user friendlyness, that really would be a big win ... > > Hmm.. Ever considerend writing some patches and/or contacting nvi author > (Keith Bostic)? ;-) No, I only wanted suggest a IMHO more useful enhancement than replacing nvi entirely with something that is really different in comparison to vi (-> vim). Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-all@FreeBSD.ORG Fri Dec 5 03:25:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ADD316A4CF; Fri, 5 Dec 2003 03:25:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC49444020; Fri, 5 Dec 2003 03:25:52 -0800 (PST) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5BPqXJ010488; Fri, 5 Dec 2003 03:25:52 -0800 (PST) (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5BPqBt010487; Fri, 5 Dec 2003 03:25:52 -0800 (PST) (envelope-from mr) Message-Id: <200312051125.hB5BPqBt010487@repoman.freebsd.org> From: Michael Reifenberger Date: Fri, 5 Dec 2003 03:25:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/qcad Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 11:25:53 -0000 mr 2003/12/05 03:25:52 PST FreeBSD ports repository Modified files: cad/qcad Makefile distinfo Log: update qcad to version 2.0.1.3-1 Revision Changes Path 1.26 +1 -1 ports/cad/qcad/Makefile 1.12 +1 -1 ports/cad/qcad/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 04:28:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D64E016A4CE; Fri, 5 Dec 2003 04:28:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E6B43FCB; Fri, 5 Dec 2003 04:28:51 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5CSpXJ013334; Fri, 5 Dec 2003 04:28:51 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5CSoGr013333; Fri, 5 Dec 2003 04:28:50 -0800 (PST) (envelope-from sumikawa) Message-Id: <200312051228.hB5CSoGr013333@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 5 Dec 2003 04:28:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/lv Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 12:28:52 -0000 sumikawa 2003/12/05 04:28:50 PST FreeBSD ports repository Modified files: misc/lv Makefile distinfo Log: Upgrade to 4.50. Revision Changes Path 1.14 +2 -2 ports/misc/lv/Makefile 1.9 +1 -1 ports/misc/lv/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 04:29:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0F516A4CE; Fri, 5 Dec 2003 04:29:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC1843FF2; Fri, 5 Dec 2003 04:29:40 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5CTeXJ013380; Fri, 5 Dec 2003 04:29:40 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5CTeiB013379; Fri, 5 Dec 2003 04:29:40 -0800 (PST) (envelope-from sumikawa) Message-Id: <200312051229.hB5CTeiB013379@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 5 Dec 2003 04:29:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/wwwoffle Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 12:29:41 -0000 sumikawa 2003/12/05 04:29:40 PST FreeBSD ports repository Modified files: www/wwwoffle Makefile distinfo pkg-plist Log: Upgrade to 2.8a. Revision Changes Path 1.34 +1 -1 ports/www/wwwoffle/Makefile 1.18 +1 -1 ports/www/wwwoffle/distinfo 1.19 +6 -6 ports/www/wwwoffle/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 04:42:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0EA16A4CE; Fri, 5 Dec 2003 04:42:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9007443FE9; Fri, 5 Dec 2003 04:42:33 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5CgXXJ013816; Fri, 5 Dec 2003 04:42:33 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5CgXbo013815; Fri, 5 Dec 2003 04:42:33 -0800 (PST) (envelope-from pav) Message-Id: <200312051242.hB5CgXbo013815@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 04:42:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/geeklog Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 12:42:34 -0000 pav 2003/12/05 04:42:33 PST FreeBSD ports repository Modified files: www/geeklog Makefile distinfo pkg-plist Log: - Update to 1.3.8.s.2 PR: ports/58311 Submitted by: Clement Laforet Revision Changes Path 1.7 +11 -11 ports/www/geeklog/Makefile 1.4 +1 -1 ports/www/geeklog/distinfo 1.4 +890 -627 ports/www/geeklog/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 04:59:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505E716A4CE; Fri, 5 Dec 2003 04:59:56 -0800 (PST) Received: from mx0.freebsd-services.com (survey.codeburst.net [195.149.39.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFEA143FE3; Fri, 5 Dec 2003 04:59:50 -0800 (PST) (envelope-from paul@freebsd-services.com) Received: by mx0.freebsd-services.com (Postfix, from userid 1002) id B41351B219; Fri, 5 Dec 2003 12:59:49 +0000 (GMT) Date: Fri, 5 Dec 2003 12:59:49 +0000 From: Paul Richards To: Shunsuke Akiyama Message-ID: <20031205125949.GF62032@survey.codeburst.net> References: <200311161205.hAGC5BmT070154@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311161205.hAGC5BmT070154@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb uplcom.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 12:59:56 -0000 On Sun, Nov 16, 2003 at 04:05:11AM -0800, Shunsuke Akiyama wrote: > akiyama 2003/11/16 04:05:11 PST > > FreeBSD src repository > > Modified files: > sys/dev/usb uplcom.c usbdevs > Log: > Add vendor IDs, and device IDs supported by uplcom(4). Has anyone tried getting the Sony-Ericsson P800 USB cradle to work with this? Supposedly the Linux driver for the Prolific chipset works but I added the IDs for the P800 cradle to uplcom and nothing much happened. It recognised the hardware but failed to setup interrupts. My knowledge of USB is pretty much nonexistent at present so if there's a USB expert around who can suggest a path of investigation I'd appreciate the help. -- Tis a wise thing to know what is wanted, wiser still to know when it has been achieved and wisest of all to know when it is unachievable for then striving is folly. [Magician] From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:00:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06CE216A4CF; Fri, 5 Dec 2003 06:00:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0FD43F75; Fri, 5 Dec 2003 06:00:02 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5E02XJ022842; Fri, 5 Dec 2003 06:00:02 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5E01Vg022841; Fri, 5 Dec 2003 06:00:01 -0800 (PST) (envelope-from sergei) Message-Id: <200312051400.hB5E01Vg022841@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 06:00:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/whatmask Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:00:03 -0000 sergei 2003/12/05 06:00:01 PST FreeBSD ports repository Modified files: net/whatmask Makefile distinfo pkg-descr pkg-plist Log: - Update to 1.2 While I'm here: - Reword pkg-descr - Add missing MAN1 - Install some docs PR: 59812 Submitted by: Daniel Rudy Revision Changes Path 1.6 +11 -2 ports/net/whatmask/Makefile 1.3 +1 -1 ports/net/whatmask/distinfo 1.3 +10 -18 ports/net/whatmask/pkg-descr 1.2 +5 -0 ports/net/whatmask/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:01:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969C316A4CF; Fri, 5 Dec 2003 06:01:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACEC43FDF; Fri, 5 Dec 2003 06:01:40 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5E1eXJ022962; Fri, 5 Dec 2003 06:01:40 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5E1eKm022961; Fri, 5 Dec 2003 06:01:40 -0800 (PST) (envelope-from pav) Message-Id: <200312051401.hB5E1eKm022961@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 06:01:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/aim Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:01:41 -0000 pav 2003/12/05 06:01:40 PST FreeBSD ports repository Modified files: net/aim Makefile distinfo pkg-plist Log: - Update to 1.5.286 - Reset maintainer (address bounces) PR: ports/58778 Submitted by: Eric P. Scott Revision Changes Path 1.4 +21 -13 ports/net/aim/Makefile 1.3 +1 -1 ports/net/aim/distinfo 1.3 +14 -2 ports/net/aim/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:12:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3482F16A4CE; Fri, 5 Dec 2003 06:12:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB5E43FB1; Fri, 5 Dec 2003 06:12:05 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5EC5XJ024193; Fri, 5 Dec 2003 06:12:05 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5EC400024192; Fri, 5 Dec 2003 06:12:04 -0800 (PST) (envelope-from sergei) Message-Id: <200312051412.hB5EC400024192@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 06:12:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/smartmontools Makefile distinfo pkg-message ports/sysutils/smartmontools/files patch-knowndrives.c patch-os_freebsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:12:06 -0000 sergei 2003/12/05 06:12:04 PST FreeBSD ports repository Modified files: sysutils/smartmontools Makefile distinfo pkg-message Removed files: sysutils/smartmontools/files patch-knowndrives.c patch-os_freebsd.c Log: - Update to 5.26 - Delete patches integrated into upstream PR: 59809 Submitted by: Robin Breathe Approved by: maintainer Revision Changes Path 1.5 +1 -2 ports/sysutils/smartmontools/Makefile 1.3 +1 -1 ports/sysutils/smartmontools/distinfo 1.2 +0 -10 ports/sysutils/smartmontools/files/patch-knowndrives.c (dead) 1.2 +0 -50 ports/sysutils/smartmontools/files/patch-os_freebsd.c (dead) 1.2 +1 -1 ports/sysutils/smartmontools/pkg-message From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:18:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C35116A4CE; Fri, 5 Dec 2003 06:18:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977B743FE9; Fri, 5 Dec 2003 06:18:31 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5EIVXJ024434; Fri, 5 Dec 2003 06:18:31 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5EIVic024433; Fri, 5 Dec 2003 06:18:31 -0800 (PST) (envelope-from krion) Message-Id: <200312051418.hB5EIVic024433@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 06:18:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xmille Makefile ports/games/xmille/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:18:32 -0000 krion 2003/12/05 06:18:31 PST FreeBSD ports repository Modified files: games/xmille Makefile games/xmille/files patch-ab Log: - Fix build on -current PR: 59611 Submitted by: Ports Fury Revision Changes Path 1.21 +1 -7 ports/games/xmille/Makefile 1.3 +57 -4 ports/games/xmille/files/patch-ab From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:22:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA99916A4CE; Fri, 5 Dec 2003 06:22:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B73143FAF; Fri, 5 Dec 2003 06:22:51 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5EMpXJ024597; Fri, 5 Dec 2003 06:22:51 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5EMooU024596; Fri, 5 Dec 2003 06:22:50 -0800 (PST) (envelope-from krion) Message-Id: <200312051422.hB5EMooU024596@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 06:22:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gsasl Makefile Makefile.man distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:22:52 -0000 krion 2003/12/05 06:22:50 PST FreeBSD ports repository Modified files: security/gsasl Makefile distinfo pkg-plist Added files: security/gsasl Makefile.man Log: - Update to version 0.0.10 PR: 59758 Submitted by: Ports Fury Revision Changes Path 1.3 +20 -13 ports/security/gsasl/Makefile 1.1 +92 -0 ports/security/gsasl/Makefile.man (new) 1.2 +1 -1 ports/security/gsasl/distinfo 1.2 +50 -6 ports/security/gsasl/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:27:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0142C16A4CE; Fri, 5 Dec 2003 06:27:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 452DD43FE3; Fri, 5 Dec 2003 06:27:04 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5ER4XJ024747; Fri, 5 Dec 2003 06:27:04 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5ER3no024746; Fri, 5 Dec 2003 06:27:03 -0800 (PST) (envelope-from sergei) Message-Id: <200312051427.hB5ER3no024746@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 06:27:03 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/flawfinder Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:27:05 -0000 sergei 2003/12/05 06:27:03 PST FreeBSD ports repository Modified files: security/flawfinder Makefile distinfo pkg-plist Log: - Update to 1.24 While I'm here: - Rearrange MASTER_SITES: PacketStorm mirros do not seem to carry versions later than 1.22 - Install examples to EXAMPLESDIR PR: 59800 Submitted by: Robin Breathe Approved by: maintainer Revision Changes Path 1.11 +9 -9 ports/security/flawfinder/Makefile 1.6 +1 -1 ports/security/flawfinder/distinfo 1.3 +10 -6 ports/security/flawfinder/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:27:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF8116A4D7; Fri, 5 Dec 2003 06:27:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E120543FCB; Fri, 5 Dec 2003 06:27:35 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5ERZXJ024786; Fri, 5 Dec 2003 06:27:35 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5ERZT4024785; Fri, 5 Dec 2003 06:27:35 -0800 (PST) (envelope-from krion) Message-Id: <200312051427.hB5ERZT4024785@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 06:27:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/scite Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:27:37 -0000 krion 2003/12/05 06:27:35 PST FreeBSD ports repository Modified files: editors/scite Makefile distinfo pkg-plist Log: - Update to version 1.57 PR: 59844 Submitted by: Ports Fury Revision Changes Path 1.21 +4 -7 ports/editors/scite/Makefile 1.14 +1 -1 ports/editors/scite/distinfo 1.15 +16 -16 ports/editors/scite/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:59:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA4F916A4CE; Fri, 5 Dec 2003 06:59:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0727343F75; Fri, 5 Dec 2003 06:59:22 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5ExLXJ025885; Fri, 5 Dec 2003 06:59:21 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5ExLgM025884; Fri, 5 Dec 2003 06:59:21 -0800 (PST) (envelope-from lev) Message-Id: <200312051459.hB5ExLgM025884@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 5 Dec 2003 06:59:21 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/msp430-gcc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:59:22 -0000 lev 2003/12/05 06:59:21 PST FreeBSD ports repository Modified files: devel/msp430-gcc Makefile distinfo Log: Fix multiplication code generation. Revision Changes Path 1.23 +1 -1 ports/devel/msp430-gcc/Makefile 1.19 +1 -1 ports/devel/msp430-gcc/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 06:59:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 681E216A4E0; Fri, 5 Dec 2003 06:59:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B685F43F93; Fri, 5 Dec 2003 06:59:57 -0800 (PST) (envelope-from lev@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5ExvXJ025920; Fri, 5 Dec 2003 06:59:57 -0800 (PST) (envelope-from lev@repoman.freebsd.org) Received: (from lev@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Exvun025919; Fri, 5 Dec 2003 06:59:57 -0800 (PST) (envelope-from lev) Message-Id: <200312051459.hB5Exvun025919@repoman.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 5 Dec 2003 06:59:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/msp430-libc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 14:59:58 -0000 lev 2003/12/05 06:59:57 PST FreeBSD ports repository Modified files: devel/msp430-libc Makefile distinfo pkg-plist Log: Add many examples from TI Revision Changes Path 1.15 +2 -2 ports/devel/msp430-libc/Makefile 1.13 +1 -1 ports/devel/msp430-libc/distinfo 1.10 +485 -8 ports/devel/msp430-libc/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:08:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C43916A4CE; Fri, 5 Dec 2003 07:08:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DF943FDD; Fri, 5 Dec 2003 07:08:58 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5F8vXJ027165; Fri, 5 Dec 2003 07:08:57 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5F8viV027160; Fri, 5 Dec 2003 07:08:57 -0800 (PST) (envelope-from ijliao) Message-Id: <200312051508.hB5F8viV027160@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 5 Dec 2003 07:08:56 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/graphopt Makefile distinfo pkg-descr pkg-plistpatch-src:main.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 15:08:59 -0000 ijliao 2003/12/05 07:08:56 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/graphopt Makefile distinfo pkg-descr pkg-plist graphics/graphopt/files patch-pixmaps:Makefile.in patch-src:main.cc Log: add graphopt 0.4.1 Graph Layout Optimizer Revision Changes Path 1.636 +1 -0 ports/graphics/Makefile 1.1 +22 -0 ports/graphics/graphopt/Makefile (new) 1.1 +1 -0 ports/graphics/graphopt/distinfo (new) 1.1 +11 -0 ports/graphics/graphopt/files/patch-pixmaps:Makefile.in (new) 1.1 +11 -0 ports/graphics/graphopt/files/patch-src:main.cc (new) 1.1 +4 -0 ports/graphics/graphopt/pkg-descr (new) 1.1 +10 -0 ports/graphics/graphopt/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:09:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A4E16A4CF; Fri, 5 Dec 2003 07:09:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700F443FDD; Fri, 5 Dec 2003 07:09:07 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5F97XJ027207; Fri, 5 Dec 2003 07:09:07 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5F967O027206; Fri, 5 Dec 2003 07:09:06 -0800 (PST) (envelope-from ijliao) Message-Id: <200312051509.hB5F967O027206@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 5 Dec 2003 07:09:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:09:08 -0000 ijliao 2003/12/05 07:09:06 PST FreeBSD ports repository Modified files: . modules Log: graphopt --> ports/graphics/graphopt Revision Changes Path 1.8700 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:31:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5825D16A4CE; Fri, 5 Dec 2003 07:31:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E9CC43FB1; Fri, 5 Dec 2003 07:31:54 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5FVrXJ027948; Fri, 5 Dec 2003 07:31:53 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5FVp2v027947; Fri, 5 Dec 2003 07:31:51 -0800 (PST) (envelope-from pav) Message-Id: <200312051531.hB5FVp2v027947@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 07:31:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pear-Net_NNTP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:31:55 -0000 pav 2003/12/05 07:31:50 PST FreeBSD ports repository Modified files: net/pear-Net_NNTP Makefile distinfo Log: - Update to 0.10.0 PR: ports/59115 Submitted by: Clement Laforet (maintainer) Revision Changes Path 1.5 +1 -1 ports/net/pear-Net_NNTP/Makefile 1.4 +1 -1 ports/net/pear-Net_NNTP/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:34:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2121F16A4CE; Fri, 5 Dec 2003 07:34:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5166443FB1; Fri, 5 Dec 2003 07:34:39 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5FYdXJ028098; Fri, 5 Dec 2003 07:34:39 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5FYcYa028097; Fri, 5 Dec 2003 07:34:39 -0800 (PST) (envelope-from sergei) Message-Id: <200312051534.hB5FYcYa028097@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 07:34:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mailscanner Makefile distinfo pkg-plist patch-docs:man:MailScanner.8.htmlpatch-docs:man:MailScanner.conf.5.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:34:40 -0000 sergei 2003/12/05 07:34:38 PST FreeBSD ports repository Modified files: mail/mailscanner Makefile distinfo pkg-plist Added 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.25.14 - Add missing dependencies (bash2, p5-Net-CIDR) - Re-add patches to fix version numbers in manpages PR: 59908 Submitted by: maintainer Revision Changes Path 1.4 +10 -5 ports/mail/mailscanner/Makefile 1.4 +1 -1 ports/mail/mailscanner/distinfo 1.4 +8 -0 ports/mail/mailscanner/files/patch-docs:man:MailScanner.8 (new) 1.3 +9 -0 ports/mail/mailscanner/files/patch-docs:man:MailScanner.8.html (new) 1.4 +8 -0 ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 (new) 1.4 +9 -0 ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5.html (new) 1.4 +8 -3 ports/mail/mailscanner/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:35:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97C1816A4D2 for ; Fri, 5 Dec 2003 07:35:50 -0800 (PST) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A49A843FF2 for ; Fri, 5 Dec 2003 07:35:44 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 20713 invoked from network); 5 Dec 2003 15:35:44 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Dec 2003 15:35:44 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB5FZeFn020155; Fri, 5 Dec 2003 10:35:40 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200312050057.hB50vC2H065688@repoman.freebsd.org> Date: Fri, 05 Dec 2003 10:35:55 -0500 (EST) From: John Baldwin To: Dag-Erling Smorgrav X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 15:35:50 -0000 On 05-Dec-2003 Dag-Erling Smorgrav wrote: > des 2003/12/04 16:57:11 PST > > FreeBSD src repository > > Modified files: > sys/alpha/conf GENERIC.hints > Log: > Since the fdc driver can't autodetect the drive capacity on the Alpha, > give it a hint that fd0 is a 1440 kB drive. > > PR: alpha/59026 > Approved by: re (murray) The patch I saw was to the actual driver that caused the driver to default to 144 on any arch that it can't auto detect the size on. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:41:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED6B516A4CE; Fri, 5 Dec 2003 07:41:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443D843FEC; Fri, 5 Dec 2003 07:41:19 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5FfIXJ028348; Fri, 5 Dec 2003 07:41:18 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5FfIup028347; Fri, 5 Dec 2003 07:41:18 -0800 (PST) (envelope-from pav) Message-Id: <200312051541.hB5FfIup028347@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 07:41:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/smarty Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:41:20 -0000 pav 2003/12/05 07:41:17 PST FreeBSD ports repository Modified files: www/smarty Makefile distinfo pkg-plist Log: - Update to 2.6.0 PR: ports/59476 Submitted by: zhuravlev alexander (maintainer) Revision Changes Path 1.13 +4 -4 ports/www/smarty/Makefile 1.10 +2 -2 ports/www/smarty/distinfo 1.11 +9 -0 ports/www/smarty/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:44:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E8BA16A4CE; Fri, 5 Dec 2003 07:44:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FA1243FBD; Fri, 5 Dec 2003 07:44:20 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5FiKXJ028493; Fri, 5 Dec 2003 07:44:20 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5FiJ9K028492; Fri, 5 Dec 2003 07:44:19 -0800 (PST) (envelope-from ijliao) Message-Id: <200312051544.hB5FiJ9K028492@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 5 Dec 2003 07:44:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/typetools Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:44:21 -0000 ijliao 2003/12/05 07:44:19 PST FreeBSD ports repository Modified files: print Makefile Added files: print/typetools Makefile distinfo pkg-descr pkg-plist Log: add typetools 1.80 Tools for manipulating fonts Revision Changes Path 1.262 +1 -0 ports/print/Makefile 1.1 +25 -0 ports/print/typetools/Makefile (new) 1.1 +1 -0 ports/print/typetools/distinfo (new) 1.1 +5 -0 ports/print/typetools/pkg-descr (new) 1.1 +10 -0 ports/print/typetools/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:44:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 374DA16A4CF; Fri, 5 Dec 2003 07:44:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F03943F75; Fri, 5 Dec 2003 07:44:30 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5FiUXJ028532; Fri, 5 Dec 2003 07:44:30 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5FiUwR028531; Fri, 5 Dec 2003 07:44:30 -0800 (PST) (envelope-from ijliao) Message-Id: <200312051544.hB5FiUwR028531@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 5 Dec 2003 07:44:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:44:31 -0000 ijliao 2003/12/05 07:44:29 PST FreeBSD ports repository Modified files: . modules Log: typetools --> ports/print/typetools Revision Changes Path 1.8701 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:49:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A621116A4CE; Fri, 5 Dec 2003 07:49:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F4F43FF2; Fri, 5 Dec 2003 07:49:03 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5Fn2XJ028754; Fri, 5 Dec 2003 07:49:02 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Fn2Yw028753; Fri, 5 Dec 2003 07:49:02 -0800 (PST) (envelope-from jhb) Message-Id: <200312051549.hB5Fn2Yw028753@repoman.freebsd.org> From: John Baldwin Date: Fri, 5 Dec 2003 07:49:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:49:03 -0000 jhb 2003/12/05 07:49:02 PST FreeBSD src repository Modified files: sys/modules/acpi Makefile Log: Remove SMP option support from building the ACPI module as it is no longer needed. Approved by: re (murray) Requested by: njl Revision Changes Path 1.35 +0 -3 src/sys/modules/acpi/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:56:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 968CE16A4CE; Fri, 5 Dec 2003 07:56:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621E943FDD; Fri, 5 Dec 2003 07:56:12 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5FuBXJ029059; Fri, 5 Dec 2003 07:56:11 -0800 (PST) (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5FuAa1029058; Fri, 5 Dec 2003 07:56:10 -0800 (PST) (envelope-from jmz) Message-Id: <200312051556.hB5FuAa1029058@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Fri, 5 Dec 2003 07:56:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/mtools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:56:18 -0000 jmz 2003/12/05 07:56:10 PST FreeBSD ports repository Modified files: emulators/mtools Makefile Log: Make mwrite a relative link to mtools. PR: ports/36545 Revision Changes Path 1.49 +2 -2 ports/emulators/mtools/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 07:56:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E9816A4CE; Fri, 5 Dec 2003 07:56:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2A343FDF; Fri, 5 Dec 2003 07:56:56 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5FutXJ029102; Fri, 5 Dec 2003 07:56:55 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5FutL3029101; Fri, 5 Dec 2003 07:56:55 -0800 (PST) (envelope-from trhodes) Message-Id: <200312051556.hB5FutL3029101@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 5 Dec 2003 07:56:55 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:56:56 -0000 trhodes 2003/12/05 07:56:55 PST FreeBSD doc repository Modified files: en/donations donors.sgml Log: mux recently got his hands on an Ultra 10. List it here. Revision Changes Path 1.135 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 08:02:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0471F16A4CE; Fri, 5 Dec 2003 08:02:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52AA443FF9; Fri, 5 Dec 2003 08:02:56 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5G2uXJ029374; Fri, 5 Dec 2003 08:02:56 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5G2thL029373; Fri, 5 Dec 2003 08:02:55 -0800 (PST) (envelope-from adamw) Message-Id: <200312051602.hB5G2thL029373@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 5 Dec 2003 08:02:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/at-spi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 16:02:57 -0000 adamw 2003/12/05 08:02:55 PST FreeBSD ports repository Modified files: x11-toolkits/at-spi Makefile distinfo pkg-plist Log: Update to 1.3.9. Revision Changes Path 1.25 +1 -1 ports/x11-toolkits/at-spi/Makefile 1.10 +1 -1 ports/x11-toolkits/at-spi/distinfo 1.13 +0 -23 ports/x11-toolkits/at-spi/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 08:07:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB2E016A4CE; Fri, 5 Dec 2003 08:07:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E3DF43FE3; Fri, 5 Dec 2003 08:07:53 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5G7rXJ030428; Fri, 5 Dec 2003 08:07:53 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5G7qJ4030427; Fri, 5 Dec 2003 08:07:52 -0800 (PST) (envelope-from ceri) Message-Id: <200312051607.hB5G7qJ4030427@repoman.freebsd.org> From: Ceri Davies Date: Fri, 5 Dec 2003 08:07:52 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 16:07:53 -0000 ceri 2003/12/05 08:07:52 PST FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add my wish for an adapter which will allow me to use a Sun monitor with my other machines. Revision Changes Path 1.170 +8 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 08:23:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A934016A4CE for ; Fri, 5 Dec 2003 08:23:21 -0800 (PST) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3F243FE9 for ; Fri, 5 Dec 2003 08:23:18 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 18075 invoked from network); 5 Dec 2003 16:23:17 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Dec 2003 16:23:17 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB5GNDFn020369; Fri, 5 Dec 2003 11:23:13 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031204210904.GI54398@funkthat.com> Date: Fri, 05 Dec 2003 11:23:29 -0500 (EST) From: John Baldwin To: John-Mark Gurney X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 16:23:21 -0000 On 04-Dec-2003 John-Mark Gurney wrote: > John Baldwin wrote this message on Thu, Dec 04, 2003 at 14:43 -0500: >> >: I don't know the acpi/madt interface, but why wouldn't a SYSINIT in >> >: madt that calls an acpi function with a struct of function pointers >> >: to notify acpi that it exists work? Then you don't have problems with >> >: acpi referencing madt's symbols and being required to load. acpi will >> >: get the pointers registered if it exists. >> > >> > This seems like a much more straight forward way to deal. acpi.ko and >> > madt.ko aren't unloadable at this point anyway (and any extra work >> > that the table would cause is so lost in the noise to make the >> > reloadable as to not be worth considering now). >> > >> > Function pointers or kobj are the same thing in this context, so >> > either could potentially be used. However, it isn't an interface that >> > needs to be 'stable to external users' so the normal reason to use >> > kobj applies much less to this case. >> >> I don't think you guys understand what madt.ko does. Also, what >> exactly are you proposing? Should madt.o be part of 'device apic' >> rather than acpi.ko? Basically, a patch (even a rough one) would go >> a long way in explaining what you mean. The MADT code already uses > > First off, madt isn't a module yet, but it shouldn't be hard to make > it.. Since it calls acpi functions, all you have to do it make sure > that it depends upon acpi, and it can be made it's own module. This > will prevent the link problems... For people that new/can use madt, > they just load the madt module which will autoload acpi, and for those > that don't, they continue to load acpi.. (or they can load both acpi > and madt from loader and the right thing will be done at kernel init > time)... The problem (which you didn't read in my mail I guess) is that the fact that madt.ko is in its own module shouldn't be user visible. The user should just say "load ACPI' and all the right magic should happen. > is thinking of) attachment... Then madt would become a device off the > acpi bus... If acpi can detect the presence of madt (self identifing > bus), it can create the device node for madt to attach too... if acpi > can't, then you use an identify function in the madt code to create > the device node off the acpi bus... new-bus doesn't exist yet when we probe CPUs. Again, you haven't actually looked at how this stuff works. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Fri Dec 5 08:42:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF05916A4CE; Fri, 5 Dec 2003 08:42:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7144443F93; Fri, 5 Dec 2003 08:42:54 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5GgsXJ031535; Fri, 5 Dec 2003 08:42:54 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5GgsWW031534; Fri, 5 Dec 2003 08:42:54 -0800 (PST) (envelope-from pav) Message-Id: <200312051642.hB5GgsWW031534@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 08:42:54 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/livecd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 16:42:55 -0000 pav 2003/12/05 08:42:54 PST FreeBSD ports repository Modified files: sysutils/livecd Makefile distinfo Log: - Update to 1.2.4b * kernel sources are removed before generation of ISO, reducing the final size of the ISO in 142 Mb PR: ports/59642 Submitted by: Edson Brandi (maintainer) Revision Changes Path 1.6 +1 -1 ports/sysutils/livecd/Makefile 1.4 +1 -1 ports/sysutils/livecd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 08:43:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F2E16A4CF; Fri, 5 Dec 2003 08:43:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A954D43FDD; Fri, 5 Dec 2003 08:43:00 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5Gh0XJ031566; Fri, 5 Dec 2003 08:43:00 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Gh0pn031561; Fri, 5 Dec 2003 08:43:00 -0800 (PST) (envelope-from perky) Message-Id: <200312051643.hB5Gh0pn031561@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 5 Dec 2003 08:43:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/holyshout Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 16:43:01 -0000 perky 2003/12/05 08:43:00 PST FreeBSD ports repository Modified files: audio/holyshout Makefile Log: - Correct '\r' representation to feed into sed. - Bump PORTREVISION subsequently. Submitted by: maintainer Revision Changes Path 1.10 +2 -1 ports/audio/holyshout/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 08:54:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D2C216A4CE; Fri, 5 Dec 2003 08:54:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42BA643FE9; Fri, 5 Dec 2003 08:54:25 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5GsOXJ037656; Fri, 5 Dec 2003 08:54:24 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5GsOAA037655; Fri, 5 Dec 2003 08:54:24 -0800 (PST) (envelope-from wilko) Message-Id: <200312051654.hB5GsOAA037655@repoman.freebsd.org> From: Wilko Bulte Date: Fri, 5 Dec 2003 08:54:24 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 16:54:26 -0000 wilko 2003/12/05 08:54:24 PST FreeBSD doc repository Modified files: en/donations donors.sgml Log: FDDI concentrator seems to be lost in shipment? Revision Changes Path 1.136 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 09:18:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE3A816A4CE; Fri, 5 Dec 2003 09:18:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA8D43F85; Fri, 5 Dec 2003 09:18:56 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5HItXJ039347; Fri, 5 Dec 2003 09:18:55 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5HItT0039346; Fri, 5 Dec 2003 09:18:55 -0800 (PST) (envelope-from pav) Message-Id: <200312051718.hB5HItT0039346@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 09:18:55 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ipsorc Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 17:18:56 -0000 pav 2003/12/05 09:18:55 PST FreeBSD ports repository Modified files: net/ipsorc Makefile pkg-plist Log: - Add more master sites - Use DOCSDIR - Quiet portlint PR: ports/59723 Submitted by: Nicolas Jombart (maintainer) Revision Changes Path 1.11 +3 -2 ports/net/ipsorc/Makefile 1.4 +3 -3 ports/net/ipsorc/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 09:23:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11FA16A4CE; Fri, 5 Dec 2003 09:23:03 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0ED043FE0; Fri, 5 Dec 2003 09:23:01 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id D1400530A; Fri, 5 Dec 2003 18:23:00 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 76BE45308; Fri, 5 Dec 2003 18:22:53 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 66A7D33C6A; Fri, 5 Dec 2003 18:22:53 +0100 (CET) To: John Baldwin References: From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 05 Dec 2003 18:22:53 +0100 In-Reply-To: (John Baldwin's message of "Fri, 05 Dec 2003 10:35:55 -0500 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 17:23:03 -0000 John Baldwin writes: > The patch I saw was to the actual driver that caused the driver to > default to 144 on any arch that it can't auto detect the size on. The author of the driver disliked the patch and pointed out that he had previously removed code similar to that patch from the driver. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Dec 5 09:39:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A3E16A4CE; Fri, 5 Dec 2003 09:39:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE5B643FDF; Fri, 5 Dec 2003 09:39:37 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5HdbXJ040133; Fri, 5 Dec 2003 09:39:37 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Hdbu7040132; Fri, 5 Dec 2003 09:39:37 -0800 (PST) (envelope-from pav) Message-Id: <200312051739.hB5Hdbu7040132@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 09:39:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pear-Net_NNTP Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 17:39:38 -0000 pav 2003/12/05 09:39:37 PST FreeBSD ports repository Modified files: net/pear-Net_NNTP Makefile distinfo pkg-plist Log: - update to 0.10.1 - introduce NOPORTEXAMPLES knob - use PORTDOCS macro PR: ports/59977 Submitted by: Clement Laforet (maintainer) Revision Changes Path 1.6 +15 -4 ports/net/pear-Net_NNTP/Makefile 1.5 +1 -1 ports/net/pear-Net_NNTP/distinfo 1.4 +6 -6 ports/net/pear-Net_NNTP/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 10:23:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7688D16A4CE; Fri, 5 Dec 2003 10:23:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE1B643FE3; Fri, 5 Dec 2003 10:23:35 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5INZXJ042483; Fri, 5 Dec 2003 10:23:35 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5INZGl042482; Fri, 5 Dec 2003 10:23:35 -0800 (PST) (envelope-from pav) Message-Id: <200312051823.hB5INZGl042482@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 10:23:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cvsweb-converters Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 18:23:36 -0000 pav 2003/12/05 10:23:35 PST FreeBSD ports repository Modified files: sysutils/cvsweb-converters Makefile distinfo pkg-descr Log: - Update to 0.2.1 - Reword a pkg-descr a bit PR: ports/59636 Submitted by: Martin Kammerhofer (maintainer) Revision Changes Path 1.6 +2 -2 ports/sysutils/cvsweb-converters/Makefile 1.3 +1 -1 ports/sysutils/cvsweb-converters/distinfo 1.2 +13 -14 ports/sysutils/cvsweb-converters/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Dec 5 10:41:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F9C616A4CE; Fri, 5 Dec 2003 10:41:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7428B43FB1; Fri, 5 Dec 2003 10:41:48 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5IfmXJ043123; Fri, 5 Dec 2003 10:41:48 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5IfmNL043122; Fri, 5 Dec 2003 10:41:48 -0800 (PST) (envelope-from pav) Message-Id: <200312051841.hB5IfmNL043122@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 10:41:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/gkrellmwho2 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 18:41:49 -0000 pav 2003/12/05 10:41:48 PST FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/gkrellmwho2 Makefile distinfo pkg-descr pkg-plist Log: Add gkrellmwho2, a gkrellm2 plugin that displays currently logged in users in a scrolling line. PR: ports/59790 Submitted by: Alexey Zaytsev Revision Changes Path 1.461 +1 -0 ports/sysutils/Makefile 1.1 +34 -0 ports/sysutils/gkrellmwho2/Makefile (new) 1.1 +1 -0 ports/sysutils/gkrellmwho2/distinfo (new) 1.1 +7 -0 ports/sysutils/gkrellmwho2/pkg-descr (new) 1.1 +1 -0 ports/sysutils/gkrellmwho2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 10:42:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252FD16A4CE; Fri, 5 Dec 2003 10:42:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 813EC43FAF; Fri, 5 Dec 2003 10:42:37 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5IgbXJ043166; Fri, 5 Dec 2003 10:42:37 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5IgbxI043165; Fri, 5 Dec 2003 10:42:37 -0800 (PST) (envelope-from pav) Message-Id: <200312051842.hB5IgbxI043165@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 10:42:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 18:42:38 -0000 pav 2003/12/05 10:42:37 PST FreeBSD ports repository Modified files: . modules Log: gkrellmwho2 --> ports/sysutils/gkrellmwho2 Revision Changes Path 1.8702 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 10:46:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD2416A4CE; Fri, 5 Dec 2003 10:46:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CAA043FA3; Fri, 5 Dec 2003 10:46:02 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5Ik2XJ043370; Fri, 5 Dec 2003 10:46:02 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Ik2qh043369; Fri, 5 Dec 2003 10:46:02 -0800 (PST) (envelope-from pav) Message-Id: <200312051846.hB5Ik2qh043369@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 10:46:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 18:46:04 -0000 pav 2003/12/05 10:46:01 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Alexey Zaysev for sysutils/gkrellmwho2 port. Revision Changes Path 1.72 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 10:46:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA2816A4CF for ; Fri, 5 Dec 2003 10:46:45 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F8A43FB1 for ; Fri, 5 Dec 2003 10:46:42 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 19274 invoked from network); 5 Dec 2003 18:46:41 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Dec 2003 18:46:41 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB5IkcFn021017; Fri, 5 Dec 2003 13:46:38 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 05 Dec 2003 13:46:54 -0500 (EST) From: John Baldwin To: (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 05 Dec 2003 18:46:45 -0000 On 05-Dec-2003 Dag-Erling Smørgrav wrote: > John Baldwin writes: >> The patch I saw was to the actual driver that caused the driver to >> default to 144 on any arch that it can't auto detect the size on. > > The author of the driver disliked the patch and pointed out that he > had previously removed code similar to that patch from the driver. Yes, I saw that later on in my inbox. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Fri Dec 5 11:03:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A225416A4CF for ; Fri, 5 Dec 2003 11:03:12 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1460343FE0 for ; Fri, 5 Dec 2003 11:03:02 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 26627 invoked from network); 5 Dec 2003 19:03:01 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Dec 2003 19:03:01 -0000 Received: from hydrogen.funkthat.com (ilclej@localhost.funkthat.com [127.0.0.1])hB5J30gP009093; Fri, 5 Dec 2003 11:03:00 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB5J2xN1009092; Fri, 5 Dec 2003 11:02:59 -0800 (PST) Date: Fri, 5 Dec 2003 11:02:59 -0800 From: John-Mark Gurney To: John Baldwin Message-ID: <20031205190259.GM54398@funkthat.com> References: <20031204210904.GI54398@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 19:03:12 -0000 John Baldwin wrote this message on Fri, Dec 05, 2003 at 11:23 -0500: > The problem (which you didn't read in my mail I guess) is that the > fact that madt.ko is in its own module shouldn't be user visible. > The user should just say "load ACPI' and all the right magic should > happen. Well, now that you restate it, it's more clear. I got confused with your talking about linking issues, and other stuff, not just that issue. I was going to say, why don't you just call linker_load_module("madt.ko", NULL, NULL, NULL, NULL) from acpi and ignore the return code. Then if the module exists, it's loaded, if it doesn't, nothing changes... But this is problematic since SI_SUB_KMEM is significantly earlier than SI_SUB_KLD.. > > is thinking of) attachment... Then madt would become a device off the > > acpi bus... If acpi can detect the presence of madt (self identifing > > bus), it can create the device node for madt to attach too... if acpi > > can't, then you use an identify function in the madt code to create > > the device node off the acpi bus... > > new-bus doesn't exist yet when we probe CPUs. Again, you haven't > actually looked at how this stuff works. I realized that shortly after I sent off the email that we might be a bit earlier than the vm subsystem and friends have been setup for newbus. Ok, now I'm completely confused, why is ACPI mentioned sooo much when the apic code that madt uses doesn't reference ACPI?? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Fri Dec 5 11:07:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 180E216A4CE; Fri, 5 Dec 2003 11:07:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8721D44027; Fri, 5 Dec 2003 11:07:39 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5J7YXJ045027; Fri, 5 Dec 2003 11:07:34 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5J7XMI045024; Fri, 5 Dec 2003 11:07:33 -0800 (PST) (envelope-from pav) Message-Id: <200312051907.hB5J7XMI045024@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 11:07:33 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms Makefile ports/comms/hamfax Makefile distinfo pkg-descr pkg-plist ports/comms/hamfax/files patch-configure patch-sound.hpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 19:07:42 -0000 pav 2003/12/05 11:07:33 PST FreeBSD ports repository Modified files: comms Makefile Added files: comms/hamfax Makefile distinfo pkg-descr pkg-plist comms/hamfax/files patch-configure patch-sound.hpp Log: Add hamfax, a Qt/X11 application for sending and receiving facsimiles over ham radio. PR: ports/53444 Submitted by: Carl Makin Revision Changes Path 1.91 +1 -0 ports/comms/Makefile 1.1 +28 -0 ports/comms/hamfax/Makefile (new) 1.1 +1 -0 ports/comms/hamfax/distinfo (new) 1.1 +11 -0 ports/comms/hamfax/files/patch-configure (new) 1.1 +11 -0 ports/comms/hamfax/files/patch-sound.hpp (new) 1.1 +8 -0 ports/comms/hamfax/pkg-descr (new) 1.1 +4 -0 ports/comms/hamfax/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 11:08:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F03A316A4CF; Fri, 5 Dec 2003 11:08:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 561E143F3F; Fri, 5 Dec 2003 11:08:05 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5J85XJ045065; Fri, 5 Dec 2003 11:08:05 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5J84Ub045064; Fri, 5 Dec 2003 11:08:04 -0800 (PST) (envelope-from pav) Message-Id: <200312051908.hB5J84Ub045064@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 11:08:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 19:08:06 -0000 pav 2003/12/05 11:08:04 PST FreeBSD ports repository Modified files: . modules Log: hamfax --> ports/comms/hamfax Revision Changes Path 1.8703 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 11:28:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89BDD16A4CF; Fri, 5 Dec 2003 11:28:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26D443F85; Fri, 5 Dec 2003 11:28:24 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5JSOXJ045734; Fri, 5 Dec 2003 11:28:24 -0800 (PST) (envelope-from eivind@repoman.freebsd.org) Received: (from eivind@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5JSOQI045733; Fri, 5 Dec 2003 11:28:24 -0800 (PST) (envelope-from eivind) Message-Id: <200312051928.hB5JSOQI045733@repoman.freebsd.org> From: Eivind Eklund Date: Fri, 5 Dec 2003 11:28:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/etcmerge Makefileports/sysutils/etcmerge/src etcmerge.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 19:28:25 -0000 eivind 2003/12/05 11:28:24 PST FreeBSD ports repository Modified files: sysutils/etcmerge Makefile sysutils/etcmerge/src etcmerge.8 Log: Add refererence to archived etc tarballs, making etcmerge easier to initialize Revision Changes Path 1.4 +1 -1 ports/sysutils/etcmerge/Makefile 1.2 +7 -2 ports/sysutils/etcmerge/src/etcmerge.8 From owner-cvs-all@FreeBSD.ORG Fri Dec 5 11:58:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F7D16A4CE; Fri, 5 Dec 2003 11:58:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2928B43FCB; Fri, 5 Dec 2003 11:58:37 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5JwaXJ046805; Fri, 5 Dec 2003 11:58:36 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5JwamG046804; Fri, 5 Dec 2003 11:58:36 -0800 (PST) (envelope-from blackend) Message-Id: <200312051958.hB5JwamG046804@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 5 Dec 2003 11:58:36 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www Makefile www/en Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 19:58:37 -0000 blackend 2003/12/05 11:58:36 PST FreeBSD doc repository Modified files: . Makefile en Makefile Log: Sort languages. Revision Changes Path 1.23 +2 -2 www/Makefile 1.103 +2 -2 www/en/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:00:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80A4816A4CF; Fri, 5 Dec 2003 12:00:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2F9A43FD7; Fri, 5 Dec 2003 12:00:19 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5K0JXJ046918; Fri, 5 Dec 2003 12:00:19 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5K0JNR046917; Fri, 5 Dec 2003 12:00:19 -0800 (PST) (envelope-from blackend) Message-Id: <200312052000.hB5K0JNR046917@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 5 Dec 2003 12:00:19 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www Makefile www/en Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:00:20 -0000 blackend 2003/12/05 12:00:19 PST FreeBSD doc repository Modified files: . Makefile en Makefile Log: Add turkish (tr) files to the build. Revision Changes Path 1.24 +2 -2 www/Makefile 1.104 +2 -2 www/en/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:04:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F09C16A4CE; Fri, 5 Dec 2003 12:04:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E0743FF2; Fri, 5 Dec 2003 12:04:12 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5K4CXJ047942; Fri, 5 Dec 2003 12:04:12 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5K4C1W047941; Fri, 5 Dec 2003 12:04:12 -0800 (PST) (envelope-from blackend) Message-Id: <200312052004.hB5K4C1W047941@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 5 Dec 2003 12:04:11 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:04:14 -0000 blackend 2003/12/05 12:04:11 PST FreeBSD doc repository Modified files: . Makefile Log: Add Turkish docs to the build. Revision Changes Path 1.31 +1 -0 doc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:06:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C3C16A4CE; Fri, 5 Dec 2003 12:06:30 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3B643FE3; Fri, 5 Dec 2003 12:06:26 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB5K6PRm060905; Fri, 5 Dec 2003 12:06:25 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB5K6NNt060904; Fri, 5 Dec 2003 12:06:23 -0800 (PST) (envelope-from obrien) Date: Fri, 5 Dec 2003 12:06:23 -0800 From: "David O'Brien" To: Gary Jennejohn Message-ID: <20031205200623.GB60766@dragon.nuxi.com> References: <200312041943.hB4JhK6I007082@green.bikeshed.org> <200312042359.hB4Nx0FI005943@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312042359.hB4Nx0FI005943@peedub.jennejohn.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: "Brian F. Feldman" cc: src-committers@FreeBSD.org cc: Andreas Klemm cc: Alexey Dokuchaev cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@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: Fri, 05 Dec 2003 20:06:30 -0000 On Fri, Dec 05, 2003 at 12:59:00AM +0100, Gary Jennejohn wrote: > "Brian F. Feldman" writes: > > Andreas Klemm wrote: > > > BTW, robert, if you already think of terms to "waste" time > > > for loadable editor modules ... the only thing I'm really > > > missing in standard vi is an extended command line with > > > - history function > > > - save history and > > > - editable like everything other compiled and linked with readline lib. ... > > I don't think it would be exactly the most trivial thing to give nvi > > vi-command-history, but it's certainly worth doing. It doesn't use ... > (x)vile already has functionality to edit thiings like search patterns > and file names (using the arrow keys to move around). It also keeps > track of quite a few of the last search patterns and allows scrolling > through them using the arrow keys. Vim has all this, that's how it got as big as it is -- people make lists like the above and the Vim author responds. So if we're going to import [x]vile, we should import Vim instead as its got a larger FreeBSD userbase. That said, I don't see us importing any 'vi' clones, so why is another editor to import being suggested? -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:17:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE3916A4CE for ; Fri, 5 Dec 2003 12:17:36 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FEF643FD7 for ; Fri, 5 Dec 2003 12:17:31 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 13394 invoked from network); 5 Dec 2003 20:17:30 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Dec 2003 20:17:30 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB5KHPFn021467; Fri, 5 Dec 2003 15:17:25 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031205190259.GM54398@funkthat.com> Date: Fri, 05 Dec 2003 15:17:42 -0500 (EST) From: John Baldwin To: John-Mark Gurney X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:17:36 -0000 On 05-Dec-2003 John-Mark Gurney wrote: > John Baldwin wrote this message on Fri, Dec 05, 2003 at 11:23 -0500: >> The problem (which you didn't read in my mail I guess) is that the >> fact that madt.ko is in its own module shouldn't be user visible. >> The user should just say "load ACPI' and all the right magic should >> happen. > > Well, now that you restate it, it's more clear. I got confused with > your talking about linking issues, and other stuff, not just that issue. > > I was going to say, why don't you just call > linker_load_module("madt.ko", NULL, NULL, NULL, NULL) from acpi and > ignore the return code. Then if the module exists, it's loaded, if it > doesn't, nothing changes... > > But this is problematic since SI_SUB_KMEM is significantly earlier than > SI_SUB_KLD.. > >> > is thinking of) attachment... Then madt would become a device off the >> > acpi bus... If acpi can detect the presence of madt (self identifing >> > bus), it can create the device node for madt to attach too... if acpi >> > can't, then you use an identify function in the madt code to create >> > the device node off the acpi bus... >> >> new-bus doesn't exist yet when we probe CPUs. Again, you haven't >> actually looked at how this stuff works. > > I realized that shortly after I sent off the email that we might be a > bit earlier than the vm subsystem and friends have been setup for newbus. > > Ok, now I'm completely confused, why is ACPI mentioned sooo much when > the apic code that madt uses doesn't reference ACPI?? Well, two issuse. First, the APIC "driver" consists of a couple of different pieces. One is the actual apic hardware driver for both the local and I/O apics that provides interrupt sources for over devices to use. The other pieces are apic enumerators. These "modules" perform functionality similar to an identify routine for a new-bus driver in that they create local and I/O APIC "devices" that the core apic driver code then manages. The second issue is PCI interrupt routing. Roughly, the function of PCI interrupt routing is so that when a PCI device wants to register an interrupt handler, it needs to know which interrupt source on the motherboard it is hooked up to. In FreeBSD we use an IRQ number as a kind of cookie. Some arch's like alpha do math on the cookie value to map it to a given PCI device. On i386, the cookie value is an index into an array of interrupt source objects. A given interrupt source may be a pin on an 8259A managed by the atpic "driver" or it may be a pin on an I/O apic managed by the apic "driver". The apic enumerator plays a role in PCI interrupt routing in that it provides PCI bridge drivers that give a PCI device an IRQ cookie at the "bottom" that map to the right interrupt source at the "top". For example, in the !ACPI case using the MP Table, the MP Table provides in addition to entries dsecribing each APIC, entries for each ISA, EISA, and PCI interrupt in the system. The entry lists which I/O APIC and pin that interrupt is mapped to. For PCI devices, the entry actually contains the bus, device, and intpin (#A through #D) and what (apic, pin) tuple it maps to. Thus, when a PCI device routes its interrupt, the MP Table PCI bridge drivers walk the MP Table to find an entry with a matching bus, device, and intpin. They then look up that I/O APIC in an internal array and ask it for the interrupt source associated with the given pin. They can then ask that interrupt source for its associated vector via the pic_get_vector() method. In the ACPI case, each PCI bridge in the ACPI tree has a _PRT object that describes interrupt routing for a given PCI device. Each entry in the _PRT matches a certain bus/device/intpin and says that it either maps to a fixed global interrupt number (common for APIC case) or to a given index of a routable PCI link device (common for 8259A case and some APIC cases). ACPI has a top-level _PIC method that OSPM executes to tell it what kind of interrupt model (PIC vs. APIC) it is using. The _PRT method then usually checks the saved value of this flag to determine which table to use. (It has separate tables for the APIC and 8259A cases.) Thus, while in the !ACPI case we have different sets of PCI bridge drivers for PIC (PCIBIOS) vs. APIC (MP Table), ACPI has one PCI bridge driver for both interrupt models. Now, it is absolutely crucial that when using the APIC we use the corresponding interrupt routing PCI bridge driver. For the PIC case, the interrupts are always the ISA IRQs 0-15 with values 0-15 always mapping to the 8259A master and slave PICs. However, for the MP Table case, there is no defined mapping for how pins on I/O APICs are ordered. We use a sensible model similar to ACPI in that we just assign the vectors consecutively. For example, ioapic0 gets irqs 0-23 for its intpins 0-23, ioapic1 gets IRQs 24-55 for its 32 intpins, etc. ACPI generally follows that model but sometimes it leaves gaps. For example, ioapic0 might be 0-23, and ioapic1 might be 48-79. Thus, the ACPI and !ACPI interrupt routings can be different. Now, ACPI provides those base interrupt numbers for I/O APICs in the MADT entries, thus if we use the MADT to probe APICs, we must use ACPI to route interrupts. If we don't use the MADT to probe APICs, we must not use ACPI to route interrupts but must use the MP Table drivers instead. Thus, madt.ko and acpi.ko really are conceptually part of a single ACPI driver in that both parts contribute to the acpi_pcib(4) drivers and their interrupt routing mechanism. Hopefully this helps clear up some of the confusion. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:32:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29CFF16A4CE; Fri, 5 Dec 2003 12:32:33 -0800 (PST) Received: from peedub.jennejohn.org (p213.54.251.13.tisdip.tiscali.de [213.54.251.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6076243FB1; Fri, 5 Dec 2003 12:32:31 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.10/8.11.6) with ESMTP id hB5KWRcC005087; Fri, 5 Dec 2003 21:32:28 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200312052032.hB5KWRcC005087@peedub.jennejohn.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: Message from "David O'Brien" <20031205200623.GB60766@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 05 Dec 2003 21:32:27 +0100 From: Gary Jennejohn cc: "Brian F. Feldman" cc: Andreas Klemm cc: Alexey Dokuchaev Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:32:33 -0000 "David O'Brien" writes: > On Fri, Dec 05, 2003 at 12:59:00AM +0100, Gary Jennejohn wrote: > > "Brian F. Feldman" writes: > > > Andreas Klemm wrote: > > > > BTW, robert, if you already think of terms to "waste" time > > > > for loadable editor modules ... the only thing I'm really > > > > missing in standard vi is an extended command line with > > > > - history function > > > > - save history and > > > > - editable like everything other compiled and linked with readline lib. > ... > > > I don't think it would be exactly the most trivial thing to give nvi > > > vi-command-history, but it's certainly worth doing. It doesn't use > ... > > (x)vile already has functionality to edit thiings like search patterns > > and file names (using the arrow keys to move around). It also keeps > > track of quite a few of the last search patterns and allows scrolling > > through them using the arrow keys. > > Vim has all this, that's how it got as big as it is -- people make lists > like the above and the Vim author responds. So if we're going to import > [x]vile, we should import Vim instead as its got a larger FreeBSD > userbase. > > That said, I don't see us importing any 'vi' clones, so why is another > editor to import being suggested? > I wasn't suggesting importing another editor but rather pointing out that, if one desires the ability to edit previous input, there are already existing editors which can do that in ports so why modify nvi? IMO nvi is more than good enough as it is for the base system. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:44:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8585016A4CE; Fri, 5 Dec 2003 12:44:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 353F843F3F; Fri, 5 Dec 2003 12:44:14 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5KiDXJ049444; Fri, 5 Dec 2003 12:44:13 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5KiDC9049443; Fri, 5 Dec 2003 12:44:13 -0800 (PST) (envelope-from adamw) Message-Id: <200312052044.hB5KiDC9049443@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 5 Dec 2003 12:44:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ORBit2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:44:17 -0000 adamw 2003/12/05 12:44:13 PST FreeBSD ports repository Modified files: devel/ORBit2 Makefile distinfo Log: Update to 2.8.3. Revision Changes Path 1.92 +1 -1 ports/devel/ORBit2/Makefile 1.41 +1 -1 ports/devel/ORBit2/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:48:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1403516A4CE; Fri, 5 Dec 2003 12:48:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A3743FB1; Fri, 5 Dec 2003 12:48:43 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5KmhXJ055373; Fri, 5 Dec 2003 12:48:43 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5KmhUf055372; Fri, 5 Dec 2003 12:48:43 -0800 (PST) (envelope-from pav) Message-Id: <200312052048.hB5KmhUf055372@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 12:48:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/monkey Makefile distinfo pkg-descr pkg-plist ports/www/monkey/files monkey.sh patch-configure patch-lang::en::mconf patch-users.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:48:44 -0000 pav 2003/12/05 12:48:43 PST FreeBSD ports repository Modified files: www Makefile Added files: www/monkey Makefile distinfo pkg-descr pkg-plist www/monkey/files monkey.sh patch-configure patch-lang::en::mconf patch-users.c Log: Add Monkey HTTP Daemon, a small, powerful, and fast Web server written in C. Features include language support, GET, POST, and HEAD methods, CGI, PHP4 , a config file (optional for every user), a mime.types file, virtual hosts, the ability to deny URLs and IPs, to run as a different user (such as nobody), serve users home directories, resume, and more. PR: ports/58290 Submitted by: Clement Laforet Revision Changes Path 1.763 +1 -0 ports/www/Makefile 1.1 +37 -0 ports/www/monkey/Makefile (new) 1.1 +1 -0 ports/www/monkey/distinfo (new) 1.1 +22 -0 ports/www/monkey/files/monkey.sh (new) 1.1 +77 -0 ports/www/monkey/files/patch-configure (new) 1.1 +54 -0 ports/www/monkey/files/patch-lang::en::mconf (new) 1.1 +19 -0 ports/www/monkey/files/patch-users.c (new) 1.1 +7 -0 ports/www/monkey/pkg-descr (new) 1.1 +31 -0 ports/www/monkey/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:49:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 905C116A4CE; Fri, 5 Dec 2003 12:49:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E711543FB1; Fri, 5 Dec 2003 12:49:28 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5KnSXJ055419; Fri, 5 Dec 2003 12:49:28 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5KnS25055418; Fri, 5 Dec 2003 12:49:28 -0800 (PST) (envelope-from pav) Message-Id: <200312052049.hB5KnS25055418@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 12:49:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:49:29 -0000 pav 2003/12/05 12:49:28 PST FreeBSD ports repository Modified files: . modules Log: monkey --> ports/www/monkey Revision Changes Path 1.8704 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 12:59:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DD216A4CE; Fri, 5 Dec 2003 12:59:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B75443FE0; Fri, 5 Dec 2003 12:59:23 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5KxMXJ055918; Fri, 5 Dec 2003 12:59:22 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5KxMCD055917; Fri, 5 Dec 2003 12:59:22 -0800 (PST) (envelope-from krion) Message-Id: <200312052059.hB5KxMCD055917@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 12:59:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mp3blaster Makefile distinfo patch-mpegsound::oggplayer.ccpatch-src::Makefile.in patch-src::main.cc patch-src_getopt.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:59:24 -0000 krion 2003/12/05 12:59:22 PST FreeBSD ports repository Modified files: audio/mp3blaster Makefile distinfo Added files: audio/mp3blaster/files patch-mpegsound::oggplayer.cc patch-nmixer::Makefile.in patch-src::Makefile.in patch-src::main.cc Removed files: audio/mp3blaster/files patch-ab patch-nmixer_getopt.h patch-src_getopt.h Log: - Update to version 3.2.0 * Fix playing Vorbis files on big-endian archs. * Add optional sidplay support (enabled by default). PR: 59841 59880 Submitted by: Ports Fury, naddy Revision Changes Path 1.17 +38 -17 ports/audio/mp3blaster/Makefile 1.9 +1 -1 ports/audio/mp3blaster/distinfo 1.8 +0 -38 ports/audio/mp3blaster/files/patch-ab (dead) 1.1 +14 -0 ports/audio/mp3blaster/files/patch-mpegsound::oggplayer.cc (new) 1.1 +45 -0 ports/audio/mp3blaster/files/patch-nmixer::Makefile.in (new) 1.2 +0 -14 ports/audio/mp3blaster/files/patch-nmixer_getopt.h (dead) 1.1 +64 -0 ports/audio/mp3blaster/files/patch-src::Makefile.in (new) 1.1 +14 -0 ports/audio/mp3blaster/files/patch-src::main.cc (new) 1.2 +0 -14 ports/audio/mp3blaster/files/patch-src_getopt.h (dead) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:01:41 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D4DF16A4CE; Fri, 5 Dec 2003 13:01:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD9F43FEA; Fri, 5 Dec 2003 13:01:40 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5L1eXJ056113; Fri, 5 Dec 2003 13:01:40 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5L1ebt056112; Fri, 5 Dec 2003 13:01:40 -0800 (PST) (envelope-from tobez) Message-Id: <200312052101.hB5L1ebt056112@repoman.freebsd.org> From: Anton Berezin Date: Fri, 5 Dec 2003 13:01:40 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefileports/devel/p5-Algorithm-Interval2Prefix Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:01:41 -0000 X-List-Received-Date: Fri, 05 Dec 2003 21:01:41 -0000 tobez 2003/12/05 13:01:40 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Algorithm-Interval2Prefix Makefile distinfo pkg-descr pkg-plist Log: Add p5-Algorithm-Interval2Prefix 0.02, generate prefixes from intervals. PR: 59982 Submitted by: Lars Thegler Revision Changes Path 1.1366 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-Algorithm-Interval2Prefix/Makefile (new) 1.1 +1 -0 ports/devel/p5-Algorithm-Interval2Prefix/distinfo (new) 1.1 +6 -0 ports/devel/p5-Algorithm-Interval2Prefix/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Algorithm-Interval2Prefix/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:01:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFA6716A4CF; Fri, 5 Dec 2003 13:01:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 039EE43FE0; Fri, 5 Dec 2003 13:01:51 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5L1oXJ056151; Fri, 5 Dec 2003 13:01:50 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5L1oGd056150; Fri, 5 Dec 2003 13:01:50 -0800 (PST) (envelope-from tobez) Message-Id: <200312052101.hB5L1oGd056150@repoman.freebsd.org> From: Anton Berezin Date: Fri, 5 Dec 2003 13:01:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:01:52 -0000 tobez 2003/12/05 13:01:50 PST FreeBSD ports repository Modified files: . modules Log: p5-Algorithm-Interval2Prefix --> ports/devel/p5-Algorithm-Interval2Prefix Revision Changes Path 1.8705 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:04:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0138316A4CE; Fri, 5 Dec 2003 13:04:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC9143FB1; Fri, 5 Dec 2003 13:04:52 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5L4qXJ057104; Fri, 5 Dec 2003 13:04:52 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5L4qno057103; Fri, 5 Dec 2003 13:04:52 -0800 (PST) (envelope-from bmah) Message-Id: <200312052104.hB5L4qno057103@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 5 Dec 2003 13:04:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:04:53 -0000 bmah 2003/12/05 13:04:51 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Move cx(4) entry from "Serial Devices" to "Miscellaneous Networks". Approved by: re (implicitly) Reviewed by: imp Revision Changes Path 1.205 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:07:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14FF416A4CE; Fri, 5 Dec 2003 13:07:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6705C43FBF; Fri, 5 Dec 2003 13:07:23 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5L7NXJ057268; Fri, 5 Dec 2003 13:07:23 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5L7NoS057267; Fri, 5 Dec 2003 13:07:23 -0800 (PST) (envelope-from pav) Message-Id: <200312052107.hB5L7NoS057267@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 13:07:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ntop/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:07:24 -0000 pav 2003/12/05 13:07:23 PST FreeBSD ports repository Added files: net/ntop/files patch-configure Log: - Fix build on 5.x PR: ports/59641 Submitted by: Clement Laforet Revision Changes Path 1.1 +11 -0 ports/net/ntop/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:13:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D993E16A4CE; Fri, 5 Dec 2003 13:13:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0638443FA3; Fri, 5 Dec 2003 13:13:32 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5LDVXJ057527; Fri, 5 Dec 2003 13:13:31 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5LDVvS057523; Fri, 5 Dec 2003 13:13:31 -0800 (PST) (envelope-from krion) Message-Id: <200312052113.hB5LDVvS057523@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 13:13:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/opentop Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:13:33 -0000 krion 2003/12/05 13:13:31 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/opentop Makefile distinfo pkg-descr pkg-plist Log: OpenTop contains framework classes that provide the features you need to write network-centric, web-enabled and internationalized applications in C++. It enables you to: * create network clients and servers using either raw socket facilities or higher-level protocols such as HTTP and FTP. * create multi-threaded applications and manage synchronization between threads using simple but effective threading abstractions which are common to all platforms. * use the full Unicode character range, using built-in character types and standard string classes. * use byte and character streams and manipulate files using an API inspired by the excellent java.io package. * take advantage of its open architecture by registering your own (or third-party) classes to perform custom processing. * write portable applications and extension libraries. OpenTop is an ideal base on which to deliver cross-platform solutions, benefitting independent software vendors and corporate IT departments. * integrate XML into your C++ applications with the C++ XML Toolkit extension library. PR: 59887 Submitted by: Sergey Matveychuk Revision Changes Path 1.1367 +1 -0 ports/devel/Makefile 1.1 +64 -0 ports/devel/opentop/Makefile (new) 1.1 +2 -0 ports/devel/opentop/distinfo (new) 1.1 +22 -0 ports/devel/opentop/pkg-descr (new) 1.1 +564 -0 ports/devel/opentop/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:13:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C008916A4CF; Fri, 5 Dec 2003 13:13:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2156243FB1; Fri, 5 Dec 2003 13:13:44 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5LDhXJ057595; Fri, 5 Dec 2003 13:13:43 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5LDhrG057594; Fri, 5 Dec 2003 13:13:43 -0800 (PST) (envelope-from krion) Message-Id: <200312052113.hB5LDhrG057594@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 13:13:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:13:44 -0000 krion 2003/12/05 13:13:43 PST FreeBSD ports repository Modified files: . modules Log: opentop --> ports/devel/opentop Revision Changes Path 1.8706 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:22:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDD5F16A4CE; Fri, 5 Dec 2003 13:22:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50CB543FAF; Fri, 5 Dec 2003 13:22:19 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5LMJXJ057896; Fri, 5 Dec 2003 13:22:19 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5LMIAr057895; Fri, 5 Dec 2003 13:22:18 -0800 (PST) (envelope-from dinoex) Message-Id: <200312052122.hB5LMIAr057895@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 5 Dec 2003 13:22:18 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/powerdns Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:22:20 -0000 dinoex 2003/12/05 13:22:18 PST FreeBSD ports repository Modified files: dns/powerdns Makefile Log: - mark BROKEN Revision Changes Path 1.19 +2 -0 ports/dns/powerdns/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:22:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47D3C16A4CF; Fri, 5 Dec 2003 13:22:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8771D43FEA; Fri, 5 Dec 2003 13:22:42 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5LMgXJ057958; Fri, 5 Dec 2003 13:22:42 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5LMgaS057957; Fri, 5 Dec 2003 13:22:42 -0800 (PST) (envelope-from seanc) Message-Id: <200312052122.hB5LMgaS057957@repoman.freebsd.org> From: Sean Chittenden Date: Fri, 5 Dec 2003 13:22:42 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql-client Makefile ports/databases/postgresql7 patch-src:backend:utils:misc:postgresql.conf.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:22:43 -0000 seanc 2003/12/05 13:22:42 PST FreeBSD ports repository Modified files: databases/postgresql-client Makefile databases/postgresql7 Makefile Added files: databases/postgresql7/files patch-src:backend:utils:misc:postgresql.conf.sample Log: Remove the PORTNAME from postgreql-client. PORTNAME is set by MASTERDIR/Makefile[1]. Improve the CONFLICTS messages[2]. Fix the DEPENDS so that MIT krb5 depends on security/krb5, not heimdal[3]. Add a file that was missing in the upgrade that has PostgreSQL log to syslog by default[4]. PR: [4] Originally submitted in ports/59402 Submitted by: [1,2,4] maintainer [3] keoki seu Revision Changes Path 1.2 +2 -2 ports/databases/postgresql-client/Makefile 1.118 +4 -4 ports/databases/postgresql7/Makefile 1.1 +24 -0 ports/databases/postgresql7/files/patch-src:backend:utils:misc:postgresql.conf.sample (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:34:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE2516A4CE; Fri, 5 Dec 2003 13:34:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AAF43FEA; Fri, 5 Dec 2003 13:34:32 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5LYVXJ058337; Fri, 5 Dec 2003 13:34:31 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5LYVMb058336; Fri, 5 Dec 2003 13:34:31 -0800 (PST) (envelope-from bmah) Message-Id: <200312052134.hB5LYVMb058336@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 5 Dec 2003 13:34:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 05 Dec 2003 21:34:32 -0000 bmah 2003/12/05 13:34:31 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: ip_fastforward. Approved by: re (implicitly) Revision Changes Path 1.660 +12 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:44:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD5DA16A4CE; Fri, 5 Dec 2003 13:44:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 974E143FCB; Fri, 5 Dec 2003 13:44:24 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5LiOXJ058755; Fri, 5 Dec 2003 13:44:24 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5LiOxJ058754; Fri, 5 Dec 2003 13:44:24 -0800 (PST) (envelope-from pav) Message-Id: <200312052144.hB5LiOxJ058754@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 5 Dec 2003 13:44:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/harvest Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:44:26 -0000 pav 2003/12/05 13:44:24 PST FreeBSD ports repository Modified files: www/harvest Makefile distinfo pkg-plist Log: - Update to 1.9.14 PR: ports/59663 Submitted by: Clement Laforet (maintainer) Revision Changes Path 1.27 +1 -1 ports/www/harvest/Makefile 1.8 +1 -1 ports/www/harvest/distinfo 1.10 +7 -2 ports/www/harvest/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 13:53:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C3DA16A4CE; Fri, 5 Dec 2003 13:53:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98DB343FF2; Fri, 5 Dec 2003 13:53:13 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5LrDXJ059094; Fri, 5 Dec 2003 13:53:13 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5LrDWO059093; Fri, 5 Dec 2003 13:53:13 -0800 (PST) (envelope-from jeh) Message-Id: <200312052153.hB5LrDWO059093@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 5 Dec 2003 13:53:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/healthd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:53:14 -0000 jeh 2003/12/05 13:53:13 PST FreeBSD ports repository Modified files: sysutils/healthd Makefile distinfo pkg-plist Log: Update to 0.7.5, this support rc.subr Revision Changes Path 1.39 +8 -6 ports/sysutils/healthd/Makefile 1.26 +1 -1 ports/sysutils/healthd/distinfo 1.7 +1 -2 ports/sysutils/healthd/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 14:08:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C9016A4CE; Fri, 5 Dec 2003 14:08:14 -0800 (PST) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4473B43FBD; Fri, 5 Dec 2003 14:08:08 -0800 (PST) (envelope-from bob@immure.com) Received: from maul.immure.com (adsl-66-136-206-1.dsl.austtx.swbell.net [66.136.206.1])hB5M86nW259166; Fri, 5 Dec 2003 17:08:07 -0500 Received: (from root@localhost) by maul.immure.com (8.12.10/8.12.10) id hB5M86E1073266; Fri, 5 Dec 2003 16:08:06 -0600 (CST) (envelope-from bob@immure.com) Received: from luke.immure.com (luke.immure.com [10.1.132.3]) by maul.immure.com (8.12.10/8.12.3) with ESMTP id hB5M85jY073241; Fri, 5 Dec 2003 16:08:05 -0600 (CST) (envelope-from bob@immure.com) Received: from luke.immure.com (localhost [127.0.0.1]) by luke.immure.com (8.12.10/8.12.10) with ESMTP id hB5M859R004265; Fri, 5 Dec 2003 16:08:05 -0600 (CST) (envelope-from bob@luke.immure.com) Received: (from bob@localhost) by luke.immure.com (8.12.10/8.12.10/Submit) id hB5M845W004264; Fri, 5 Dec 2003 16:08:04 -0600 (CST) (envelope-from bob) Date: Fri, 5 Dec 2003 16:08:04 -0600 From: Bob Willcox To: Alfred Perlstein Message-ID: <20031205220804.GA98454@luke.immure.com> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201033904.GD75620@elvis.mu.org> User-Agent: Mutt/1.5.4i X-scanner: scanned by Inflex 1.0.12.3 on maul.immure.com cc: src-committers@freebsd.org cc: Robert Watson cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bob Willcox List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 22:08:14 -0000 On Sun, Nov 30, 2003 at 07:39:04PM -0800, Alfred Perlstein wrote: > * Robert Watson [031130 19:30] wrote: > > > > On Sun, 30 Nov 2003, David O'Brien wrote: > > > > > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > > > scottl 2003/11/29 15:48:44 PST > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > release/scripts print-cdrom-packages.sh > > > > Log: > > > > vim-lite can hardly be considered 'lite'. Remove it. > > > > > > Why isn't it "lite"? > > > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > > > > > Lets look at the Emacs editors you left behind: > > > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > > > > > I predict you will become very unpopular for this commit. > > > Please remove Emacs instead. > > > > Maybe compared to vim, and both vim and vim-lite were previously on CD1? > > > > 2662422 vim-6.2.139.tbz > > 2195668 vim-lite-6.2.139.tbz > > vim-lite is really nice to have around and I have to agree... > wait... > anyone really tired of nvi?... and wants us to be a little more > like OS X? And let's not forget helping the children of Uganda... :) > > When are we going to replace nvi with vim-without-x11? I would hope never. I really don't like the small but annoying differences in vim. Bob -- Bob Willcox First Law of Procrastination: bob@immure.com Procrastination shortens the job and places the Austin, TX responsibility for its termination on someone else (i.e., the authority who imposed the deadline). From owner-cvs-all@FreeBSD.ORG Fri Dec 5 14:11:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D86B916A4CE; Fri, 5 Dec 2003 14:11:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3106A43FAF; Fri, 5 Dec 2003 14:11:25 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5MBPXJ060597; Fri, 5 Dec 2003 14:11:25 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5MBOmo060596; Fri, 5 Dec 2003 14:11:24 -0800 (PST) (envelope-from krion) Message-Id: <200312052211.hB5MBOmo060596@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 14:11:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/omniORB Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 22:11:26 -0000 krion 2003/12/05 14:11:24 PST FreeBSD ports repository Modified files: devel/omniORB Makefile distinfo pkg-plist Log: - Update to version 4.0.3 PR: 59885 Submitted by: maintainer Revision Changes Path 1.25 +1 -1 ports/devel/omniORB/Makefile 1.11 +1 -1 ports/devel/omniORB/distinfo 1.17 +12 -7 ports/devel/omniORB/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 14:19:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9313116A4CE; Fri, 5 Dec 2003 14:19:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9214643FE9; Fri, 5 Dec 2003 14:19:04 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5MJ4XJ060851; Fri, 5 Dec 2003 14:19:04 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5MJ4Fe060850; Fri, 5 Dec 2003 14:19:04 -0800 (PST) (envelope-from olgeni) Message-Id: <200312052219.hB5MJ4Fe060850@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 5 Dec 2003 14:19:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/avidemux2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 22:19:06 -0000 olgeni 2003/12/05 14:19:04 PST FreeBSD ports repository Modified files: multimedia/avidemux2 Makefile Log: Chase shared library version: libxvidcore.so.0 -> libxvidcore.so.2. Revision Changes Path 1.3 +2 -2 ports/multimedia/avidemux2/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 14:44:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F159116A4CE; Fri, 5 Dec 2003 14:44:30 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFEF43FE0; Fri, 5 Dec 2003 14:44:29 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 8FFF16530A; Fri, 5 Dec 2003 22:44:27 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08950-03-2; Fri, 5 Dec 2003 22:44:27 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 2084865292; Fri, 5 Dec 2003 22:44:27 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id EBE8B37; Fri, 5 Dec 2003 22:44:25 +0000 (GMT) Date: Fri, 5 Dec 2003 22:44:25 +0000 From: Bruce M Simpson To: "Bruce A. Mah" Message-ID: <20031205224425.GB28524@saboteur.dek.spc.org> Mail-Followup-To: "Bruce A. Mah" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200312052104.hB5L4qno057103@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312052104.hB5L4qno057103@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 22:44:31 -0000 On Fri, Dec 05, 2003 at 01:04:52PM -0800, Bruce A. Mah wrote: > Log: > Move cx(4) entry from "Serial Devices" to "Miscellaneous Networks". word yoyoyo! From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:02:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFDA216A4CE; Fri, 5 Dec 2003 15:02:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E20643FB1; Fri, 5 Dec 2003 15:02:00 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5N20XJ062318; Fri, 5 Dec 2003 15:02:00 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5N1xPY062317; Fri, 5 Dec 2003 15:01:59 -0800 (PST) (envelope-from sergei) Message-Id: <200312052301.hB5N1xPY062317@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:01:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ipsvd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:02:01 -0000 sergei 2003/12/05 15:01:59 PST FreeBSD ports repository Modified files: net/ipsvd Makefile distinfo Log: - Update to 0.7.1 Revision Changes Path 1.9 +1 -1 ports/net/ipsvd/Makefile 1.7 +1 -1 ports/net/ipsvd/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:03:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9938716A4CE; Fri, 5 Dec 2003 15:03:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED85943FDD; Fri, 5 Dec 2003 15:03:47 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5N3lXJ063240; Fri, 5 Dec 2003 15:03:47 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5N3lqJ063239; Fri, 5 Dec 2003 15:03:47 -0800 (PST) (envelope-from krion) Message-Id: <200312052303.hB5N3lqJ063239@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 15:03:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/bookcase Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:03:49 -0000 krion 2003/12/05 15:03:47 PST FreeBSD ports repository Modified files: misc/bookcase Makefile distinfo pkg-plist Log: - Update to version 0.7.2 Revision Changes Path 1.9 +4 -3 ports/misc/bookcase/Makefile 1.7 +1 -1 ports/misc/bookcase/distinfo 1.8 +3 -3 ports/misc/bookcase/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:04:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6162F16A4CF; Fri, 5 Dec 2003 15:04:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1DB943F3F; Fri, 5 Dec 2003 15:04:04 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5N44XJ063277; Fri, 5 Dec 2003 15:04:04 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5N44gs063276; Fri, 5 Dec 2003 15:04:04 -0800 (PST) (envelope-from sergei) Message-Id: <200312052304.hB5N44gs063276@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:04:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/russian/xruskb Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:04:05 -0000 sergei 2003/12/05 15:04:04 PST FreeBSD ports repository Modified files: russian/xruskb Makefile pkg-plist Log: - Add WITH_MOTIF knob to enable pixmaps in indicator icon - Install documentation - Silence configure warning - Bump PORTREVISION Revision Changes Path 1.13 +17 -3 ports/russian/xruskb/Makefile 1.6 +9 -3 ports/russian/xruskb/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:19:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 061C316A4CE; Fri, 5 Dec 2003 15:19:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493CA43FB1; Fri, 5 Dec 2003 15:19:06 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5NJ6XJ063807; Fri, 5 Dec 2003 15:19:06 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5NJ5TR063806; Fri, 5 Dec 2003 15:19:06 -0800 (PST) (envelope-from sergei) Message-Id: <200312052319.hB5NJ5TR063806@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:19:05 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/xca Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:19:07 -0000 sergei 2003/12/05 15:19:05 PST FreeBSD ports repository Modified files: security Makefile Added files: security/xca Makefile distinfo pkg-descr pkg-plist Log: Add xca 0.4.5, graphical certification authority. Graphical certification authority is an interface for managing RSA keys and certificates, and the creation and signing of PKCS#10 requests. It uses the OpenSSL library and a Berkeley DB for key and certificate storage. It supports importing and exporting keys and PEM DER PKCS8 certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. Author: Christian Hohnstaedt WWW: http://www.hohnstaedt.de/xca.html PR: 58378 Submitted by: Valentin Zahariev Revision Changes Path 1.469 +1 -0 ports/security/Makefile 1.1 +29 -0 ports/security/xca/Makefile (new) 1.1 +1 -0 ports/security/xca/distinfo (new) 1.1 +9 -0 ports/security/xca/pkg-descr (new) 1.1 +26 -0 ports/security/xca/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:19:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530DF16A4CE; Fri, 5 Dec 2003 15:19:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA0743FD7; Fri, 5 Dec 2003 15:19:53 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5NJrXJ063854; Fri, 5 Dec 2003 15:19:53 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5NJrHJ063853; Fri, 5 Dec 2003 15:19:53 -0800 (PST) (envelope-from sergei) Message-Id: <200312052319.hB5NJrHJ063853@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:19:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:19:54 -0000 sergei 2003/12/05 15:19:53 PST FreeBSD ports repository Modified files: . modules Log: xca --> ports/security/xca Revision Changes Path 1.8707 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:27:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F361616A4CE; Fri, 5 Dec 2003 15:27:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E8A43FDD; Fri, 5 Dec 2003 15:27:30 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5NRUXJ064130; Fri, 5 Dec 2003 15:27:30 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5NRT5b064129; Fri, 5 Dec 2003 15:27:29 -0800 (PST) (envelope-from sergei) Message-Id: <200312052327.hB5NRT5b064129@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:27:29 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:27:32 -0000 sergei 2003/12/05 15:27:29 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Valentin Zahariev for his security/xca port Revision Changes Path 1.73 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:36:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE5C516A4CF; Fri, 5 Dec 2003 15:36:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD7043FBD; Fri, 5 Dec 2003 15:36:48 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5NalXJ064731; Fri, 5 Dec 2003 15:36:48 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5NalhL064729; Fri, 5 Dec 2003 15:36:47 -0800 (PST) (envelope-from krion) Message-Id: <200312052336.hB5NalhL064729@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 15:36:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/krename Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:36:49 -0000 krion 2003/12/05 15:36:47 PST FreeBSD ports repository Modified files: sysutils/krename Makefile distinfo pkg-plist Log: - Update to 2.8.4 Revision Changes Path 1.9 +4 -9 ports/sysutils/krename/Makefile 1.5 +1 -1 ports/sysutils/krename/distinfo 1.4 +1 -0 ports/sysutils/krename/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:41:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FBB16A4DD; Fri, 5 Dec 2003 15:41:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A6743FBF; Fri, 5 Dec 2003 15:41:46 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5NfjXJ064922; Fri, 5 Dec 2003 15:41:45 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Nfj9V064921; Fri, 5 Dec 2003 15:41:45 -0800 (PST) (envelope-from krion) Message-Id: <200312052341.hB5Nfj9V064921@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 5 Dec 2003 15:41:45 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/gmime2 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:41:47 -0000 krion 2003/12/05 15:41:45 PST FreeBSD ports repository Modified files: mail/gmime2 Makefile distinfo pkg-descr Log: - Update to 2.1.1 Revision Changes Path 1.8 +1 -1 ports/mail/gmime2/Makefile 1.6 +1 -1 ports/mail/gmime2/distinfo 1.2 +0 -2 ports/mail/gmime2/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:42:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC14316A4CE; Fri, 5 Dec 2003 15:42:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6F343FE0; Fri, 5 Dec 2003 15:42:13 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5NgDXJ064998; Fri, 5 Dec 2003 15:42:13 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5NgCE9064997; Fri, 5 Dec 2003 15:42:12 -0800 (PST) (envelope-from sergei) Message-Id: <200312052342.hB5NgCE9064997@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:42:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/xfce4-clipman-plugin Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:42:14 -0000 sergei 2003/12/05 15:42:12 PST FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xfce4-clipman-plugin Makefile distinfo pkg-descr pkg-plist Log: Add xfce4-clipman-plugin 0.3.1, XFce 4 clipboard module for xfce4-panel. This plugin is a clipboard history for the panel. It now includes a "Clear clipboard" option, and a drag-and-drop paste feature contributed by Andre Lerche. Author: Eduard Roccatello WWW: http://xfce-goodies.berlios.de/ PR: 59633 Submitted by: Matt Lancereau Revision Changes Path 1.440 +1 -0 ports/x11/Makefile 1.1 +29 -0 ports/x11/xfce4-clipman-plugin/Makefile (new) 1.1 +1 -0 ports/x11/xfce4-clipman-plugin/distinfo (new) 1.1 +6 -0 ports/x11/xfce4-clipman-plugin/pkg-descr (new) 1.1 +5 -0 ports/x11/xfce4-clipman-plugin/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:42:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1217516A4CF; Fri, 5 Dec 2003 15:42:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634D743FE3; Fri, 5 Dec 2003 15:42:26 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5NgQXJ065040; Fri, 5 Dec 2003 15:42:26 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5NgQVv065039; Fri, 5 Dec 2003 15:42:26 -0800 (PST) (envelope-from sergei) Message-Id: <200312052342.hB5NgQVv065039@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:42:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:42:27 -0000 sergei 2003/12/05 15:42:26 PST FreeBSD ports repository Modified files: . modules Log: xfce4-clipman-plugin --> ports/x11/xfce4-clipman-plugin Revision Changes Path 1.8708 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 5 15:46:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5083E16A4CE; Fri, 5 Dec 2003 15:46:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C54843FBD; Fri, 5 Dec 2003 15:46:04 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5Nk4XJ065240; Fri, 5 Dec 2003 15:46:04 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Nk4hf065239; Fri, 5 Dec 2003 15:46:04 -0800 (PST) (envelope-from sergei) Message-Id: <200312052346.hB5Nk4hf065239@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 15:46:04 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:46:05 -0000 sergei 2003/12/05 15:46:04 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Matt Lancereau for x11/xfce4-clipman-plugin port Revision Changes Path 1.74 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 16:05:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A60B16A4CE; Fri, 5 Dec 2003 16:05:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEC543F85; Fri, 5 Dec 2003 16:05:06 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6056XJ066770; Fri, 5 Dec 2003 16:05:06 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6056AP066769; Fri, 5 Dec 2003 16:05:06 -0800 (PST) (envelope-from sergei) Message-Id: <200312060005.hB6056AP066769@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Dec 2003 16:05:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ocaml Makefile distinfo pkg-plist patch-ocamldoc::Makefile patch-stack_overflow X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Dec 2003 00:05:07 -0000 sergei 2003/12/05 16:05:06 PST FreeBSD ports repository Modified files: lang/ocaml Makefile distinfo pkg-plist lang/ocaml/files patch-camlp4-man::Makefile patch-ocamldoc::Makefile Removed files: lang/ocaml/files patch-stack_overflow Log: - Update to 3.07 (patchlevel 2 - Fix MASTER_SITES list - Update MANN and MLINK - Re-sort pkg-plist for better maintenance - Assign maintainership to the submitter PR: 59602 Submitted by: Eugene Ossintsev Approved by: previous maintainer Revision Changes Path 1.28 +17 -11 ports/lang/ocaml/Makefile 1.12 +5 -4 ports/lang/ocaml/distinfo 1.4 +18 -16 ports/lang/ocaml/files/patch-camlp4-man::Makefile 1.2 +8 -8 ports/lang/ocaml/files/patch-ocamldoc::Makefile 1.2 +0 -15 ports/lang/ocaml/files/patch-stack_overflow (dead) 1.18 +819 -787 ports/lang/ocaml/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 5 18:29:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A1716A4CE; Fri, 5 Dec 2003 18:29:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E9143FE0; Fri, 5 Dec 2003 18:29:32 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB62TVXJ079951; Fri, 5 Dec 2003 18:29:32 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB62TVrw079950; Fri, 5 Dec 2003 18:29:31 -0800 (PST) (envelope-from sanpei) Message-Id: <200312060229.hB62TVrw079950@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 5 Dec 2003 18:29:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h src/share/man/man4 dc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 02:29:35 -0000 sanpei 2003/12/05 18:29:31 PST FreeBSD src repository Modified files: sys/pci if_dc.c if_dcreg.h share/man/man4 dc.4 Log: Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA) Submitted by: Masahiro Yamagishi Approved by: re (scottl) Revision Changes Path 1.25 +2 -0 src/share/man/man4/dc.4 1.137 +2 -0 src/sys/pci/if_dc.c 1.40 +1 -0 src/sys/pci/if_dcreg.h From owner-cvs-all@FreeBSD.ORG Fri Dec 5 18:34:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F39916A4CE; Fri, 5 Dec 2003 18:34:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE1C943FDD; Fri, 5 Dec 2003 18:34:07 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB62Y7XJ080147; Fri, 5 Dec 2003 18:34:07 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB62Y77x080142; Fri, 5 Dec 2003 18:34:07 -0800 (PST) (envelope-from scottl) Message-Id: <200312060234.hB62Y77x080142@repoman.freebsd.org> From: Scott Long Date: Fri, 5 Dec 2003 18:34:07 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 02:34:08 -0000 scottl 2003/12/05 18:34:07 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: The ATA-RAID panics looks to be related to long-standing robustness issues, and can only happen if the user takes intentional steps to cause havok. Thus, this is no longer a show-stopper. Thanks to Doug White for investigating this. Revision Changes Path 1.68 +1 -8 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 18:38:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D93916A4CE; Fri, 5 Dec 2003 18:38:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB5E43FD7; Fri, 5 Dec 2003 18:38:31 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB62cVXJ080341; Fri, 5 Dec 2003 18:38:31 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB62cV1L080340; Fri, 5 Dec 2003 18:38:31 -0800 (PST) (envelope-from scottl) Message-Id: <200312060238.hB62cV1L080340@repoman.freebsd.org> From: Scott Long Date: Fri, 5 Dec 2003 18:38:31 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 02:38:32 -0000 scottl 2003/12/05 18:38:31 PST FreeBSD doc repository Modified files: en/releases/5.2R todo.sgml Log: The NFS problem seems to have evaporated through fixes to other problems and/or changes in configuration. Despite significant effort, it has escaped reproduction for 4 weeks. Demote it to the 'please test' list. Revision Changes Path 1.69 +11 -10 www/en/releases/5.2R/todo.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 5 20:15:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83E0F16A4CE; Fri, 5 Dec 2003 20:15:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF42043FDD; Fri, 5 Dec 2003 20:15:13 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB64FDXJ085814; Fri, 5 Dec 2003 20:15:13 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB64FDmS085813; Fri, 5 Dec 2003 20:15:13 -0800 (PST) (envelope-from scottl) Message-Id: <200312060415.hB64FDmS085813@repoman.freebsd.org> From: Scott Long Date: Fri, 5 Dec 2003 20:15:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 04:15:14 -0000 scottl 2003/12/05 20:15:13 PST FreeBSD src repository Modified files: release/scripts print-cdrom-packages.sh Log: Slim down the package list some more. The KDE and Gnome metaports might need to be tweaked a bit, but this gives the disc1 ISO a fighting chance. Revision Changes Path 1.52 +2 -10 src/release/scripts/print-cdrom-packages.sh From owner-cvs-all@FreeBSD.ORG Fri Dec 5 21:45:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6120616A4D4; Fri, 5 Dec 2003 21:45:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD6543FBD; Fri, 5 Dec 2003 21:45:32 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB65jWXJ095326; Fri, 5 Dec 2003 21:45:32 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB65jWx4095325; Fri, 5 Dec 2003 21:45:32 -0800 (PST) (envelope-from alc) Message-Id: <200312060545.hB65jWx4095325@repoman.freebsd.org> From: Alan Cox Date: Fri, 5 Dec 2003 21:45:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 05:45:33 -0000 alc 2003/12/05 21:45:32 PST FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: Fix a deadlock between vm_fault() and vm_mmap(): The expected lock ordering between vm_map and vnode locks is that vm_map locks are acquired first. In revision 1.150 mmap(2) was changed to pass a locked vnode into vm_mmap(). This creates a lock-order reversal when vm_mmap() calls one of the vm_map routines that acquires a vm_map lock. The solution implemented herein is to release the vnode lock in mmap() before calling vm_mmap() and reacquire this lock if necessary in vm_mmap(). Approved by: re (scottl) Reviewed by: jeff, kan, rwatson Revision Changes Path 1.174 +13 -4 src/sys/vm/vm_mmap.c From owner-cvs-all@FreeBSD.ORG Fri Dec 5 21:55:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEBB316A4CE; Fri, 5 Dec 2003 21:55:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B96E43F3F; Fri, 5 Dec 2003 21:55:24 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB65tOXJ095696; Fri, 5 Dec 2003 21:55:24 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB65tNv5095695; Fri, 5 Dec 2003 21:55:23 -0800 (PST) (envelope-from vanilla) Message-Id: <200312060555.hB65tNv5095695@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 5 Dec 2003 21:55:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/big5fs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 05:55:25 -0000 vanilla 2003/12/05 21:55:23 PST FreeBSD ports repository Modified files: chinese/big5fs Makefile Log: obsolete after 501109. Submitted by: "R. Imura" Revision Changes Path 1.12 +3 -1 ports/chinese/big5fs/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 5 22:54:57 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 588E916A4D0 for ; Fri, 5 Dec 2003 22:54:57 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id F22B943FE3 for ; Fri, 5 Dec 2003 22:54:53 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 41020 invoked from network); 6 Dec 2003 06:54:52 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 6 Dec 2003 06:54:52 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 6 Dec 2003 00:54:51 -0600 (CST) From: Mike Silbersack To: Alan Cox In-Reply-To: <200312060545.hB65jWx4095325@repoman.freebsd.org> Message-ID: <20031206005341.D33930@odysseus.silby.com> References: <200312060545.hB65jWx4095325@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 06:54:57 -0000 WHOOOOOOOOOOO HOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO I'm not sure if any has realized it yet, but I think that this may be our first actual deadlock condition. This means that we're actually locking things! Congrats, Mike "Silby" Silbersack On Fri, 5 Dec 2003, Alan Cox wrote: > alc 2003/12/05 21:45:32 PST > > FreeBSD src repository > > Modified files: > sys/vm vm_mmap.c > Log: > Fix a deadlock between vm_fault() and vm_mmap(): The expected lock ordering > between vm_map and vnode locks is that vm_map locks are acquired first. In > revision 1.150 mmap(2) was changed to pass a locked vnode into vm_mmap(). > This creates a lock-order reversal when vm_mmap() calls one of the vm_map > routines that acquires a vm_map lock. The solution implemented herein is > to release the vnode lock in mmap() before calling vm_mmap() and reacquire > this lock if necessary in vm_mmap(). > > Approved by: re (scottl) > Reviewed by: jeff, kan, rwatson > > Revision Changes Path > 1.174 +13 -4 src/sys/vm/vm_mmap.c > From owner-cvs-all@FreeBSD.ORG Fri Dec 5 23:10:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1ABC16A4CE; Fri, 5 Dec 2003 23:10:05 -0800 (PST) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D079943FA3; Fri, 5 Dec 2003 23:10:04 -0800 (PST) (envelope-from alc@cs.rice.edu) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 5BC394A9A5; Sat, 6 Dec 2003 01:10:04 -0600 (CST) Received: from cs.rice.edu ([127.0.0.1]) by localhost (cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22691-02-40; Sat, 6 Dec 2003 01:10:02 -0600 (CST) Received: by cs.rice.edu (Postfix, from userid 19572) id 96E544A9A3; Sat, 6 Dec 2003 01:10:02 -0600 (CST) Date: Sat, 6 Dec 2003 01:10:02 -0600 From: Alan Cox To: Mike Silbersack Message-ID: <20031206071002.GE13902@cs.rice.edu> References: <200312060545.hB65jWx4095325@repoman.freebsd.org> <20031206005341.D33930@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031206005341.D33930@odysseus.silby.com> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavis-20030616-p5 at rice.edu cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 07:10:06 -0000 On Sat, Dec 06, 2003 at 12:54:51AM -0600, Mike Silbersack wrote: > > WHOOOOOOOOOOO HOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO > > I'm not sure if any has realized it yet, but I think that this may be our > first actual deadlock condition. This means that we're actually locking > things! > > Congrats, > > Mike "Silby" Silbersack > That's one way of looking at it. :-) The other is that we really need witness to support lockmgr()-based locks. Regards, Alan From owner-cvs-all@FreeBSD.ORG Fri Dec 5 23:39:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AAA16A4CE; Fri, 5 Dec 2003 23:39:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB4B43F93; Fri, 5 Dec 2003 23:39:33 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB67dWXJ000858; Fri, 5 Dec 2003 23:39:32 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB67dWD4000857; Fri, 5 Dec 2003 23:39:32 -0800 (PST) (envelope-from hrs) Message-Id: <200312060739.hB67dWD4000857@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 5 Dec 2003 23:39:32 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook Makefile doc/ja_JP.eucJP/books/handbook Makefile doc/share/sgml mirrors-master.xsl mirrors.xml www/en Makefile index.xsl www/share/sgml includes.misc.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Dec 2003 07:39:34 -0000 hrs 2003/12/05 23:39:32 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook Makefile ja_JP.eucJP/books/handbook Makefile share/sgml mirrors-master.xsl mirrors.xml en Makefile index.xsl share/sgml includes.misc.xsl Log: - Add news/news.xml dependency to index.html. - Add several templates for index.xsl into includes.misc.xsl. - The structure of mirrors.xml has been changed; is a container of and now. Revision Changes Path 1.74 +2 -0 doc/en_US.ISO8859-1/books/handbook/Makefile 1.58 +2 -0 doc/ja_JP.eucJP/books/handbook/Makefile 1.4 +78 -54 doc/share/sgml/mirrors-master.xsl 1.5 +1852 -390 doc/share/sgml/mirrors.xml 1.105 +4 -2 www/en/Makefile 1.85 +36 -55 www/en/index.xsl 1.2 +98 -9 www/share/sgml/includes.misc.xsl From owner-cvs-all@FreeBSD.ORG Sat Dec 6 00:12:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE52316A4CE; Sat, 6 Dec 2003 00:12:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCCB843FB1; Sat, 6 Dec 2003 00:12:43 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB68ChXJ002916; Sat, 6 Dec 2003 00:12:43 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB68Chhd002915; Sat, 6 Dec 2003 00:12:43 -0800 (PST) (envelope-from hrs) Message-Id: <200312060812.hB68Chhd002915@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 6 Dec 2003 00:12:43 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/handbook chapters.ent doc/ja_JP.eucJP/books/handbook/bibliographychapter.sgml doc/ja_JP.eucJP/books/handbook/pgpkeys chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 08:12:44 -0000 hrs 2003/12/06 00:12:43 PST FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook chapters.ent ja_JP.eucJP/books/handbook/bibliography chapter.sgml ja_JP.eucJP/books/handbook/cutting-edge chapter.sgml ja_JP.eucJP/books/handbook/linuxemu chapter.sgml ja_JP.eucJP/books/handbook/pgpkeys chapter.sgml Log: - Merge the following from the English version: 1.24 -> 1.25 handbook/chapters.ent 1.59 -> 1.60 handbook/bibliography/chapter.sgml 1.199 -> 1.202 handbook/pgpkeys/chapter.sgml - Fix malformed tags: handbook/cutting-edge/chapter.sgml handbook/linuxemu/chapter.sgml Spotted by: make lint Revision Changes Path 1.30 +2 -2 doc/ja_JP.eucJP/books/handbook/bibliography/chapter.sgml 1.13 +1 -1 doc/ja_JP.eucJP/books/handbook/chapters.ent 1.34 +1 -1 doc/ja_JP.eucJP/books/handbook/cutting-edge/chapter.sgml 1.22 +1 -1 doc/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml 1.35 +16 -1 doc/ja_JP.eucJP/books/handbook/pgpkeys/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 00:12:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC9A216A4CF; Sat, 6 Dec 2003 00:12:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395A443FB1; Sat, 6 Dec 2003 00:12:55 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB68CtXJ003000; Sat, 6 Dec 2003 00:12:55 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB68CsVI002999; Sat, 6 Dec 2003 00:12:54 -0800 (PST) (envelope-from hrs) Message-Id: <200312060812.hB68CsVI002999@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 6 Dec 2003 00:12:54 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/articles/dialup-firewall article.sgml doc/ja_JP.eucJP/articles/diskless-x article.sgml doc/ja_JP.eucJP/articles/fonts article.sgml doc/ja_JP.eucJP/articles/multi-os article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 08:12:56 -0000 X-List-Received-Date: Sat, 06 Dec 2003 08:12:56 -0000 hrs 2003/12/06 00:12:54 PST FreeBSD doc repository Modified files: ja_JP.eucJP/articles/dialup-firewall article.sgml ja_JP.eucJP/articles/diskless-x article.sgml ja_JP.eucJP/articles/fonts article.sgml ja_JP.eucJP/articles/multi-os article.sgml Log: Merge the following from the English version: 1.31 -> 1.32 dialup-firewall/article.sgml 1.13 -> 1.15 diskless-x/article.sgml 1.23 -> 1.24 fonts/article.sgml 1.36 -> 1.37 multi-os/article.sgml Revision Changes Path 1.8 +1 -1 doc/ja_JP.eucJP/articles/dialup-firewall/article.sgml 1.8 +2 -2 doc/ja_JP.eucJP/articles/diskless-x/article.sgml 1.8 +1 -1 doc/ja_JP.eucJP/articles/fonts/article.sgml 1.11 +1 -1 doc/ja_JP.eucJP/articles/multi-os/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 00:13:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A5A16A4D0; Sat, 6 Dec 2003 00:13:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7EB843FE0; Sat, 6 Dec 2003 00:13:03 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB68D3XJ003085; Sat, 6 Dec 2003 00:13:03 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB68D3Ss003084; Sat, 6 Dec 2003 00:13:03 -0800 (PST) (envelope-from hrs) Message-Id: <200312060813.hB68D3Ss003084@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 6 Dec 2003 00:13:03 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ja includes.xsl www/ja/internal internal.sgml www/ja/platforms alpha.sgml amd64.sgml sparc.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 08:13:05 -0000 hrs 2003/12/06 00:13:03 PST FreeBSD doc repository Modified files: ja includes.xsl ja/internal internal.sgml ja/platforms alpha.sgml amd64.sgml sparc.sgml Log: Merge the following from the English version: 1.19 -> 1.20 includes.xsl 1.25 -> 1.26 internal/internal.sgml 1.2 -> 1.3 platforms/alpha.sgml 1.4 -> 1.5 platforms/amd64.sgml 1.15 -> 1.17 platforms/sparc.sgml Revision Changes Path 1.19 +2 -2 www/ja/includes.xsl 1.22 +2 -5 www/ja/internal/internal.sgml 1.17 +7 -5 www/ja/platforms/alpha.sgml 1.3 +5 -6 www/ja/platforms/amd64.sgml 1.5 +20 -12 www/ja/platforms/sparc.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 00:17:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59E5216A4CE; Sat, 6 Dec 2003 00:17:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63D643F85; Sat, 6 Dec 2003 00:17:58 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB68HwXJ003285; Sat, 6 Dec 2003 00:17:58 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB68HwgR003284; Sat, 6 Dec 2003 00:17:58 -0800 (PST) (envelope-from marcus) Message-Id: <200312060817.hB68HwgR003284@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 00:17:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gnome-pkgview/files patch-intltool-merge.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 08:17:59 -0000 marcus 2003/12/06 00:17:58 PST FreeBSD ports repository Added files: sysutils/gnome-pkgview/files patch-intltool-merge.in Log: Fix build on -STABLE. Reported by: Randy Bush Revision Changes Path 1.1 +11 -0 ports/sysutils/gnome-pkgview/files/patch-intltool-merge.in (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 00:18:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC95F16A4CF; Sat, 6 Dec 2003 00:18:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA5EA43F93; Sat, 6 Dec 2003 00:18:02 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB68I2XJ003337; Sat, 6 Dec 2003 00:18:02 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB68I2m5003336; Sat, 6 Dec 2003 00:18:02 -0800 (PST) (envelope-from bland) Message-Id: <200312060818.hB68I2m5003336@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sat, 6 Dec 2003 00:18:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gnome-vfsmm Makefile distinfo pkg-plist ports/devel/gnome-vfsmm/files extra-patch-old_gcc_bugs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Dec 2003 08:18:03 -0000 bland 2003/12/06 00:18:02 PST FreeBSD ports repository Modified files: devel/gnome-vfsmm Makefile distinfo pkg-plist devel/gnome-vfsmm/files extra-patch-old_gcc_bugs Log: - Update to 1.3.4 - Switchover to GNOME master site - Use bzip2 source archives Revision Changes Path 1.7 +4 -3 ports/devel/gnome-vfsmm/Makefile 1.4 +1 -1 ports/devel/gnome-vfsmm/distinfo 1.2 +20 -70 ports/devel/gnome-vfsmm/files/extra-patch-old_gcc_bugs 1.4 +1 -1 ports/devel/gnome-vfsmm/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 00:18:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB1716A4CE; Sat, 6 Dec 2003 00:18:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95BC343FB1; Sat, 6 Dec 2003 00:18:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB68IYXJ003378; Sat, 6 Dec 2003 00:18:34 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB68IYO5003377; Sat, 6 Dec 2003 00:18:34 -0800 (PST) (envelope-from marcus) Message-Id: <200312060818.hB68IYO5003377@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 00:18:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/at-spi/files patch-intltool-merge.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 08:18:35 -0000 marcus 2003/12/06 00:18:34 PST FreeBSD ports repository Added files: x11-toolkits/at-spi/files patch-intltool-merge.in Log: Fix build on -STABLE. Reported by: Randy Bush Revision Changes Path 1.1 +11 -0 ports/x11-toolkits/at-spi/files/patch-intltool-merge.in (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 01:00:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD4C16A4CE; Sat, 6 Dec 2003 01:00:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D3D443FAF; Sat, 6 Dec 2003 01:00:58 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB690wXJ010635; Sat, 6 Dec 2003 01:00:58 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB690wR7010634; Sat, 6 Dec 2003 01:00:58 -0800 (PST) (envelope-from bland) Message-Id: <200312060900.hB690wR7010634@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sat, 6 Dec 2003 01:00:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/gcalctool Makefile distinfo pkg-plist ports/math/gcalctool/files patch-gcalctool::get.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 09:00:59 -0000 bland 2003/12/06 01:00:58 PST FreeBSD ports repository Modified files: math/gcalctool Makefile distinfo pkg-plist Added files: math/gcalctool/files patch-gcalctool::get.c Log: Update to 4.3.29 Revision Changes Path 1.22 +1 -1 ports/math/gcalctool/Makefile 1.14 +1 -1 ports/math/gcalctool/distinfo 1.1 +46 -0 ports/math/gcalctool/files/patch-gcalctool::get.c (new) 1.13 +1 -0 ports/math/gcalctool/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 01:01:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CB416A4CF; Sat, 6 Dec 2003 01:01:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C5443FCB; Sat, 6 Dec 2003 01:01:25 -0800 (PST) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB691PXJ010673; Sat, 6 Dec 2003 01:01:25 -0800 (PST) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB691PZH010672; Sat, 6 Dec 2003 01:01:25 -0800 (PST) (envelope-from emax) Message-Id: <200312060901.hB691PZH010672@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sat, 6 Dec 2003 01:01:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_dummynet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 09:01:26 -0000 emax 2003/12/06 01:01:25 PST FreeBSD src repository Modified files: sys/netinet ip_dummynet.c Log: Do not panic when flushing dummynet firewall rules Reviewed by: andre Approved by: re (scottl) Revision Changes Path 1.75 +1 -1 src/sys/netinet/ip_dummynet.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 04:37:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2359316A4CE; Sat, 6 Dec 2003 04:37:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DC443FDF; Sat, 6 Dec 2003 04:37:44 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6CbiXJ024374; Sat, 6 Dec 2003 04:37:44 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6CbhCc024373; Sat, 6 Dec 2003 04:37:43 -0800 (PST) (envelope-from pav) Message-Id: <200312061237.hB6CbhCc024373@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 04:37:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms Makefile ports/comms/py-bulksms Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 12:37:45 -0000 pav 2003/12/06 04:37:43 PST FreeBSD ports repository Modified files: comms Makefile Added files: comms/py-bulksms Makefile distinfo pkg-descr pkg-plist Log: Add py-bulksms, python client for BulkSMS.co.uk's HTTP API for sending short text messages to cell phones. Port contains python module and a command-line client 'sms'. PR: ports/59987 Submitted by: Andy Gilligan Revision Changes Path 1.92 +1 -0 ports/comms/Makefile 1.1 +29 -0 ports/comms/py-bulksms/Makefile (new) 1.1 +1 -0 ports/comms/py-bulksms/distinfo (new) 1.1 +6 -0 ports/comms/py-bulksms/pkg-descr (new) 1.1 +19 -0 ports/comms/py-bulksms/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 04:38:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66D7C16A4CE; Sat, 6 Dec 2003 04:38:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF48243FA3; Sat, 6 Dec 2003 04:38:32 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6CcWXJ024439; Sat, 6 Dec 2003 04:38:32 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6CcW0k024438; Sat, 6 Dec 2003 04:38:32 -0800 (PST) (envelope-from pav) Message-Id: <200312061238.hB6CcW0k024438@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 04:38:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 12:38:33 -0000 pav 2003/12/06 04:38:32 PST FreeBSD ports repository Modified files: . modules Log: py-bulksms --> ports/comms/py-bulksms Revision Changes Path 1.8709 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 04:41:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D474C16A4CE; Sat, 6 Dec 2003 04:41:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C3D943FA3; Sat, 6 Dec 2003 04:41:27 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6CfQXJ024592; Sat, 6 Dec 2003 04:41:27 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6CfQfR024591; Sat, 6 Dec 2003 04:41:26 -0800 (PST) (envelope-from pav) Message-Id: <200312061241.hB6CfQfR024591@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 04:41:26 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 12:41:28 -0000 pav 2003/12/06 04:41:26 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: /tmp/cvs05DUua Revision Changes Path 1.75 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 04:48:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 623B916A4CE; Sat, 6 Dec 2003 04:48:48 -0800 (PST) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1CFC43F85; Sat, 6 Dec 2003 04:48:46 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.10/8.12.10) with ESMTP id hB6Cmja7019442; Sat, 6 Dec 2003 13:48:45 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.12.10/8.12.10/Submit) id hB6CmjpG019441; Sat, 6 Dec 2003 13:48:45 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: doc-committers@FreeBSD.org In-Reply-To: <200312061241.hB6CfQfR024591@repoman.freebsd.org> References: <200312061241.hB6CfQfR024591@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KbcVFWSfwBKabcKEmKkI" Message-Id: <1070714925.817.5.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 06 Dec 2003 13:48:45 +0100 cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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, 06 Dec 2003 12:48:48 -0000 --=-KbcVFWSfwBKabcKEmKkI Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V so, 06. 12. 2003 v 13:41, Pav Lucistnik p=ED=B9e: > pav 2003/12/06 04:41:26 PST >=20 > FreeBSD doc repository (ports committer) >=20 > Modified files: > en_US.ISO8859-1/articles/contributors contrib.additional.sgml=20 > Log: > /tmp/cvs05DUua Aaargh. I'll never ever try to use any cvs options again. It should read: Add Andy Gilligan for comms/py-bulksms port. --=20 Pav Lucistnik --=-KbcVFWSfwBKabcKEmKkI Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/0dAsntdYP8FOsoIRAmNFAJ0RNjU7amKMbuhxcjwXQkEPbOSVVACgvB/F FQaZytQGHrvWcP+l17kmUDw= =wgnl -----END PGP SIGNATURE----- --=-KbcVFWSfwBKabcKEmKkI-- From owner-cvs-all@FreeBSD.ORG Sat Dec 6 05:03:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6589016A4CF; Sat, 6 Dec 2003 05:03:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AFCD43FDD; Sat, 6 Dec 2003 05:03:03 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6D32XJ031531; Sat, 6 Dec 2003 05:03:02 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6D32a2031493; Sat, 6 Dec 2003 05:03:02 -0800 (PST) (envelope-from pav) Message-Id: <200312061303.hB6D32a2031493@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 05:03:02 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 13:03:06 -0000 pav 2003/12/06 05:03:02 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Forced commit to indicate that previous commit log should read: Add Andy Gilligan for comms/py-bulksms port. Revision Changes Path 1.76 +0 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 05:07:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6E8316A4CE; Sat, 6 Dec 2003 05:07:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A04CF43FE0; Sat, 6 Dec 2003 05:07:52 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6D7qXJ032169; Sat, 6 Dec 2003 05:07:52 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6D7qr0032168; Sat, 6 Dec 2003 05:07:52 -0800 (PST) (envelope-from pav) Message-Id: <200312061307.hB6D7qr0032168@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 05:07:52 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/apwal Makefile distinfo pkg-descr pkg-plist ports/x11/apwal/files group_member.c patch-Makefile patch-app.c patch-sysstuff.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 13:07:53 -0000 pav 2003/12/06 05:07:52 PST FreeBSD ports repository Modified files: x11 Makefile Added files: x11/apwal Makefile distinfo pkg-descr pkg-plist x11/apwal/files group_member.c patch-Makefile patch-app.c patch-sysstuff.c Log: Add apwal, a simple and powerful application launcher. It is composed in 2 parts: the application launcher itself and a good looking easy to use editor. PR: ports/59940 Submitted by: Volker Stolz Revision Changes Path 1.441 +1 -0 ports/x11/Makefile 1.1 +31 -0 ports/x11/apwal/Makefile (new) 1.1 +1 -0 ports/x11/apwal/distinfo (new) 1.1 +25 -0 ports/x11/apwal/files/group_member.c (new) 1.1 +42 -0 ports/x11/apwal/files/patch-Makefile (new) 1.1 +10 -0 ports/x11/apwal/files/patch-app.c (new) 1.1 +11 -0 ports/x11/apwal/files/patch-sysstuff.c (new) 1.1 +12 -0 ports/x11/apwal/pkg-descr (new) 1.1 +2 -0 ports/x11/apwal/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 05:08:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 282AF16A4CF; Sat, 6 Dec 2003 05:08:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B5C43FE9; Sat, 6 Dec 2003 05:08:30 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6D8UXJ032212; Sat, 6 Dec 2003 05:08:30 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6D8UVq032211; Sat, 6 Dec 2003 05:08:30 -0800 (PST) (envelope-from pav) Message-Id: <200312061308.hB6D8UVq032211@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 05:08:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 13:08:32 -0000 pav 2003/12/06 05:08:30 PST FreeBSD ports repository Modified files: . modules Log: apwal --> ports/x11/apwal Revision Changes Path 1.8710 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 05:17:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252CC16A4CE; Sat, 6 Dec 2003 05:17:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7113B43FE9; Sat, 6 Dec 2003 05:17:15 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6DHFXJ032553; Sat, 6 Dec 2003 05:17:15 -0800 (PST) (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6DHFKA032552; Sat, 6 Dec 2003 05:17:15 -0800 (PST) (envelope-from jkoshy) Message-Id: <200312061317.hB6DHFKA032552@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 6 Dec 2003 05:17:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/sml-nj Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 13:17:16 -0000 jkoshy 2003/12/06 05:17:15 PST FreeBSD ports repository Modified files: lang/sml-nj Makefile pkg-descr Log: Add MASTER_SITES, update WWW. PR: ports/59978 Submitted by: Ying-Chieh Liao Revision Changes Path 1.17 +4 -2 ports/lang/sml-nj/Makefile 1.5 +1 -1 ports/lang/sml-nj/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 6 05:26:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DAEA16A4CE; Sat, 6 Dec 2003 05:26:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574CC43FDD; Sat, 6 Dec 2003 05:26:12 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6DQCXJ032890; Sat, 6 Dec 2003 05:26:12 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6DQCMJ032889; Sat, 6 Dec 2003 05:26:12 -0800 (PST) (envelope-from pav) Message-Id: <200312061326.hB6DQCMJ032889@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 05:26:12 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/as31 Makefile distinfo pkg-descr pkg-plist ports/devel/as31/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 13:26:13 -0000 pav 2003/12/06 05:26:12 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/as31 Makefile distinfo pkg-descr pkg-plist devel/as31/files patch-Makefile Log: Add as31, a free 8051 assembler originally written by Ken Stauffer. AS31 is a good tool for building small 8051-based projects that are written in 100% 8051 assembly language. PR: ports/59549 Submitted by: Volker Stolz Revision Changes Path 1.1368 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/as31/Makefile (new) 1.1 +1 -0 ports/devel/as31/distinfo (new) 1.1 +13 -0 ports/devel/as31/files/patch-Makefile (new) 1.1 +7 -0 ports/devel/as31/pkg-descr (new) 1.1 +2 -0 ports/devel/as31/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 05:26:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 588DD16A4CE; Sat, 6 Dec 2003 05:26:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B442E43FE1; Sat, 6 Dec 2003 05:26:49 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6DQnXJ032928; Sat, 6 Dec 2003 05:26:49 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6DQn6i032927; Sat, 6 Dec 2003 05:26:49 -0800 (PST) (envelope-from pav) Message-Id: <200312061326.hB6DQn6i032927@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 05:26:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 13:26:50 -0000 pav 2003/12/06 05:26:49 PST FreeBSD ports repository Modified files: . modules Log: as31 --> ports/devel/as31 Revision Changes Path 1.8711 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 07:22:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E9916A4CE; Sat, 6 Dec 2003 07:22:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8087543F85; Sat, 6 Dec 2003 07:22:12 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6FMBXJ038314; Sat, 6 Dec 2003 07:22:12 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6FMBZ3038313; Sat, 6 Dec 2003 07:22:11 -0800 (PST) (envelope-from oliver) Message-Id: <200312061522.hB6FMBZ3038313@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 6 Dec 2003 07:22:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sqwebmail Makefile distinfo pkg-plist ports/mail/sqwebmail/files sqwebmail-sqwebmaild.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 15:22:13 -0000 oliver 2003/12/06 07:22:11 PST FreeBSD ports repository Modified files: mail/sqwebmail Makefile distinfo pkg-plist Added files: mail/sqwebmail/files sqwebmail-sqwebmaild.sh Log: update mail/sqwebmail to 3.6.2 PR: ports/59763 Submitted By: Alex Dupre Revision Changes Path 1.26 +9 -2 ports/mail/sqwebmail/Makefile 1.14 +1 -1 ports/mail/sqwebmail/distinfo 1.1 +21 -0 ports/mail/sqwebmail/files/sqwebmail-sqwebmaild.sh (new) 1.13 +47 -31 ports/mail/sqwebmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 08:42:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A48416A4CE; Sat, 6 Dec 2003 08:42:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B1C43FA3; Sat, 6 Dec 2003 08:42:23 -0800 (PST) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6GgNXJ041643; Sat, 6 Dec 2003 08:42:23 -0800 (PST) (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6GgN1G041642; Sat, 6 Dec 2003 08:42:23 -0800 (PST) (envelope-from bland) Message-Id: <200312061642.hB6GgN1G041642@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sat, 6 Dec 2003 08:42:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gnome-themes-extras Makefiledistinfo patch-Smooth::utils::draw_arrows.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 16:42:25 -0000 bland 2003/12/06 08:42:23 PST FreeBSD ports repository Modified files: x11-toolkits/gnome-themes-extras Makefile distinfo pkg-plist Removed files: x11-toolkits/gnome-themes-extras/files patch-Smooth::utils::draw_arrows.c Log: Update to 0.5 Revision Changes Path 1.10 +2 -2 ports/x11-toolkits/gnome-themes-extras/Makefile 1.5 +1 -1 ports/x11-toolkits/gnome-themes-extras/distinfo 1.2 +0 -13 ports/x11-toolkits/gnome-themes-extras/files/patch-Smooth::utils::draw_arrows.c (dead) 1.9 +88 -19 ports/x11-toolkits/gnome-themes-extras/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 08:55:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A075616A4CE; Sat, 6 Dec 2003 08:55:44 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E3543F85; Sat, 6 Dec 2003 08:55:41 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hB6GqhMg017487; Sat, 6 Dec 2003 11:52:43 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hB6GqhEv017484; Sat, 6 Dec 2003 11:52:43 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sat, 6 Dec 2003 11:52:43 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alan Cox In-Reply-To: <20031206071002.GE13902@cs.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alan Cox cc: cvs-src@FreeBSD.org cc: Mike Silbersack cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 16:55:44 -0000 On Sat, 6 Dec 2003, Alan Cox wrote: > That's one way of looking at it. :-) The other is that we really need > witness to support lockmgr()-based locks. Unfortunately, if we add that, all hell will break loose :-). Not only does VFS not always obey its own lock order (quotas, etc), but the lock order changes as nodes are moved around the namespace using rename, etc. Any lockmgr witness support would have to completely ignore vnode locks. So far, the approach has been to move to "SMPng locks" for the final locking scheme for objects, at which point they pick up witness support... Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Sat Dec 6 09:33:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA0D16A4CE; Sat, 6 Dec 2003 09:33:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0595943FE5; Sat, 6 Dec 2003 09:33:29 -0800 (PST) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6HXSXJ049828; Sat, 6 Dec 2003 09:33:28 -0800 (PST) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6HXSwP049827; Sat, 6 Dec 2003 09:33:28 -0800 (PST) (envelope-from oliver) Message-Id: <200312061733.hB6HXSwP049827@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 6 Dec 2003 09:33:28 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/courier-imap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 17:33:29 -0000 oliver 2003/12/06 09:33:28 PST FreeBSD ports repository Modified files: mail/courier-imap Makefile distinfo Log: update courier-imap to 2.2.1 fix gdbm build [1] PR: ports/58741 [1] Submitted By: Lucas Madar [1] Revision Changes Path 1.63 +5 -1 ports/mail/courier-imap/Makefile 1.27 +1 -1 ports/mail/courier-imap/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 6 09:35:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE3D816A4CE; Sat, 6 Dec 2003 09:35:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15EA43FDD; Sat, 6 Dec 2003 09:35:47 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6HZlXJ049957; Sat, 6 Dec 2003 09:35:47 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6HZlt1049956; Sat, 6 Dec 2003 09:35:47 -0800 (PST) (envelope-from krion) Message-Id: <200312061735.hB6HZlt1049956@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 6 Dec 2003 09:35:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/mvdsv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 17:35:49 -0000 krion 2003/12/06 09:35:47 PST FreeBSD ports repository Modified files: games/mvdsv Makefile Log: - Mark FORBIDDEN, because remote buffer overflow exists for this port version Submitted by: maintainer Revision Changes Path 1.3 +2 -0 ports/games/mvdsv/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 09:36:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6483F16A4CF; Sat, 6 Dec 2003 09:36:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B792843F85; Sat, 6 Dec 2003 09:36:00 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6Ha0XJ049992; Sat, 6 Dec 2003 09:36:00 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Ha0RD049989; Sat, 6 Dec 2003 09:36:00 -0800 (PST) (envelope-from perky) Message-Id: <200312061736.hB6Ha0RD049989@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 6 Dec 2003 09:36:00 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/pycodec Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 17:36:01 -0000 perky 2003/12/06 09:36:00 PST FreeBSD ports repository Modified files: japanese/pycodec Makefile distinfo Log: Update to 1.4.10 Revision Changes Path 1.16 +1 -2 ports/japanese/pycodec/Makefile 1.10 +1 -1 ports/japanese/pycodec/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 6 09:38:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B45916A4CE; Sat, 6 Dec 2003 09:38:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D97D843F3F; Sat, 6 Dec 2003 09:38:49 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6HcnXJ050096; Sat, 6 Dec 2003 09:38:49 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6HcngT050095; Sat, 6 Dec 2003 09:38:49 -0800 (PST) (envelope-from blackend) Message-Id: <200312061738.hB6HcngT050095@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 6 Dec 2003 09:38:49 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 17:38:50 -0000 blackend 2003/12/06 09:38:49 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/x11 chapter.sgml Log: MFen 1.110 --> 1.131 Revision Changes Path 1.8 +406 -276 doc/fr_FR.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 09:39:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0DF16A4CF; Sat, 6 Dec 2003 09:39:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE1043F3F; Sat, 6 Dec 2003 09:39:10 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6HdAXJ050133; Sat, 6 Dec 2003 09:39:10 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6HdA8R050132; Sat, 6 Dec 2003 09:39:10 -0800 (PST) (envelope-from gerald) Message-Id: <200312061739.hB6HdA8R050132@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 6 Dec 2003 09:39:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc33 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 17:39:11 -0000 gerald 2003/12/06 09:39:10 PST FreeBSD ports repository Modified files: lang/gcc33 Makefile distinfo Log: Update to the 2003-12-01 snapshot (quite some fixes). Further simplify handling of .info files. Revision Changes Path 1.161 +2 -2 ports/lang/gcc33/Makefile 1.79 +6 -6 ports/lang/gcc33/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 6 09:59:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96BE516A4CE; Sat, 6 Dec 2003 09:59:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6515843FE0; Sat, 6 Dec 2003 09:59:44 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6HxiXJ050937; Sat, 6 Dec 2003 09:59:44 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6HxhWZ050936; Sat, 6 Dec 2003 09:59:43 -0800 (PST) (envelope-from nork) Message-Id: <200312061759.hB6HxhWZ050936@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 6 Dec 2003 09:59:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/ninix-aya Makefile distinfo pkg-descr pkg-plist ports/games/ninix-aya/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 17:59:45 -0000 nork 2003/12/06 09:59:43 PST FreeBSD ports repository Modified files: games Makefile Added files: games/ninix-aya Makefile distinfo pkg-descr pkg-plist games/ninix-aya/files patch-aa Log: Add nanix-aya 2.4.3, is a desktop mascot program which is compatible with Windows desktop mascot program `Ukagaka'(or well known `Nanika'). Feature: SSTP(Sakura[1] Script Transfer Protocol) SHIORI, core of ghost[2], module (Aya compatible) Kawari8, semi-AI, module SAORI module Communication between ghosts and ghosts. and many many CCCCCUUUUUTTTTTEEEEE features! [1] Card Capter Sakura (http://www.clamp-net.com/main.html) [2] ghost == character's core (maybe, you know Ghost In The Shell) e.g. shell == interface PR: ports/59989 Submitted by: UMENO Takashi Revision Changes Path 1.615 +1 -0 ports/games/Makefile 1.1 +33 -0 ports/games/ninix-aya/Makefile (new) 1.1 +1 -0 ports/games/ninix-aya/distinfo (new) 1.1 +23 -0 ports/games/ninix-aya/files/patch-aa (new) 1.1 +6 -0 ports/games/ninix-aya/pkg-descr (new) 1.1 +96 -0 ports/games/ninix-aya/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 09:59:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B14716A4CF; Sat, 6 Dec 2003 09:59:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6362C43FBF; Sat, 6 Dec 2003 09:59:57 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6HxvXJ050979; Sat, 6 Dec 2003 09:59:57 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6HxvkW050978; Sat, 6 Dec 2003 09:59:57 -0800 (PST) (envelope-from nork) Message-Id: <200312061759.hB6HxvkW050978@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 6 Dec 2003 09:59:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 17:59:58 -0000 nork 2003/12/06 09:59:57 PST FreeBSD ports repository Modified files: . modules Log: ninix-aya --> ports/games/ninix-aya Revision Changes Path 1.8712 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 10:13:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DCF716A4CE; Sat, 6 Dec 2003 10:13:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C3343F75; Sat, 6 Dec 2003 10:13:21 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6IDLXJ052910; Sat, 6 Dec 2003 10:13:21 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6IDLrK052909; Sat, 6 Dec 2003 10:13:21 -0800 (PST) (envelope-from yar) Message-Id: <200312061813.hB6IDLrK052909@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 6 Dec 2003 10:13:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 18:13:22 -0000 yar 2003/12/06 10:13:20 PST FreeBSD src repository Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c Log: MFC rev. 1.147: Avoid adding excessive CRs when in ASCII mode. Revision Changes Path 1.62.2.51 +4 -2 src/libexec/ftpd/ftpd.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 10:15:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A5E516A4CE; Sat, 6 Dec 2003 10:15:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3AC043F85; Sat, 6 Dec 2003 10:15:29 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6IFTXJ053112; Sat, 6 Dec 2003 10:15:29 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6IFTuo053111; Sat, 6 Dec 2003 10:15:29 -0800 (PST) (envelope-from perky) Message-Id: <200312061815.hB6IFTuo053111@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 6 Dec 2003 10:15:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/ipython Makefile distinfo pkg-descr pkg-plist ports/devel/ipython/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 18:15:30 -0000 perky 2003/12/06 10:15:29 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/ipython Makefile distinfo pkg-descr pkg-plist devel/ipython/files patch-setup.py Log: Add port for ipython 0.50, An enhanced Interactive Python shell. PR: 59981 Submitted by: Dryice Liu Revision Changes Path 1.1369 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/ipython/Makefile (new) 1.1 +1 -0 ports/devel/ipython/distinfo (new) 1.1 +11 -0 ports/devel/ipython/files/patch-setup.py (new) 1.1 +24 -0 ports/devel/ipython/pkg-descr (new) 1.1 +148 -0 ports/devel/ipython/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 10:15:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F10216A4CF; Sat, 6 Dec 2003 10:15:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF58C43FDD; Sat, 6 Dec 2003 10:15:44 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6IFiXJ053154; Sat, 6 Dec 2003 10:15:44 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6IFiTK053153; Sat, 6 Dec 2003 10:15:44 -0800 (PST) (envelope-from perky) Message-Id: <200312061815.hB6IFiTK053153@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 6 Dec 2003 10:15:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 18:15:46 -0000 perky 2003/12/06 10:15:44 PST FreeBSD ports repository Modified files: . modules Log: ipython --> ports/devel/ipython Revision Changes Path 1.8713 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 10:25:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9038916A4CE; Sat, 6 Dec 2003 10:25:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB83043FBF; Sat, 6 Dec 2003 10:25:31 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6IPVXJ053611; Sat, 6 Dec 2003 10:25:31 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6IPU3q053605; Sat, 6 Dec 2003 10:25:30 -0800 (PST) (envelope-from perky) Message-Id: <200312061825.hB6IPU3q053605@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 6 Dec 2003 10:25:30 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 18:25:32 -0000 perky 2003/12/06 10:25:30 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Dryice Liu for his devel/ipython port. Revision Changes Path 1.77 +6 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:04:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B47BF16A4CE; Sat, 6 Dec 2003 12:04:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA3E43FD7; Sat, 6 Dec 2003 12:04:24 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6K4OXJ058706; Sat, 6 Dec 2003 12:04:24 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6K4Okh058705; Sat, 6 Dec 2003 12:04:24 -0800 (PST) (envelope-from pav) Message-Id: <200312062004.hB6K4Okh058705@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 12:04:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors Makefile ports/editors/mlview Makefile distinfo pkg-descr pkg-plist ports/editors/mlview/files patch-src-mlview-ns-editor.c patch-src-mlview-tree-editor2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:04:25 -0000 pav 2003/12/06 12:04:24 PST FreeBSD ports repository Modified files: editors Makefile Added files: editors/mlview Makefile distinfo pkg-descr pkg-plist editors/mlview/files patch-ltmain.sh patch-src-mlview-icon-tree.c patch-src-mlview-ns-editor.c patch-src-mlview-tree-editor2.c Log: Add mlview, a tree based XML editor for GNOME PR: ports/57169 Submitted by: Simon Barner Revision Changes Path 1.266 +1 -0 ports/editors/Makefile 1.1 +27 -0 ports/editors/mlview/Makefile (new) 1.1 +1 -0 ports/editors/mlview/distinfo (new) 1.1 +41 -0 ports/editors/mlview/files/patch-ltmain.sh (new) 1.1 +15 -0 ports/editors/mlview/files/patch-src-mlview-icon-tree.c (new) 1.1 +28 -0 ports/editors/mlview/files/patch-src-mlview-ns-editor.c (new) 1.1 +15 -0 ports/editors/mlview/files/patch-src-mlview-tree-editor2.c (new) 1.1 +4 -0 ports/editors/mlview/pkg-descr (new) 1.1 +40 -0 ports/editors/mlview/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:05:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 233E216A4CE; Sat, 6 Dec 2003 12:05:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C7A43FD7; Sat, 6 Dec 2003 12:05:37 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6K5bXJ058825; Sat, 6 Dec 2003 12:05:37 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6K5b3L058824; Sat, 6 Dec 2003 12:05:37 -0800 (PST) (envelope-from pav) Message-Id: <200312062005.hB6K5b3L058824@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 12:05:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:05:39 -0000 pav 2003/12/06 12:05:37 PST FreeBSD ports repository Modified files: . modules Log: mlview --> ports/editors/mlview Revision Changes Path 1.8714 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:17:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D46E16A4CE; Sat, 6 Dec 2003 12:17:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4FB943FB1; Sat, 6 Dec 2003 12:17:14 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KHEXJ059223; Sat, 6 Dec 2003 12:17:14 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6KHEoU059222; Sat, 6 Dec 2003 12:17:14 -0800 (PST) (envelope-from blackend) Message-Id: <200312062017.hB6KHEoU059222@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 6 Dec 2003 12:17:14 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:17:15 -0000 blackend 2003/12/06 12:17:14 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Little rewording about transcode: MPEG files created with transcode are playable on current version of Microsoft and Apple media players not only on old versions. Revision Changes Path 1.70 +1 -1 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:25:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D22B816A4CE; Sat, 6 Dec 2003 12:25:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B71743F75; Sat, 6 Dec 2003 12:25:31 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KPUXJ059495; Sat, 6 Dec 2003 12:25:31 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6KPU28059494; Sat, 6 Dec 2003 12:25:30 -0800 (PST) (envelope-from blackend) Message-Id: <200312062025.hB6KPU28059494@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 6 Dec 2003 12:25:30 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:25:32 -0000 blackend 2003/12/06 12:25:30 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml Log: MFen 1.65 --> 1.70 Revision Changes Path 1.10 +34 -9 doc/fr_FR.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:39:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB91416A4CE; Sat, 6 Dec 2003 12:39:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF43043FE9; Sat, 6 Dec 2003 12:39:58 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KdwXJ059932; Sat, 6 Dec 2003 12:39:58 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Kdwrl059931; Sat, 6 Dec 2003 12:39:58 -0800 (PST) (envelope-from bmah) Message-Id: <200312062039.hB6Kdwrl059931@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 12:39:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:39:59 -0000 bmah 2003/12/06 12:39:58 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml Log: HTT logical processors are now enabled (not disabled) by default, so reflect this in the hardware notes. Approved by: re (implicitly) Revision Changes Path 1.13 +3 -2 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:40:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B01D216A4CE; Sat, 6 Dec 2003 12:40:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E5043FA3; Sat, 6 Dec 2003 12:40:39 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KedXJ060027; Sat, 6 Dec 2003 12:40:39 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6KedPI060026; Sat, 6 Dec 2003 12:40:39 -0800 (PST) (envelope-from krion) Message-Id: <200312062040.hB6KedPI060026@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 6 Dec 2003 12:40:39 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/f-prot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:40:40 -0000 krion 2003/12/06 12:40:39 PST FreeBSD ports repository Modified files: security/f-prot Makefile distinfo Log: - Add new MASTER_SITES - Developers updated their virus definition table and rerolled the tarball Submitted by: maintainer Revision Changes Path 1.9 +2 -1 ports/security/f-prot/Makefile 1.6 +1 -1 ports/security/f-prot/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:43:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287B816A4CE; Sat, 6 Dec 2003 12:43:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7106143FA3; Sat, 6 Dec 2003 12:43:49 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KhnXJ060173; Sat, 6 Dec 2003 12:43:49 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Khnu1060172; Sat, 6 Dec 2003 12:43:49 -0800 (PST) (envelope-from bmah) Message-Id: <200312062043.hB6Khnu1060172@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 12:43:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:43:50 -0000 bmah 2003/12/06 12:43:49 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Trim some unnecessary text from bt(4) and mly(4) listings, fix typo in sk(4) listing, trim em(4) devices, trim dgb(4) devices, trim stl(4)/stli(4) devices, trim uaudio(4) devices. Approved by: re (implicitly) Revision Changes Path 1.206 +3 -89 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:47:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D14D16A4CE; Sat, 6 Dec 2003 12:47:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7E743FA3; Sat, 6 Dec 2003 12:47:50 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KloXJ066003; Sat, 6 Dec 2003 12:47:50 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Klo5F066002; Sat, 6 Dec 2003 12:47:50 -0800 (PST) (envelope-from krion) Message-Id: <200312062047.hB6Klo5F066002@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 6 Dec 2003 12:47:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mp3blaster Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:47:51 -0000 krion 2003/12/06 12:47:50 PST FreeBSD ports repository Modified files: audio/mp3blaster Makefile Log: - Fix build on 5.x, if devel/libgnugetopt is installed Submitted by:i Ports Fury Revision Changes Path 1.18 +1 -1 ports/audio/mp3blaster/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 12:50:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E9516A4CE; Sat, 6 Dec 2003 12:50:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 702E943FBF; Sat, 6 Dec 2003 12:50:48 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KomXJ066169; Sat, 6 Dec 2003 12:50:48 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6KolDA066168; Sat, 6 Dec 2003 12:50:47 -0800 (PST) (envelope-from blackend) Message-Id: <200312062050.hB6KolDA066168@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 6 Dec 2003 12:50:47 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/pgpkeys chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:50:49 -0000 blackend 2003/12/06 12:50:47 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: MFen 1.200 --> 1.202 Revision Changes Path 1.11 +11 -1 doc/fr_FR.ISO8859-1/books/handbook/pgpkeys/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 13:30:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BFCD16A4CE; Sat, 6 Dec 2003 13:30:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB79D43F3F; Sat, 6 Dec 2003 13:30:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6LU1XJ068560; Sat, 6 Dec 2003 13:30:01 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6LU1PN068559; Sat, 6 Dec 2003 13:30:01 -0800 (PST) (envelope-from obrien) Message-Id: <200312062130.hB6LU1PN068559@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 13:30:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/bash-completion/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 21:30:02 -0000 obrien 2003/12/06 13:30:01 PST FreeBSD ports repository Modified files: shells/bash-completion/files patch-aa Log: Add 'cvs blame' support. Revision Changes Path 1.2 +22 -4 ports/shells/bash-completion/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sat Dec 6 13:45:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED26316A4CE; Sat, 6 Dec 2003 13:45:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1227E43FAF; Sat, 6 Dec 2003 13:45:59 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6LjwXJ069273; Sat, 6 Dec 2003 13:45:58 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6LjwoZ069272; Sat, 6 Dec 2003 13:45:58 -0800 (PST) (envelope-from stephane) Message-Id: <200312062145.hB6LjwoZ069272@repoman.freebsd.org> From: Stephane Legrand Date: Sat, 6 Dec 2003 13:45:58 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/fr mailto.sgml publish.sgml www/fr/kse index.sgml www/fr/news news.sgml pressreleases.sgml www/fr/platforms alpha.sgml amd64.sgml ia64.sgml index.sgml x86-64.sgml www/fr/platforms/ia64 index.sgml refs.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 21:46:00 -0000 stephane 2003/12/06 13:45:58 PST FreeBSD doc repository Modified files: fr mailto.sgml publish.sgml fr/kse index.sgml fr/news news.sgml pressreleases.sgml fr/platforms alpha.sgml amd64.sgml ia64.sgml index.sgml x86-64.sgml fr/platforms/ia64 index.sgml refs.sgml Log: Merge from the English version: 1.27 -> 1.28 fr/mailto.sgml 1.58 -> 1.59 fr/publish.sgml 1.35 -> 1.41 fr/news/news.sgml 1.7 -> 1.8 fr/news/pressreleases.sgml 1.2 -> 1.4 fr/platforms/ia64/index.sgml 1.3 -> 1.5 fr/platforms/ia64/refs.sgml 1.1 -> 1.3 fr/platforms/alpha.sgml 1.2 -> 1.11 fr/platforms/ia64.sgml 1.1 -> 1.10 fr/platforms/index.sgml 1.7 -> 1.14 fr/platforms/x86-64.sgml 1.1 -> 1.5 fr/platforms/amd64.sgml 1.13 -> 1.16 fr/kse/index.sgml Submitted by: Vincent Revision Changes Path 1.2 +41 -31 www/fr/kse/index.sgml 1.2 +8 -7 www/fr/mailto.sgml 1.2 +18 -15 www/fr/news/news.sgml 1.2 +9 -6 www/fr/news/pressreleases.sgml 1.3 +12 -8 www/fr/platforms/alpha.sgml 1.2 +8 -8 www/fr/platforms/amd64.sgml 1.2 +9 -64 www/fr/platforms/ia64.sgml 1.2 +6 -5 www/fr/platforms/ia64/index.sgml 1.2 +10 -2 www/fr/platforms/ia64/refs.sgml 1.2 +25 -15 www/fr/platforms/index.sgml 1.2 +17 -55 www/fr/platforms/x86-64.sgml 1.3 +3 -29 www/fr/publish.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 13:48:04 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E35316A4CE; Sat, 6 Dec 2003 13:48:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ADE943FBF; Sat, 6 Dec 2003 13:48:03 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6Lm3XJ069485; Sat, 6 Dec 2003 13:48:03 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Lm3Te069484; Sat, 6 Dec 2003 13:48:03 -0800 (PST) (envelope-from rwatson) Message-Id: <200312062148.hB6Lm3Te069484@repoman.freebsd.org> From: Robert Watson Date: Sat, 6 Dec 2003 13:48:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_prot.c src/sys/security/mac mac_process.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_partition mac_partition.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 21:48:04 -0000 rwatson 2003/12/06 13:48:03 PST FreeBSD src repository Modified files: sys/kern kern_prot.c sys/security/mac mac_process.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_partition mac_partition.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h Log: Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(), and the mpo_create_cred() MAC policy entry point to mpo_copy_cred_label(). This is more consistent with similar entry points for creation and label copying, as mac_create_cred() was called from crdup() as opposed to during process creation. For a number of policies, this removes the requirement for special handling when copying credential labels, and improves consistency. Approved by: re (scottl) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.179 +1 -1 src/sys/kern/kern_prot.c 1.105 +2 -2 src/sys/security/mac/mac_process.c 1.72 +1 -13 src/sys/security/mac_biba/mac_biba.c 1.25 +1 -13 src/sys/security/mac_lomac/mac_lomac.c 1.59 +1 -13 src/sys/security/mac_mls/mac_mls.c 1.9 +8 -8 src/sys/security/mac_partition/mac_partition.c 1.36 +1 -7 src/sys/security/mac_stub/mac_stub.c 1.38 +9 -9 src/sys/security/mac_test/mac_test.c 1.52 +1 -1 src/sys/sys/mac.h 1.46 +2 -2 src/sys/sys/mac_policy.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 13:49:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 403F416A4CE; Sat, 6 Dec 2003 13:49:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8618943FF7; Sat, 6 Dec 2003 13:49:34 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6LnYXJ069528; Sat, 6 Dec 2003 13:49:34 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6LnYHP069527; Sat, 6 Dec 2003 13:49:34 -0800 (PST) (envelope-from linimon) Message-Id: <200312062149.hB6LnYHP069527@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 13:49:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/cle_base Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 21:49:35 -0000 linimon 2003/12/06 13:49:34 PST FreeBSD ports repository Modified files: chinese/cle_base Makefile Log: Per bento logs, mark broken on 5.x. Revision Changes Path 1.8 +4 -0 ports/chinese/cle_base/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 13:54:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1BF416A4CE; Sat, 6 Dec 2003 13:54:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27AAF43FE5; Sat, 6 Dec 2003 13:54:14 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6LsDXJ069803; Sat, 6 Dec 2003 13:54:13 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6LsDxr069802; Sat, 6 Dec 2003 13:54:13 -0800 (PST) (envelope-from blackend) Message-Id: <200312062154.hB6LsDxr069802@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 6 Dec 2003 13:54:13 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/linuxemu chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 21:54:17 -0000 blackend 2003/12/06 13:54:13 PST FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: MFen --> 1.110 Revision Changes Path 1.8 +256 -218 doc/fr_FR.ISO8859-1/books/handbook/linuxemu/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 13:54:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7EAF16A4CF; Sat, 6 Dec 2003 13:54:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9059743FB1; Sat, 6 Dec 2003 13:54:29 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6LsTXJ069832; Sat, 6 Dec 2003 13:54:29 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6LsTXK069831; Sat, 6 Dec 2003 13:54:29 -0800 (PST) (envelope-from bmah) Message-Id: <200312062154.hB6LsTXK069831@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 13:54:29 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 21:54:31 -0000 bmah 2003/12/06 13:54:29 PST FreeBSD doc repository Modified files: en/releases/5.2R schedule.sgml Log: Fix text regarding doc/ slush (it's really not a hard freeze, and there is no formal procedure for commit approval). While here, note the tagging of ports/. Revision Changes Path 1.5 +7 -6 www/en/releases/5.2R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 13:56:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB8316A4CE; Sat, 6 Dec 2003 13:56:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81CC743F85; Sat, 6 Dec 2003 13:56:24 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6LuOXJ069953; Sat, 6 Dec 2003 13:56:24 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6LuOSE069952; Sat, 6 Dec 2003 13:56:24 -0800 (PST) (envelope-from linimon) Message-Id: <200312062156.hB6LuOSE069952@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 13:56:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/ve Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 21:56:25 -0000 linimon 2003/12/06 13:56:24 PST FreeBSD ports repository Modified files: chinese/ve Makefile Log: Mark broken on 5.x (varargs). Informed maintainer. Revision Changes Path 1.5 +7 -1 ports/chinese/ve/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 14:01:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F3D916A4CE; Sat, 6 Dec 2003 14:01:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD12B43FB1; Sat, 6 Dec 2003 14:01:30 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6M1UXJ070197; Sat, 6 Dec 2003 14:01:30 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6M1UeZ070196; Sat, 6 Dec 2003 14:01:30 -0800 (PST) (envelope-from linimon) Message-Id: <200312062201.hB6M1UeZ070196@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 14:01:30 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/vflib Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 22:01:31 -0000 linimon 2003/12/06 14:01:30 PST FreeBSD ports repository Modified files: chinese/vflib Makefile pkg-descr Log: Mark as broken on 5.x (varargs). Pacify portlint. Revision Changes Path 1.6 +7 -1 ports/chinese/vflib/Makefile 1.2 +1 -1 ports/chinese/vflib/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 6 14:09:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CE0D16A4CE; Sat, 6 Dec 2003 14:09:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43AF43FCB; Sat, 6 Dec 2003 14:09:32 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6M9WXJ071316; Sat, 6 Dec 2003 14:09:32 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6M9Wd5071315; Sat, 6 Dec 2003 14:09:32 -0800 (PST) (envelope-from pav) Message-Id: <200312062209.hB6M9Wd5071315@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 14:09:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gnome-themes-extras Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 22:09:33 -0000 pav 2003/12/06 14:09:32 PST FreeBSD ports repository Modified files: x11-toolkits/gnome-themes-extras Makefile pkg-plist Log: - Fix Lush theme by installing png files too. Submitted by: Brian Gruber Revision Changes Path 1.11 +2 -1 ports/x11-toolkits/gnome-themes-extras/Makefile 1.10 +18 -0 ports/x11-toolkits/gnome-themes-extras/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 14:49:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE9A516A4CE; Sat, 6 Dec 2003 14:49:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0BF43F75; Sat, 6 Dec 2003 14:49:31 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6MnUXJ073150; Sat, 6 Dec 2003 14:49:30 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6MnUbZ073149; Sat, 6 Dec 2003 14:49:30 -0800 (PST) (envelope-from grog) Message-Id: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> From: Greg Lehey Date: Sat, 6 Dec 2003 14:49:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Dec 2003 22:49:31 -0000 grog 2003/12/06 14:49:30 PST FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.history Log: Add Japan's real entry into the Second World War. http://www.abcmalaysia.com/tour_malaysia/kltn_japivsn.htm Revision Changes Path 1.31 +1 -0 src/usr.bin/calendar/calendars/calendar.history From owner-cvs-all@FreeBSD.ORG Sat Dec 6 14:56:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C393116A4D0 for ; Sat, 6 Dec 2003 14:56:02 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id B7C7643FE0 for ; Sat, 6 Dec 2003 14:55:59 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 41869 invoked by uid 1002); 6 Dec 2003 22:55:59 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 6 Dec 2003 22:55:59 -0000 Message-ID: <3FD25E3A.20403@freebsd.org> Date: Sat, 06 Dec 2003 15:54:50 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lehey References: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> In-Reply-To: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Dec 2003 22:56:02 -0000 Greg Lehey wrote: > grog 2003/12/06 14:49:30 PST > > FreeBSD src repository > > Modified files: > usr.bin/calendar/calendars calendar.history > Log: > Add Japan's real entry into the Second World War. > > http://www.abcmalaysia.com/tour_malaysia/kltn_japivsn.htm > > Revision Changes Path > 1.31 +1 -0 src/usr.bin/calendar/calendars/calendar.history > Who approved this? From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:08:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1986C16A4CE; Sat, 6 Dec 2003 15:08:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EEC743FBF; Sat, 6 Dec 2003 15:08:26 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6N8QXJ074814; Sat, 6 Dec 2003 15:08:26 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6N8QXg074813; Sat, 6 Dec 2003 15:08:26 -0800 (PST) (envelope-from bmah) Message-Id: <200312062308.hB6N8QXg074813@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 15:08:26 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:08:27 -0000 X-List-Received-Date: Sat, 06 Dec 2003 23:08:27 -0000 bmah 2003/12/06 15:08:26 PST FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add entity for asf(8). Revision Changes Path 1.252 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:09:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D5616A4CE; Sat, 6 Dec 2003 15:09:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF5E43FE5; Sat, 6 Dec 2003 15:09:08 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6N98XJ074850; Sat, 6 Dec 2003 15:09:08 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6N98hg074849; Sat, 6 Dec 2003 15:09:08 -0800 (PST) (envelope-from adamw) Message-Id: <200312062309.hB6N98hg074849@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 6 Dec 2003 15:09:08 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/dlume Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:09:09 -0000 adamw 2003/12/06 15:09:08 PST FreeBSD ports repository Modified files: deskutils/dlume Makefile distinfo Log: Update to 0.1.4. Revision Changes Path 1.4 +1 -1 ports/deskutils/dlume/Makefile 1.3 +1 -1 ports/deskutils/dlume/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:13:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F39616A4CE; Sat, 6 Dec 2003 15:13:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C0D43F75; Sat, 6 Dec 2003 15:13:22 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NDMXJ075058; Sat, 6 Dec 2003 15:13:22 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NDM2p075057; Sat, 6 Dec 2003 15:13:22 -0800 (PST) (envelope-from peter) Message-Id: <200312062313.hB6NDM2p075057@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:13:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 critical.c src/sys/amd64/include critical.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:13:23 -0000 peter 2003/12/06 15:13:22 PST FreeBSD src repository Modified files: sys/amd64/amd64 critical.c sys/amd64/include critical.h Log: Revert some amd64 changes that cached curthread and converge back to the i386 version. The curthread special case in pcpu.h solves my complaint about the verbose macro expansion in this case. Note that the i386 version still has some OBE comments, I didn't re-add them back again. Approved by: re (scottl) Revision Changes Path 1.13 +1 -11 src/sys/amd64/amd64/critical.c 1.6 +2 -8 src/sys/amd64/include/critical.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:13:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB2D16A4CF; Sat, 6 Dec 2003 15:13:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E3243FE1; Sat, 6 Dec 2003 15:13:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NDWXJ075132; Sat, 6 Dec 2003 15:13:32 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NDV81075131; Sat, 6 Dec 2003 15:13:31 -0800 (PST) (envelope-from marcus) Message-Id: <200312062313.hB6NDV81075131@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 15:13:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/scrollkeeper Makefile distinfo pkg-install pkg-plist ports/textproc/scrollkeeper/files patch-Makefile.in patch-cl_src_get-cl.c patch-configure patch-libs_scrollkeeper.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:13:34 -0000 marcus 2003/12/06 15:13:31 PST FreeBSD ports repository Modified files: textproc/scrollkeeper Makefile distinfo pkg-install pkg-plist textproc/scrollkeeper/files patch-Makefile.in patch-configure patch-extract_dtds_Makefile.in patch-libs_install.c patch-libs_scrollkeeper.h.in Removed files: textproc/scrollkeeper/files patch-cl_src_get-cl.c Log: Update to 0.3.14. Revision Changes Path 1.38 +4 -10 ports/textproc/scrollkeeper/Makefile 1.7 +1 -1 ports/textproc/scrollkeeper/distinfo 1.7 +21 -12 ports/textproc/scrollkeeper/files/patch-Makefile.in 1.2 +0 -11 ports/textproc/scrollkeeper/files/patch-cl_src_get-cl.c (dead) 1.11 +12 -21 ports/textproc/scrollkeeper/files/patch-configure 1.5 +3 -12 ports/textproc/scrollkeeper/files/patch-extract_dtds_Makefile.in 1.4 +7 -171 ports/textproc/scrollkeeper/files/patch-libs_install.c 1.2 +1 -1 ports/textproc/scrollkeeper/files/patch-libs_scrollkeeper.h.in 1.11 +0 -226 ports/textproc/scrollkeeper/pkg-install 1.13 +16 -1 ports/textproc/scrollkeeper/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:14:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D108116A4CE; Sat, 6 Dec 2003 15:14:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2178F43FE1; Sat, 6 Dec 2003 15:14:36 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NEZXJ075210; Sat, 6 Dec 2003 15:14:35 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NEZdP075209; Sat, 6 Dec 2003 15:14:35 -0800 (PST) (envelope-from bmah) Message-Id: <200312062314.hB6NEZdP075209@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 15:14:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: 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, 06 Dec 2003 23:14:37 -0000 bmah 2003/12/06 15:14:35 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: Logical CPUs for HTT now enabled using BIOS settings, options IPFILTER requires options PFIL_HOOKS, last bits of a.out compiler toolchain are gone, acpiconf(8) -i, asf(8), .snap directory for snapshots, kdump(1) -p, last(1) -n, libwrap/tcpdchk(8) support extended tcp_wrappers syntax, repquota(8) -n, savecore(8) -C, uname(1) -i, hardware notes device trimmage, Turkish translation for docs. Modified release notes: Spell "Cronyx-Sigma" correctly in cx(4) item, spell "FireWire" consistently, fix grammer in puc(4) item, move uart(4) note from NIC to generic kernel section, spell "NetGraph" consistently, fix typo in xe(4) note, dynamic linking note more precise, Deleted release notes: -pthread removed (this was reverted). Other: Correct a reference to recent security advisories. Approved by: re (implicitly) Revision Changes Path 1.661 +75 -27 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:14:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95F916A4CF; Sat, 6 Dec 2003 15:14:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFE943F75; Sat, 6 Dec 2003 15:14:45 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NEiXJ075255; Sat, 6 Dec 2003 15:14:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NEi6A075254; Sat, 6 Dec 2003 15:14:44 -0800 (PST) (envelope-from peter) Message-Id: <200312062314.hB6NEi6A075254@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:14:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:14:45 -0000 peter 2003/12/06 15:14:44 PST FreeBSD src repository Modified files: sys/amd64/acpica madt.c sys/amd64/amd64 local_apic.c Log: MFi386: put the apic disable hook in a better place. Approved by: re (scottl) Revision Changes Path 1.9 +1 -1 src/sys/amd64/acpica/madt.c 1.5 +4 -0 src/sys/amd64/amd64/local_apic.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:17:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0036616A4CE; Sat, 6 Dec 2003 15:17:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DF6D43FAF; Sat, 6 Dec 2003 15:17:19 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NHJXJ075415; Sat, 6 Dec 2003 15:17:19 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NHJB4075414; Sat, 6 Dec 2003 15:17:19 -0800 (PST) (envelope-from peter) Message-Id: <200312062317.hB6NHJB4075414@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:17:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include mutex.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:17:20 -0000 peter 2003/12/06 15:17:19 PST FreeBSD src repository Modified files: sys/amd64/include mutex.h Log: Kill the ASM versions of the mtx_lock_spin and friends. They were never used on amd64, and were actually totally broken. They had the wrong calling conventions. I believe the i386 versions are going away too. Approved by: re (scottl) Revision Changes Path 1.38 +0 -31 src/sys/amd64/include/mutex.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:17:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E0516A4CE; Sat, 6 Dec 2003 15:17:40 -0800 (PST) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC1A43FAF; Sat, 6 Dec 2003 15:17:38 -0800 (PST) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id D44D62BD35; Sun, 7 Dec 2003 10:17:35 +1100 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 84F0951201; Sun, 7 Dec 2003 09:47:32 +1030 (CST) Date: Sun, 7 Dec 2003 09:47:32 +1030 From: Greg 'groggy' Lehey To: Scott Long Message-ID: <20031206231732.GD60402@wantadilla.lemis.com> References: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> <3FD25E3A.20403@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hxkXGo8AKqTJ+9QI" Content-Disposition: inline In-Reply-To: <3FD25E3A.20403@freebsd.org> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Dec 2003 23:17:40 -0000 --hxkXGo8AKqTJ+9QI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Saturday, 6 December 2003 at 15:54:50 -0700, Scott Long wrote: > Greg Lehey wrote: >> grog 2003/12/06 14:49:30 PST >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/calendar/calendars calendar.history >> Log: >> Add Japan's real entry into the Second World War. >> >> http://www.abcmalaysia.com/tour_malaysia/kltn_japivsn.htm >> >> Revision Changes Path >> 1.31 +1 -0 src/usr.bin/calendar/calendars/calendar.history >> > > Who approved this? *sigh* Mea culpa. I forgot that this also falls under the code freeze. Should I back it out? Greg -- See complete headers for address and phone numbers. --hxkXGo8AKqTJ+9QI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/0mOMIubykFB6QiMRAmadAJ4wpFFBe9VIq6SL4k8Fsmk4PU4gNQCfRue0 S+CrPLIp3Yjp4xWwRc+KwKc= =OjqF -----END PGP SIGNATURE----- --hxkXGo8AKqTJ+9QI-- From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:18:43 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D953216A4CE; Sat, 6 Dec 2003 15:18:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38FC343FDF; Sat, 6 Dec 2003 15:18:43 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NIhXJ075469; Sat, 6 Dec 2003 15:18:43 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NIgD6075468; Sat, 6 Dec 2003 15:18:42 -0800 (PST) (envelope-from peter) Message-Id: <200312062318.hB6NIgD6075468@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:18:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:18:44 -0000 peter 2003/12/06 15:18:42 PST FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: amd64_protection_init and the protection_codes[] array was overkill. Inline it instead. Approved by: re (scottl) Revision Changes Path 1.448 +8 -50 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:19:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0A4216A4CE; Sat, 6 Dec 2003 15:19:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC6843FAF; Sat, 6 Dec 2003 15:19:48 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NJmXJ075552; Sat, 6 Dec 2003 15:19:48 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NJlKe075551; Sat, 6 Dec 2003 15:19:47 -0800 (PST) (envelope-from peter) Message-Id: <200312062319.hB6NJlKe075551@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:19:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 amd64-gdbstub.c amd64_mem.c apic_vector.S fpu.c machdep.c mem.c nexus.c src/sys/amd64/pci pci_bus.c pci_cfgreg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:19:49 -0000 peter 2003/12/06 15:19:47 PST FreeBSD src repository Modified files: sys/amd64/amd64 amd64-gdbstub.c amd64_mem.c apic_vector.S fpu.c machdep.c mem.c nexus.c sys/amd64/pci pci_bus.c pci_cfgreg.c Log: Various whitespace and cosmetic sync-up's with i386. Approved by: re (scottl) Revision Changes Path 1.26 +3 -3 src/sys/amd64/amd64/amd64-gdbstub.c 1.24 +0 -1 src/sys/amd64/amd64/amd64_mem.c 1.96 +1 -1 src/sys/amd64/amd64/apic_vector.S 1.147 +1 -1 src/sys/amd64/amd64/fpu.c 1.601 +1 -1 src/sys/amd64/amd64/machdep.c 1.112 +3 -2 src/sys/amd64/amd64/mem.c 1.58 +1 -1 src/sys/amd64/amd64/nexus.c 1.106 +2 -2 src/sys/amd64/pci/pci_bus.c 1.104 +1 -0 src/sys/amd64/pci/pci_cfgreg.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:20:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2F416A4CF for ; Sat, 6 Dec 2003 15:20:42 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FBFE43FE9 for ; Sat, 6 Dec 2003 15:20:38 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 43208 invoked by uid 1002); 6 Dec 2003 23:20:35 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 6 Dec 2003 23:20:35 -0000 Message-ID: <3FD263FE.8080406@freebsd.org> Date: Sat, 06 Dec 2003 16:19:26 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> <3FD25E3A.20403@freebsd.org> <20031206231732.GD60402@wantadilla.lemis.com> In-Reply-To: <20031206231732.GD60402@wantadilla.lemis.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: 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, 06 Dec 2003 23:20:42 -0000 Greg 'groggy' Lehey wrote: > On Saturday, 6 December 2003 at 15:54:50 -0700, Scott Long wrote: > >>Greg Lehey wrote: >> >>>grog 2003/12/06 14:49:30 PST >>> >>> FreeBSD src repository >>> >>> Modified files: >>> usr.bin/calendar/calendars calendar.history >>> Log: >>> Add Japan's real entry into the Second World War. >>> >>> http://www.abcmalaysia.com/tour_malaysia/kltn_japivsn.htm >>> >>> Revision Changes Path >>> 1.31 +1 -0 src/usr.bin/calendar/calendars/calendar.history >>> >> >>Who approved this? > > > *sigh* Mea culpa. I forgot that this also falls under the code > freeze. Should I back it out? > > Greg No, it's trivial enough. Please be more careful in the future. HEAD will be unfrozen in a few hours =-) Scott From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:22:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E1216A4CF; Sat, 6 Dec 2003 15:22:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD6D4400B; Sat, 6 Dec 2003 15:22:45 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NMhXJ075743; Sat, 6 Dec 2003 15:22:43 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NMh7r075742; Sat, 6 Dec 2003 15:22:43 -0800 (PST) (envelope-from peter) Message-Id: <200312062322.hB6NMh7r075742@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:22:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include cpufunc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:22:55 -0000 peter 2003/12/06 15:22:43 PST FreeBSD src repository Modified files: sys/amd64/include cpufunc.h Log: Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtin because it uses the better cmove instructions to avoid branches. Revision Changes Path 1.138 +40 -1 src/sys/amd64/include/cpufunc.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:24:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DBE116A4CE; Sat, 6 Dec 2003 15:24:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C864943FE5; Sat, 6 Dec 2003 15:24:18 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NOIXJ075794; Sat, 6 Dec 2003 15:24:18 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NOIHk075793; Sat, 6 Dec 2003 15:24:18 -0800 (PST) (envelope-from peter) Message-Id: <200312062324.hB6NOIHk075793@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:24:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include runq.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:24:25 -0000 peter 2003/12/06 15:24:18 PST FreeBSD src repository Modified files: sys/amd64/include runq.h Log: Reconfigure the runq macros to use the 64 bit ffs/bsf routines instead of doing a loop and taking two 32 bit passes at the runqueue bits. All the 64 bit platforms should probably do this since there are 64 run queues. Approved by: re (scottl) Revision Changes Path 1.3 +5 -5 src/sys/amd64/include/runq.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 15:44:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D1B16A4CE; Sat, 6 Dec 2003 15:44:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF9D43FAF; Sat, 6 Dec 2003 15:44:36 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NiaXJ076629; Sat, 6 Dec 2003 15:44:36 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Niarp076628; Sat, 6 Dec 2003 15:44:36 -0800 (PST) (envelope-from pav) Message-Id: <200312062344.hB6Niarp076628@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 15:44:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science/vis5d+ Makefileports/science/vis5d+/files patch-configure patch-ltmain.sh patch-util::main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:44:37 -0000 pav 2003/12/06 15:44:36 PST FreeBSD ports repository Modified files: science/vis5d+ Makefile Added files: science/vis5d+/files patch-ltmain.sh patch-util::main.c Removed files: science/vis5d+/files patch-configure Log: - Fix build on 5.x PR: ports/59613 Submitted by: Ports Fury Revision Changes Path 1.15 +7 -12 ports/science/vis5d+/Makefile 1.2 +0 -10 ports/science/vis5d+/files/patch-configure (dead) 1.1 +25 -0 ports/science/vis5d+/files/patch-ltmain.sh (new) 1.1 +22 -0 ports/science/vis5d+/files/patch-util::main.c (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:06:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56CDA16A4CE; Sat, 6 Dec 2003 16:06:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A15F943FBD; Sat, 6 Dec 2003 16:06:51 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB706pXJ078302; Sat, 6 Dec 2003 16:06:51 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB706ox6078301; Sat, 6 Dec 2003 16:06:50 -0800 (PST) (envelope-from bmah) Message-Id: <200312070006.hB706ox6078301@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:06:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:06:52 -0000 bmah 2003/12/06 16:06:50 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: More hardware notes device trimming: Remove devices supported by ohci(4), uhci(4), ubsa(4), uftdi(4), uvscom(4), fwohci(4), and sbp(4) in favor of the device lists in their respective manual pages. Approved by: re (implicitly) Revision Changes Path 1.207 +7 -128 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:29:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EEC516A4CE; Sat, 6 Dec 2003 16:29:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC2843FDD; Sat, 6 Dec 2003 16:29:57 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70TvXJ079036; Sat, 6 Dec 2003 16:29:57 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70TvUJ079035; Sat, 6 Dec 2003 16:29:57 -0800 (PST) (envelope-from pav) Message-Id: <200312070029.hB70TvUJ079035@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 16:29:57 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/platon Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:29:58 -0000 pav 2003/12/06 16:29:57 PST FreeBSD ports repository Modified files: biology/platon Makefile pkg-plist Log: - Update to last snapshot PR: ports/58511 (based on) Submitted by: Ryo MIYAMOTO (maintainer) Revision Changes Path 1.18 +1 -4 ports/biology/platon/Makefile 1.5 +5 -5 ports/biology/platon/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:30:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B079416A4CE; Sat, 6 Dec 2003 16:30:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF70D43FE0; Sat, 6 Dec 2003 16:30:41 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70UfXJ079160; Sat, 6 Dec 2003 16:30:41 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70Ufxc079159; Sat, 6 Dec 2003 16:30:41 -0800 (PST) (envelope-from linimon) Message-Id: <200312070030.hB70Ufxc079159@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 16:30:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/interchange Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:30:42 -0000 linimon 2003/12/06 16:30:41 PST FreeBSD ports repository Modified files: www/interchange Makefile Log: Force dependency on Perl 5.8. Without that, the port attempt to do nasty things like install into non-subdirectories of /usr/local. (This was reported to me privately). Also, mark as BROKEN due to a configuration error in which it requests you create a userid but then refuses to use it. The submitter of the original email reports that this port has become out of date, and that he also had much better success with the (upcoming) port of osCommerce, which is much less difficult to understand. Revision Changes Path 1.14 +6 -2 ports/www/interchange/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:37:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D9F16A4CF; Sat, 6 Dec 2003 16:37:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C089743FF3; Sat, 6 Dec 2003 16:37:35 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70bZXJ079376; Sat, 6 Dec 2003 16:37:35 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70bZve079375; Sat, 6 Dec 2003 16:37:35 -0800 (PST) (envelope-from bmah) Message-Id: <200312070037.hB70bZve079375@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:37:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:37:54 -0000 bmah 2003/12/06 16:37:35 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: More correctly handle cross-references to USB keyboards and mice. Approved by: re (implicitly) Revision Changes Path 1.208 +2 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:46:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B21AF16A4CE; Sat, 6 Dec 2003 16:46:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E36343FE3; Sat, 6 Dec 2003 16:46:38 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70kbXJ079734; Sat, 6 Dec 2003 16:46:37 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70kbbM079733; Sat, 6 Dec 2003 16:46:37 -0800 (PST) (envelope-from bmah) Message-Id: <200312070046.hB70kbbM079733@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:46:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:46:38 -0000 bmah 2003/12/06 16:46:37 PST FreeBSD src repository Modified files: share/man/man4 Makefile Log: Hook the sab(4) manpage up to the build. Reviewed by: bms Approved by: re (implicitly) Revision Changes Path 1.244 +1 -0 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:50:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC3F16A4CE; Sat, 6 Dec 2003 16:50:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A3D843FBF; Sat, 6 Dec 2003 16:50:01 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70o1XJ085579; Sat, 6 Dec 2003 16:50:01 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70o1AL085578; Sat, 6 Dec 2003 16:50:01 -0800 (PST) (envelope-from marcus) Message-Id: <200312070050.hB70o1AL085578@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 16:50:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/libmad Makefile distinfo pkg-descr pkg-plist ports/audio/libmad/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:50:03 -0000 X-List-Received-Date: Sun, 07 Dec 2003 00:50:03 -0000 marcus 2003/12/06 16:50:00 PST FreeBSD ports repository Modified files: audio Makefile Added files: audio/libmad Makefile distinfo pkg-descr pkg-plist audio/libmad/files patch-configure Log: Add libmad, the library backend to the MAD audio project. MAD is a high-quality MPEG 1 and 2 audio decoder. PR: 59702 Submitted by: Sergey Akifyev Revision Changes Path 1.472 +1 -0 ports/audio/Makefile 1.1 +24 -0 ports/audio/libmad/Makefile (new) 1.1 +1 -0 ports/audio/libmad/distinfo (new) 1.1 +10 -0 ports/audio/libmad/files/patch-configure (new) 1.1 +20 -0 ports/audio/libmad/pkg-descr (new) 1.1 +4 -0 ports/audio/libmad/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:50:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 217FD16A4D1; Sat, 6 Dec 2003 16:50:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7590A43FD7; Sat, 6 Dec 2003 16:50:33 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70oXXJ085710; Sat, 6 Dec 2003 16:50:33 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70oWEg085709; Sat, 6 Dec 2003 16:50:32 -0800 (PST) (envelope-from marcus) Message-Id: <200312070050.hB70oWEg085709@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 16:50:32 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:50:35 -0000 marcus 2003/12/06 16:50:32 PST FreeBSD ports repository Modified files: . modules Log: libmad --> ports/audio/libmad Revision Changes Path 1.8715 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:52:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0582B16A4CE; Sat, 6 Dec 2003 16:52:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABB743FCB; Sat, 6 Dec 2003 16:52:34 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70qYXJ085770; Sat, 6 Dec 2003 16:52:34 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70qXRX085769; Sat, 6 Dec 2003 16:52:33 -0800 (PST) (envelope-from bmah) Message-Id: <200312070052.hB70qXRX085769@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:52:33 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:52:35 -0000 bmah 2003/12/06 16:52:33 PST FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add sab(4) entity. Revision Changes Path 1.253 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:54:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8246116A4CE; Sat, 6 Dec 2003 16:54:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE36443FCB; Sat, 6 Dec 2003 16:54:22 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70sMXJ085841; Sat, 6 Dec 2003 16:54:22 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70sMxE085840; Sat, 6 Dec 2003 16:54:22 -0800 (PST) (envelope-from bmah) Message-Id: <200312070054.hB70sMxE085840@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:54:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:54:23 -0000 bmah 2003/12/06 16:54:22 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Use sab(4) manpage entity. Approved by: re (implicitly) Revision Changes Path 1.209 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:54:56 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2127916A4F0; Sat, 6 Dec 2003 16:54:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F024403D; Sat, 6 Dec 2003 16:54:39 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70sYXJ085873; Sat, 6 Dec 2003 16:54:34 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70sYm2085872; Sat, 6 Dec 2003 16:54:34 -0800 (PST) (envelope-from adamw) Message-Id: <200312070054.hB70sYm2085872@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 6 Dec 2003 16:54:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:54:56 -0000 adamw 2003/12/06 16:54:34 PST FreeBSD ports repository Modified files: . access Log: Forced commit to note that Pav does not need my approval for his commits. Revision Changes Path 1.572 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:56:44 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4DAD16A4CE; Sat, 6 Dec 2003 16:56:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A7F43FD7; Sat, 6 Dec 2003 16:56:43 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70uhXJ086066; Sat, 6 Dec 2003 16:56:43 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70uh02086065; Sat, 6 Dec 2003 16:56:43 -0800 (PST) (envelope-from marcus) Message-Id: <200312070056.hB70uh02086065@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 16:56:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/libid3tag Makefile distinfo pkg-descr pkg-plist ports/audio/libid3tag/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:56:44 -0000 marcus 2003/12/06 16:56:43 PST FreeBSD ports repository Modified files: audio Makefile Added files: audio/libid3tag Makefile distinfo pkg-descr pkg-plist audio/libid3tag/files patch-Makefile.in patch-configure Log: Add libid3tag, an MPEG level 3 tagging library that is used by the MAD project. PR: 59703 Submitted by: Sergey Akifyev Revision Changes Path 1.473 +1 -0 ports/audio/Makefile 1.1 +21 -0 ports/audio/libid3tag/Makefile (new) 1.1 +1 -0 ports/audio/libid3tag/distinfo (new) 1.1 +11 -0 ports/audio/libid3tag/files/patch-Makefile.in (new) 1.1 +10 -0 ports/audio/libid3tag/files/patch-configure (new) 1.1 +12 -0 ports/audio/libid3tag/pkg-descr (new) 1.1 +4 -0 ports/audio/libid3tag/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 16:57:18 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE99316A4CF; Sat, 6 Dec 2003 16:57:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3A144055; Sat, 6 Dec 2003 16:56:51 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70upXJ086104; Sat, 6 Dec 2003 16:56:51 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70upvU086103; Sat, 6 Dec 2003 16:56:51 -0800 (PST) (envelope-from marcus) Message-Id: <200312070056.hB70upvU086103@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 16:56:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:57:18 -0000 marcus 2003/12/06 16:56:51 PST FreeBSD ports repository Modified files: . modules Log: libid3tag --> ports/audio/libid3tag Revision Changes Path 1.8716 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:03:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F1D16A4CE; Sat, 6 Dec 2003 17:03:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8954843FBF; Sat, 6 Dec 2003 17:03:15 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB713FXJ087270; Sat, 6 Dec 2003 17:03:15 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB713FU9087269; Sat, 6 Dec 2003 17:03:15 -0800 (PST) (envelope-from pav) Message-Id: <200312070103.hB713FU9087269@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 17:03:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/p5-NetCDF Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:03:16 -0000 pav 2003/12/06 17:03:15 PST FreeBSD ports repository Modified files: math Makefile Added files: math/p5-NetCDF Makefile distinfo pkg-descr pkg-plist Log: - Add p5-NetCDF, a perl module to read and write netCDF files. PR: ports/59381 Submitted by: Douglas K. Rand Revision Changes Path 1.238 +1 -0 ports/math/Makefile 1.1 +28 -0 ports/math/p5-NetCDF/Makefile (new) 1.1 +1 -0 ports/math/p5-NetCDF/distinfo (new) 1.1 +3 -0 ports/math/p5-NetCDF/pkg-descr (new) 1.1 +7 -0 ports/math/p5-NetCDF/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:03:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D8C316A4CF; Sat, 6 Dec 2003 17:03:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D3843F85; Sat, 6 Dec 2003 17:03:38 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB713cXJ087320; Sat, 6 Dec 2003 17:03:38 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB713cRD087319; Sat, 6 Dec 2003 17:03:38 -0800 (PST) (envelope-from adamw) Message-Id: <200312070103.hB713cRD087319@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 6 Dec 2003 17:03:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-headers Makefile ports/www/mozilla-headers-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:03:39 -0000 adamw 2003/12/06 17:03:38 PST FreeBSD ports repository Modified files: www/mozilla-headers Makefile www/mozilla-headers-devel Makefile Log: Set gnome@FreeBSD.org as maintainer. Revision Changes Path 1.16 +1 -1 ports/www/mozilla-headers-devel/Makefile 1.15 +1 -1 ports/www/mozilla-headers/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:04:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE6D16A4CE; Sat, 6 Dec 2003 17:04:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2420143FDD; Sat, 6 Dec 2003 17:04:16 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB714FXJ087367; Sat, 6 Dec 2003 17:04:15 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB714FJc087366; Sat, 6 Dec 2003 17:04:15 -0800 (PST) (envelope-from pav) Message-Id: <200312070104.hB714FJc087366@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 17:04:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:04:16 -0000 pav 2003/12/06 17:04:15 PST FreeBSD ports repository Modified files: . modules Log: p5-NetCDF --> ports/math/p5-NetCDF Revision Changes Path 1.8717 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:05:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F8716A4CE; Sat, 6 Dec 2003 17:05:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA6843FE9; Sat, 6 Dec 2003 17:05:39 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB715cXJ087560; Sat, 6 Dec 2003 17:05:38 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB715c9j087559; Sat, 6 Dec 2003 17:05:38 -0800 (PST) (envelope-from marcus) Message-Id: <200312070105.hB715c9j087559@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 17:05:38 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/madplay Makefile distinfo pkg-descr pkg-plist ports/audio/madplay/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:05:39 -0000 marcus 2003/12/06 17:05:38 PST FreeBSD ports repository Modified files: audio Makefile Added files: audio/madplay Makefile distinfo pkg-descr pkg-plist audio/madplay/files patch-configure Log: Add madplay, the MP3 player portion of the MAD audio project. PR: 59704 Submitted by: Sergey Akifyev Revision Changes Path 1.474 +1 -0 ports/audio/Makefile 1.1 +39 -0 ports/audio/madplay/Makefile (new) 1.1 +1 -0 ports/audio/madplay/distinfo (new) 1.1 +10 -0 ports/audio/madplay/files/patch-configure (new) 1.1 +8 -0 ports/audio/madplay/pkg-descr (new) 1.1 +17 -0 ports/audio/madplay/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:05:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 899E416A4CF; Sat, 6 Dec 2003 17:05:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E09E343FDF; Sat, 6 Dec 2003 17:05:46 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB715kXJ087605; Sat, 6 Dec 2003 17:05:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB715kfB087604; Sat, 6 Dec 2003 17:05:46 -0800 (PST) (envelope-from marcus) Message-Id: <200312070105.hB715kfB087604@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 17:05:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:05:47 -0000 marcus 2003/12/06 17:05:46 PST FreeBSD ports repository Modified files: . modules Log: madplay --> ports/audio/madplay Revision Changes Path 1.8718 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:06:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E058816A4D1; Sat, 6 Dec 2003 17:06:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DA943FCB; Sat, 6 Dec 2003 17:06:10 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB716AXJ087683; Sat, 6 Dec 2003 17:06:10 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB716Akf087682; Sat, 6 Dec 2003 17:06:10 -0800 (PST) (envelope-from pav) Message-Id: <200312070106.hB716Akf087682@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 17:06:10 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:06:12 -0000 pav 2003/12/06 17:06:10 PST FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Douglas K. Rand for math/p5-NetCDF port. Revision Changes Path 1.78 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:06:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A1A16A4D0; Sat, 6 Dec 2003 17:06:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 354F743FDD; Sat, 6 Dec 2003 17:06:33 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB716XXJ087714; Sat, 6 Dec 2003 17:06:33 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB716Wi8087713; Sat, 6 Dec 2003 17:06:32 -0800 (PST) (envelope-from peter) Message-Id: <200312070106.hB716Wi8087713@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 17:06:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/kdump kdump.1 kdump.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:06:34 -0000 peter 2003/12/06 17:06:32 PST FreeBSD src repository Modified files: usr.bin/kdump kdump.1 kdump.c Log: Add a -E (elapsed time) flag to kdump. This is like -T, except it is relative to start of the dump. Approved by: re (scottl) Revision Changes Path 1.9 +3 -1 src/usr.bin/kdump/kdump.1 1.23 +9 -1 src/usr.bin/kdump/kdump.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:08:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C92516A4CE; Sat, 6 Dec 2003 17:08:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D78443F3F; Sat, 6 Dec 2003 17:08:24 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB718OXJ087823; Sat, 6 Dec 2003 17:08:24 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB718O9l087822; Sat, 6 Dec 2003 17:08:24 -0800 (PST) (envelope-from bmah) Message-Id: <200312070108.hB718O9l087822@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 17:08:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/release/doc/share/sgml release.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:08:25 -0000 bmah 2003/12/06 17:08:24 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/share/sgml release.ent Log: Grrr...get the semantics of these entities right. Approved by: re (implicitly) Revision Changes Path 1.662 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.15 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:09:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB5C16A4E7; Sat, 6 Dec 2003 17:09:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B8143FB1; Sat, 6 Dec 2003 17:09:46 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB719kXJ087943; Sat, 6 Dec 2003 17:09:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB719k1G087942; Sat, 6 Dec 2003 17:09:46 -0800 (PST) (envelope-from marcus) Message-Id: <200312070109.hB719k1G087942@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 17:09:46 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/mad Makefile distinfo pkg-plist ports/audio/mad/files patch-Makefile.in patch-aa patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:09:47 -0000 marcus 2003/12/06 17:09:46 PST FreeBSD ports repository Modified files: audio/mad Makefile pkg-plist Removed files: audio/mad distinfo audio/mad/files patch-Makefile.in patch-aa patch-ac Log: Convert this port to a meta-port. New ports that require mad support should either depend on libmad or libid3tag. PR: 59715 Submitted by: Sergey Akifyev Approved by: maintainer timeout Revision Changes Path 1.19 +18 -44 ports/audio/mad/Makefile 1.6 +0 -1 ports/audio/mad/distinfo (dead) 1.2 +0 -11 ports/audio/mad/files/patch-Makefile.in (dead) 1.3 +0 -18 ports/audio/mad/files/patch-aa (dead) 1.2 +0 -9 ports/audio/mad/files/patch-ac (dead) 1.8 +1 -26 ports/audio/mad/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:11:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C9E016A4CE; Sat, 6 Dec 2003 17:11:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A2443F3F; Sat, 6 Dec 2003 17:11:33 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71BXXJ088114; Sat, 6 Dec 2003 17:11:33 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71BXIi088113; Sat, 6 Dec 2003 17:11:33 -0800 (PST) (envelope-from bmah) Message-Id: <200312070111.hB71BXIi088113@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 17:11:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:11:34 -0000 bmah 2003/12/06 17:11:33 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Whee! Modified release note: kdump(1) -E. Approved by: re (implicitly) Revision Changes Path 1.663 +2 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:12:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20DF516A4CE; Sat, 6 Dec 2003 17:12:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5906C43FAF; Sat, 6 Dec 2003 17:12:26 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71CQXJ088184; Sat, 6 Dec 2003 17:12:26 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71CQiV088183; Sat, 6 Dec 2003 17:12:26 -0800 (PST) (envelope-from pav) Message-Id: <200312070112.hB71CQiV088183@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 17:12:26 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science/mpb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:12:28 -0000 pav 2003/12/06 17:12:26 PST FreeBSD ports repository Modified files: science/mpb Makefile Log: - Make it do actually something useful. Make science/mpb has been pretty much useless because it wasn't correctly linked with hdf5 as it appears in the Makefile. Now this is properly done by linking pthread lib too, which is required by hdf5. Also, correctly link with ATLAS version of LAPACK. PR: ports/58337 Submitted by: AMAKAWA Shuhei Revision Changes Path 1.3 +9 -4 ports/science/mpb/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:16:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3AD16A4CE; Sat, 6 Dec 2003 17:16:01 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C75B43F85; Sat, 6 Dec 2003 17:16:01 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E70C32A7EA; Sat, 6 Dec 2003 17:16:00 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Daniel Eischen In-Reply-To: Date: Sat, 06 Dec 2003 17:16:00 -0800 From: Peter Wemm Message-Id: <20031207011600.E70C32A7EA@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/amd64/gen makecontext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:16:02 -0000 Daniel Eischen wrote: > On Thu, 4 Dec 2003, Peter Wemm wrote: > > > peter 2003/12/04 17:36:44 PST > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/amd64/gen makecontext.c > > Log: > > "Fix" makecontext() so that the C code begins execution with its > > ABI-required stack alignment. C code expects that the push of the > > return address disturbed the 16 byte alignment and it will take correctiv e > > measures to fix it before making another call. Of course, if its wrong > > to start with, then all hell breaks loose. Essentially we "fix" this > > by making the stack alignment odd to start with. > > Hey, you didn't include this little bit of knowledge in your amd64 "notes" > that you sent me ;-) Heh. I never get it right. I've had to resort to things like this: assert((((long)__builtin_frame_address(0)) & 15 == 0), "misaligned stack!"); The trick of course is that gcc-3.3.3 is broken and __builtin_frame_address(0) doesn't actually work unless you compile *also* with -fno-omit-frame-pointer on amd64. Anyway, thats the only way I've ever been able to get this stuff sorted out. :-) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:27:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C35516A4CE; Sat, 6 Dec 2003 17:27:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DC543FD7; Sat, 6 Dec 2003 17:27:07 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71R7XJ089152; Sat, 6 Dec 2003 17:27:07 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71R7rA089150; Sat, 6 Dec 2003 17:27:07 -0800 (PST) (envelope-from marcus) Message-Id: <200312070127.hB71R7rA089150@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 17:27:06 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/sox Makefile ports/audio/sweep Makefile ports/audio/normalize Makefile ports/audio/mpg321 Makefile ports/audio/audacity Makefile ports/audio/terminatorx Makefile ports/audio/xmms-mad Makefile ports/audio/py-mad Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:27:08 -0000 marcus 2003/12/06 17:27:06 PST FreeBSD ports repository Modified files: audio/sox Makefile audio/sweep Makefile audio/normalize Makefile audio/mpg321 Makefile audio/audacity Makefile audio/terminatorx Makefile audio/xmms-mad Makefile audio/py-mad Makefile audio/trm Makefile audio/net-rhythmbox Makefile audio/mp3splt Makefile audio/liteamp Makefile audio/alsaplayer Makefile audio/rhythmbox Makefile audio/musicpd Makefile audio/squash Makefile games/scummvm Makefile graphics/swfdec Makefile www/mod_musicindex Makefile multimedia/avifile Makefile multimedia/gstreamer-plugins Makefile multimedia/mplayer Makefile multimedia/ogle Makefile multimedia/libxine Makefile multimedia/avidemux Makefile multimedia/vlc Makefile multimedia/avidemux2 Makefile Log: Chase the libmad/libid3tag shared lib version. Revision Changes Path 1.5 +2 -1 ports/audio/alsaplayer/Makefile 1.11 +1 -1 ports/audio/audacity/Makefile 1.8 +2 -1 ports/audio/liteamp/Makefile 1.3 +2 -1 ports/audio/mp3splt/Makefile 1.24 +2 -2 ports/audio/mpg321/Makefile 1.4 +2 -1 ports/audio/musicpd/Makefile 1.11 +2 -2 ports/audio/net-rhythmbox/Makefile 1.13 +2 -1 ports/audio/normalize/Makefile 1.7 +2 -1 ports/audio/py-mad/Makefile 1.17 +2 -1 ports/audio/rhythmbox/Makefile 1.24 +2 -2 ports/audio/sox/Makefile 1.2 +2 -1 ports/audio/squash/Makefile 1.15 +2 -2 ports/audio/sweep/Makefile 1.13 +1 -1 ports/audio/terminatorx/Makefile 1.5 +1 -1 ports/audio/trm/Makefile 1.5 +2 -1 ports/audio/xmms-mad/Makefile 1.20 +2 -1 ports/games/scummvm/Makefile 1.8 +2 -1 ports/graphics/swfdec/Makefile 1.15 +2 -1 ports/multimedia/avidemux/Makefile 1.4 +2 -1 ports/multimedia/avidemux2/Makefile 1.45 +1 -1 ports/multimedia/avifile/Makefile 1.35 +2 -1 ports/multimedia/gstreamer-plugins/Makefile 1.47 +2 -2 ports/multimedia/libxine/Makefile 1.76 +2 -2 ports/multimedia/mplayer/Makefile 1.23 +2 -1 ports/multimedia/ogle/Makefile 1.30 +2 -1 ports/multimedia/vlc/Makefile 1.3 +3 -2 ports/www/mod_musicindex/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:28:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D86E16A4EA; Sat, 6 Dec 2003 17:28:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D036C43FBF; Sat, 6 Dec 2003 17:28:10 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71SAXJ089230; Sat, 6 Dec 2003 17:28:10 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71SAKM089229; Sat, 6 Dec 2003 17:28:10 -0800 (PST) (envelope-from hrs) Message-Id: <200312070128.hB71SAKM089229@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 6 Dec 2003 17:28:10 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:28:11 -0000 hrs 2003/12/06 17:28:10 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Unbreak the build. Revision Changes Path 1.79 +1 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:38:52 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FCCF16A4CE; Sat, 6 Dec 2003 17:38:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E7043FE3; Sat, 6 Dec 2003 17:38:51 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71cpXJ089664; Sat, 6 Dec 2003 17:38:51 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71cprp089663; Sat, 6 Dec 2003 17:38:51 -0800 (PST) (envelope-from linimon) Message-Id: <200312070138.hB71cprp089663@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 17:38:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/PicMonger Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:38:52 -0000 linimon 2003/12/06 17:38:51 PST FreeBSD ports repository Modified files: news/PicMonger Makefile Log: Restyle maintainer address to @FreeBSD.org. Revision Changes Path 1.11 +2 -2 ports/news/PicMonger/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:40:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F177516A4CE; Sat, 6 Dec 2003 17:40:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177E843FA3; Sat, 6 Dec 2003 17:40:08 -0800 (PST) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71e6FY070048; Sat, 6 Dec 2003 17:40:06 -0800 (PST) (envelope-from davidxu@freebsd.org) Message-ID: <3FD285AC.3080609@freebsd.org> Date: Sun, 07 Dec 2003 09:43:08 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031206 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <20031207011600.E70C32A7EA@canning.wemm.org> In-Reply-To: <20031207011600.E70C32A7EA@canning.wemm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Daniel Eischen Subject: Re: cvs commit: src/lib/libc/amd64/gen makecontext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:40:09 -0000 Peter Wemm wrote: >Daniel Eischen wrote: > > >>On Thu, 4 Dec 2003, Peter Wemm wrote: >> >> >> >>>peter 2003/12/04 17:36:44 PST >>> >>> FreeBSD src repository >>> >>> Modified files: >>> lib/libc/amd64/gen makecontext.c >>> Log: >>> "Fix" makecontext() so that the C code begins execution with its >>> ABI-required stack alignment. C code expects that the push of the >>> return address disturbed the 16 byte alignment and it will take correctiv >>> >>> > e > > >>> measures to fix it before making another call. Of course, if its wrong >>> to start with, then all hell breaks loose. Essentially we "fix" this >>> by making the stack alignment odd to start with. >>> >>> >>Hey, you didn't include this little bit of knowledge in your amd64 "notes" >>that you sent me ;-) >> >> > >Heh. I never get it right. I've had to resort to things like this: > > assert((((long)__builtin_frame_address(0)) & 15 == 0), "misaligned stack!"); > >The trick of course is that gcc-3.3.3 is broken and __builtin_frame_address(0) >doesn't actually work unless you compile *also* with -fno-omit-frame-pointer >on amd64. > >Anyway, thats the only way I've ever been able to get this stuff sorted out. :-) > > > I have found upcall stack is not aligned at 16 bytes. it is triggered when I add this test into kse_sched_multi in libkse, maybe the line contains "td->td_frame->tf_rsp -= 8;" in vm_machdep.c should be removed. >Cheers, >-Peter >-- >Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com >"All of this is for nothing if we don't go to the stars" - JMS/B5 > > > From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:41:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6497B16A4CE; Sat, 6 Dec 2003 17:41:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B83C843FDD; Sat, 6 Dec 2003 17:41:19 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71fJXJ089816; Sat, 6 Dec 2003 17:41:19 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71fJYm089815; Sat, 6 Dec 2003 17:41:19 -0800 (PST) (envelope-from linimon) Message-Id: <200312070141.hB71fJYm089815@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 17:41:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/geomview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:41:20 -0000 X-List-Received-Date: Sun, 07 Dec 2003 01:41:20 -0000 linimon 2003/12/06 17:41:19 PST FreeBSD ports repository Modified files: graphics/geomview Makefile Log: Restyle email address of maintainer. Revision Changes Path 1.34 +1 -1 ports/graphics/geomview/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:42:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0AA16A4CE; Sat, 6 Dec 2003 17:42:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FBDE43FDF; Sat, 6 Dec 2003 17:42:05 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71g5XJ089856; Sat, 6 Dec 2003 17:42:05 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71g49R089855; Sat, 6 Dec 2003 17:42:04 -0800 (PST) (envelope-from pav) Message-Id: <200312070142.hB71g49R089855@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 17:42:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gthumb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:42:06 -0000 pav 2003/12/06 17:42:04 PST FreeBSD ports repository Modified files: graphics/gthumb Makefile Log: - Reset maintainer to ports@FreeBSD.org. This port will be removed in one month in favour of graphics/gthumb2, unless someone objects. Approved by: maintainer timeout (1 month) Approved by: marcus (portmgr) Revision Changes Path 1.9 +1 -1 ports/graphics/gthumb/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:43:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A1816A4CE; Sat, 6 Dec 2003 17:43:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A0343FDF; Sat, 6 Dec 2003 17:43:01 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71h1XJ089903; Sat, 6 Dec 2003 17:43:01 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71h18H089902; Sat, 6 Dec 2003 17:43:01 -0800 (PST) (envelope-from linimon) Message-Id: <200312070143.hB71h18H089902@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 17:43:01 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/xw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:43:02 -0000 linimon 2003/12/06 17:43:01 PST FreeBSD ports repository Modified files: sysutils/xw Makefile Log: Restyle email address of (non)maintainer. Revision Changes Path 1.16 +1 -1 ports/sysutils/xw/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:45:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD7F216A4CE; Sat, 6 Dec 2003 17:45:47 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DED043F93; Sat, 6 Dec 2003 17:45:46 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AD2EC66C8E; Sat, 6 Dec 2003 17:45:45 -0800 (PST) Date: Sat, 6 Dec 2003 17:45:45 -0800 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20031207014545.GA29170@xor.obsecurity.org> References: <200312070105.hB715c9j087559@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: <200312070105.hB715c9j087559@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/madplay Makefile distinfo pkg-descr pkg-plist ports/audio/madplay/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:45:47 -0000 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 06, 2003 at 05:05:38PM -0800, Joe Marcus Clarke wrote: > marcus 2003/12/06 17:05:38 PST >=20 > FreeBSD ports repository >=20 > Modified files: > audio Makefile=20 > Added files: > audio/madplay Makefile distinfo pkg-descr pkg-plist=20 > audio/madplay/files patch-configure=20 > Log: > Add madplay, the MP3 player portion of the MAD audio project. Isn't this a duplicate of the audio/mad port? Kris --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/0oZJWry0BWjoQKURArylAJ4iZ0J/GpjKlzwj/Tkx31lCQpLVagCgnfvq /aw4JQRPe/3InH2mqHmJ0eQ= =C2q7 -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:46:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D87E916A4CF; Sat, 6 Dec 2003 17:46:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27C2343FB1; Sat, 6 Dec 2003 17:46:11 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71kAXJ090124; Sat, 6 Dec 2003 17:46:10 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71kApR090123; Sat, 6 Dec 2003 17:46:10 -0800 (PST) (envelope-from linimon) Message-Id: <200312070146.hB71kApR090123@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 17:46:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/yacl Makefile ports/lang/objc Makefile ports/www/web500gw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:46:12 -0000 linimon 2003/12/06 17:46:10 PST FreeBSD ports repository Modified files: devel/yacl Makefile lang/objc Makefile www/web500gw Makefile Log: Restyle email address of (non)maintainer. Revision Changes Path 1.20 +1 -1 ports/devel/yacl/Makefile 1.24 +1 -1 ports/lang/objc/Makefile 1.18 +1 -1 ports/www/web500gw/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:49:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2263716A4CF; Sat, 6 Dec 2003 17:49:25 -0800 (PST) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EDA143FE3; Sat, 6 Dec 2003 17:49:21 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.10/8.12.10) with ESMTP id hB71nH5x098343; Sun, 7 Dec 2003 02:49:17 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.12.10/8.12.10/Submit) id hB71nGk4098342; Sun, 7 Dec 2003 02:49:16 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Kris Kennaway In-Reply-To: <20031207014545.GA29170@xor.obsecurity.org> References: <200312070105.hB715c9j087559@repoman.freebsd.org> <20031207014545.GA29170@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JCP5ZYc3rj2+pfqgx/Yl" Message-Id: <1070761754.848.7.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 07 Dec 2003 02:49:15 +0100 cc: cvs-ports@FreeBSD.org cc: Joe Marcus Clarke cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/madplay Makefile patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:49:25 -0000 --=-JCP5ZYc3rj2+pfqgx/Yl Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V ne, 07. 12. 2003 v 02:45, Kris Kennaway p=ED=B9e: > On Sat, Dec 06, 2003 at 05:05:38PM -0800, Joe Marcus Clarke wrote: > > marcus 2003/12/06 17:05:38 PST > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > audio Makefile=20 > > Added files: > > audio/madplay Makefile distinfo pkg-descr pkg-plist=20 > > audio/madplay/files patch-configure=20 > > Log: > > Add madplay, the MP3 player portion of the MAD audio project. >=20 > Isn't this a duplicate of the audio/mad port? This is part of greater plan to split old audio/map port into three components. --=20 Pav Lucistnik --=-JCP5ZYc3rj2+pfqgx/Yl Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/0ocantdYP8FOsoIRAm+RAKC8b/Hi10hFABlWXuFcT07xY05XNgCfTSE3 j8J24B5vhUZsiE9ZNF0Qp14= =VkO9 -----END PGP SIGNATURE----- --=-JCP5ZYc3rj2+pfqgx/Yl-- From owner-cvs-all@FreeBSD.ORG Sat Dec 6 17:50:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA20316A4CE; Sat, 6 Dec 2003 17:50:37 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B9B43FE0; Sat, 6 Dec 2003 17:50:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hB71oUd2015676; Sat, 6 Dec 2003 20:50:30 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hB71nfu5038541; Sat, 6 Dec 2003 20:49:41 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20031207014545.GA29170@xor.obsecurity.org> References: <200312070105.hB715c9j087559@repoman.freebsd.org> <20031207014545.GA29170@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BcK9Sj2mlTu2kVvYaHdy" Organization: FreeBSD, Inc. Message-Id: <1070761823.69539.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 06 Dec 2003 20:50:23 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/madplay Makefile patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:50:37 -0000 --=-BcK9Sj2mlTu2kVvYaHdy Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-12-06 at 20:45, Kris Kennaway wrote: > On Sat, Dec 06, 2003 at 05:05:38PM -0800, Joe Marcus Clarke wrote: > > marcus 2003/12/06 17:05:38 PST > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > audio Makefile=20 > > Added files: > > audio/madplay Makefile distinfo pkg-descr pkg-plist=20 > > audio/madplay/files patch-configure=20 > > Log: > > Add madplay, the MP3 player portion of the MAD audio project. >=20 > Isn't this a duplicate of the audio/mad port? Funny you should ask. Yes, it is. The mad port was in need of updating since the newer libraries offer better functionality. The new mad port is now a meta-port that ties all of these together. Joe >=20 > Kris --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-BcK9Sj2mlTu2kVvYaHdy Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/0odfb2iPiv4Uz4cRAhXDAJ0XczojSxtswvN2usZQIEjBbs5u6ACdHTHV piljJn3b/isIvD5b0t9al6o= =ikTR -----END PGP SIGNATURE----- --=-BcK9Sj2mlTu2kVvYaHdy-- From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:05:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 691C516A4CE; Sat, 6 Dec 2003 18:05:54 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE2643FCB; Sat, 6 Dec 2003 18:05:53 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E909B2A7EA; Sat, 6 Dec 2003 18:05:52 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Mike Silbersack In-Reply-To: <20031206005341.D33930@odysseus.silby.com> Date: Sat, 06 Dec 2003 18:05:52 -0800 From: Peter Wemm Message-Id: <20031207020552.E909B2A7EA@canning.wemm.org> cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:05:54 -0000 Mike Silbersack wrote: > > WHOOOOOOOOOOO HOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO > > I'm not sure if any has realized it yet, but I think that this may be our > first actual deadlock condition. This means that we're actually locking > things! Heh, I can add a few deadlocks too if that'll get some more cheers :-) > Congrats, > > Mike "Silby" Silbersack > > > On Fri, 5 Dec 2003, Alan Cox wrote: > > > alc 2003/12/05 21:45:32 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/vm vm_mmap.c > > Log: > > Fix a deadlock between vm_fault() and vm_mmap(): The expected lock orderi ng > > between vm_map and vnode locks is that vm_map locks are acquired first. In > > revision 1.150 mmap(2) was changed to pass a locked vnode into vm_mmap(). > > This creates a lock-order reversal when vm_mmap() calls one of the vm_map > > routines that acquires a vm_map lock. The solution implemented herein is > > to release the vnode lock in mmap() before calling vm_mmap() and reacquir e > > this lock if necessary in vm_mmap(). > > > > Approved by: re (scottl) > > Reviewed by: jeff, kan, rwatson > > > > Revision Changes Path > > 1.174 +13 -4 src/sys/vm/vm_mmap.c > > > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:06:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E9716A4CE; Sat, 6 Dec 2003 18:06:39 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B07443FCB; Sat, 6 Dec 2003 18:06:37 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F3B0166C8E; Sat, 6 Dec 2003 18:06:36 -0800 (PST) Date: Sat, 6 Dec 2003 18:06:36 -0800 From: Kris Kennaway To: Kris Kennaway Message-ID: <20031207020636.GB29170@xor.obsecurity.org> References: <200312070105.hB715c9j087559@repoman.freebsd.org> <20031207014545.GA29170@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline In-Reply-To: <20031207014545.GA29170@xor.obsecurity.org> User-Agent: Mutt/1.4.1i cc: cvs-ports@FreeBSD.org cc: Joe Marcus Clarke cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/madplay Makefile distinfo pkg-descr pkg-plist ports/audio/madplay/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:06:39 -0000 --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 06, 2003 at 05:45:45PM -0800, Kris Kennaway wrote: > On Sat, Dec 06, 2003 at 05:05:38PM -0800, Joe Marcus Clarke wrote: > > marcus 2003/12/06 17:05:38 PST > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > audio Makefile=20 > > Added files: > > audio/madplay Makefile distinfo pkg-descr pkg-plist=20 > > audio/madplay/files patch-configure=20 > > Log: > > Add madplay, the MP3 player portion of the MAD audio project. >=20 > Isn't this a duplicate of the audio/mad port? Nevermind, I missed your followup commits. Kris --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/0ossWry0BWjoQKURAl3vAJ4259Cu7+GJMcnB4AYnV0tzBR+JXQCgr2xx JE721pKCeDVAxwoj3A2gan0= =LMFI -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS-- From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:08:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 442CD16A4CE; Sat, 6 Dec 2003 18:08:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8159C43FD7; Sat, 6 Dec 2003 18:08:01 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB727xXJ091755; Sat, 6 Dec 2003 18:07:59 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB727wUE091750; Sat, 6 Dec 2003 18:07:58 -0800 (PST) (envelope-from pav) Message-Id: <200312070207.hB727wUE091750@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 18:07:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/octave Makefile pkg-plist ports/math/octave/files patch-mkoctfile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:08:02 -0000 pav 2003/12/06 18:07:58 PST FreeBSD ports repository Modified files: math/octave Makefile pkg-plist Added files: math/octave/files patch-mkoctfile.in Log: - Link with atlas version of lapack - Make mkoctfile accept -pthread - Don't hardcode path to lib symlink PR: ports/56621, ports/58555 Submitted by: John E. Hein AMAKAWA Shuhei Revision Changes Path 1.44 +6 -6 ports/math/octave/Makefile 1.1 +11 -0 ports/math/octave/files/patch-mkoctfile.in (new) 1.32 +1 -1 ports/math/octave/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:11:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE2616A4CE; Sat, 6 Dec 2003 18:11:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D42B543FDF; Sat, 6 Dec 2003 18:11:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72BKXJ096506; Sat, 6 Dec 2003 18:11:20 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72BKjq096466; Sat, 6 Dec 2003 18:11:20 -0800 (PST) (envelope-from obrien) Message-Id: <200312070211.hB72BKjq096466@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 18:11:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/compat/compat4x.alpha Makefile libc.so.4.bz2.uu libc_r.so.4.bz2.uu libdevstat.so.2.bz2.uu libedit.so.3.bz2.uu libgmp.so.3.bz2.uu libmp.so.3.bz2.uu libpam.so.1.bz2.uu libperl.so.3.bz2.uu libposix1e.so.2.bz2.uu libskey.so.2.bz2.uu ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:11:22 -0000 obrien 2003/12/06 18:11:20 PST FreeBSD src repository Modified files: lib/compat/compat4x.alpha Makefile libc.so.4.bz2.uu libc_r.so.4.bz2.uu libedit.so.3.bz2.uu libgmp.so.3.bz2.uu libpam.so.1.bz2.uu libperl.so.3.bz2.uu libstdc++.so.3.bz2.uu pam_cleartext_pass_ok.so.bz2.uu pam_deny.so.bz2.uu pam_opie.so.bz2.uu pam_permit.so.bz2.uu pam_radius.so.bz2.uu pam_skey.so.bz2.uu pam_ssh.so.bz2.uu pam_tacplus.so.bz2.uu pam_unix.so.bz2.uu Added files: lib/compat/compat4x.alpha libdevstat.so.2.bz2.uu libmp.so.3.bz2.uu libposix1e.so.2.bz2.uu libskey.so.2.bz2.uu libusbhid.so.0.bz2.uu pam_opieaccess.so.bz2.uu Log: Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3 libskey.so.2 libusbhid.so.0 libutil.so.3 libvgl.so.2 to the mix. Approved by: re(scottl) Revision Changes Path 1.16 +6 -0 src/lib/compat/compat4x.alpha/Makefile 1.2 +4781 -4915 src/lib/compat/compat4x.alpha/libc.so.4.bz2.uu 1.2 +5434 -5603 src/lib/compat/compat4x.alpha/libc_r.so.4.bz2.uu 1.1 +119 -0 src/lib/compat/compat4x.alpha/libdevstat.so.2.bz2.uu (new) 1.2 +649 -646 src/lib/compat/compat4x.alpha/libedit.so.3.bz2.uu 1.2 +836 -835 src/lib/compat/compat4x.alpha/libgmp.so.3.bz2.uu 1.1 +480 -0 src/lib/compat/compat4x.alpha/libmp.so.3.bz2.uu (new) 1.2 +320 -300 src/lib/compat/compat4x.alpha/libpam.so.1.bz2.uu 1.2 +4665 -4927 src/lib/compat/compat4x.alpha/libperl.so.3.bz2.uu 1.1 +102 -0 src/lib/compat/compat4x.alpha/libposix1e.so.2.bz2.uu (new) 1.1 +246 -0 src/lib/compat/compat4x.alpha/libskey.so.2.bz2.uu (new) 1.2 +1767 -1844 src/lib/compat/compat4x.alpha/libstdc++.so.3.bz2.uu 1.1 +107 -0 src/lib/compat/compat4x.alpha/libusbhid.so.0.bz2.uu (new) 1.2 +34 -44 src/lib/compat/compat4x.alpha/pam_cleartext_pass_ok.so.bz2.uu 1.2 +31 -39 src/lib/compat/compat4x.alpha/pam_deny.so.bz2.uu 1.2 +51 -55 src/lib/compat/compat4x.alpha/pam_opie.so.bz2.uu 1.1 +43 -0 src/lib/compat/compat4x.alpha/pam_opieaccess.so.bz2.uu (new) 1.2 +35 -44 src/lib/compat/compat4x.alpha/pam_permit.so.bz2.uu 1.2 +75 -89 src/lib/compat/compat4x.alpha/pam_radius.so.bz2.uu 1.2 +44 -55 src/lib/compat/compat4x.alpha/pam_skey.so.bz2.uu 1.2 +91 -769 src/lib/compat/compat4x.alpha/pam_ssh.so.bz2.uu 1.2 +73 -81 src/lib/compat/compat4x.alpha/pam_tacplus.so.bz2.uu 1.2 +50 -65 src/lib/compat/compat4x.alpha/pam_unix.so.bz2.uu From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:18:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C4B16A4CE; Sat, 6 Dec 2003 18:18:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDDA43FDD; Sat, 6 Dec 2003 18:18:42 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72IfXJ098855; Sat, 6 Dec 2003 18:18:41 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72Ifaj098854; Sat, 6 Dec 2003 18:18:41 -0800 (PST) (envelope-from pav) Message-Id: <200312070218.hB72Ifaj098854@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 18:18:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/umfpack Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:18:42 -0000 pav 2003/12/06 18:18:41 PST FreeBSD ports repository Modified files: math/umfpack Makefile pkg-plist Log: - Install header files - Fix whitespace in pkg-plist PR: ports/58534 Submitted by: Thierry Thomas Revision Changes Path 1.14 +7 -1 ports/math/umfpack/Makefile 1.6 +37 -3 ports/math/umfpack/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:35:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA0016A4CE; Sat, 6 Dec 2003 18:35:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B4843F75; Sat, 6 Dec 2003 18:35:13 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72ZDXJ009677; Sat, 6 Dec 2003 18:35:13 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72ZDlw009676; Sat, 6 Dec 2003 18:35:13 -0800 (PST) (envelope-from pav) Message-Id: <200312070235.hB72ZDlw009676@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 18:35:13 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/superlu distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:35:15 -0000 pav 2003/12/06 18:35:13 PST FreeBSD ports repository Modified files: math/superlu distinfo Log: - Unbreak checksum, user guide was updated to October 2003 revision. Revision Changes Path 1.14 +1 -1 ports/math/superlu/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:37:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0FA916A4CE; Sat, 6 Dec 2003 18:37:46 -0800 (PST) Received: from i231239.ap.plala.or.jp (i231239.ap.plala.or.jp [218.47.231.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B18743FE5; Sat, 6 Dec 2003 18:37:45 -0800 (PST) (envelope-from sf@FreeBSD.org) Date: Sun, 07 Dec 2003 11:37:42 +0900 Message-ID: <86he0de4jt.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: Joe Marcus Clarke In-Reply-To: <200312070105.hB715c9j087559@repoman.freebsd.org> References: <200312070105.hB715c9j087559@repoman.freebsd.org> Mail-Followup-To: Joe Marcus Clarke , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/madplay Makefile distinfo pkg-descr pkg-plist ports/audio/madplay/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:37:46 -0000 please install madtime as it used to be. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/madplay/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 7 Dec 2003 01:05:38 -0000 1.1 +++ Makefile 7 Dec 2003 02:33:13 -0000 @@ -24,6 +24,7 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +ALL_TARGET= all madtime MAN1= abxtest.1 madplay.1 @@ -35,5 +36,8 @@ .else CONFIGURE_ARGS+= --without-esd .endif + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${PREFIX}/bin .include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/audio/madplay/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 7 Dec 2003 01:05:38 -0000 1.1 +++ pkg-plist 7 Dec 2003 02:33:13 -0000 @@ -1,5 +1,6 @@ bin/abxtest bin/madplay +bin/madtime share/locale/en/LC_MESSAGES/madplay.mo share/locale/es/LC_MESSAGES/madplay.mo share/locale/fr/LC_MESSAGES/madplay.mo From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:38:02 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83E8D16A4CF; Sat, 6 Dec 2003 18:38:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B4043F75; Sat, 6 Dec 2003 18:38:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72c1XJ009875; Sat, 6 Dec 2003 18:38:01 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72c1RC009874; Sat, 6 Dec 2003 18:38:01 -0800 (PST) (envelope-from obrien) Message-Id: <200312070238.hB72c1RC009874@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 18:38:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/compat/compat4x.i386 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:38:02 -0000 obrien 2003/12/06 18:38:01 PST FreeBSD src repository Modified files: lib/compat/compat4x.i386 Makefile Log: Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix. Approved by: re(scottl) Revision Changes Path 1.23 +1 -0 src/lib/compat/compat4x.i386/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:40:03 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B1416A4CE; Sat, 6 Dec 2003 18:40:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D320043FAF; Sat, 6 Dec 2003 18:40:02 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72e2XJ009957; Sat, 6 Dec 2003 18:40:02 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72e2IR009956; Sat, 6 Dec 2003 18:40:02 -0800 (PST) (envelope-from pav) Message-Id: <200312070240.hB72e2IR009956@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 18:40:02 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bchunk Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:40:03 -0000 pav 2003/12/06 18:40:02 PST FreeBSD ports repository Modified files: sysutils/bchunk Makefile pkg-descr Log: - Update MASTER_SITES and WWW PR: ports/59999 Submitted by: Markus Brueffer Revision Changes Path 1.13 +1 -1 ports/sysutils/bchunk/Makefile 1.4 +1 -1 ports/sysutils/bchunk/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:47:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77AB616A4CE; Sat, 6 Dec 2003 18:47:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B671C43F93; Sat, 6 Dec 2003 18:47:24 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72lOXJ010344; Sat, 6 Dec 2003 18:47:24 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72lOIH010343; Sat, 6 Dec 2003 18:47:24 -0800 (PST) (envelope-from pav) Message-Id: <200312070247.hB72lOIH010343@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 18:47:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/arpack++ Makefile distinfo pkg-descr pkg-plist ports/math/arpack++/files patch-Makefile.inc patch-include::arlutil.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:47:25 -0000 pav 2003/12/06 18:47:24 PST FreeBSD ports repository Modified files: math Makefile Added files: math/arpack++ Makefile distinfo pkg-descr pkg-plist math/arpack++/files patch-Makefile.inc patch-include::arlutil.h Log: Add arpack++, an object-oriented version of the ARPACK package. It's just a collection of class templates, because templates are defined in header (.h) files PR: ports/58535 Submitted by: Thierry Thomas Revision Changes Path 1.239 +1 -0 ports/math/Makefile 1.1 +74 -0 ports/math/arpack++/Makefile (new) 1.1 +1 -0 ports/math/arpack++/distinfo (new) 1.1 +82 -0 ports/math/arpack++/files/patch-Makefile.inc (new) 1.1 +11 -0 ports/math/arpack++/files/patch-include::arlutil.h (new) 1.1 +6 -0 ports/math/arpack++/pkg-descr (new) 1.1 +398 -0 ports/math/arpack++/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 18:48:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA22016A4CE; Sat, 6 Dec 2003 18:48:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E17F343F93; Sat, 6 Dec 2003 18:48:35 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72mZXJ010396; Sat, 6 Dec 2003 18:48:35 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72mZc3010395; Sat, 6 Dec 2003 18:48:35 -0800 (PST) (envelope-from pav) Message-Id: <200312070248.hB72mZc3010395@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 18:48:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:48:36 -0000 pav 2003/12/06 18:48:35 PST FreeBSD ports repository Modified files: . modules Log: arpack++ --> ports/math/arpack++ Revision Changes Path 1.8719 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:02:29 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F3516A4CE; Sat, 6 Dec 2003 19:02:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C90843F75; Sat, 6 Dec 2003 19:02:28 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB732SXJ011025; Sat, 6 Dec 2003 19:02:28 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB732SX8011024; Sat, 6 Dec 2003 19:02:28 -0800 (PST) (envelope-from obrien) Message-Id: <200312070302.hB732SX8011024@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 19:02:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/compat/compat4x.i386 pam_cleartext_pass_ok.so.bz2.uu pam_deny.so.bz2.uu pam_opie.so.bz2.uu pam_opieaccess.so.bz2.uu pam_permit.so.bz2.uu pam_radius.so.bz2.uu pam_skey.so.bz2.uu pam_ssh.so.bz2.uu pam_tacplus.so.bz2.uu pam_unix.so.bz2.uu X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:02:29 -0000 obrien 2003/12/06 19:02:27 PST FreeBSD src repository Modified files: lib/compat/compat4x.i386 pam_cleartext_pass_ok.so.bz2.uu pam_deny.so.bz2.uu pam_opie.so.bz2.uu pam_permit.so.bz2.uu pam_radius.so.bz2.uu pam_skey.so.bz2.uu pam_ssh.so.bz2.uu pam_tacplus.so.bz2.uu pam_unix.so.bz2.uu Added files: lib/compat/compat4x.i386 pam_opieaccess.so.bz2.uu Log: Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix. Approved by: re(scottl) Revision Changes Path 1.3 +0 -0 src/lib/compat/compat4x.i386/pam_cleartext_pass_ok.so.bz2.uu 1.3 +0 -0 src/lib/compat/compat4x.i386/pam_deny.so.bz2.uu 1.3 +43 -42 src/lib/compat/compat4x.i386/pam_opie.so.bz2.uu 1.1 +38 -0 src/lib/compat/compat4x.i386/pam_opieaccess.so.bz2.uu (new) 1.3 +0 -0 src/lib/compat/compat4x.i386/pam_permit.so.bz2.uu 1.3 +64 -64 src/lib/compat/compat4x.i386/pam_radius.so.bz2.uu 1.3 +37 -36 src/lib/compat/compat4x.i386/pam_skey.so.bz2.uu 1.3 +82 -81 src/lib/compat/compat4x.i386/pam_ssh.so.bz2.uu 1.3 +66 -66 src/lib/compat/compat4x.i386/pam_tacplus.so.bz2.uu 1.3 +0 -0 src/lib/compat/compat4x.i386/pam_unix.so.bz2.uu From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:13:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8266D16A4CE; Sat, 6 Dec 2003 19:13:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34FD43FA3; Sat, 6 Dec 2003 19:13:41 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73DfXJ012375; Sat, 6 Dec 2003 19:13:41 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73DfPw012374; Sat, 6 Dec 2003 19:13:41 -0800 (PST) (envelope-from pav) Message-Id: <200312070313.hB73DfPw012374@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 19:13:41 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/freefem++ Makefile distinfo pkg-descr pkg-plist ports/math/freefem++/files patch-Makefile patch-src::Makefile-linux X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:13:42 -0000 pav 2003/12/06 19:13:41 PST FreeBSD ports repository Modified files: math Makefile Added files: math/freefem++ Makefile distinfo pkg-descr pkg-plist math/freefem++/files patch-Makefile patch-src::Makefile-linux Log: Add FreeFem++, an extension of freefem, an implementation of the Gfem language dedicated to the finite element method. PR: ports/58536 Submitted by: Thierry Thomas Revision Changes Path 1.240 +1 -0 ports/math/Makefile 1.1 +62 -0 ports/math/freefem++/Makefile (new) 1.1 +1 -0 ports/math/freefem++/distinfo (new) 1.1 +11 -0 ports/math/freefem++/files/patch-Makefile (new) 1.1 +35 -0 ports/math/freefem++/files/patch-src::Makefile-linux (new) 1.1 +14 -0 ports/math/freefem++/pkg-descr (new) 1.1 +92 -0 ports/math/freefem++/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:14:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D2616A4CE; Sat, 6 Dec 2003 19:14:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F5DA43F3F; Sat, 6 Dec 2003 19:14:35 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73EZXJ012456; Sat, 6 Dec 2003 19:14:35 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73EZeV012455; Sat, 6 Dec 2003 19:14:35 -0800 (PST) (envelope-from pav) Message-Id: <200312070314.hB73EZeV012455@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 6 Dec 2003 19:14:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:14:37 -0000 pav 2003/12/06 19:14:35 PST FreeBSD ports repository Modified files: . modules Log: freefem++ --> ports/math/freefem++ Revision Changes Path 1.8720 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:32:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4563C16A4CE; Sat, 6 Dec 2003 19:32:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CE143FCB; Sat, 6 Dec 2003 19:32:11 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73WBXJ013034; Sat, 6 Dec 2003 19:32:11 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73WBwo013033; Sat, 6 Dec 2003 19:32:11 -0800 (PST) (envelope-from marcus) Message-Id: <200312070332.hB73WBwo013033@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 19:32:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/madplay Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:32:12 -0000 marcus 2003/12/06 19:32:10 PST FreeBSD ports repository Modified files: audio/madplay Makefile pkg-plist Log: Install the madtime app as well. Submitted by: sf Revision Changes Path 1.2 +5 -0 ports/audio/madplay/Makefile 1.2 +1 -0 ports/audio/madplay/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:32:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2C0016A4EF; Sat, 6 Dec 2003 19:32:45 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C76C43FF5; Sat, 6 Dec 2003 19:32:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])hB73WSd2011987; Sat, 6 Dec 2003 22:32:29 -0500 (EST) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hB73Vdu5039095; Sat, 6 Dec 2003 22:31:39 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FUJISHIMA Satsuki In-Reply-To: <86he0de4jt.wl@gray.plala.or.jp> References: <200312070105.hB715c9j087559@repoman.freebsd.org> <86he0de4jt.wl@gray.plala.or.jp> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jHV7wWpzMASCQjC6o+s4" Organization: FreeBSD, Inc. Message-Id: <1070767941.69539.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 06 Dec 2003 22:32:22 -0500 X-Spam-Status: No, hits=-0.8 required=5.0 tests=BAYES_00,SUBJ_HAS_SPACES autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio Makefile ports/audio/madplay Makefile distinfo pkg-descr pkg-plist ports/audio/madplay/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:32:45 -0000 --=-jHV7wWpzMASCQjC6o+s4 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-12-06 at 21:37, FUJISHIMA Satsuki wrote: > please install madtime as it used to be. Done. Sorry I missed that in my testing. Thanks. Joe >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/pcvs/ports/audio/madplay/Makefile,v > retrieving revision 1.1 > diff -u -r1.1 Makefile > --- Makefile 7 Dec 2003 01:05:38 -0000 1.1 > +++ Makefile 7 Dec 2003 02:33:13 -0000 > @@ -24,6 +24,7 @@ > USE_LIBTOOL=3D yes > INSTALLS_SHLIB=3D yes > CONFIGURE_ENV=3D LDFLAGS=3D"-L${LOCALBASE}/lib" > +ALL_TARGET=3D all madtime > =20 > MAN1=3D abxtest.1 madplay.1 > =20 > @@ -35,5 +36,8 @@ > .else > CONFIGURE_ARGS+=3D --without-esd > .endif > + > +post-install: > + ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${PREFIX}/bin > =20 > .include > Index: pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/pcvs/ports/audio/madplay/pkg-plist,v > retrieving revision 1.1 > diff -u -r1.1 pkg-plist > --- pkg-plist 7 Dec 2003 01:05:38 -0000 1.1 > +++ pkg-plist 7 Dec 2003 02:33:13 -0000 > @@ -1,5 +1,6 @@ > bin/abxtest > bin/madplay > +bin/madtime > share/locale/en/LC_MESSAGES/madplay.mo > share/locale/es/LC_MESSAGES/madplay.mo > share/locale/fr/LC_MESSAGES/madplay.mo --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-jHV7wWpzMASCQjC6o+s4 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/0p9Fb2iPiv4Uz4cRAv8CAJ0Watmt1uKRwI1kHioLc2oeimv8WACdHeV/ deN4+rQNMNqdfSvi7swHU1A= =ykFk -----END PGP SIGNATURE----- --=-jHV7wWpzMASCQjC6o+s4-- From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:51:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1724416A4CE; Sat, 6 Dec 2003 19:51:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6170B43FB1; Sat, 6 Dec 2003 19:51:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73pKXJ013788; Sat, 6 Dec 2003 19:51:20 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73pJL7013787; Sat, 6 Dec 2003 19:51:19 -0800 (PST) (envelope-from imp) Message-Id: <200312070351.hB73pJL7013787@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 19:51:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/i386/conf NOTES src/sys/i386/isa loran.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:51:21 -0000 imp 2003/12/06 19:51:19 PST FreeBSD src repository Modified files: sys/conf files.i386 files.pc98 sys/i386/conf NOTES Removed files: sys/i386/isa loran.c Log: First part of the removal of drivers for hardware that isn't relevant or whose drivers haven't even compiled for years. The loran hardware was very unique, and only a few copies of it ever existed. It used the old COMPAT_ISA_DRIVER and when the author was contacted, he indicated that he had no intention of ever updating this driver and it was no longer relevant to the FreeBSD world and can be removed without impact to anybody. Approved by: phk Revision Changes Path 1.458 +0 -1 src/sys/conf/files.i386 1.282 +0 -1 src/sys/conf/files.pc98 1.1109 +0 -4 src/sys/i386/conf/NOTES 1.44 +0 -633 src/sys/i386/isa/loran.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:54:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E309616A4CE; Sat, 6 Dec 2003 19:54:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFFC43FE1; Sat, 6 Dec 2003 19:54:28 -0800 (PST) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73sSXJ013873; Sat, 6 Dec 2003 19:54:28 -0800 (PST) (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73sREe013872; Sat, 6 Dec 2003 19:54:27 -0800 (PST) (envelope-from matusita) Message-Id: <200312070354.hB73sREe013872@repoman.freebsd.org> From: Makoto Matsushita Date: Sat, 6 Dec 2003 19:54:27 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/aswiki pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:54:29 -0000 matusita 2003/12/06 19:54:27 PST FreeBSD ports repository Modified files: www/aswiki pkg-descr Log: English grammer fixes. Submitted by: Kenneth Stailey Revision Changes Path 1.2 +4 -5 ports/www/aswiki/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:56:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E1F616A4CE; Sat, 6 Dec 2003 19:56:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4D2C43FDD; Sat, 6 Dec 2003 19:56:12 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73uCXJ014000; Sat, 6 Dec 2003 19:56:12 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73uCVR013999; Sat, 6 Dec 2003 19:56:12 -0800 (PST) (envelope-from scottl) Message-Id: <200312070356.hB73uCVR013999@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 19:56:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:56:13 -0000 scottl 2003/12/06 19:56:12 PST FreeBSD src repository Modified files: sys/conf newvers.sh Log: HEAD is at 5.2-CURRENT now Revision Changes Path 1.57 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:56:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D096716A4CE; Sat, 6 Dec 2003 19:56:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AA143FD7; Sat, 6 Dec 2003 19:56:55 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73utXJ014061; Sat, 6 Dec 2003 19:56:55 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73usLs014060; Sat, 6 Dec 2003 19:56:54 -0800 (PST) (envelope-from scottl) Message-Id: <200312070356.hB73usLs014060@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 19:56:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:56:56 -0000 scottl 2003/12/06 19:56:54 PST FreeBSD src repository Modified files: sys/sys param.h Log: HEAD __FreeBSD_version is at 502100 Revision Changes Path 1.175 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:57:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFEA16A4CE; Sat, 6 Dec 2003 19:57:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B8B943FDF; Sat, 6 Dec 2003 19:57:35 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73vZXJ014134; Sat, 6 Dec 2003 19:57:35 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73vZ4s014133; Sat, 6 Dec 2003 19:57:35 -0800 (PST) (envelope-from marcus) Message-Id: <200312070357.hB73vZ4s014133@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 19:57:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rhythmbox Makefile distinfo pkg-plist patch-shell_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:57:36 -0000 marcus 2003/12/06 19:57:35 PST FreeBSD ports repository Modified files: audio/rhythmbox Makefile distinfo pkg-plist Added files: audio/rhythmbox/files patch-shell_Makefile.in Removed files: audio/rhythmbox/files patch-lib_rb-tree-dnd.c Log: Update to 0.6.1. Revision Changes Path 1.18 +11 -10 ports/audio/rhythmbox/Makefile 1.7 +1 -1 ports/audio/rhythmbox/distinfo 1.2 +0 -26 ports/audio/rhythmbox/files/patch-lib_rb-tree-dnd.c (dead) 1.1 +10 -0 ports/audio/rhythmbox/files/patch-shell_Makefile.in (new) 1.7 +1 -0 ports/audio/rhythmbox/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:57:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B5A916A4CF; Sat, 6 Dec 2003 19:57:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A073443F3F; Sat, 6 Dec 2003 19:57:41 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73vfXJ014161; Sat, 6 Dec 2003 19:57:41 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73vfgd014160; Sat, 6 Dec 2003 19:57:41 -0800 (PST) (envelope-from scottl) Message-Id: <200312070357.hB73vfgd014160@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 19:57:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:57:42 -0000 scottl 2003/12/06 19:57:41 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/conf newvers.sh Log: RELENG_5_2 is at 5.2-RC now Revision Changes Path 1.56.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:58:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03BA316A4CE; Sat, 6 Dec 2003 19:58:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5650243FBF; Sat, 6 Dec 2003 19:58:44 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73wiXJ014238; Sat, 6 Dec 2003 19:58:44 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73wi49014237; Sat, 6 Dec 2003 19:58:44 -0800 (PST) (envelope-from marcus) Message-Id: <200312070358.hB73wi49014237@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 6 Dec 2003 19:58:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rhythmbox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:58:45 -0000 marcus 2003/12/06 19:58:44 PST FreeBSD ports repository Modified files: audio/rhythmbox Makefile Log: Bump PORTREVISION for those that got 0.6.1 from my CVS repo. Revision Changes Path 1.19 +1 -0 ports/audio/rhythmbox/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:59:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 812D216A4CE; Sat, 6 Dec 2003 19:59:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D87A443FBF; Sat, 6 Dec 2003 19:59:11 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73xBXJ014306; Sat, 6 Dec 2003 19:59:11 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73xB2Y014305; Sat, 6 Dec 2003 19:59:11 -0800 (PST) (envelope-from scottl) Message-Id: <200312070359.hB73xB2Y014305@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 19:59:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:59:12 -0000 scottl 2003/12/06 19:59:11 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/sys param.h Log: RELENG_5_2 is at 502000 Revision Changes Path 1.174.2.1 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:00:07 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD67E16A4CE; Sat, 6 Dec 2003 20:00:07 -0800 (PST) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DF143FB1; Sat, 6 Dec 2003 20:00:04 -0800 (PST) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])hB7402Ms008971; Sun, 7 Dec 2003 13:00:02 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sun, 07 Dec 2003 12:59:26 +0900 (JST) Message-Id: <20031207.125926.78740092.nyan@jp.FreeBSD.org> To: bmah@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200312062314.hB6NEZdP075209@repoman.freebsd.org> References: <200312062314.hB6NEZdP075209@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:00:07 -0000 In article <200312062314.hB6NEZdP075209@repoman.freebsd.org> "Bruce A. Mah" writes: > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > last bits of a.out compiler toolchain are gone, + The last bits of the i386-only, a.out compiler + toolchain have been removed. This paragraph should also be enabled on pc98. --- TAKAHASHI Yoshihiro From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:02:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D56A916A4CE; Sat, 6 Dec 2003 20:02:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D47D443F3F; Sat, 6 Dec 2003 20:02:46 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB742kXJ014513; Sat, 6 Dec 2003 20:02:46 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB742kkm014512; Sat, 6 Dec 2003 20:02:46 -0800 (PST) (envelope-from scottl) Message-Id: <200312070402.hB742kkm014512@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:02:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/gnu/usr.bin/cc Makefile.incsrc/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:02:48 -0000 scottl 2003/12/06 20:02:46 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) gnu/usr.bin/cc Makefile.inc gnu/usr.bin/binutils/gdb Makefile Log: Switch to a label that is appropriate for the release. Submitted by: obrien Revision Changes Path 1.68.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile 1.63.6.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:04:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B7116A4CE; Sat, 6 Dec 2003 20:04:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D561043FBD; Sat, 6 Dec 2003 20:03:59 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB743xXJ015416; Sat, 6 Dec 2003 20:03:59 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB743xDj015415; Sat, 6 Dec 2003 20:03:59 -0800 (PST) (envelope-from scottl) Message-Id: <200312070403.hB743xDj015415@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:03:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/bin/sh Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:04:00 -0000 scottl 2003/12/06 20:03:59 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) bin/sh Makefile Log: Fix up sh(1) for the release. Revision Changes Path 1.40.4.1 +1 -0 src/bin/sh/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:05:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D74A16A4CE; Sat, 6 Dec 2003 20:05:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FBE43FCB; Sat, 6 Dec 2003 20:05:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB745KXJ015544; Sat, 6 Dec 2003 20:05:20 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB745KVd015543; Sat, 6 Dec 2003 20:05:20 -0800 (PST) (envelope-from imp) Message-Id: <200312070405.hB745KVd015543@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 20:05:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 lmc.4 src/sys/conf NOTES files src/sys/dev/lmc if_lmc.c if_lmc_common.c if_lmc_fbsd3.c if_lmc_media.c if_lmcioctl.h if_lmcvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:05:22 -0000 X-List-Received-Date: Sun, 07 Dec 2003 04:05:22 -0000 imp 2003/12/06 20:05:20 PST FreeBSD src repository Modified files: sys/conf NOTES files Removed files: share/man/man4 lmc.4 sys/dev/lmc if_lmc.c if_lmc_common.c if_lmc_fbsd3.c if_lmc_media.c if_lmcioctl.h if_lmcvar.h Log: Continue to remove drivers that don't compile and haven't compiled in a long time: lmc The LAN Media Corp PCI WAN driver based on tulip. This driver hasn't compiled for 3 years since the PCI compat shims were removed, and Lan Media appears to have gone out of business. These cards appear to be rare (a recent search of ebay had no hits). Should someone wish to revive this driver, submitting patches to make it compile plus a testing report will bring it back. Revision Changes Path 1.3 +0 -91 src/share/man/man4/lmc.4 (dead) 1.1190 +0 -1 src/sys/conf/NOTES 1.856 +0 -1 src/sys/conf/files 1.22 +0 -1564 src/sys/dev/lmc/if_lmc.c (dead) 1.6 +0 -272 src/sys/dev/lmc/if_lmc_common.c (dead) 1.7 +0 -286 src/sys/dev/lmc/if_lmc_fbsd3.c (dead) 1.5 +0 -939 src/sys/dev/lmc/if_lmc_media.c (dead) 1.5 +0 -276 src/sys/dev/lmc/if_lmcioctl.h (dead) 1.4 +0 -492 src/sys/dev/lmc/if_lmcvar.h (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:07:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1B316A4CE; Sat, 6 Dec 2003 20:07:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C23643FBD; Sat, 6 Dec 2003 20:07:36 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB747aXJ015676; Sat, 6 Dec 2003 20:07:36 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB747ZeC015675; Sat, 6 Dec 2003 20:07:35 -0800 (PST) (envelope-from sam) Message-Id: <200312070407.hB747ZeC015675@repoman.freebsd.org> From: Sam Leffler Date: Sat, 6 Dec 2003 20:07:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ATHEROS Subject: cvs commit: src/sys/contrib/dev/ath - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:07:37 -0000 sam 2003/12/06 20:07:35 PST FreeBSD src repository src/sys/contrib/dev/ath - Imported sources Update of /home/ncvs/src/sys/contrib/dev/ath In directory repoman.freebsd.org:/tmp/cvs-serv15614 Log Message: Version 0.9.6.3: o relax analog radio hardware revision checking for 5212 cards so newer revs are allowed to attach Status: Vendor Tag: ATHEROS Release Tags: V0_9_6_3 U src/sys/contrib/dev/ath/COPYRIGHT U src/sys/contrib/dev/ath/README U src/sys/contrib/dev/ath/ah.h U src/sys/contrib/dev/ath/ah_desc.h U src/sys/contrib/dev/ath/ah_devid.h U src/sys/contrib/dev/ath/version.h U src/sys/contrib/dev/ath/freebsd/ah_if.m U src/sys/contrib/dev/ath/freebsd/ah_osdep.c U src/sys/contrib/dev/ath/freebsd/ah_osdep.h U src/sys/contrib/dev/ath/freebsd/i386-elf.hal.o.uu U src/sys/contrib/dev/ath/freebsd/opt_ah.h No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:10:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6EE16A4CE; Sat, 6 Dec 2003 20:10:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC4E43FDD; Sat, 6 Dec 2003 20:10:48 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74AlXJ015923; Sat, 6 Dec 2003 20:10:47 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74AlET015922; Sat, 6 Dec 2003 20:10:47 -0800 (PST) (envelope-from scottl) Message-Id: <200312070410.hB74AlET015922@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:10:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/alpha/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/amd64/conf GENERIC src/sys/pc98/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:10:48 -0000 scottl 2003/12/06 20:10:47 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/i386/conf GENERIC sys/alpha/conf GENERIC sys/sparc64/conf GENERIC sys/amd64/conf GENERIC sys/pc98/conf GENERIC Log: Disable WITNESS, INVARIANTS, and DDB for our Tier-1 platforms for the release Revision Changes Path 1.164.2.1 +3 -3 src/sys/alpha/conf/GENERIC 1.399.2.1 +4 -4 src/sys/amd64/conf/GENERIC 1.394.2.1 +4 -4 src/sys/i386/conf/GENERIC 1.239.2.1 +4 -4 src/sys/pc98/conf/GENERIC 1.65.2.1 +4 -4 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:12:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 787A716A4CE; Sat, 6 Dec 2003 20:12:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD0643FDD; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74CkXJ015985; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74CkG7015984; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl) Message-Id: <200312070412.hB74CkG7015984@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:12:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:12:47 -0000 scottl 2003/12/06 20:12:46 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) lib/libc/stdlib malloc.c Log: Remove malloc debugging for the release. Revision Changes Path 1.84.2.1 +2 -2 src/lib/libc/stdlib/malloc.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:16:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5310316A4CF; Sat, 6 Dec 2003 20:16:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEF443FF5; Sat, 6 Dec 2003 20:16:50 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74GoXJ016196; Sat, 6 Dec 2003 20:16:50 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74GnOZ016195; Sat, 6 Dec 2003 20:16:49 -0800 (PST) (envelope-from alc) Message-Id: <200312070416.hB74GnOZ016195@repoman.freebsd.org> From: Alan Cox Date: Sat, 6 Dec 2003 20:16:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:16:54 -0000 alc 2003/12/06 20:16:49 PST FreeBSD src repository Modified files: sys/kern kern_thread.c Log: - Giant is no longer required by vm_thread_new(). Revision Changes Path 1.163 +0 -2 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:18:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA36C16A4CE; Sat, 6 Dec 2003 20:18:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA03943FE3; Sat, 6 Dec 2003 20:18:52 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74IqXJ016515; Sat, 6 Dec 2003 20:18:52 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74IqvM016514; Sat, 6 Dec 2003 20:18:52 -0800 (PST) (envelope-from imp) Message-Id: <200312070418.hB74IqvM016514@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 20:18:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 dgb.4 src/sys/i386/conf NOTES src/sys/pc98/conf NOTES src/sys/conf files.i386 files.pc98 majors options src/sys/dev/dgb dgb.c dgbios.h dgfep.h dgreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:18:53 -0000 imp 2003/12/06 20:18:52 PST FreeBSD src repository Modified files: sys/i386/conf NOTES sys/pc98/conf NOTES sys/conf files.i386 files.pc98 majors options Removed files: share/man/man4/man4.i386 dgb.4 sys/dev/dgb dgb.c dgbios.h dgfep.h dgreg.h Log: The dgb driver is redundant with the digi driver in the tree. It uses lots of old interfaces, and digi now supports all cards that dgb supported. The author of the driver says that this is no longer necessary. Approved by: babkin@ Revision Changes Path 1.21 +0 -384 src/share/man/man4/man4.i386/dgb.4 (dead) 1.459 +0 -1 src/sys/conf/files.i386 1.283 +0 -1 src/sys/conf/files.pc98 1.184 +1 -1 src/sys/conf/majors 1.427 +0 -1 src/sys/conf/options 1.78 +0 -2233 src/sys/dev/dgb/dgb.c (dead) 1.3 +0 -175 src/sys/dev/dgb/dgbios.h (dead) 1.3 +0 -516 src/sys/dev/dgb/dgfep.h (dead) 1.12 +0 -432 src/sys/dev/dgb/dgreg.h (dead) 1.1110 +0 -15 src/sys/i386/conf/NOTES 1.19 +0 -15 src/sys/pc98/conf/NOTES From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:25:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E095E16A4CE; Sat, 6 Dec 2003 20:25:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD1843F3F; Sat, 6 Dec 2003 20:25:21 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74PLXJ016923; Sat, 6 Dec 2003 20:25:21 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74PLBf016922; Sat, 6 Dec 2003 20:25:21 -0800 (PST) (envelope-from scottl) Message-Id: <200312070425.hB74PLBf016922@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:25:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:25:23 -0000 scottl 2003/12/06 20:25:21 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING Log: Update UPDATING for 5.2 Revision Changes Path 1.282.2.1 +3 -13 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:27:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CED516A4CE; Sat, 6 Dec 2003 20:27:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E5343FB1; Sat, 6 Dec 2003 20:27:09 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74R8XJ017057; Sat, 6 Dec 2003 20:27:08 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74R8NP017056; Sat, 6 Dec 2003 20:27:08 -0800 (PST) (envelope-from imp) Message-Id: <200312070427.hB74R8NP017056@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 20:27:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files src/sys/dev/hea eni.c eni.h eni_buffer.c eni_globals.c eni_if.c eni_init.c eni_intr.c eni_receive.c eni_stats.h eni_suni.h eni_transmit.c eni_var.h eni_vcm.c hea_freebsd.c hea_freebsd.h hea_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:27:10 -0000 imp 2003/12/06 20:27:08 PST FreeBSD src repository Modified files: sys/conf NOTES files Removed files: sys/dev/hea eni.c eni.h eni_buffer.c eni_globals.c eni_if.c eni_init.c eni_intr.c eni_receive.c eni_stats.h eni_suni.h eni_transmit.c eni_var.h eni_vcm.c hea_freebsd.c hea_freebsd.h hea_pci.c Log: Now that we have the en(4) driver, we no longer need the hea driver. Approved by: harti@ Revision Changes Path 1.1191 +0 -4 src/sys/conf/NOTES 1.857 +0 -11 src/sys/conf/files 1.24 +0 -697 src/sys/dev/hea/eni.c (dead) 1.11 +0 -504 src/sys/dev/hea/eni.h (dead) 1.18 +0 -475 src/sys/dev/hea/eni_buffer.c (dead) 1.11 +0 -106 src/sys/dev/hea/eni_globals.c (dead) 1.13 +0 -287 src/sys/dev/hea/eni_if.c (dead) 1.9 +0 -152 src/sys/dev/hea/eni_init.c (dead) 1.11 +0 -242 src/sys/dev/hea/eni_intr.c (dead) 1.16 +0 -878 src/sys/dev/hea/eni_receive.c (dead) 1.3 +0 -134 src/sys/dev/hea/eni_stats.h (dead) 1.3 +0 -78 src/sys/dev/hea/eni_suni.h (dead) 1.18 +0 -846 src/sys/dev/hea/eni_transmit.c (dead) 1.5 +0 -85 src/sys/dev/hea/eni_var.h (dead) 1.14 +0 -295 src/sys/dev/hea/eni_vcm.c (dead) 1.8 +0 -427 src/sys/dev/hea/hea_freebsd.c (dead) 1.2 +0 -59 src/sys/dev/hea/hea_freebsd.h (dead) 1.8 +0 -238 src/sys/dev/hea/hea_pci.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:29:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F3716A4CE; Sat, 6 Dec 2003 20:29:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CDE843FBF; Sat, 6 Dec 2003 20:29:36 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74TZXJ017223; Sat, 6 Dec 2003 20:29:35 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74TZaZ017222; Sat, 6 Dec 2003 20:29:35 -0800 (PST) (envelope-from scottl) Message-Id: <200312070429.hB74TZaZ017222@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:29:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:29:37 -0000 scottl 2003/12/06 20:29:35 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) . Makefile.inc1 Log: Point 'make update' at RELENG_5_2 Revision Changes Path 1.397.2.1 +1 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:31:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B940816A4CE; Sat, 6 Dec 2003 20:31:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B53343FBF; Sat, 6 Dec 2003 20:31:50 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74VnXJ017450; Sat, 6 Dec 2003 20:31:49 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74VnG9017449; Sat, 6 Dec 2003 20:31:49 -0800 (PST) (envelope-from obrien) Message-Id: <200312070431.hB74VnG9017449@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 20:31:49 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/conserver-com Makefile ports/comms/conserver-com/files patch-conserver.cf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:31:50 -0000 obrien 2003/12/06 20:31:49 PST FreeBSD ports repository Modified files: comms/conserver-com Makefile Added files: comms/conserver-com/files patch-conserver.cf Log: Make the sample config file correct for FreeBSD. Revision Changes Path 1.18 +1 -0 ports/comms/conserver-com/Makefile 1.1 +16 -0 ports/comms/conserver-com/files/patch-conserver.cf (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:32:51 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AB716A4CE; Sat, 6 Dec 2003 20:32:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CF4A43F93; Sat, 6 Dec 2003 20:32:51 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74WoXJ017509; Sat, 6 Dec 2003 20:32:50 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74WoM0017508; Sat, 6 Dec 2003 20:32:50 -0800 (PST) (envelope-from scottl) Message-Id: <200312070432.hB74WoM0017508@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:32:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:32:52 -0000 scottl 2003/12/06 20:32:50 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) gnu/usr.bin/groff/tmac mdoc.local Log: Update man pages to 5.2 Revision Changes Path 1.32.2.1 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:41:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 350D116A4CE; Sat, 6 Dec 2003 20:41:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5958943F85; Sat, 6 Dec 2003 20:41:12 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74fCXJ018067; Sat, 6 Dec 2003 20:41:12 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74fBTQ018066; Sat, 6 Dec 2003 20:41:11 -0800 (PST) (envelope-from imp) Message-Id: <200312070441.hB74fBTQ018066@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 20:41:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 Makefile meteor.4 src/sys/sys ioctl_meteor.h src/sys/alpha/include ioctl_meteor.h src/sys/i386/include ioctl_meteor.h src/sys/ia64/include... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:41:13 -0000 imp 2003/12/06 20:41:11 PST FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile sys/conf NOTES files majors options Removed files: share/man/man4/man4.i386 meteor.4 sys/sys ioctl_meteor.h sys/alpha/include ioctl_meteor.h sys/i386/include ioctl_meteor.h sys/ia64/include ioctl_meteor.h sys/pci meteor.c meteor_reg.h Log: Remote meteor driver. It hasn't compiled in over 3 years. If someone makes it compile again, and can test it, we can restore the driver to the tree. Revision Changes Path 1.152 +2 -2 src/share/man/man4/man4.i386/Makefile 1.21 +0 -961 src/share/man/man4/man4.i386/meteor.4 (dead) 1.2 +0 -187 src/sys/alpha/include/ioctl_meteor.h (dead) 1.1192 +0 -16 src/sys/conf/NOTES 1.858 +0 -1 src/sys/conf/files 1.185 +1 -1 src/sys/conf/majors 1.428 +0 -7 src/sys/conf/options 1.12 +0 -187 src/sys/i386/include/ioctl_meteor.h (dead) 1.2 +0 -187 src/sys/ia64/include/ioctl_meteor.h (dead) 1.67 +0 -2129 src/sys/pci/meteor.c (dead) 1.7 +0 -246 src/sys/pci/meteor_reg.h (dead) 1.12 +0 -187 src/sys/sys/ioctl_meteor.h (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:48:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E962916A4CE; Sat, 6 Dec 2003 20:48:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5DE43FEA; Sat, 6 Dec 2003 20:48:35 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74mZXJ024061; Sat, 6 Dec 2003 20:48:35 -0800 (PST) (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74mZUA024060; Sat, 6 Dec 2003 20:48:35 -0800 (PST) (envelope-from sf) Message-Id: <200312070448.hB74mZUA024060@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Sat, 6 Dec 2003 20:48:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/wget Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:48:36 -0000 sf 2003/12/06 20:48:35 PST FreeBSD ports repository Modified files: ftp/wget Makefile Log: use local backup for disappeared debian patch. Revision Changes Path 1.69 +2 -1 ports/ftp/wget/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 20:51:06 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DE216A4CE; Sat, 6 Dec 2003 20:51:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC5143FAF; Sat, 6 Dec 2003 20:51:05 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74p5XJ024238; Sat, 6 Dec 2003 20:51:05 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74p4AQ024237; Sat, 6 Dec 2003 20:51:04 -0800 (PST) (envelope-from alc) Message-Id: <200312070451.hB74p4AQ024237@repoman.freebsd.org> From: Alan Cox Date: Sat, 6 Dec 2003 20:51:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include vmparam.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:51:06 -0000 alc 2003/12/06 20:51:04 PST FreeBSD src repository Modified files: sys/amd64/include vmparam.h Log: Increase VM_KMEM_SIZE_MAX from 200MB to 400MB. Discussed with: peter Revision Changes Path 1.44 +1 -1 src/sys/amd64/include/vmparam.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:04:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22CD16A4CE; Sat, 6 Dec 2003 21:04:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE0543F3F; Sat, 6 Dec 2003 21:04:49 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB754nXJ025608; Sat, 6 Dec 2003 21:04:49 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB754n1A025607; Sat, 6 Dec 2003 21:04:49 -0800 (PST) (envelope-from scottl) Message-Id: <200312070504.hB754n1A025607@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 21:04:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_dump.c geom_pc98.c src/sys/fs/udf udf_vnops.c src/sys/sys systm.h src/sys/kern subr_prf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:04:50 -0000 scottl 2003/12/06 21:04:49 PST FreeBSD src repository Modified files: sys/geom geom.h geom_dump.c geom_pc98.c sys/fs/udf udf_vnops.c sys/sys systm.h sys/kern subr_prf.c Log: Re-arrange and consolidate some random debugging stuff Revision Changes Path 1.33 +1 -20 src/sys/fs/udf/udf_vnops.c 1.75 +0 -1 src/sys/geom/geom.h 1.30 +0 -31 src/sys/geom/geom_dump.c 1.44 +1 -1 src/sys/geom/geom_pc98.c 1.108 +53 -0 src/sys/kern/subr_prf.c 1.200 +6 -0 src/sys/sys/systm.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:12:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 330A616A4CE; Sat, 6 Dec 2003 21:12:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0267B43FD7; Sat, 6 Dec 2003 21:12:52 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75CpXJ026167; Sat, 6 Dec 2003 21:12:51 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75CptC026166; Sat, 6 Dec 2003 21:12:51 -0800 (PST) (envelope-from tjr) Message-Id: <200312070512.hB75CptC026166@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 6 Dec 2003 21:12:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio getc.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:12:53 -0000 tjr 2003/12/06 21:12:51 PST FreeBSD src repository Modified files: lib/libc/stdio getc.3 Log: Fix prototype for getchar_unlocked(). Revision Changes Path 1.18 +1 -1 src/lib/libc/stdio/getc.3 From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:16:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9031016A4CE; Sat, 6 Dec 2003 21:16:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD4F943FCB; Sat, 6 Dec 2003 21:16:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75GKXJ026392; Sat, 6 Dec 2003 21:16:20 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75GKnM026391; Sat, 6 Dec 2003 21:16:20 -0800 (PST) (envelope-from obrien) Message-Id: <200312070516.hB75GKnM026391@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 21:16:20 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/nvidia-driver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:16:21 -0000 X-List-Received-Date: Sun, 07 Dec 2003 05:16:21 -0000 obrien 2003/12/06 21:16:20 PST FreeBSD ports repository Modified files: x11/nvidia-driver Makefile Log: Don't falsely tell the kernel that this driver supports the nForce onboard Ethernet's PCI Device ID's. Obtained from: http://www.onthenet.com.au/~q/nvnet/nvidia-agp.diff Revision Changes Path 1.12 +1 -1 ports/x11/nvidia-driver/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:16:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4CEF16A4D8; Sat, 6 Dec 2003 21:16:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B1843FBF; Sat, 6 Dec 2003 21:16:52 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75GqXJ026430; Sat, 6 Dec 2003 21:16:52 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75Gqg5026429; Sat, 6 Dec 2003 21:16:52 -0800 (PST) (envelope-from truckman) Message-Id: <200312070516.hB75Gqg5026429@repoman.freebsd.org> From: Don Lewis Date: Sat, 6 Dec 2003 21:16:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:16:53 -0000 truckman 2003/12/06 21:16:52 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Set fs_ronly to the correct value in ffs_reload() when reloading the file system super block after fsck has repaired the file system. The value of fs_ronly was getting overwritten, which caused ffs_update() to attempt to update inode timestamps even though the file system was still mounted read-only. This fixes the "giving up on N buffers" error that is triggered by running fsck on the root file system and then rebooting without mounting the file system read-write. Revision Changes Path 1.226 +2 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:17:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 437C116A4CE; Sat, 6 Dec 2003 21:17:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E1443FCB; Sat, 6 Dec 2003 21:17:13 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75HDXJ026465; Sat, 6 Dec 2003 21:17:13 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75HDl7026464; Sat, 6 Dec 2003 21:17:13 -0800 (PST) (envelope-from imp) Message-Id: <200312070517.hB75HDl7026464@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 21:17:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sym sym_hipd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:17:14 -0000 imp 2003/12/06 21:17:13 PST FreeBSD src repository Modified files: sys/dev/sym sym_hipd.c Log: unifdef old interface support out to prevent false positives. Suggested by: jeffr, obrien, and others Revision Changes Path 1.47 +0 -524 src/sys/dev/sym/sym_hipd.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:25:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E2716A4CE for ; Sat, 6 Dec 2003 21:25:48 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 6B61D43FCB for ; Sat, 6 Dec 2003 21:25:45 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 56611 invoked by uid 1002); 7 Dec 2003 05:25:45 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 7 Dec 2003 05:25:45 -0000 Message-ID: <3FD2B993.6060808@freebsd.org> Date: Sat, 06 Dec 2003 22:24:35 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Lewis References: <200312070516.hB75Gqg5026429@repoman.freebsd.org> In-Reply-To: <200312070516.hB75Gqg5026429@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:25:48 -0000 Don Lewis wrote: > truckman 2003/12/06 21:16:52 PST > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_vfsops.c > Log: > Set fs_ronly to the correct value in ffs_reload() when reloading the file > system super block after fsck has repaired the file system. The value of > fs_ronly was getting overwritten, which caused ffs_update() to attempt to > update inode timestamps even though the file system was still mounted > read-only. > > This fixes the "giving up on N buffers" error that is triggered by running > fsck on the root file system and then rebooting without mounting the file > system read-write. > > Revision Changes Path > 1.226 +2 -0 src/sys/ufs/ffs/ffs_vfsops.c > Excellent job tracking this down, thanks. Scott From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:27:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A035A16A4CE; Sat, 6 Dec 2003 21:27:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F13DF43F85; Sat, 6 Dec 2003 21:27:27 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75RRXJ026829; Sat, 6 Dec 2003 21:27:27 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75RRD5026828; Sat, 6 Dec 2003 21:27:27 -0800 (PST) (envelope-from truckman) Message-Id: <200312070527.hB75RRD5026828@repoman.freebsd.org> From: Don Lewis Date: Sat, 6 Dec 2003 21:27:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:27:28 -0000 truckman 2003/12/06 21:27:27 PST FreeBSD src repository Modified files: sbin/dumpfs dumpfs.c Log: Reinstate 1.40 -- swap avgfilesize and avgfpdir column order. MFC after: 3 days Revision Changes Path 1.42 +2 -2 src/sbin/dumpfs/dumpfs.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:30:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C391716A4CE; Sat, 6 Dec 2003 21:30:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2338043FE1; Sat, 6 Dec 2003 21:30:36 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75UZXJ027065; Sat, 6 Dec 2003 21:30:35 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75UZPj027064; Sat, 6 Dec 2003 21:30:35 -0800 (PST) (envelope-from adamw) Message-Id: <200312070530.hB75UZPj027064@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 6 Dec 2003 21:30:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-headers Makefile ports/www/mozilla-headers-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:30:36 -0000 adamw 2003/12/06 21:30:35 PST FreeBSD ports repository Modified files: www/mozilla-headers Makefile www/mozilla-headers-devel Makefile Log: If a GTK2 mozilla is specified in WITH_MOZILLA, build the headers in the appropriate mozilla-*-gtk2 directory. While the end package is the same, this has implications at build time. On a clean system, this obviates the introduction of gtk12 and orbit-1 libraries, and allows the GNOME2 desktop to be installed from ports without ever needing GTK+-1.2 libraries. Revision Changes Path 1.17 +12 -2 ports/www/mozilla-headers-devel/Makefile 1.16 +12 -2 ports/www/mozilla-headers/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:34:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B6916A4CE; Sat, 6 Dec 2003 21:34:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA7E43FCB; Sat, 6 Dec 2003 21:34:23 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75YNXJ027571; Sat, 6 Dec 2003 21:34:23 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75YN7d027570; Sat, 6 Dec 2003 21:34:23 -0800 (PST) (envelope-from obrien) Message-Id: <200312070534.hB75YN7d027570@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 21:34:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/nvnet .Makefile.swp Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:34:24 -0000 obrien 2003/12/06 21:34:23 PST FreeBSD ports repository Modified files: net Makefile Added files: net/nvnet .Makefile.swp Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add if_nv(4) -- Ethernet driver for nForce motherboards. Submitted by: Quinton Dolan Obtained from: http://www.onthenet.com.au/~q/nvnet/ Revision Changes Path 1.1143 +1 -0 ports/net/Makefile 1.1 +10 -0 ports/net/nvnet/.Makefile.swp (new) 1.1 +60 -0 ports/net/nvnet/Makefile (new) 1.1 +2 -0 ports/net/nvnet/distinfo (new) 1.1 +7 -0 ports/net/nvnet/pkg-descr (new) 1.1 +7 -0 ports/net/nvnet/pkg-message (new) 1.1 +8 -0 ports/net/nvnet/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:36:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D84F16A4CE; Sat, 6 Dec 2003 21:36:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93D743FCB; Sat, 6 Dec 2003 21:36:36 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75aaXJ027702; Sat, 6 Dec 2003 21:36:36 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75aa2D027701; Sat, 6 Dec 2003 21:36:36 -0800 (PST) (envelope-from obrien) Message-Id: <200312070536.hB75aa2D027701@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 21:36:36 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:36:37 -0000 obrien 2003/12/06 21:36:36 PST FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Quinton Dolan q@onthenet.com.au for his net/nvnet port. Revision Changes Path 1.80 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:49:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2C016A4CE; Sat, 6 Dec 2003 21:49:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA0D43F93; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75nLXJ028146; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75nL9G028145; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp) Message-Id: <200312070549.hB75nL9G028145@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 21:49:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:49:22 -0000 imp 2003/12/06 21:49:21 PST FreeBSD src repository Modified files: sys/net if_var.h Log: Make the if_broadcastaddr const. All the drivers in the tree which violated the constness were corrected before the freeze. This was suggested by mdodd@, I think, and sam@ and others have signed off on this if I recall my conversations with them correctly. Revision Changes Path 1.63 +1 -1 src/sys/net/if_var.h From owner-cvs-all@FreeBSD.ORG Sat Dec 6 21:51:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C39616A4CE; Sat, 6 Dec 2003 21:51:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B885D43FBF; Sat, 6 Dec 2003 21:51:31 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75pVXJ028321; Sat, 6 Dec 2003 21:51:31 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75pVij028320; Sat, 6 Dec 2003 21:51:31 -0800 (PST) (envelope-from obrien) Message-Id: <200312070551.hB75pVij028320@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 21:51:31 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nvnet/files patch-if_nv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:51:32 -0000 obrien 2003/12/06 21:51:31 PST FreeBSD ports repository Added files: net/nvnet/files patch-if_nv.c Log: Handle 5.1-CURRENT after the if_xname change in struct ifnet. Revision Changes Path 1.1 +16 -0 ports/net/nvnet/files/patch-if_nv.c (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:00:01 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD0C16A4CE; Sat, 6 Dec 2003 22:00:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42DD43FE0; Sat, 6 Dec 2003 22:00:00 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB7600XJ028641; Sat, 6 Dec 2003 22:00:00 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB7600kL028640; Sat, 6 Dec 2003 22:00:00 -0800 (PST) (envelope-from tjr) Message-Id: <200312070600.hB7600kL028640@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 6 Dec 2003 22:00:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale Makefile.inc localeconv.3 setlocale.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:00:01 -0000 tjr 2003/12/06 22:00:00 PST FreeBSD src repository Modified files: lib/libc/locale Makefile.inc setlocale.3 Added files: lib/libc/locale localeconv.3 Log: Split the documentation for localeconv() off into a separate manual page. Revision Changes Path 1.52 +2 -2 src/lib/libc/locale/Makefile.inc 1.1 +225 -0 src/lib/libc/locale/localeconv.3 (new) 1.29 +5 -174 src/lib/libc/locale/setlocale.3 From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:04:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5886216A4CE; Sat, 6 Dec 2003 22:04:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C8BB43FE0; Sat, 6 Dec 2003 22:04:10 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB7649XJ029665; Sat, 6 Dec 2003 22:04:09 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB7649pg029664; Sat, 6 Dec 2003 22:04:09 -0800 (PST) (envelope-from obrien) Message-Id: <200312070604.hB7649pg029664@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 22:04:09 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nvnet .Makefile.swp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:04:11 -0000 obrien 2003/12/06 22:04:09 PST FreeBSD ports repository Removed files: net/nvnet .Makefile.swp Log: Grrr... remove vim droppings. Revision Changes Path 1.2 +0 -10 ports/net/nvnet/.Makefile.swp (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:08:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16AAB16A4CE; Sat, 6 Dec 2003 22:08:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 573E343FA3; Sat, 6 Dec 2003 22:08:37 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB768bXJ029944; Sat, 6 Dec 2003 22:08:37 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB768bxH029943; Sat, 6 Dec 2003 22:08:37 -0800 (PST) (envelope-from linimon) Message-Id: <200312070608.hB768bxH029943@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 22:08:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/plp Makefile ports/graphics/dc20pack Makefile ports/net/radiusclient Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:08:38 -0000 linimon 2003/12/06 22:08:37 PST FreeBSD ports repository Modified files: comms/plp Makefile graphics/dc20pack Makefile net/radiusclient Makefile Log: Per redirect response when sending mail to maintainer, update maintainer's email address. Revision Changes Path 1.11 +1 -1 ports/comms/plp/Makefile 1.8 +1 -1 ports/graphics/dc20pack/Makefile 1.15 +1 -1 ports/net/radiusclient/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:16:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A5BB16A4CE; Sat, 6 Dec 2003 22:16:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A07843FDD; Sat, 6 Dec 2003 22:16:24 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76GOXJ030255; Sat, 6 Dec 2003 22:16:24 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76GOwE030254; Sat, 6 Dec 2003 22:16:24 -0800 (PST) (envelope-from linimon) Message-Id: <200312070616.hB76GOwE030254@repoman.freebsd.org> From: Mark Linimon Date: Sat, 6 Dec 2003 22:16:24 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/mwavem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:16:25 -0000 linimon 2003/12/06 22:16:24 PST FreeBSD ports repository Modified files: comms/mwavem Makefile Log: Mark as broken on 5.x. Maintainer's address currently bounces. Revision Changes Path 1.18 +4 -0 ports/comms/mwavem/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:27:25 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B5216A4CE; Sat, 6 Dec 2003 22:27:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC46C43FCB; Sat, 6 Dec 2003 22:27:24 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76ROXJ030567; Sat, 6 Dec 2003 22:27:24 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76ROXI030566; Sat, 6 Dec 2003 22:27:24 -0800 (PST) (envelope-from bmah) Message-Id: <200312070627.hB76ROXI030566@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 22:27:24 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.2R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:27:25 -0000 bmah 2003/12/06 22:27:24 PST FreeBSD doc repository Modified files: en/releases/5.2R schedule.sgml Log: Update for progress: RELENG_5_2 created. Revision Changes Path 1.6 +4 -4 www/en/releases/5.2R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:33:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC0016A4CE; Sat, 6 Dec 2003 22:33:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553E143FE1; Sat, 6 Dec 2003 22:33:53 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76XrXJ030880; Sat, 6 Dec 2003 22:33:53 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76XrOG030879; Sat, 6 Dec 2003 22:33:53 -0800 (PST) (envelope-from tjr) Message-Id: <200312070633.hB76XrOG030879@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 6 Dec 2003 22:33:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale Makefile.inc mblen.3 mbstowcs.3 mbtowc.3 multibyte.3 wcstombs.3 wctomb.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:33:54 -0000 tjr 2003/12/06 22:33:53 PST FreeBSD src repository Modified files: lib/libc/locale Makefile.inc multibyte.3 Added files: lib/libc/locale mblen.3 mbstowcs.3 mbtowc.3 wcstombs.3 wctomb.3 Log: Split multibyte(3) into separate manual pages for each function. Instead of just deleting it, turn the original page into a general overview of the multibyte character conversion functions, somewhat similar to stdio(3). Revision Changes Path 1.53 +4 -5 src/lib/libc/locale/Makefile.inc 1.1 +103 -0 src/lib/libc/locale/mblen.3 (new) 1.1 +88 -0 src/lib/libc/locale/mbstowcs.3 (new) 1.1 +109 -0 src/lib/libc/locale/mbtowc.3 (new) 1.24 +38 -140 src/lib/libc/locale/multibyte.3 1.1 +90 -0 src/lib/libc/locale/wcstombs.3 (new) 1.1 +111 -0 src/lib/libc/locale/wctomb.3 (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:37:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3840F16A4CE; Sat, 6 Dec 2003 22:37:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8479D43FBD; Sat, 6 Dec 2003 22:37:32 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76bWXJ031176; Sat, 6 Dec 2003 22:37:32 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76bWBJ031175; Sat, 6 Dec 2003 22:37:32 -0800 (PST) (envelope-from imp) Message-Id: <200312070637.hB76bWBJ031175@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 22:37:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys ioctl_meteor.h src/sys/alpha/include ioctl_meteor.h src/sys/i386/include ioctl_meteor.h src/sys/ia64/include ioctl_meteor.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:37:33 -0000 imp 2003/12/06 22:37:32 PST FreeBSD src repository Added files: sys/sys ioctl_meteor.h sys/alpha/include ioctl_meteor.h sys/i386/include ioctl_meteor.h sys/ia64/include ioctl_meteor.h Log: Ooops. These are still used by the bktr driver. David O'Brien has plans for dealing, but I'll let him deal. Pointy hat to: imp@ Revision Changes Path 1.3 +187 -0 src/sys/alpha/include/ioctl_meteor.h (new) 1.13 +187 -0 src/sys/i386/include/ioctl_meteor.h (new) 1.3 +187 -0 src/sys/ia64/include/ioctl_meteor.h (new) 1.13 +187 -0 src/sys/sys/ioctl_meteor.h (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:41:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 385EA16A4CE; Sat, 6 Dec 2003 22:41:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C11A43FE3; Sat, 6 Dec 2003 22:41:47 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76flXJ031394; Sat, 6 Dec 2003 22:41:47 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76fljQ031393; Sat, 6 Dec 2003 22:41:47 -0800 (PST) (envelope-from bmah) Message-Id: <200312070641.hB76fljQ031393@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 22:41:47 -0800 (PST) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:41:48 -0000 bmah 2003/12/06 22:41:47 PST FreeBSD doc repository Modified files: en/releng index.sgml Log: Update the state of HEAD (semi-frozen) and RELENG_5_2 (frozen release branch). Revision Changes Path 1.82 +13 -3 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:49:11 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D72616A4CE; Sat, 6 Dec 2003 22:49:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3ECF43FBF; Sat, 6 Dec 2003 22:49:10 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76nAXJ031674; Sat, 6 Dec 2003 22:49:10 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76nA0T031673; Sat, 6 Dec 2003 22:49:10 -0800 (PST) (envelope-from imp) Message-Id: <200312070649.hB76nA0T031673@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 22:49:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:49:11 -0000 imp 2003/12/06 22:49:10 PST FreeBSD src repository Modified files: share/man/man4 Makefile Log: lmc.4 is now gone Revision Changes Path 1.245 +0 -1 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 22:50:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3AE716A4CE; Sat, 6 Dec 2003 22:50:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF2E43FBF; Sat, 6 Dec 2003 22:50:04 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76o4XJ031717; Sat, 6 Dec 2003 22:50:04 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76o43V031716; Sat, 6 Dec 2003 22:50:04 -0800 (PST) (envelope-from deischen) Message-Id: <200312070650.hB76o43V031716@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 6 Dec 2003 22:50:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:50:05 -0000 deischen 2003/12/06 22:50:04 PST FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Don't call em_stop() from the watchdog since it requires the controller mutex to be locked. It is redundant since em_init() is called and this correctly locks the mutex and calls em_stop(). 5.2 release candidate since this can cause a panic if the watchdog expires. Tested by: kuriyama Revision Changes Path 1.36 +0 -1 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Sat Dec 6 23:03:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68D616A4CE; Sat, 6 Dec 2003 23:03:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D33443FA3; Sat, 6 Dec 2003 23:03:08 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB7738XJ033122; Sat, 6 Dec 2003 23:03:08 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB7737vk033121; Sat, 6 Dec 2003 23:03:07 -0800 (PST) (envelope-from imp) Message-Id: <200312070703.hB7737vk033121@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 23:03:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 07:03:08 -0000 imp 2003/12/06 23:03:07 PST FreeBSD src repository Modified files: sys/modules Makefile Log: Remove hea module. Revision Changes Path 1.357 +0 -1 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 6 23:04:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A11116A4CE; Sat, 6 Dec 2003 23:04:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BCF643FEC; Sat, 6 Dec 2003 23:04:39 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB774dXJ033186; Sat, 6 Dec 2003 23:04:39 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB774dkT033185; Sat, 6 Dec 2003 23:04:39 -0800 (PST) (envelope-from imp) Message-Id: <200312070704.hB774dkT033185@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 23:04:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile src/sys/modules/hea Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 07:04:40 -0000 imp 2003/12/06 23:04:39 PST FreeBSD src repository Modified files: sys/modules Makefile Removed files: sys/modules/hea Makefile Log: hea is gone, remove its module Revision Changes Path 1.358 +0 -1 src/sys/modules/Makefile 1.2 +0 -11 src/sys/modules/hea/Makefile (dead)