From owner-cvs-all@FreeBSD.ORG Sun Dec 26 00:13:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DCE16A4CE; Sun, 26 Dec 2004 00:13:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F0643D45; Sun, 26 Dec 2004 00:13:07 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ0D7ll074475; Sun, 26 Dec 2004 00:13:07 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ0D7AF074474; Sun, 26 Dec 2004 00:13:07 GMT (envelope-from jeff) Message-Id: <200412260013.iBQ0D7AF074474@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 00:13:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/sched schedgraph.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, 26 Dec 2004 00:13:07 -0000 jeff 2004-12-26 00:13:07 UTC FreeBSD src repository Added files: tools/sched schedgraph.py Log: - Add 'schedgraph' a scheduler trace visualization tool written with python and tkinter. Schedgraph takes input from files produces by ktrdump -ct when KTR_SCHED is compiled into the kernel. The output represents the states of each thread with colored line segments as well as colored points for non-state scheduler events. Each line segment and point is clickable to obtain extra detail. Revision Changes Path 1.1 +1209 -0 src/tools/sched/schedgraph.py (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 00:13:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C9916A4CF; Sun, 26 Dec 2004 00:13:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1DD43D31; Sun, 26 Dec 2004 00:13:38 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ0Dcxv074547; Sun, 26 Dec 2004 00:13:38 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ0DcJ1074546; Sun, 26 Dec 2004 00:13:38 GMT (envelope-from jeff) Message-Id: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 00:13:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys ktr.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, 26 Dec 2004 00:13:39 -0000 jeff 2004-12-26 00:13:38 UTC FreeBSD src repository Modified files: sys/sys ktr.h Log: - Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py. Revision Changes Path 1.26 +3 -2 src/sys/sys/ktr.h From owner-cvs-all@FreeBSD.ORG Sun Dec 26 00:14:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4441016A4DB; Sun, 26 Dec 2004 00:14:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE8543D2F; Sun, 26 Dec 2004 00:14:22 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ0EMOU074614; Sun, 26 Dec 2004 00:14:22 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ0ELvJ074613; Sun, 26 Dec 2004 00:14:21 GMT (envelope-from jeff) Message-Id: <200412260014.iBQ0ELvJ074613@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 00:14:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_clock.c kern_switch.c kern_synch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 00:14:22 -0000 jeff 2004-12-26 00:14:21 UTC FreeBSD src repository Modified files: sys/kern kern_clock.c kern_switch.c kern_synch.c Log: - Define KTR points for KTR_SCHED. Revision Changes Path 1.174 +2 -0 src/sys/kern/kern_clock.c 1.106 +3 -0 src/sys/kern/kern_switch.c 1.266 +17 -0 src/sys/kern/kern_synch.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 00:15:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4738316A4CE; Sun, 26 Dec 2004 00:15:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F90343D31; Sun, 26 Dec 2004 00:15:34 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ0FYMH074696; Sun, 26 Dec 2004 00:15:34 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ0FYHN074695; Sun, 26 Dec 2004 00:15:34 GMT (envelope-from jeff) Message-Id: <200412260015.iBQ0FYHN074695@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 00:15:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 00:15:34 -0000 jeff 2004-12-26 00:15:33 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Remove earlier KTR_ULE tracepoints. - Define new KTR_SCHED points so that we can graph the operation of the scheduler. Revision Changes Path 1.141 +14 -32 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 00:16:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAE716A4CE; Sun, 26 Dec 2004 00:16:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B230243D46; Sun, 26 Dec 2004 00:16:24 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ0GO6w074783; Sun, 26 Dec 2004 00:16:24 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ0GOJ3074782; Sun, 26 Dec 2004 00:16:24 GMT (envelope-from jeff) Message-Id: <200412260016.iBQ0GOJ3074782@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 00:16:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_4bsd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 00:16:25 -0000 jeff 2004-12-26 00:16:24 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: - Wrap the thread count adjustment in sched_load_add() and sched_load_rem() so that we may place some ktr entries nearby. - Define other KTR_SCHED tracepoints so that we may graph the operation of the scheduler. Revision Changes Path 1.70 +30 -6 src/sys/kern/sched_4bsd.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 00:35:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6119416A4CE; Sun, 26 Dec 2004 00:35:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3639643D2D; Sun, 26 Dec 2004 00:35:13 +0000 (GMT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ0ZDh5075311; Sun, 26 Dec 2004 00:35:13 GMT (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ0ZCCZ075310; Sun, 26 Dec 2004 00:35:12 GMT (envelope-from bmilekic) Message-Id: <200412260035.iBQ0ZCCZ075310@repoman.freebsd.org> From: Bosko Milekic Date: Sun, 26 Dec 2004 00:35:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma.h uma_core.c uma_dbg.c uma_dbg.h uma_int.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, 26 Dec 2004 00:35:13 -0000 bmilekic 2004-12-26 00:35:12 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_dbg.c uma_dbg.h uma_int.h Log: Add my copyright and update Jeff's copyright on UMA source files, as per his request. Discussed with: Jeffrey Roberson Revision Changes Path 1.20 +4 -2 src/sys/vm/uma.h 1.111 +4 -2 src/sys/vm/uma_core.c 1.17 +4 -2 src/sys/vm/uma_dbg.c 1.6 +4 -2 src/sys/vm/uma_dbg.h 1.27 +4 -2 src/sys/vm/uma_int.h From owner-cvs-all@FreeBSD.ORG Sun Dec 26 01:18:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D880A16A4CE; Sun, 26 Dec 2004 01:18:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B174943D1D; Sun, 26 Dec 2004 01:18:49 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ1InpS083189; Sun, 26 Dec 2004 01:18:49 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ1In3R083188; Sun, 26 Dec 2004 01:18:49 GMT (envelope-from jeff) Message-Id: <200412260118.iBQ1In3R083188@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 01:18:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/sched schedgraph.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, 26 Dec 2004 01:18:50 -0000 jeff 2004-12-26 01:18:49 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: - The regexp for the load should have been (/d+), fix this so loads over 9 are properly represented. Revision Changes Path 1.2 +3 -2 src/tools/sched/schedgraph.py From owner-cvs-all@FreeBSD.ORG Sun Dec 26 01:22:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCE016A4CE; Sun, 26 Dec 2004 01:22:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4EF243D41; Sun, 26 Dec 2004 01:22:43 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ1MhY9083378; Sun, 26 Dec 2004 01:22:43 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ1Mh6g083377; Sun, 26 Dec 2004 01:22:43 GMT (envelope-from nork) Message-Id: <200412260122.iBQ1Mh6g083377@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Dec 2004 01:22:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/sqlite2 Makefileports/databases/sqlite3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 01:22:44 -0000 nork 2004-12-26 01:22:43 UTC FreeBSD ports repository Modified files: databases/sqlite2 Makefile databases/sqlite3 Makefile Log: Add dependency on devel/pkgconfig. Pointy hat to: pointyhat via kris Revision Changes Path 1.26 +2 -0 ports/databases/sqlite2/Makefile 1.6 +2 -1 ports/databases/sqlite3/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 02:02:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E5CE16A4CE; Sun, 26 Dec 2004 02:02:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470D443D45; Sun, 26 Dec 2004 02:02:35 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ22ZZO084514; Sun, 26 Dec 2004 02:02:35 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ22YbB084513; Sun, 26 Dec 2004 02:02:34 GMT (envelope-from jeff) Message-Id: <200412260202.iBQ22YbB084513@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 02:02:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/sched schedgraph.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, 26 Dec 2004 02:02:35 -0000 jeff 2004-12-26 02:02:34 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: - Call self.checkstamp() in the cpu load parsing functions in case the timestamp has wrapped. Revision Changes Path 1.3 +4 -0 src/tools/sched/schedgraph.py From owner-cvs-all@FreeBSD.ORG Sun Dec 26 03:25:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ACDE16A4CE; Sun, 26 Dec 2004 03:25:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4312143D46; Sun, 26 Dec 2004 03:25:09 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ3P9eX087127; Sun, 26 Dec 2004 03:25:09 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ3P9NC087126; Sun, 26 Dec 2004 03:25:09 GMT (envelope-from jeff) Message-Id: <200412260325.iBQ3P9NC087126@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 03:25:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/sched schedgraph.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, 26 Dec 2004 03:25:09 -0000 jeff 2004-12-26 03:25:08 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: - For preemption and yield events, we want to skip the next two state events as they are the setrunqueue() and sched_add() calls. Since they happen immediately before the thread is placed on a run queue they would normally dwarf the more informative preemption or yield event and it is implicitly understood that a thread is back on the run queue as part of these events. Revision Changes Path 1.4 +4 -3 src/tools/sched/schedgraph.py From owner-cvs-all@FreeBSD.ORG Sun Dec 26 05:26:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1CA16A4CE; Sun, 26 Dec 2004 05:26:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0922843D39; Sun, 26 Dec 2004 05:26:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ5QWMU097769; Sun, 26 Dec 2004 05:26:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ5QWAx097768; Sun, 26 Dec 2004 05:26:32 GMT (envelope-from marcus) Message-Id: <200412260526.iBQ5QWAx097768@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Dec 2004 05:26:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/py-gnome2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 05:26:33 -0000 marcus 2004-12-26 05:26:32 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gnome2 Makefile distinfo Log: Update to 2.6.2. Revision Changes Path 1.79 +1 -1 ports/x11-toolkits/py-gnome2/Makefile 1.29 +2 -2 ports/x11-toolkits/py-gnome2/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 26 06:47:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EDC716A4CE; Sun, 26 Dec 2004 06:47:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59ED243D2F; Sun, 26 Dec 2004 06:47:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ6laJa000359; Sun, 26 Dec 2004 06:47:36 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ6laFd000358; Sun, 26 Dec 2004 06:47:36 GMT (envelope-from linimon) Message-Id: <200412260647.iBQ6laFd000358@repoman.freebsd.org> From: Mark Linimon Date: Sun, 26 Dec 2004 06:47:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/baudline Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 06:47:36 -0000 linimon 2004-12-26 06:47:35 UTC FreeBSD ports repository Modified files: audio/baudline Makefile Log: Old maintainer has privately asked to be reinstated. Revision Changes Path 1.17 +1 -1 ports/audio/baudline/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:00:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D395516A4CE; Sun, 26 Dec 2004 07:00:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADEAE43D41; Sun, 26 Dec 2004 07:00:10 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ70Amt000718; Sun, 26 Dec 2004 07:00:10 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ70AJS000717; Sun, 26 Dec 2004 07:00:10 GMT (envelope-from jkoshy) Message-Id: <200412260700.iBQ70AJS000717@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 26 Dec 2004 07:00:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/growfs growfs.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:00:11 -0000 jkoshy 2004-12-26 07:00:10 UTC FreeBSD src repository Modified files: sbin/growfs growfs.8 Log: Cross-reference ffsinfo(8). Revision Changes Path 1.23 +1 -0 src/sbin/growfs/growfs.8 From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:05:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C03EA16A4CE; Sun, 26 Dec 2004 07:05:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 995C243D1F; Sun, 26 Dec 2004 07:05:09 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ759MQ000909; Sun, 26 Dec 2004 07:05:09 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ759Sj000908; Sun, 26 Dec 2004 07:05:09 GMT (envelope-from marcus) Message-Id: <200412260705.iBQ759Sj000908@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Dec 2004 07:05:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/shared-mime-info Makefile ports/misc/shared-mime-info/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:05:09 -0000 marcus 2004-12-26 07:05:09 UTC FreeBSD ports repository Modified files: misc/shared-mime-info Makefile Added files: misc/shared-mime-info/files pkg-install.in Log: Make sure update-mime-database is run during package installation as well. Reported by: GNOME Tinderbox Revision Changes Path 1.27 +8 -1 ports/misc/shared-mime-info/Makefile 1.1 +12 -0 ports/misc/shared-mime-info/files/pkg-install.in (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:14:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0818516A4CE; Sun, 26 Dec 2004 07:14:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBA643D1F; Sun, 26 Dec 2004 07:14:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ7Eulp001303; Sun, 26 Dec 2004 07:14:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ7Euro001302; Sun, 26 Dec 2004 07:14:56 GMT (envelope-from imp) Message-Id: <200412260714.iBQ7Euro001302@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Dec 2004 07:14:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:14:57 -0000 imp 2004-12-26 07:14:56 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Minor merges from NetBSD (up through 1.388): Add $NetBSD$ in a comment at the top Update copyright dates Update header comment Add some of the entries not present in FreeBSD's usbdevs file Harmonize some descriptions with NetBSD where NetBSD's were shorter More work needs to happen here, as there's many conflicting vendor names. There's also more harmonization that can happen before that problem is tackled. This was inspired by recent discussions, but none of the patches posted were consulted to produce this commit. Other, similar ones will follow. Revision Changes Path 1.216 +36 -27 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:28:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4457916A4CE; Sun, 26 Dec 2004 07:28:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DC8D43D49; Sun, 26 Dec 2004 07:28:03 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ7S2qS001795; Sun, 26 Dec 2004 07:28:02 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ7S2Jl001791; Sun, 26 Dec 2004 07:28:02 GMT (envelope-from edwin) Message-Id: <200412260728.iBQ7S2Jl001791@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 26 Dec 2004 07:28:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/i855vidctl10 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:28:03 -0000 edwin 2004-12-26 07:28:02 UTC FreeBSD ports repository Modified files: sysutils/i855vidctl10 Makefile Log: if 4.x, then USE_GCC Revision Changes Path 1.3 +7 -1 ports/sysutils/i855vidctl10/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:30:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EF816A4CE; Sun, 26 Dec 2004 07:30:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B3B43D45; Sun, 26 Dec 2004 07:30:36 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ7UaX7001959; Sun, 26 Dec 2004 07:30:36 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ7UaDI001958; Sun, 26 Dec 2004 07:30:36 GMT (envelope-from jeff) Message-Id: <200412260730.iBQ7UaDI001958@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 07:30:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:30:37 -0000 jeff 2004-12-26 07:30:36 UTC FreeBSD src repository Modified files: sys/kern subr_trap.c Log: - Run sched_userret() after thread_userret(). Before, sched_userret() would lower the priority of the returning thread to a user priority before calling into thread_userret() which would call wakeup() which in turn would cause the returning thread to eventually context switch rather than completing its slice. Allowing this thread to complete its slice first yields a 15% performance improvement in super-smack on my dual opteron with 4BSD. Revision Changes Path 1.277 +4 -5 src/sys/kern/subr_trap.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:33:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798A316A4CE; Sun, 26 Dec 2004 07:33:11 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0DC43D49; Sun, 26 Dec 2004 07:33:11 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBQ7XAOx008249; Sun, 26 Dec 2004 02:33:10 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBQ7XA8P008240; Sun, 26 Dec 2004 02:33:10 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sun, 26 Dec 2004 02:33:09 -0500 (EST) From: Jeff Roberson In-Reply-To: <200412260730.iBQ7UaDI001958@repoman.freebsd.org> Message-ID: <20041226023047.R60504@mail.chesapeake.net> References: <200412260730.iBQ7UaDI001958@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:33:11 -0000 This causes a slight slowdown with sched_ule because ule depends on extra context switches to help out the load balancer. I'm in the process of making a slightly more agressive rebalancer at the moment, after which it will be an improvement on ULE as well. Allowing the thread to continue to run even though it is not technically the highest priority thread is acceptable in this case because priority propagation ensures that we are not running when something as important as an interrupt thread is still waiting to run. On Sun, 26 Dec 2004, Jeff Roberson wrote: > jeff 2004-12-26 07:30:36 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_trap.c > Log: > - Run sched_userret() after thread_userret(). Before, sched_userret() would > lower the priority of the returning thread to a user priority before > calling into thread_userret() which would call wakeup() which in turn would > cause the returning thread to eventually context switch rather than > completing its slice. Allowing this thread to complete its slice first > yields a 15% performance improvement in super-smack on my dual opteron with > 4BSD. > > Revision Changes Path > 1.277 +4 -5 src/sys/kern/subr_trap.c > From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:33:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E32B016A4CE; Sun, 26 Dec 2004 07:33:58 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853FB43D4C; Sun, 26 Dec 2004 07:33:58 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBQ7XwOx008444; Sun, 26 Dec 2004 02:33:58 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBQ7Xv5c008440; Sun, 26 Dec 2004 02:33:58 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sun, 26 Dec 2004 02:33:57 -0500 (EST) From: Jeff Roberson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20041226023047.R60504@mail.chesapeake.net> Message-ID: <20041226023340.F60504@mail.chesapeake.net> References: <200412260730.iBQ7UaDI001958@repoman.freebsd.org> <20041226023047.R60504@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:33:59 -0000 I forgot to mention. This change was made possible by observing thread states with schedgraph.py. :-) On Sun, 26 Dec 2004, Jeff Roberson wrote: > This causes a slight slowdown with sched_ule because ule depends on extra > context switches to help out the load balancer. I'm in the process of > making a slightly more agressive rebalancer at the moment, after which it > will be an improvement on ULE as well. Allowing the thread to continue to > run even though it is not technically the highest priority thread is > acceptable in this case because priority propagation ensures that we are > not running when something as important as an interrupt thread is still > waiting to run. > > On Sun, 26 Dec 2004, Jeff Roberson wrote: > > > jeff 2004-12-26 07:30:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_trap.c > > Log: > > - Run sched_userret() after thread_userret(). Before, sched_userret() would > > lower the priority of the returning thread to a user priority before > > calling into thread_userret() which would call wakeup() which in turn would > > cause the returning thread to eventually context switch rather than > > completing its slice. Allowing this thread to complete its slice first > > yields a 15% performance improvement in super-smack on my dual opteron with > > 4BSD. > > > > Revision Changes Path > > 1.277 +4 -5 src/sys/kern/subr_trap.c > > > From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:48:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E372E16A4CE; Sun, 26 Dec 2004 07:48:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAAE43D46; Sun, 26 Dec 2004 07:48:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ7mkHP002520; Sun, 26 Dec 2004 07:48:46 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ7mkSG002519; Sun, 26 Dec 2004 07:48:46 GMT (envelope-from imp) Message-Id: <200412260748.iBQ7mkSG002519@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Dec 2004 07:48:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:48:47 -0000 imp 2004-12-26 07:48:46 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: More minor diff reduction against netbsd: ADVANCELOGIC->AVANCELOGIC (nothing in the tree uses it, so safe to do) sort HAGIWARA vendor entry sort ACTIONTAR vendor entry Minor change to SYSTEMTALKS vendor entry. Revision Changes Path 1.217 +5 -4 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sun Dec 26 07:56:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC77616A4CE; Sun, 26 Dec 2004 07:56:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7FEF43D1D; Sun, 26 Dec 2004 07:56:22 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ7uM7a002777; Sun, 26 Dec 2004 07:56:22 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ7uMJm002776; Sun, 26 Dec 2004 07:56:22 GMT (envelope-from kuriyama) Message-Id: <200412260756.iBQ7uMJm002776@repoman.freebsd.org> From: Jun Kuriyama Date: Sun, 26 Dec 2004 07:56:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/flasm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 07:56:23 -0000 kuriyama 2004-12-26 07:56:22 UTC FreeBSD ports repository Modified files: graphics/flasm Makefile Log: Upgrade to 1.52. PR: ports/72443 Submitted by: Marton Kenyeres Revision Changes Path 1.10 +1 -1 ports/graphics/flasm/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 08:34:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id A9B7216A4CF; Sun, 26 Dec 2004 08:34:48 +0000 (GMT) Date: Sun, 26 Dec 2004 08:34:48 +0000 From: Darren Reed To: Scott Long Message-ID: <20041226083448.GA93350@hub.freebsd.org> References: <200412250048.iBP0mSto090429@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412250048.iBP0mSto090429@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil.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, 26 Dec 2004 08:34:48 -0000 Sorry about breaking HEAD builds, some patches got left behind when I generated diffs and took them across to the freebsd tree :( I'll update things now... btw, is there a ref-current ? ANd/or what does the "JP" imply in the "JPSNAP" builds of 6-LATesT ? Thanks, Darren From owner-cvs-all@FreeBSD.ORG Sun Dec 26 08:59:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9AA716A4CE; Sun, 26 Dec 2004 08:59:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8433D43D46; Sun, 26 Dec 2004 08:59:52 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ8xqmm011326; Sun, 26 Dec 2004 08:59:52 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ8xqmt011325; Sun, 26 Dec 2004 08:59:52 GMT (envelope-from lioux) Message-Id: <200412260859.iBQ8xqmt011325@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Dec 2004 08:59:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 08:59:52 -0000 lioux 2004-12-26 08:59:52 UTC FreeBSD ports repository Modified files: . MOVED Log: Remove multimedia/gstreamer-player because it is no longer maintained by the developers Revision Changes Path 1.599 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Dec 26 09:07:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E0516A4CE; Sun, 26 Dec 2004 09:07:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF9A43D1D; Sun, 26 Dec 2004 09:07:25 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ97PYk011611; Sun, 26 Dec 2004 09:07:25 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ97P96011610; Sun, 26 Dec 2004 09:07:25 GMT (envelope-from krion) Message-Id: <200412260907.iBQ97P96011610@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 09:07:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/ssed 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, 26 Dec 2004 09:07:25 -0000 krion 2004-12-26 09:07:25 UTC FreeBSD ports repository Modified files: editors/ssed Makefile distinfo pkg-descr pkg-plist Log: Update to version 3.61a PR: ports/75393 Submitted by: Ports Fury Revision Changes Path 1.11 +14 -13 ports/editors/ssed/Makefile 1.3 +2 -2 ports/editors/ssed/distinfo 1.3 +7 -7 ports/editors/ssed/pkg-descr 1.3 +27 -5 ports/editors/ssed/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 09:08:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B14016A4CE; Sun, 26 Dec 2004 09:08:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DC243D45; Sun, 26 Dec 2004 09:08:43 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ98hoZ011655; Sun, 26 Dec 2004 09:08:43 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ98hfu011654; Sun, 26 Dec 2004 09:08:43 GMT (envelope-from darrenr) Message-Id: <200412260908.iBQ98hfu011654@repoman.freebsd.org> From: Darren Reed Date: Sun, 26 Dec 2004 09:08:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c ip_fil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 09:08:43 -0000 darrenr 2004-12-26 09:08:43 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet fil.c ip_fil.c Log: * The #ifdef's to cause mutex's for freebsd to be declared were meant to pick up on USE_MUTEX being defined, but this patch * Remove some code that's in a #ifndef FreeBSD that's no longer used. Revision Changes Path 1.42 +2 -16 src/sys/contrib/ipfilter/netinet/fil.c 1.51 +2 -3 src/sys/contrib/ipfilter/netinet/ip_fil.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 09:08:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C13A16A50C; Sun, 26 Dec 2004 09:08:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3552E43D1D; Sun, 26 Dec 2004 09:08:48 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ98mHj011758; Sun, 26 Dec 2004 09:08:48 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ98mri011757; Sun, 26 Dec 2004 09:08:48 GMT (envelope-from lioux) Message-Id: <200412260908.iBQ98mri011757@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Dec 2004 09:08:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/multimedia Makefile ports/multimedia/gstreamer-player Makefile distinfo pkg-descr pkg-plist ports/multimedia/gstreamer-player/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, 26 Dec 2004 09:08:48 -0000 lioux 2004-12-26 09:08:48 UTC FreeBSD ports repository Modified files: . modules multimedia Makefile Removed files: multimedia/gstreamer-player Makefile distinfo pkg-descr pkg-plist multimedia/gstreamer-player/files patch-configure Log: o Remove ports/multimedia/gstreamer-player since it is no longer maintained by the developers o People are advised to try other frontends such as ports/multimedia/totem-gstreamer though this is not an official replacement (just a suggestion) Prompted by: kwm Revision Changes Path 1.11661 +0 -1 CVSROOT/modules 1.101 +0 -1 ports/multimedia/Makefile 1.27 +0 -56 ports/multimedia/gstreamer-player/Makefile (dead) 1.8 +0 -2 ports/multimedia/gstreamer-player/distinfo (dead) 1.6 +0 -12 ports/multimedia/gstreamer-player/files/patch-configure (dead) 1.3 +0 -3 ports/multimedia/gstreamer-player/pkg-descr (dead) 1.9 +0 -48 ports/multimedia/gstreamer-player/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 09:09:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A32016A4CE; Sun, 26 Dec 2004 09:09:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A9E43D2F; Sun, 26 Dec 2004 09:09:29 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQ99TpM011797; Sun, 26 Dec 2004 09:09:29 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQ99TV1011796; Sun, 26 Dec 2004 09:09:29 GMT (envelope-from darrenr) Message-Id: <200412260909.iBQ99TV1011796@repoman.freebsd.org> From: Darren Reed Date: Sun, 26 Dec 2004 09:09:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 09:09:29 -0000 darrenr 2004-12-26 09:09:29 UTC FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_auth.c Log: * Remove some code that's in a #ifndef FreeBSD that's no longer used. Revision Changes Path 1.38 +0 -5 src/sys/contrib/ipfilter/netinet/ip_auth.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:16:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0B416A4CE; Sun, 26 Dec 2004 10:16:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 391C343D49; Sun, 26 Dec 2004 10:16:50 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAGo2k014121; Sun, 26 Dec 2004 10:16:50 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAGo3b014120; Sun, 26 Dec 2004 10:16:50 GMT (envelope-from sem) Message-Id: <200412261016.iBQAGo3b014120@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 26 Dec 2004 10:16:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/libdbi-drivers Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:16:50 -0000 sem 2004-12-26 10:16:49 UTC FreeBSD ports repository Modified files: databases/libdbi-drivers Makefile Log: - Add mSQL dependence. Off by default. Submitted by: maintainer Revision Changes Path 1.7 +9 -8 ports/databases/libdbi-drivers/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:22:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC37816A4CE; Sun, 26 Dec 2004 10:22:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B7D43D1D; Sun, 26 Dec 2004 10:22:58 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAMwhT014367; Sun, 26 Dec 2004 10:22:58 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAMwjg014366; Sun, 26 Dec 2004 10:22:58 GMT (envelope-from thierry) Message-Id: <200412261022.iBQAMwjg014366@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:22:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/horde Makefile distinfo pkg-deinstall pkg-descr pkg-plist ports/www/horde/files httpd.conf.horde patch-po_translation.php patch-scripts_sql_README pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:22:59 -0000 thierry 2004-12-26 10:22:58 UTC FreeBSD ports repository Added files: www/horde Makefile distinfo pkg-deinstall pkg-descr pkg-plist www/horde/files httpd.conf.horde patch-config_conf.xml patch-config_mime_drivers.php.dist patch-po_translation.php patch-scripts_sql_README pkg-message.in Log: Upgrade to 3.0. Horde Version 3 differs from the 2.x releases in many ways, including the following: * Full support for groups and arbitrary permissions. * Completely rewritten, fully RFC-compliant MIME system with many new MIME viewers. * Many i18n improvements, including full charset support for the whole framework. * User customizable portal page. * Theme support. * Global personal categories and category colors. * Access (shortcut) keys. * Dynamically updating tree menu for applications, including Mozilla sidebar support. * XML-based application configuration through a graphical user interface. * Forms creation and validation API. * Template engine. * Crypt API with support for PGP/GPG and S/MIME. * XML-RPC and SOAP server and client, experimental SyncML support. * Improved notification system. * Many new APIs like Compress, Image, PDF, History, iCalendar, SyncML, CLI, Version control, NLS, Timer, and SVG. * and many more... This is a resurrection of the previous www/horde, upgraded from www/horde2. PR: ports/75434 Submitted by: /me Revision Changes Path 1.15 +343 -0 ports/www/horde/Makefile (new) 1.5 +2 -0 ports/www/horde/distinfo (new) 1.1 +57 -0 ports/www/horde/files/httpd.conf.horde (new) 1.1 +20 -0 ports/www/horde/files/patch-config_conf.xml (new) 1.1 +250 -0 ports/www/horde/files/patch-config_mime_drivers.php.dist (new) 1.1 +8 -0 ports/www/horde/files/patch-po_translation.php (new) 1.1 +11 -0 ports/www/horde/files/patch-scripts_sql_README (new) 1.1 +36 -0 ports/www/horde/files/pkg-message.in (new) 1.3 +43 -0 ports/www/horde/pkg-deinstall (new) 1.4 +6 -0 ports/www/horde/pkg-descr (new) 1.3 +1584 -0 ports/www/horde/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:23:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20AD816A4CE; Sun, 26 Dec 2004 10:23:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A4D243D1D; Sun, 26 Dec 2004 10:23:37 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQANanx014492; Sun, 26 Dec 2004 10:23:36 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQANa0F014491; Sun, 26 Dec 2004 10:23:36 GMT (envelope-from thierry) Message-Id: <200412261023.iBQANa0F014491@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:23:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/ingo Makefile distinfo pkg-deinstall pkg-descr pkg-plist ports/mail/ingo/files httpd.conf.ingo pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:23:37 -0000 thierry 2004-12-26 10:23:36 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/ingo Makefile distinfo pkg-deinstall pkg-descr pkg-plist mail/ingo/files httpd.conf.ingo pkg-message.in Log: Add ingo 1.0, horde's email-filter management application. PR: -l Submitted by: Thierry Thomas () Revision Changes Path 1.592 +1 -0 ports/mail/Makefile 1.1 +94 -0 ports/mail/ingo/Makefile (new) 1.1 +2 -0 ports/mail/ingo/distinfo (new) 1.1 +31 -0 ports/mail/ingo/files/httpd.conf.ingo (new) 1.1 +11 -0 ports/mail/ingo/files/pkg-message.in (new) 1.1 +27 -0 ports/mail/ingo/pkg-deinstall (new) 1.1 +7 -0 ports/mail/ingo/pkg-descr (new) 1.1 +156 -0 ports/mail/ingo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:23:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C936016A4CE; Sun, 26 Dec 2004 10:23:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40AC43D41; Sun, 26 Dec 2004 10:23:49 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQANndE014538; Sun, 26 Dec 2004 10:23:49 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQANn6V014537; Sun, 26 Dec 2004 10:23:49 GMT (envelope-from thierry) Message-Id: <200412261023.iBQANn6V014537@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:23:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:23:49 -0000 thierry 2004-12-26 10:23:49 UTC FreeBSD ports repository Modified files: . modules Log: ingo --> ports/mail/ingo Revision Changes Path 1.11662 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:24:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8499D16A4CE; Sun, 26 Dec 2004 10:24:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE7C43D2F; Sun, 26 Dec 2004 10:24:23 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAONa7014613; Sun, 26 Dec 2004 10:24:23 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAONK0014612; Sun, 26 Dec 2004 10:24:23 GMT (envelope-from thierry) Message-Id: <200412261024.iBQAONK0014612@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:24:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/turba Makefile distinfo pkg-message pkg-plist ports/mail/turba/files patch-aa patch-ab patch-ac pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:24:23 -0000 thierry 2004-12-26 10:24:23 UTC FreeBSD ports repository Modified files: mail/turba Makefile distinfo pkg-plist Added files: mail/turba/files pkg-message.in Removed files: mail/turba pkg-message mail/turba/files patch-aa patch-ab patch-ac Log: Upgrade to 2.0. The major changes compared to the Turba 1.x versions are: * Copying and moving of contacts between different address books. * IMSP and Kolab server support. * Access keys. * Allow replacing address books with imports. * Mark certain fields as required. * Allow to group fields into tabs. * Optional delete confirmation. * Composite fields. * Allow search result limits for LDAP backends. Revision Changes Path 1.26 +20 -36 ports/mail/turba/Makefile 1.10 +2 -2 ports/mail/turba/distinfo 1.3 +0 -7 ports/mail/turba/files/patch-aa (dead) 1.6 +0 -48 ports/mail/turba/files/patch-ab (dead) 1.2 +0 -16 ports/mail/turba/files/patch-ac (dead) 1.1 +21 -0 ports/mail/turba/files/pkg-message.in (new) 1.5 +0 -22 ports/mail/turba/pkg-message (dead) 1.12 +49 -79 ports/mail/turba/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:24:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B4E416A4CE; Sun, 26 Dec 2004 10:24:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46E1B43D5A; Sun, 26 Dec 2004 10:24:55 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAOtJL014674; Sun, 26 Dec 2004 10:24:55 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAOtji014673; Sun, 26 Dec 2004 10:24:55 GMT (envelope-from thierry) Message-Id: <200412261024.iBQAOtji014673@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:24:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/mnemo Makefile distinfo pkg-plist pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:24:55 -0000 thierry 2004-12-26 10:24:55 UTC FreeBSD ports repository Modified files: deskutils/mnemo Makefile distinfo pkg-plist deskutils/mnemo/files pkg-message.in Removed files: deskutils/mnemo/files patch-config_conf.php.dist Log: Upgrade to 2.0. The major changes compared to the Mnemo 1.x versions are: * Shared notepads. * vNote support. * Kolab server support. * Access keys. Revision Changes Path 1.7 +14 -25 ports/deskutils/mnemo/Makefile 1.5 +2 -2 ports/deskutils/mnemo/distinfo 1.2 +0 -21 ports/deskutils/mnemo/files/patch-config_conf.php.dist (dead) 1.2 +8 -10 ports/deskutils/mnemo/files/pkg-message.in 1.4 +95 -104 ports/deskutils/mnemo/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:25:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82CDB16A4CE; Sun, 26 Dec 2004 10:25:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C0D443D3F; Sun, 26 Dec 2004 10:25:26 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAPQtr014794; Sun, 26 Dec 2004 10:25:26 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAPQJK014793; Sun, 26 Dec 2004 10:25:26 GMT (envelope-from thierry) Message-Id: <200412261025.iBQAPQJK014793@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:25:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/nag Makefile distinfo pkg-message pkg-plist ports/deskutils/nag/files patch-aa patch-ab pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:25:26 -0000 thierry 2004-12-26 10:25:26 UTC FreeBSD ports repository Modified files: deskutils/nag Makefile distinfo pkg-plist Added files: deskutils/nag/files pkg-message.in Removed files: deskutils/nag pkg-message deskutils/nag/files patch-aa patch-ab Log: Upgrade to 2.0. The major changes compared to the Nag 1.x versions are: * Shared task lists. * Task alarms. * vTodo support. * Tabbed view of all, complete and incomplete tasks. * Kolab server support. * Access keys. Revision Changes Path 1.9 +17 -23 ports/deskutils/nag/Makefile 1.6 +2 -2 ports/deskutils/nag/distinfo 1.2 +0 -8 ports/deskutils/nag/files/patch-aa (dead) 1.2 +0 -21 ports/deskutils/nag/files/patch-ab (dead) 1.1 +19 -0 ports/deskutils/nag/files/pkg-message.in (new) 1.2 +0 -21 ports/deskutils/nag/pkg-message (dead) 1.5 +125 -120 ports/deskutils/nag/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:25:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE94A16A4CE; Sun, 26 Dec 2004 10:25:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A663D43D1F; Sun, 26 Dec 2004 10:25:49 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAPnCj014850; Sun, 26 Dec 2004 10:25:49 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAPnCX014849; Sun, 26 Dec 2004 10:25:49 GMT (envelope-from remko) Message-Id: <200412261025.iBQAPnCX014849@repoman.freebsd.org> From: Remko Lodder Date: Sun, 26 Dec 2004 10:25:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/firewalls Makefile 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, 26 Dec 2004 10:25:50 -0000 remko 2004-12-26 10:25:49 UTC FreeBSD doc repository Added files: nl_NL.ISO8859-1/books/handbook/firewalls Makefile chapter.sgml Log: Import the firewalls chapter into the tree (based on 1.11). It is not yet hooked to the build, since that causes build errors. Obtained from: The FreeBSD Dutch Documentation Project Approved by: simon (mentor) Revision Changes Path 1.1 +15 -0 doc/nl_NL.ISO8859-1/books/handbook/firewalls/Makefile (new) 1.1 +3148 -0 doc/nl_NL.ISO8859-1/books/handbook/firewalls/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:26:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E30316A4CE; Sun, 26 Dec 2004 10:26:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4217543D49; Sun, 26 Dec 2004 10:26:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAQFSA014921; Sun, 26 Dec 2004 10:26:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAQFik014920; Sun, 26 Dec 2004 10:26:15 GMT (envelope-from thierry) Message-Id: <200412261026.iBQAQFik014920@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:26:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/imp Makefile distinfo pkg-deinstall pkg-descr pkg-plist ports/mail/imp/files httpd.conf.imp patch-ab patch-ac patch-config::conf.xml pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:26:15 -0000 thierry 2004-12-26 10:26:15 UTC FreeBSD ports repository Added files: mail/imp Makefile distinfo pkg-deinstall pkg-descr pkg-plist mail/imp/files httpd.conf.imp patch-ab patch-ac patch-config::conf.xml pkg-message.in Log: Upgrade to 4.0. The major changes compared to the IMP 3.x versions are: * Much improved message format support through Horde's rewritten MIME system. * Many, many additional and improved mime viewers for attachments. * Encrypting, signing, decrypting and verifying of signed and encrypted messages (PGP/GPG and S/MIME). * Message filters moved to a separate application (Ingo) to support more filter backends and a more robust/comprehensive/easy-to-use UI. * Full charset support in folders, mailbox, message and compose views. * Mail folders in the left menu. * Experimental support for virtual folders. * Preview of attachments in compose view. * Send attachments as links. * Option to not save attachments with sent mail. * Navigation through message and mailbox views with arrow keys. * View all messages of a thread. * HTML message composition with a cross-browser WYSIWIG editor. * Fetching mails from other email accounts to view with IMP. * Message previews in mailbox view. * Prevent message loss during compositon due to session timeouts. * Management of shared IMAP folders. * Priority settings for composed messages. * User management for supported IMAP servers. * Integrated quota support. * Support for mailing list headers. * Ability to forward multiple messages at once. * Downloading of all attachments from a message as a single ZIP file. * Stripping individual attachments from messages. * Alias and "tied to" addresses in user identities. * Authentication with Horde credentials. * Graphical emoticons and country flags in message view. * Various caching improvements to drastically minimize duplicate IMAP server->web server traffic. This is a resurrection of the previous mail/imp, upgraded from mail/imp3. PR: ports/75434 Submitted by: /me Revision Changes Path 1.18 +247 -0 ports/mail/imp/Makefile (new) 1.5 +2 -0 ports/mail/imp/distinfo (new) 1.1 +31 -0 ports/mail/imp/files/httpd.conf.imp (new) 1.1 +33 -0 ports/mail/imp/files/patch-ab (new) 1.1 +11 -0 ports/mail/imp/files/patch-ac (new) 1.1 +25 -0 ports/mail/imp/files/patch-config::conf.xml (new) 1.1 +25 -0 ports/mail/imp/files/pkg-message.in (new) 1.3 +27 -0 ports/mail/imp/pkg-deinstall (new) 1.5 +4 -0 ports/mail/imp/pkg-descr (new) 1.5 +487 -0 ports/mail/imp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:26:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C6416A4CE; Sun, 26 Dec 2004 10:26:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED58743D2F; Sun, 26 Dec 2004 10:26:38 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAQcFU014992; Sun, 26 Dec 2004 10:26:38 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAQcvL014991; Sun, 26 Dec 2004 10:26:38 GMT (envelope-from thierry) Message-Id: <200412261026.iBQAQcvL014991@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:26:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/kronolith Makefile distinfo pkg-descr pkg-message pkg-plist ports/deskutils/kronolith/files patch-aa patch-config::conf.xml pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:26:39 -0000 thierry 2004-12-26 10:26:38 UTC FreeBSD ports repository Modified files: deskutils/kronolith Makefile distinfo pkg-descr pkg-plist Added files: deskutils/kronolith/files patch-config::conf.xml pkg-message.in Removed files: deskutils/kronolith pkg-message deskutils/kronolith/files patch-aa Log: Upgrade to 2.0. The major changes compared to the Kronolith 1.x versions are: * Shared calendars. * Meeting management through iCalendar and iTip messages. * Event reminders through email. * iCalendar import and export. * Generation of free/busy information. * Remote calendars. * Kolab server support. * Search capability. * Access keys. Revision Changes Path 1.18 +41 -35 ports/deskutils/kronolith/Makefile 1.9 +2 -2 ports/deskutils/kronolith/distinfo 1.4 +0 -24 ports/deskutils/kronolith/files/patch-aa (dead) 1.1 +14 -0 ports/deskutils/kronolith/files/patch-config::conf.xml (new) 1.1 +29 -0 ports/deskutils/kronolith/files/pkg-message.in (new) 1.2 +2 -6 ports/deskutils/kronolith/pkg-descr 1.4 +0 -22 ports/deskutils/kronolith/pkg-message (dead) 1.9 +170 -119 ports/deskutils/kronolith/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:26:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FA416A4CE; Sun, 26 Dec 2004 10:26:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C0243D2D; Sun, 26 Dec 2004 10:26:55 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAQtlW015055; Sun, 26 Dec 2004 10:26:55 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAQtfw015054; Sun, 26 Dec 2004 10:26:55 GMT (envelope-from thierry) Message-Id: <200412261026.iBQAQtfw015054@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:26:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/chora Makefile distinfo pkg-plist patch-config::sourceroots.php.dist pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:26:55 -0000 thierry 2004-12-26 10:26:55 UTC FreeBSD ports repository Modified files: devel/chora Makefile distinfo pkg-plist devel/chora/files pkg-message.in Added files: devel/chora/files patch-config::sourceroots.php.dist Removed files: devel/chora/files patch-aa Log: Upgrade to 2.0. The major changes compared to the Chora 1.x versions are: * Subversion support * Patchset information * Cvsgraph integration * Simple commit statistics * Access keys. * mod_rewrite support for prettier URLs. Revision Changes Path 1.13 +52 -42 ports/devel/chora/Makefile 1.7 +2 -2 ports/devel/chora/distinfo 1.3 +0 -32 ports/devel/chora/files/patch-aa (dead) 1.1 +45 -0 ports/devel/chora/files/patch-config::sourceroots.php.dist (new) 1.2 +3 -5 ports/devel/chora/files/pkg-message.in 1.9 +72 -88 ports/devel/chora/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:27:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A34516A4CE; Sun, 26 Dec 2004 10:27:11 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF3F43D31; Sun, 26 Dec 2004 10:27:10 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBQARAOx045293; Sun, 26 Dec 2004 05:27:10 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBQAR9Ke045288; Sun, 26 Dec 2004 05:27:09 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sun, 26 Dec 2004 05:27:09 -0500 (EST) From: Jeff Roberson To: Stefan Farfeleder In-Reply-To: <20041225141749.GA585@wombat.fafoe.narf.at> Message-ID: <20041226052646.L60504@mail.chesapeake.net> References: <200412120227.iBC2RUNt005869@repoman.freebsd.org> <20041225141749.GA585@wombat.fafoe.narf.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:27:11 -0000 On Sat, 25 Dec 2004, Stefan Farfeleder wrote: > On Sun, Dec 12, 2004 at 02:27:30AM +0000, Julian Elischer wrote: > > julian 2004-12-12 02:27:30 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb ugen.c > > Log: > > Changes to cache endpoint descriptors for all the interfaces. this information > > is not always available if we change interfaces. > > This causes a null pointer dereference in idestroy_dev() if I try to > get pictures from my camera with gphoto. I think it is due to both > ugen_do_ioctl() and ugen_set_config() calling ugen_destroy_devnodes(). > Here's a fix which works for me. Thanks for tracking thsi down. I was having the same problem but I was too busy to find it. Julian, can you test and commit this please? > > Stefan > From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:27:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE87A16A4CF; Sun, 26 Dec 2004 10:27:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0D543D2F; Sun, 26 Dec 2004 10:27:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQARGaT015094; Sun, 26 Dec 2004 10:27:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQARGWr015093; Sun, 26 Dec 2004 10:27:16 GMT (envelope-from thierry) Message-Id: <200412261027.iBQARGWr015093@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:27:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/horde-passwd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:27:17 -0000 thierry 2004-12-26 10:27:16 UTC FreeBSD ports repository Modified files: www/horde-passwd Makefile Log: Chase Horde's moving. Revision Changes Path 1.2 +1 -1 ports/www/horde-passwd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:27:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CAC116A4CE; Sun, 26 Dec 2004 10:27:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A9143D53; Sun, 26 Dec 2004 10:27:35 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQARZnD015132; Sun, 26 Dec 2004 10:27:35 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQARZua015131; Sun, 26 Dec 2004 10:27:35 GMT (envelope-from thierry) Message-Id: <200412261027.iBQARZua015131@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:27:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/nic Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:27:35 -0000 thierry 2004-12-26 10:27:35 UTC FreeBSD ports repository Modified files: net/nic Makefile Log: Mark BROKEN and chase Horde's moving. Revision Changes Path 1.5 +4 -2 ports/net/nic/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:31:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 578C116A4CE; Sun, 26 Dec 2004 10:31:20 +0000 (GMT) Received: from mail.elvandar.org (redqueen.elvandar.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id D87EE43D2F; Sun, 26 Dec 2004 10:31:19 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from localhost (localhost [127.0.0.1]) by mail.elvandar.org (Postfix) with ESMTP id F3078295458; Sun, 26 Dec 2004 11:31:18 +0100 (CET) Received: from mail.elvandar.org ([127.0.0.1]) by localhost (redqueen.elvandar.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27467-18; Sun, 26 Dec 2004 11:31:18 +0100 (CET) Message-ID: <41CE92F5.50705@elvandar.org> Date: Sun, 26 Dec 2004 11:31:17 +0100 From: Remko Lodder User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Remko Lodder References: <200412261025.iBQAPnCX014849@repoman.freebsd.org> In-Reply-To: <200412261025.iBQAPnCX014849@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at elvandar.org cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/firewallsMakefile 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, 26 Dec 2004 10:31:20 -0000 Remko Lodder wrote: > remko 2004-12-26 10:25:49 UTC > > FreeBSD doc repository > > Added files: > nl_NL.ISO8859-1/books/handbook/firewalls Makefile chapter.sgml > Log: > Import the firewalls chapter into the tree (based on 1.11). > It is not yet hooked to the build, since that causes build errors. > > Obtained from: The FreeBSD Dutch Documentation Project > Approved by: simon (mentor) > > Revision Changes Path > 1.1 +15 -0 doc/nl_NL.ISO8859-1/books/handbook/firewalls/Makefile (new) > 1.1 +3148 -0 doc/nl_NL.ISO8859-1/books/handbook/firewalls/chapter.sgml (new) These 'errors' are here since the security chapter was not updated yet. We need to do so in another commit. But since it won't hurt to import work already done (And no hooks to it). It can live inside the tree. -- Kind regards, Remko Lodder From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:33:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38CC016A4CE; Sun, 26 Dec 2004 10:33:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED6D543D31; Sun, 26 Dec 2004 10:33:22 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAXMIu015525; Sun, 26 Dec 2004 10:33:22 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAXMOH015524; Sun, 26 Dec 2004 10:33:22 GMT (envelope-from thierry) Message-Id: <200412261033.iBQAXMOH015524@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:33:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/www Makefile ports/mail Makefile ports/www/horde2 Makefile distinfo pkg-deinstall pkg-descr pkg-message pkg-plist ports/www/horde2/files httpd.conf.horde patch-aa patch-ab patch-ac patch-mime_drivers.php.dist ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:33:23 -0000 thierry 2004-12-26 10:33:22 UTC FreeBSD ports repository Modified files: . MOVED www Makefile mail Makefile Removed files: www/horde2 Makefile distinfo pkg-deinstall pkg-descr pkg-message pkg-plist www/horde2/files httpd.conf.horde patch-aa patch-ab patch-ac patch-mime_drivers.php.dist patch-po_translation.php patch-scripts_db_README mail/imp3 Makefile distinfo pkg-deinstall pkg-descr pkg-message pkg-plist mail/imp3/files httpd.conf.imp patch-ab patch-ac Log: Remove www/horde2 & mail/imp3 and resurrect www/horde & mail/imp. PR: ports/75434 Submitted by: /me. Revision Changes Path 1.600 +3 -1 ports/MOVED 1.593 +1 -1 ports/mail/Makefile 1.36 +0 -323 ports/mail/imp3/Makefile (dead) 1.12 +0 -2 ports/mail/imp3/distinfo (dead) 1.4 +0 -31 ports/mail/imp3/files/httpd.conf.imp (dead) 1.5 +0 -35 ports/mail/imp3/files/patch-ab (dead) 1.2 +0 -11 ports/mail/imp3/files/patch-ac (dead) 1.2 +0 -27 ports/mail/imp3/pkg-deinstall (dead) 1.4 +0 -13 ports/mail/imp3/pkg-descr (dead) 1.4 +0 -22 ports/mail/imp3/pkg-message (dead) 1.11 +0 -405 ports/mail/imp3/pkg-plist (dead) 1.1020 +1 -1 ports/www/Makefile 1.43 +0 -208 ports/www/horde2/Makefile (dead) 1.15 +0 -2 ports/www/horde2/distinfo (dead) 1.3 +0 -52 ports/www/horde2/files/httpd.conf.horde (dead) 1.2 +0 -68 ports/www/horde2/files/patch-aa (dead) 1.9 +0 -58 ports/www/horde2/files/patch-ab (dead) 1.8 +0 -228 ports/www/horde2/files/patch-ac (dead) 1.6 +0 -180 ports/www/horde2/files/patch-mime_drivers.php.dist (dead) 1.2 +0 -8 ports/www/horde2/files/patch-po_translation.php (dead) 1.2 +0 -11 ports/www/horde2/files/patch-scripts_db_README (dead) 1.6 +0 -37 ports/www/horde2/pkg-deinstall (dead) 1.7 +0 -7 ports/www/horde2/pkg-descr (dead) 1.5 +0 -33 ports/www/horde2/pkg-message (dead) 1.16 +0 -456 ports/www/horde2/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:35:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB86816A4CE; Sun, 26 Dec 2004 10:35:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A664143D46; Sun, 26 Dec 2004 10:35:55 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAZtSv015662; Sun, 26 Dec 2004 10:35:55 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAZttC015661; Sun, 26 Dec 2004 10:35:55 GMT (envelope-from thierry) Message-Id: <200412261035.iBQAZttC015661@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:35:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:35:56 -0000 thierry 2004-12-26 10:35:55 UTC FreeBSD ports repository Modified files: . modules Log: Move www/horde2 to www/horde and mail/imp3 to mail/imp. PR: ports/75434. Revision Changes Path 1.11663 +2 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:36:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1943216A4CE; Sun, 26 Dec 2004 10:36:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE3B343D2D; Sun, 26 Dec 2004 10:36:52 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAaqMK015753; Sun, 26 Dec 2004 10:36:52 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAaqRd015752; Sun, 26 Dec 2004 10:36:52 GMT (envelope-from lioux) Message-Id: <200412261036.iBQAaqRd015752@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Dec 2004 10:36:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns Makefile ports/dns/py-dnspython 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, 26 Dec 2004 10:36:53 -0000 lioux 2004-12-26 10:36:52 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/py-dnspython Makefile distinfo pkg-descr pkg-plist Log: New port py-dnspython version 1.3.2: A DNS toolkit for Python Revision Changes Path 1.38 +1 -0 ports/dns/Makefile 1.1 +47 -0 ports/dns/py-dnspython/Makefile (new) 1.1 +2 -0 ports/dns/py-dnspython/distinfo (new) 1.1 +15 -0 ports/dns/py-dnspython/pkg-descr (new) 1.1 +222 -0 ports/dns/py-dnspython/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:37:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0457916A4CE; Sun, 26 Dec 2004 10:37:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D290443D5A; Sun, 26 Dec 2004 10:37:08 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAb8CR015813; Sun, 26 Dec 2004 10:37:08 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAb8IU015812; Sun, 26 Dec 2004 10:37:08 GMT (envelope-from lioux) Message-Id: <200412261037.iBQAb8IU015812@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Dec 2004 10:37:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:37:09 -0000 lioux 2004-12-26 10:37:08 UTC FreeBSD ports repository Modified files: . modules Log: py-dnspython --> ports/dns/py-dnspython Revision Changes Path 1.11664 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:47:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 013D116A4CE; Sun, 26 Dec 2004 10:47:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D14EF43D1F; Sun, 26 Dec 2004 10:47:24 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAlO5u016222; Sun, 26 Dec 2004 10:47:24 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAlOv8016221; Sun, 26 Dec 2004 10:47:24 GMT (envelope-from thierry) Message-Id: <200412261047.iBQAlOv8016221@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:47:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports 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, 26 Dec 2004 10:47:25 -0000 thierry 2004-12-26 10:47:24 UTC FreeBSD ports repository Modified files: . UPDATING Log: Alert about the upgrade process of Horde's application. Revision Changes Path 1.123 +19 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:48:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FD816A4CE; Sun, 26 Dec 2004 10:48:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA45D43D49; Sun, 26 Dec 2004 10:48:12 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAmC03016280; Sun, 26 Dec 2004 10:48:12 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAmC9C016279; Sun, 26 Dec 2004 10:48:12 GMT (envelope-from lioux) Message-Id: <200412261048.iBQAmC9C016279@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Dec 2004 10:48:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-bittorrent-devel Makefile ports/net/py-bittorrent-devel/files patch-BitTorrent::defaultargs.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, 26 Dec 2004 10:48:13 -0000 lioux 2004-12-26 10:48:12 UTC FreeBSD ports repository Modified files: net/py-bittorrent-devel Makefile Added files: net/py-bittorrent-devel/files patch-BitTorrent::defaultargs.py Log: o Add dependency on dns/py-dnspython which enable a notification when there is a newer version of BitTorrent available o Style fix: Remove a extraneous trailing space in Makefile o Change default from disabled to enabled for BitTorrent option --enable_bad_libc_workaround: 'enable workaround for a bug in BSD libc that makes file reads very slow.' This has been verified to be true; the behavior, not the reason o Bump PORTREVISION Revision Changes Path 1.20 +4 -1 ports/net/py-bittorrent-devel/Makefile 1.1 +11 -0 ports/net/py-bittorrent-devel/files/patch-BitTorrent::defaultargs.py (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 10:55:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A42616A4CE; Sun, 26 Dec 2004 10:55:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7504543D46; Sun, 26 Dec 2004 10:55:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAtFwB016543; Sun, 26 Dec 2004 10:55:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAtFFO016542; Sun, 26 Dec 2004 10:55:15 GMT (envelope-from thierry) Message-Id: <200412261055.iBQAtFFO016542@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:55:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/www Makefile ports/www/horde-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: Sun, 26 Dec 2004 10:55:15 -0000 thierry 2004-12-26 10:55:14 UTC FreeBSD ports repository Modified files: . modules www Makefile Added files: www/horde-php5 Makefile Log: Add a slave port to install the Horde framework with PHP5. Revision Changes Path 1.11665 +1 -0 CVSROOT/modules 1.1021 +1 -0 ports/www/Makefile 1.1 +13 -0 ports/www/horde-php5/Makefile (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 11:04:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3922D16A4CE; Sun, 26 Dec 2004 11:04:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1523A43D39; Sun, 26 Dec 2004 11:04:01 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQB40Yn016850; Sun, 26 Dec 2004 11:04:00 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQB40HV016849; Sun, 26 Dec 2004 11:04:00 GMT (envelope-from erwin) Message-Id: <200412261104.iBQB40HV016849@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 26 Dec 2004 11:04:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 11:04:01 -0000 erwin 2004-12-26 11:04:00 UTC FreeBSD ports repository Modified files: . modules Log: ruby-musicbrainz --> ports/audio/ruby-musicbrainz Revision Changes Path 1.11666 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 26 11:30:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD61E16A4CE; Sun, 26 Dec 2004 11:30:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C123543D1F; Sun, 26 Dec 2004 11:30:31 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQBUVC4017984; Sun, 26 Dec 2004 11:30:31 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQBUVi5017981; Sun, 26 Dec 2004 11:30:31 GMT (envelope-from nork) Message-Id: <200412261130.iBQBUVi5017981@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Dec 2004 11:30:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese Makefile ports/japanese/eb Makefile distinfo pkg-plist ports/japanese/eb/files patch-configure ports/japanese/eblook Makefile ports/japanese/ebnetd Makefile ports/japanese/ebview ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 11:30:32 -0000 nork 2004-12-26 11:30:31 UTC FreeBSD ports repository Modified files: japanese Makefile japanese/eb Makefile distinfo pkg-plist japanese/eblook Makefile japanese/ebnetd Makefile japanese/ebview Makefile japanese/ebview-gtk2 Makefile japanese/ruby-eb Makefile Added files: japanese/eb/files patch-po-eb::Makefile.in patch-po-ebutils::Makefile.in Removed files: japanese/eb/files patch-configure Log: Update to 4.1.1. o Repocopy japanese/eb -> japanese/eb3 for safe keeping. o Chase eb library version bump. o Connect japanese/eb3 to japanese/Makefile PR: ports/74133 Submitted by: KIMURA Yasuhiro Requested by: Motoyuki Kasahara (author) Repocopied by: portmgr(marcus) Revision Changes Path 1.565 +1 -0 ports/japanese/Makefile 1.45 +5 -4 ports/japanese/eb/Makefile 1.25 +2 -2 ports/japanese/eb/distinfo 1.2 +0 -10 ports/japanese/eb/files/patch-configure (dead) 1.1 +11 -0 ports/japanese/eb/files/patch-po-eb::Makefile.in (new) 1.1 +11 -0 ports/japanese/eb/files/patch-po-ebutils::Makefile.in (new) 1.15 +351 -326 ports/japanese/eb/pkg-plist 1.15 +2 -1 ports/japanese/eblook/Makefile 1.33 +2 -1 ports/japanese/ebnetd/Makefile 1.29 +2 -2 ports/japanese/ebview-gtk2/Makefile 1.20 +2 -2 ports/japanese/ebview/Makefile 1.17 +2 -1 ports/japanese/ruby-eb/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 11:32:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C136B16A4CE; Sun, 26 Dec 2004 11:32:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF8743D39; Sun, 26 Dec 2004 11:32:23 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQBWNHN018144; Sun, 26 Dec 2004 11:32:23 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQBWNVq018143; Sun, 26 Dec 2004 11:32:23 GMT (envelope-from nork) Message-Id: <200412261132.iBQBWNVq018143@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Dec 2004 11:32:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 11:32:23 -0000 nork 2004-12-26 11:32:23 UTC FreeBSD ports repository Modified files: . modules Log: ja-eb3 --> ports/japanese/eb3 Revision Changes Path 1.11667 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 26 11:34:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E5716A4CE; Sun, 26 Dec 2004 11:34:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4DF43D41; Sun, 26 Dec 2004 11:34:07 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQBY7fO018265; Sun, 26 Dec 2004 11:34:07 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQBY7SW018264; Sun, 26 Dec 2004 11:34:07 GMT (envelope-from lth) Message-Id: <200412261134.iBQBY7SW018264@repoman.freebsd.org> From: Lars Thegler Date: Sun, 26 Dec 2004 11:34:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Filesys-Virtual Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 11:34:07 -0000 lth 2004-12-26 11:34:07 UTC FreeBSD ports repository Modified files: devel/p5-Filesys-Virtual Makefile Log: Removed patch residue reported by: pointyhat via kris Revision Changes Path 1.3 +7 -2 ports/devel/p5-Filesys-Virtual/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 11:36:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E3B16A4CE; Sun, 26 Dec 2004 11:36:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E3943D48; Sun, 26 Dec 2004 11:36:08 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQBa862018485; Sun, 26 Dec 2004 11:36:08 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQBa8ii018484; Sun, 26 Dec 2004 11:36:08 GMT (envelope-from nork) Message-Id: <200412261136.iBQBa8ii018484@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Dec 2004 11:36:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/lookup Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 11:36:09 -0000 nork 2004-12-26 11:36:08 UTC FreeBSD ports repository Modified files: japanese/lookup Makefile Log: o Remove dependency on japanese/eblook. o Bump PORTREVISION. PR: ports/74707 Submitted by: KIMURA Yasuhiro Revision Changes Path 1.24 +1 -2 ports/japanese/lookup/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 11:42:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA8D16A4CE; Sun, 26 Dec 2004 11:42:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B2743D41; Sun, 26 Dec 2004 11:42:17 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQBgHOr018911; Sun, 26 Dec 2004 11:42:17 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQBgHhK018910; Sun, 26 Dec 2004 11:42:17 GMT (envelope-from nork) Message-Id: <200412261142.iBQBgHhK018910@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Dec 2004 11:42:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/mozilla-jlp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 11:42:18 -0000 nork 2004-12-26 11:42:17 UTC FreeBSD ports repository Modified files: japanese/mozilla-jlp Makefile distinfo Log: Update to 1.7.5. PR: ports/75470 Submitted by: Fortune (maintainer) Revision Changes Path 1.62 +4 -4 ports/japanese/mozilla-jlp/Makefile 1.43 +2 -2 ports/japanese/mozilla-jlp/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 26 11:50:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D09716A4CE; Sun, 26 Dec 2004 11:50:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5896C43D2D; Sun, 26 Dec 2004 11:50:11 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQBoBUk019135; Sun, 26 Dec 2004 11:50:11 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQBoBxd019134; Sun, 26 Dec 2004 11:50:11 GMT (envelope-from sem) Message-Id: <200412261150.iBQBoBxd019134@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 26 Dec 2004 11:50:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/mico 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, 26 Dec 2004 11:50:11 -0000 sem 2004-12-26 11:50:11 UTC FreeBSD ports repository Modified files: devel/mico Makefile pkg-plist Log: - Fix plist on 4.x Submitted by: pointyhat via kris Revision Changes Path 1.78 +4 -1 ports/devel/mico/Makefile 1.29 +1 -0 ports/devel/mico/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 11:56:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D50716A4CE; Sun, 26 Dec 2004 11:56:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 253C543D2D; Sun, 26 Dec 2004 11:56:53 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQBurV8019381; Sun, 26 Dec 2004 11:56:53 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQBurTa019380; Sun, 26 Dec 2004 11:56:53 GMT (envelope-from nork) Message-Id: <200412261156.iBQBurTa019380@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Dec 2004 11:56:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/phpgroupware Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 11:56:53 -0000 nork 2004-12-26 11:56:52 UTC FreeBSD ports repository Modified files: japanese/phpgroupware Makefile distinfo pkg-plist Log: Update 0.9.16.003. PR: ports/75419 Submitted by: Takeshi MUTOH (maintainer) Revision Changes Path 1.7 +10 -21 ports/japanese/phpgroupware/Makefile 1.3 +4 -4 ports/japanese/phpgroupware/distinfo 1.3 +8758 -2899 ports/japanese/phpgroupware/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 12:41:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2645316A4CE; Sun, 26 Dec 2004 12:41:14 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 367EC43D48; Sun, 26 Dec 2004 12:41:13 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id AA9D8530C; Sun, 26 Dec 2004 13:41:11 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 42AE25308; Sun, 26 Dec 2004 13:40:41 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id F0B00B869; Sun, 26 Dec 2004 13:40:40 +0100 (CET) To: Darren Reed References: <200412250048.iBP0mSto090429@repoman.freebsd.org> <20041226083448.GA93350@hub.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sun, 26 Dec 2004 13:40:40 +0100 In-Reply-To: <20041226083448.GA93350@hub.freebsd.org> (Darren Reed's message of "Sun, 26 Dec 2004 08:34:48 +0000") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on flood.des.no X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil.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, 26 Dec 2004 12:41:14 -0000 Darren Reed writes: > Sorry about breaking HEAD builds, some patches got left behind when > I generated diffs and took them across to the freebsd tree :( You would have caught that if you'd tried to build before committing. You seem to fail to do that with appalling regularity. > ANd/or what does the "JP" imply in the "JPSNAP" builds of 6-LATesT ? Japan. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sun Dec 26 12:52:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9448516A4CF for ; Sun, 26 Dec 2004 12:52:14 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id EF42043D5E for ; Sun, 26 Dec 2004 12:52:07 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 18801 invoked from network); 26 Dec 2004 21:51:59 +0900 Received: from unknown (HELO localhost) (210.139.52.70) by wasley.bl.mmtr.or.jp with SMTP; 26 Dec 2004 21:51:59 +0900 Date: Sun, 26 Dec 2004 21:50:48 +0900 (JST) Message-Id: <20041226.215048.78481609.rushani@bl.mmtr.or.jp> To: nork@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <200412261130.iBQBUVi5017981@repoman.freebsd.org> References: <200412261130.iBQBUVi5017981@repoman.freebsd.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese Makefile ports/japanese/eb Makefile distinfo pkg-plist ports/japanese/eb/files patch-configure ports/japanese/eblook Makefile ports/japanese/ebnetd Makefile ports/japanese/ebview ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 12:52:14 -0000 >>> On Sun, 26 Dec 2004 11:30:31 +0000 (UTC), Norikatsu Shigemura said: > nork 2004-12-26 11:30:31 UTC > > FreeBSD ports repository > > Modified files: > japanese Makefile > japanese/eb Makefile distinfo pkg-plist > japanese/eblook Makefile > japanese/ebnetd Makefile > japanese/ebview Makefile > japanese/ebview-gtk2 Makefile > japanese/ruby-eb Makefile > Added files: > japanese/eb/files patch-po-eb::Makefile.in > patch-po-ebutils::Makefile.in > Removed files: > japanese/eb/files patch-configure > Log: > Update to 4.1.1. % cd /usr/ports/japanese/eb % make ===> Vulnerability check disabled, database not found => eb-4.1.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/eb. => Attempting to fetch from ftp://ftp.sra.co.jp/pub/misc/eb/. fetch: ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.1.1.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/. fetch: ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/eb/eb-4.1.1.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eb/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/eb/eb-4.1.1.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/eb and try again. *** Error code 1 Stop in /usr/ports/japanese/eb. % ncftpls ftp://ftp.sra.co.jp/pub/misc/eb/ README devel/ ebnetd-1.0.tar.gz WinEBZip-0.0.exe eb-4.1.3-win32.exe old/ WinEBZip-0.0.zip eb-4.1.3-win32.zip appendix/ eb-4.1.3.tar.gz > o Repocopy japanese/eb -> japanese/eb3 for safe keeping. > o Chase eb library version bump. > o Connect japanese/eb3 to japanese/Makefile > > PR: ports/74133 > Submitted by: KIMURA Yasuhiro > Requested by: Motoyuki Kasahara (author) > Repocopied by: portmgr(marcus) > > Revision Changes Path > 1.565 +1 -0 ports/japanese/Makefile > 1.45 +5 -4 ports/japanese/eb/Makefile > 1.25 +2 -2 ports/japanese/eb/distinfo > 1.2 +0 -10 ports/japanese/eb/files/patch-configure (dead) > 1.1 +11 -0 ports/japanese/eb/files/patch-po-eb::Makefile.in (new) > 1.1 +11 -0 ports/japanese/eb/files/patch-po-ebutils::Makefile.in (new) > 1.15 +351 -326 ports/japanese/eb/pkg-plist > 1.15 +2 -1 ports/japanese/eblook/Makefile > 1.33 +2 -1 ports/japanese/ebnetd/Makefile > 1.29 +2 -2 ports/japanese/ebview-gtk2/Makefile > 1.20 +2 -2 ports/japanese/ebview/Makefile > 1.17 +2 -1 ports/japanese/ruby-eb/Makefile > _______________________________________________ > cvs-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-ports > To unsubscribe, send any mail to "cvs-ports-unsubscribe@freebsd.org" > -- rushani From owner-cvs-all@FreeBSD.ORG Sun Dec 26 13:23:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4949616A4CE; Sun, 26 Dec 2004 13:23:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2470743D41; Sun, 26 Dec 2004 13:23:02 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQDN1am028406; Sun, 26 Dec 2004 13:23:02 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQDN1M5028405; Sun, 26 Dec 2004 13:23:01 GMT (envelope-from wilko) Message-Id: <200412261323.iBQDN1M5028405@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 26 Dec 2004 13:23:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha 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, 26 Dec 2004 13:23:02 -0000 wilko 2004-12-26 13:23:01 UTC FreeBSD src repository Modified files: sys/alpha/alpha machdep.c Log: LCA is 21066 and 21068. Add EV7 (bloody optimist.. :) Revision Changes Path 1.227 +3 -2 src/sys/alpha/alpha/machdep.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 13:26:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EEE616A4CE; Sun, 26 Dec 2004 13:26:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A80843D2F; Sun, 26 Dec 2004 13:26:45 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQDQjmi028547; Sun, 26 Dec 2004 13:26:45 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQDQjJT028546; Sun, 26 Dec 2004 13:26:45 GMT (envelope-from edwin) Message-Id: <200412261326.iBQDQjJT028546@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 26 Dec 2004 13:26:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gnuchess Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 13:26:45 -0000 edwin 2004-12-26 13:26:45 UTC FreeBSD ports repository Modified files: games/gnuchess Makefile Log: Explicitely call create_opening_book.sh with ${SH} in ${SCRIPTDIR} Noticed by: Joshua Tinnin Revision Changes Path 1.19 +1 -1 ports/games/gnuchess/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 13:36:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58EB16A4CE; Sun, 26 Dec 2004 13:36:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF3E43D4C; Sun, 26 Dec 2004 13:36:24 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQDaO4x028867; Sun, 26 Dec 2004 13:36:24 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQDaOCn028866; Sun, 26 Dec 2004 13:36:24 GMT (envelope-from nork) Message-Id: <200412261336.iBQDaOCn028866@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Dec 2004 13:36:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/eb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 13:36:24 -0000 nork 2004-12-26 13:36:24 UTC FreeBSD ports repository Modified files: japanese/eb Makefile distinfo Log: Update to 4.1.3. Noticed by: rushani Approved by: maintainer (blanket) Revision Changes Path 1.46 +2 -3 ports/japanese/eb/Makefile 1.26 +2 -2 ports/japanese/eb/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 26 14:05:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BF416A4CE; Sun, 26 Dec 2004 14:05:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D91E43D45; Sun, 26 Dec 2004 14:05:23 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQE5NwG029704; Sun, 26 Dec 2004 14:05:23 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQE5N7U029703; Sun, 26 Dec 2004 14:05:23 GMT (envelope-from nork) Message-Id: <200412261405.iBQE5N7U029703@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Dec 2004 14:05:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/eb/files patch-po-eb::Makefile.in patch-po-ebutils::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, 26 Dec 2004 14:05:23 -0000 nork 2004-12-26 14:05:23 UTC FreeBSD ports repository Removed files: japanese/eb/files patch-po-eb::Makefile.in patch-po-ebutils::Makefile.in Log: Remove unnecessary patches. Pointed out by: rushani Forgotten by:: myself Revision Changes Path 1.2 +0 -11 ports/japanese/eb/files/patch-po-eb::Makefile.in (dead) 1.2 +0 -11 ports/japanese/eb/files/patch-po-ebutils::Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 14:09:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 824D316A4CE; Sun, 26 Dec 2004 14:09:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C6AF43D1D; Sun, 26 Dec 2004 14:09:52 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQE9qaH029837; Sun, 26 Dec 2004 14:09:52 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQE9qB0029836; Sun, 26 Dec 2004 14:09:52 GMT (envelope-from thierry) Message-Id: <200412261409.iBQE9qB0029836@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 14:09:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysqlcc/files patch-shared-src-CMySQL.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, 26 Dec 2004 14:09:52 -0000 thierry 2004-12-26 14:09:52 UTC FreeBSD ports repository Modified files: databases/mysqlcc/files patch-shared-src-CMySQL.cpp Log: Fix compilation with version 4.1.7 of mysql. PR: ports/75105 Submitted by: maintainer. Revision Changes Path 1.2 +7 -5 ports/databases/mysqlcc/files/patch-shared-src-CMySQL.cpp From owner-cvs-all@FreeBSD.ORG Sun Dec 26 14:39:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6718116A4CE; Sun, 26 Dec 2004 14:39:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4283343D1F; Sun, 26 Dec 2004 14:39:56 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQEdufS031086; Sun, 26 Dec 2004 14:39:56 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQEdujK031085; Sun, 26 Dec 2004 14:39:56 GMT (envelope-from wilko) Message-Id: <200412261439.iBQEdujK031085@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 26 Dec 2004 14:39:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/alpha/alpha 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, 26 Dec 2004 14:39:56 -0000 wilko 2004-12-26 14:39:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/alpha/alpha machdep.c Log: LCA is 21066/21068 add EV7 Revision Changes Path 1.222.2.2 +3 -2 src/sys/alpha/alpha/machdep.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 14:49:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 2565E16A4CF; Sun, 26 Dec 2004 14:49:53 +0000 (GMT) Date: Sun, 26 Dec 2004 14:49:53 +0000 From: Darren Reed To: Dag-Erling Sm?rgrav Message-ID: <20041226144953.GB93350@hub.freebsd.org> References: <200412250048.iBP0mSto090429@repoman.freebsd.org> <20041226083448.GA93350@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil.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, 26 Dec 2004 14:49:53 -0000 On Sun, Dec 26, 2004 at 01:40:40PM +0100, Dag-Erling Sm?rgrav wrote: > Darren Reed writes: > > Sorry about breaking HEAD builds, some patches got left behind when > > I generated diffs and took them across to the freebsd tree :( > > You would have caught that if you'd tried to build before committing. And what if I said I did? I think what you're trying to say is build what you intend to commit before you commit. I don't have the luxury of having systems around that i can keep upto date with each of 4-stable and 5-stable and -current, as well as the latest 4.x and 5.x release (what users use.) > You seem to fail to do that with appalling regularity. It's unfortunate that it happens but it does. I wish the solution was as easy as your implied suggestion but, sorry, it isn't. Darren From owner-cvs-all@FreeBSD.ORG Sun Dec 26 15:16:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB6B016A4CE; Sun, 26 Dec 2004 15:16:17 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91FA243D45; Sun, 26 Dec 2004 15:16:17 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBQFIkG8005430; Sun, 26 Dec 2004 08:18:47 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41CED575.9090906@freebsd.org> Date: Sun, 26 Dec 2004 08:15:01 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Darren Reed References: <200412260909.iBQ99TV1011796@repoman.freebsd.org> In-Reply-To: <200412260909.iBQ99TV1011796@repoman.freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 15:16:18 -0000 Darren Reed wrote: > darrenr 2004-12-26 09:09:29 UTC > > FreeBSD src repository > > Modified files: > sys/contrib/ipfilter/netinet ip_auth.c > Log: > * Remove some code that's in a #ifndef FreeBSD that's no longer used. > > Revision Changes Path > 1.38 +0 -5 src/sys/contrib/ipfilter/netinet/ip_auth.c Do these commits fix the lock order reversal problem that was reported? If not, what are your plans for testing and fixing it? Scott From owner-cvs-all@FreeBSD.ORG Sun Dec 26 15:58:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5E216A4CE; Sun, 26 Dec 2004 15:58:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 469BF43D48; Sun, 26 Dec 2004 15:58:27 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQFwRAP034180; Sun, 26 Dec 2004 15:58:27 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQFwRWH034179; Sun, 26 Dec 2004 15:58:27 GMT (envelope-from bland) Message-Id: <200412261558.iBQFwRWH034179@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sun, 26 Dec 2004 15:58:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gimp 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, 26 Dec 2004 15:58:27 -0000 bland 2004-12-26 15:58:26 UTC FreeBSD ports repository Modified files: graphics/gimp Makefile pkg-plist Log: - In case we building GNOME version of GIMP link it against pthreads library to avoid crash in GtkFileChooser. - Fix plist. Revision Changes Path 1.166 +2 -0 ports/graphics/gimp/Makefile 1.94 +0 -1 ports/graphics/gimp/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 16:27:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9387A16A4CE; Sun, 26 Dec 2004 16:27:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F61543D45; Sun, 26 Dec 2004 16:27:00 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQGR0fY034987; Sun, 26 Dec 2004 16:27:00 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQGR093034984; Sun, 26 Dec 2004 16:27:00 GMT (envelope-from sem) Message-Id: <200412261627.iBQGR093034984@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 26 Dec 2004 16:27:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.emacs.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: Sun, 26 Dec 2004 16:27:00 -0000 sem 2004-12-26 16:27:00 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk Log: - Update xemacs version Submitted by: Andrey Slusar Revision Changes Path 1.35 +2 -2 ports/Mk/bsd.emacs.mk From owner-cvs-all@FreeBSD.ORG Sun Dec 26 16:53:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C16116A4CE; Sun, 26 Dec 2004 16:53:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FD0343D2F; Sun, 26 Dec 2004 16:53:19 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQGrJrW042312; Sun, 26 Dec 2004 16:53:19 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQGrJxc042311; Sun, 26 Dec 2004 16:53:19 GMT (envelope-from knu) Message-Id: <200412261653.iBQGrJxc042311@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 26 Dec 2004 16:53:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/ruby-memcache Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 16:53:19 -0000 knu 2004-12-26 16:53:18 UTC FreeBSD ports repository Modified files: databases/ruby-memcache Makefile Log: Add missing dependencies. Revision Changes Path 1.2 +3 -0 ports/databases/ruby-memcache/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 16:59:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id C000216A4CF; Sun, 26 Dec 2004 16:59:27 +0000 (GMT) Date: Sun, 26 Dec 2004 16:59:27 +0000 From: Darren Reed To: Scott Long Message-ID: <20041226165927.GA18879@hub.freebsd.org> References: <200412260909.iBQ99TV1011796@repoman.freebsd.org> <41CED575.9090906@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41CED575.9090906@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: Darren Reed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 16:59:27 -0000 On Sun, Dec 26, 2004 at 08:15:01AM -0700, Scott Long wrote: > Darren Reed wrote: > >darrenr 2004-12-26 09:09:29 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/contrib/ipfilter/netinet ip_auth.c > > Log: > > * Remove some code that's in a #ifndef FreeBSD that's no longer used. > > > > Revision Changes Path > > 1.38 +0 -5 src/sys/contrib/ipfilter/netinet/ip_auth.c > > Do these commits fix the lock order reversal problem that was reported? > If not, what are your plans for testing and fixing it? I've seen no such reports, yet. Darren From owner-cvs-all@FreeBSD.ORG Sun Dec 26 16:59:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0F616A4EF; Sun, 26 Dec 2004 16:59:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67A143D39; Sun, 26 Dec 2004 16:59:31 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQGxVge042515; Sun, 26 Dec 2004 16:59:31 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQGxVY3042514; Sun, 26 Dec 2004 16:59:31 GMT (envelope-from krion) Message-Id: <200412261659.iBQGxVY3042514@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 16:59:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dnsmasq Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 16:59:32 -0000 krion 2004-12-26 16:59:31 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile distinfo Log: Update to version 2.19 PR: ports/75505 Submitted by: maintainer Revision Changes Path 1.19 +1 -1 ports/dns/dnsmasq/Makefile 1.17 +2 -2 ports/dns/dnsmasq/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 26 17:03:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F04316A4CE; Sun, 26 Dec 2004 17:03:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A21343D2D; Sun, 26 Dec 2004 17:03:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQH32Af042657; Sun, 26 Dec 2004 17:03:02 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQH329J042656; Sun, 26 Dec 2004 17:03:02 GMT (envelope-from krion) Message-Id: <200412261703.iBQH329J042656@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 17:03:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/bforce-kst 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, 26 Dec 2004 17:03:03 -0000 krion 2004-12-26 17:03:02 UTC FreeBSD ports repository Modified files: comms/bforce-kst Makefile pkg-plist Log: Fix plist. PR: ports/75498 Submitted by: maintainer Revision Changes Path 1.11 +8 -11 ports/comms/bforce-kst/Makefile 1.4 +7 -6 ports/comms/bforce-kst/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 17:04:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC2716A4CE; Sun, 26 Dec 2004 17:04:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB49A43D2D; Sun, 26 Dec 2004 17:04:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQH4sxS042702; Sun, 26 Dec 2004 17:04:54 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQH4sbK042701; Sun, 26 Dec 2004 17:04:54 GMT (envelope-from krion) Message-Id: <200412261704.iBQH4sbK042701@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 17:04:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/yammi 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, 26 Dec 2004 17:04:55 -0000 krion 2004-12-26 17:04:54 UTC FreeBSD ports repository Modified files: audio/yammi pkg-plist Log: Fix plist. PR: ports/75509 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/audio/yammi/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 17:06:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BF2216A4CE; Sun, 26 Dec 2004 17:06:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4580C43D45; Sun, 26 Dec 2004 17:06:35 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQH6Zgh042845; Sun, 26 Dec 2004 17:06:35 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQH6ZHb042844; Sun, 26 Dec 2004 17:06:35 GMT (envelope-from thierry) Message-Id: <200412261706.iBQH6ZHb042844@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 17:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/clanlib-devel 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, 26 Dec 2004 17:06:35 -0000 thierry 2004-12-26 17:06:35 UTC FreeBSD ports repository Modified files: devel/clanlib-devel Makefile pkg-plist Log: Fix plist and bump PORTREVISION. PR: ports/75506 Submitted by: maintainer. Revision Changes Path 1.27 +4 -2 ports/devel/clanlib-devel/Makefile 1.5 +353 -352 ports/devel/clanlib-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 17:10:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D243D16A4CE; Sun, 26 Dec 2004 17:10:11 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BAEA43D5E; Sun, 26 Dec 2004 17:10:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 7593E1FF9AF; Sun, 26 Dec 2004 18:10:07 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 675511FF9AC; Sun, 26 Dec 2004 18:10:05 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 16FA61550C; Sun, 26 Dec 2004 17:09:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 0BFBD15380; Sun, 26 Dec 2004 17:09:24 +0000 (UTC) Date: Sun, 26 Dec 2004 17:09:23 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Darren Reed In-Reply-To: <20041226165927.GA18879@hub.freebsd.org> Message-ID: References: <200412260909.iBQ99TV1011796@repoman.freebsd.org> <41CED575.9090906@freebsd.org> <20041226165927.GA18879@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 17:10:12 -0000 On Sun, 26 Dec 2004, Darren Reed wrote: > On Sun, Dec 26, 2004 at 08:15:01AM -0700, Scott Long wrote: > > > > Do these commits fix the lock order reversal problem that was reported? > > If not, what are your plans for testing and fixing it? > > I've seen no such reports, yet. Check "the LOR page"[1]; I have already linked them to the thread on current@. I think it had been number 50-52. [1] http://sources.zabbadoz.net/freebsd/lor.html#050 -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Sun Dec 26 17:15:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F6416A4CE; Sun, 26 Dec 2004 17:15:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B2243D58; Sun, 26 Dec 2004 17:15:42 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQHFg8q043177; Sun, 26 Dec 2004 17:15:42 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQHFgw3043176; Sun, 26 Dec 2004 17:15:42 GMT (envelope-from olgeni) Message-Id: <200412261715.iBQHFgw3043176@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 26 Dec 2004 17:15:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/eclipse-vep 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, 26 Dec 2004 17:15:42 -0000 olgeni 2004-12-26 17:15:42 UTC FreeBSD ports repository Modified files: java/eclipse-vep Makefile pkg-plist Log: Fix pkg-plist. Revision Changes Path 1.6 +1 -2 ports/java/eclipse-vep/Makefile 1.5 +891 -897 ports/java/eclipse-vep/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 17:44:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFA216A4CE; Sun, 26 Dec 2004 17:44:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E6843D1D; Sun, 26 Dec 2004 17:44:20 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQHiKe5044075; Sun, 26 Dec 2004 17:44:20 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQHiKe9044074; Sun, 26 Dec 2004 17:44:20 GMT (envelope-from blackend) Message-Id: <200412261744.iBQHiKe9044074@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Dec 2004 17:44:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 17:44:21 -0000 blackend 2004-12-26 17:44:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Update rpcbind/portmap usage in the NFS and NIS sections to match at first 5.X While I'm there, add some index references for rpcbind Based on PR: docs/75515 Submitted by: Joel Dahl Revision Changes Path 1.49 +20 -12 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:06:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0F216A4CE; Sun, 26 Dec 2004 18:06:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A34143D2D; Sun, 26 Dec 2004 18:06:06 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQI663P044773; Sun, 26 Dec 2004 18:06:06 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQI66CH044772; Sun, 26 Dec 2004 18:06:06 GMT (envelope-from josef) Message-Id: <200412261806.iBQI66CH044772@repoman.freebsd.org> From: Josef El-Rayes Date: Sun, 26 Dec 2004 18:06:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mount.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 18:06:06 -0000 josef 2004-12-26 18:06:05 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/mount mount.8 Log: Fix typo. Noticed by: clement Revision Changes Path 1.70 +1 -1 src/sbin/mount/mount.8 From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:06:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F0916A4CE; Sun, 26 Dec 2004 18:06:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E2FC43D53; Sun, 26 Dec 2004 18:06:16 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQI6GTM044798; Sun, 26 Dec 2004 18:06:16 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQI6GIj044797; Sun, 26 Dec 2004 18:06:16 GMT (envelope-from blackend) Message-Id: <200412261806.iBQI6GIj044797@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Dec 2004 18:06:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 18:06:16 -0000 blackend 2004-12-26 18:06:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Add a missing in my previous commit, jade "accepted" it :( Submitted by: remko Revision Changes Path 1.50 +1 -1 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:20:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E5116A4CE; Sun, 26 Dec 2004 18:20:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5EE43D55; Sun, 26 Dec 2004 18:20:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQIKxFT045293; Sun, 26 Dec 2004 18:20:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQIKxuR045292; Sun, 26 Dec 2004 18:20:59 GMT (envelope-from krion) Message-Id: <200412261820.iBQIKxuR045292@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 18:20:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/kf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 18:20:59 -0000 krion 2004-12-26 18:20:59 UTC FreeBSD ports repository Modified files: net/kf Makefile Log: Fix plist. PR: ports/75495 Submitted by: maintainer Revision Changes Path 1.5 +4 -0 ports/net/kf/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:25:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 2747216A4CF; Sun, 26 Dec 2004 18:25:37 +0000 (GMT) Date: Sun, 26 Dec 2004 18:25:37 +0000 From: Darren Reed To: "Bjoern A. Zeeb" Message-ID: <20041226182537.GB20920@hub.freebsd.org> References: <200412260909.iBQ99TV1011796@repoman.freebsd.org> <41CED575.9090906@freebsd.org> <20041226165927.GA18879@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: Darren Reed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 18:25:37 -0000 On Sun, Dec 26, 2004 at 05:09:23PM +0000, Bjoern A. Zeeb wrote: > [1] http://sources.zabbadoz.net/freebsd/lor.html#050 This would appear, to me, as deficencies in the witness code and that perhaps LORs, unless they are in the leadup to a system deadlock'ing, are just something to be ignored. Darren From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:27:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89F6E16A4CE; Sun, 26 Dec 2004 18:27:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6551843D1F; Sun, 26 Dec 2004 18:27:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQIRhWb045457; Sun, 26 Dec 2004 18:27:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQIRhKU045456; Sun, 26 Dec 2004 18:27:43 GMT (envelope-from krion) Message-Id: <200412261827.iBQIRhKU045456@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 18:27:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/chromium 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, 26 Dec 2004 18:27:43 -0000 krion 2004-12-26 18:27:43 UTC FreeBSD ports repository Modified files: games/chromium Makefile pkg-plist Log: Fix plist. PR: ports/75467 Submitted by: Stefan Walter Revision Changes Path 1.8 +2 -6 ports/games/chromium/Makefile 1.2 +81 -81 ports/games/chromium/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:30:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87DE416A4CE; Sun, 26 Dec 2004 18:30:15 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5059143D54; Sun, 26 Dec 2004 18:30:15 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id iBQIU9Wi027450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Dec 2004 10:30:10 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <41CF0326.9090704@errno.com> Date: Sun, 26 Dec 2004 10:29:58 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Darren Reed References: <200412250048.iBP0mSto090429@repoman.freebsd.org> <20041226083448.GA93350@hub.freebsd.org> <20041226144953.GB93350@hub.freebsd.org> In-Reply-To: <20041226144953.GB93350@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Dag-Erling Sm?rgrav cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil.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, 26 Dec 2004 18:30:15 -0000 Darren Reed wrote: > On Sun, Dec 26, 2004 at 01:40:40PM +0100, Dag-Erling Sm?rgrav wrote: > >>Darren Reed writes: >> >>>Sorry about breaking HEAD builds, some patches got left behind when >>>I generated diffs and took them across to the freebsd tree :( >> >>You would have caught that if you'd tried to build before committing. > > > And what if I said I did? I think what you're trying to say is build what > you intend to commit before you commit. I don't have the luxury of having > systems around that i can keep upto date with each of 4-stable and 5-stable > and -current, as well as the latest 4.x and 5.x release (what users use.) > I believe you can cross-build from a system you have, but I cannot tell from the above what systems you actually run. > >>You seem to fail to do that with appalling regularity. > > > It's unfortunate that it happens but it does. > > I wish the solution was as easy as your implied suggestion but, > sorry, it isn't. Have you considered finding another committer to take responsibility for this code? If you can't run an up to date current system to validate changes (not just compilation but also stability in operation) then it sounds like there will continue to be problems. Sam From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:31:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B43A916A4CE; Sun, 26 Dec 2004 18:31:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE6F43D48; Sun, 26 Dec 2004 18:31:43 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQIVhJp045690; Sun, 26 Dec 2004 18:31:43 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQIVh0B045689; Sun, 26 Dec 2004 18:31:43 GMT (envelope-from krion) Message-Id: <200412261831.iBQIVh0B045689@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 18:31:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 18:31:43 -0000 krion 2004-12-26 18:31:43 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile pkg-plist Log: Fix plist. PR: ports/75514 Submitted by: maintainer Revision Changes Path 1.38 +1 -0 ports/net-mgmt/nagios-plugins/Makefile 1.13 +3 -0 ports/net-mgmt/nagios-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:32:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC10C16A4CE; Sun, 26 Dec 2004 18:32:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB7B943D2F; Sun, 26 Dec 2004 18:32:11 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQIWBg8045733; Sun, 26 Dec 2004 18:32:11 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQIWBoG045732; Sun, 26 Dec 2004 18:32:11 GMT (envelope-from leeym) Message-Id: <200412261832.iBQIWBoG045732@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 26 Dec 2004 18:32:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/cleanfeed Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 18:32:12 -0000 leeym 2004-12-26 18:32:11 UTC FreeBSD ports repository Modified files: news/cleanfeed Makefile Log: - add PKG_PREFIX=${PREFIX} when running ${PKGINSTALL} Noticed by: kris PR: 75508 Submitted by: atomer Revision Changes Path 1.13 +1 -1 ports/news/cleanfeed/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:41:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id AE61B16A4CF; Sun, 26 Dec 2004 18:41:42 +0000 (GMT) Date: Sun, 26 Dec 2004 18:41:42 +0000 From: Darren Reed To: Sam Leffler Message-ID: <20041226184142.GB18879@hub.freebsd.org> References: <200412250048.iBP0mSto090429@repoman.freebsd.org> <20041226083448.GA93350@hub.freebsd.org> <20041226144953.GB93350@hub.freebsd.org> <41CF0326.9090704@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41CF0326.9090704@errno.com> User-Agent: Mutt/1.4.2.1i cc: Dag-Erling Sm?rgrav cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil.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, 26 Dec 2004 18:41:42 -0000 On Sun, Dec 26, 2004 at 10:29:58AM -0800, Sam Leffler wrote: > > > >>You seem to fail to do that with appalling regularity. > > > > > >It's unfortunate that it happens but it does. > > > >I wish the solution was as easy as your implied suggestion but, > >sorry, it isn't. > > Have you considered finding another committer to take responsibility for > this code? If you can't run an up to date current system to validate > changes (not just compilation but also stability in operation) then it > sounds like there will continue to be problems. I wish someone would step forward...I'm going to have significantly less time (and opportunity, I think) in 2005 to do this than I have in 2004. And I'd prefer it if someone did step forward...it's not hard keeping it upto date, just mechanical and time consuming. Darren From owner-cvs-all@FreeBSD.ORG Sun Dec 26 18:45:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DB4316A4CE; Sun, 26 Dec 2004 18:45:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC1D743D1D; Sun, 26 Dec 2004 18:45:32 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQIjWij046170; Sun, 26 Dec 2004 18:45:32 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQIjWjK046169; Sun, 26 Dec 2004 18:45:32 GMT (envelope-from krion) Message-Id: <200412261845.iBQIjWjK046169@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 18:45:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/beecrypt Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 18:45:33 -0000 krion 2004-12-26 18:45:32 UTC FreeBSD ports repository Modified files: security/beecrypt Makefile distinfo pkg-plist Log: Update to 4.1.2 Revision Changes Path 1.13 +2 -2 ports/security/beecrypt/Makefile 1.7 +2 -2 ports/security/beecrypt/distinfo 1.6 +1 -0 ports/security/beecrypt/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 19:26:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2BD216A4CE; Sun, 26 Dec 2004 19:26:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF1E243D1F; Sun, 26 Dec 2004 19:26:05 +0000 (GMT) (envelope-from mph@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQJQ59m047356; Sun, 26 Dec 2004 19:26:05 GMT (envelope-from mph@repoman.freebsd.org) Received: (from mph@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQJQ5ZP047355; Sun, 26 Dec 2004 19:26:05 GMT (envelope-from mph) Message-Id: <200412261926.iBQJQ5ZP047355@repoman.freebsd.org> From: Matthew Hunt Date: Sun, 26 Dec 2004 19:26:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xpat2 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, 26 Dec 2004 19:26:06 -0000 mph 2004-12-26 19:26:05 UTC FreeBSD ports repository Modified files: games/xpat2 pkg-plist Log: Correct plist. Pointed out by: kris Revision Changes Path 1.5 +21 -0 ports/games/xpat2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 20:06:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9042F16A4CE; Sun, 26 Dec 2004 20:06:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8B443D39; Sun, 26 Dec 2004 20:06:08 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQK68Vb048512; Sun, 26 Dec 2004 20:06:08 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQK68ls048511; Sun, 26 Dec 2004 20:06:08 GMT (envelope-from obraun) Message-Id: <200412262006.iBQK68ls048511@repoman.freebsd.org> From: Oliver Braun Date: Sun, 26 Dec 2004 20:06:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/muttprint Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 20:06:08 -0000 obraun 2004-12-26 20:06:08 UTC FreeBSD ports repository Modified files: print/muttprint Makefile distinfo Log: Upgrade to 0.72c Revision Changes Path 1.29 +1 -1 ports/print/muttprint/Makefile 1.12 +2 -2 ports/print/muttprint/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 26 20:30:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A7216A4CE; Sun, 26 Dec 2004 20:30:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23A243D46; Sun, 26 Dec 2004 20:30:38 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQKUcYk049286; Sun, 26 Dec 2004 20:30:38 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQKUcZL049285; Sun, 26 Dec 2004 20:30:38 GMT (envelope-from sem) Message-Id: <200412262030.iBQKUcZL049285@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 26 Dec 2004 20:30:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portmanager Makefile distinfo pkg-plist ports/sysutils/portmanager/files patch-aa 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: Sun, 26 Dec 2004 20:30:39 -0000 sem 2004-12-26 20:30:38 UTC FreeBSD ports repository Modified files: sysutils/portmanager Makefile distinfo pkg-plist Removed files: sysutils/portmanager/files patch-aa patch-ab patch-ac Log: - Update to 0.2.1 - Change maintainer email - Removed all html docs and replaced with man page - Add WITH_DEBUG knob - Cleaned up a few compile warnings PR: ports/75413 Submitted by: Michael C. Shultz (maintainer) Revision Changes Path 1.9 +27 -32 ports/sysutils/portmanager/Makefile 1.6 +2 -2 ports/sysutils/portmanager/distinfo 1.2 +0 -11 ports/sysutils/portmanager/files/patch-aa (dead) 1.2 +0 -372 ports/sysutils/portmanager/files/patch-ab (dead) 1.2 +0 -74 ports/sysutils/portmanager/files/patch-ac (dead) 1.8 +1 -17 ports/sysutils/portmanager/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 20:47:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A7F16A4CE; Sun, 26 Dec 2004 20:47:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028A343D3F; Sun, 26 Dec 2004 20:47:42 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQKlfka056405; Sun, 26 Dec 2004 20:47:41 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQKlfSZ056404; Sun, 26 Dec 2004 20:47:41 GMT (envelope-from rik) Message-Id: <200412262047.iBQKlfSZ056404@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 26 Dec 2004 20:47:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_device.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 20:47:42 -0000 rik 2004-12-26 20:47:41 UTC FreeBSD src repository Modified files: sys/netgraph ng_device.c Log: tsleep => msleep read sys/kern/kern_synch.c, msleep (): KASSERT(timo != 0 || mtx_owned(&Giant) || mtx != NULL, ("sleeping without a mutex")); MFC after: 3 days Revision Changes Path 1.16 +2 -2 src/sys/netgraph/ng_device.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 20:51:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E55916A4CE; Sun, 26 Dec 2004 20:51:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BFF43D5E; Sun, 26 Dec 2004 20:51:24 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQKpONU056570; Sun, 26 Dec 2004 20:51:24 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQKpO8M056569; Sun, 26 Dec 2004 20:51:24 GMT (envelope-from josef) Message-Id: <200412262051.iBQKpO8M056569@repoman.freebsd.org> From: Josef El-Rayes Date: Sun, 26 Dec 2004 20:51:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 20:51:24 -0000 josef 2004-12-26 20:51:24 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document vulnerability in jabberd1 Revision Changes Path 1.422 +25 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Dec 26 21:02:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7DA416A4CE; Sun, 26 Dec 2004 21:02:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A4443D2D; Sun, 26 Dec 2004 21:02:40 +0000 (GMT) (envelope-from mph@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQL2epZ056937; Sun, 26 Dec 2004 21:02:40 GMT (envelope-from mph@repoman.freebsd.org) Received: (from mph@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQL2eHN056936; Sun, 26 Dec 2004 21:02:40 GMT (envelope-from mph) Message-Id: <200412262102.iBQL2eHN056936@repoman.freebsd.org> From: Matthew Hunt Date: Sun, 26 Dec 2004 21:02:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/inform Makefile distinfo pkg-plist ports/games/inform/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: Sun, 26 Dec 2004 21:02:40 -0000 mph 2004-12-26 21:02:40 UTC FreeBSD ports repository Modified files: games/inform Makefile distinfo pkg-plist games/inform/files patch-aa Removed files: games/inform/files patch-ab Log: Upgrade to: 6.30 compiler 6.11 library v4 manual PR: ports/75213 Submitted by: Joel Ray Holveck Revision Changes Path 1.17 +21 -37 ports/games/inform/Makefile 1.7 +6 -6 ports/games/inform/distinfo 1.2 +2 -2 ports/games/inform/files/patch-aa 1.3 +0 -38 ports/games/inform/files/patch-ab (dead) 1.5 +135 -162 ports/games/inform/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 21:32:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F123116A4CE; Sun, 26 Dec 2004 21:32:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7A9B43D46; Sun, 26 Dec 2004 21:32:34 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQLWYwV057860; Sun, 26 Dec 2004 21:32:34 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQLWYti057859; Sun, 26 Dec 2004 21:32:34 GMT (envelope-from markus) Message-Id: <200412262132.iBQLWYti057859@repoman.freebsd.org> From: Markus Brueffer Date: Sun, 26 Dec 2004 21:32:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/dclib Makefile distinfo pkg-plist ports/net/dclib/files patch-dclib-core-cxml.cpp patch-dclib.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, 26 Dec 2004 21:32:35 -0000 markus 2004-12-26 21:32:34 UTC FreeBSD ports repository Modified files: net/dclib Makefile distinfo pkg-plist Removed files: net/dclib/files patch-dclib-core-cxml.cpp patch-dclib.h Log: Update to version 0.3.4 Revision Changes Path 1.20 +1 -2 ports/net/dclib/Makefile 1.14 +2 -2 ports/net/dclib/distinfo 1.2 +0 -23 ports/net/dclib/files/patch-dclib-core-cxml.cpp (dead) 1.2 +0 -38 ports/net/dclib/files/patch-dclib.h (dead) 1.10 +1 -0 ports/net/dclib/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 21:33:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8EE16A4CE; Sun, 26 Dec 2004 21:33:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4644443D58; Sun, 26 Dec 2004 21:33:21 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQLXLjd057910; Sun, 26 Dec 2004 21:33:21 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQLXLbs057909; Sun, 26 Dec 2004 21:33:21 GMT (envelope-from markus) Message-Id: <200412262133.iBQLXLbs057909@repoman.freebsd.org> From: Markus Brueffer Date: Sun, 26 Dec 2004 21:33:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/valknut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 21:33:21 -0000 markus 2004-12-26 21:33:21 UTC FreeBSD ports repository Modified files: net/valknut Makefile distinfo Log: Update to version 0.3.4 Revision Changes Path 1.18 +1 -1 ports/net/valknut/Makefile 1.12 +2 -2 ports/net/valknut/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 26 21:43:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3640516A4CF; Sun, 26 Dec 2004 21:43:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5F743D45; Sun, 26 Dec 2004 21:43:59 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQLhwIt058333; Sun, 26 Dec 2004 21:43:58 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQLhwLL058332; Sun, 26 Dec 2004 21:43:58 GMT (envelope-from remko) Message-Id: <200412262143.iBQLhwLL058332@repoman.freebsd.org> From: Remko Lodder Date: Sun, 26 Dec 2004 21:43:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/network-servers Makefile 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, 26 Dec 2004 21:43:59 -0000 remko 2004-12-26 21:43:58 UTC FreeBSD doc repository Added files: nl_NL.ISO8859-1/books/handbook/network-servers Makefile chapter.sgml Log: Import the translation of network-servers (based on 1.49). It is not yet hooked to the build for the same reasons as the firewalls chapter. The supporting files need to be updated first. Obtained from: The FreeBSD Dutch Documentation Project Approved by: simon (mentor) Revision Changes Path 1.1 +16 -0 doc/nl_NL.ISO8859-1/books/handbook/network-servers/Makefile (new) 1.1 +5529 -0 doc/nl_NL.ISO8859-1/books/handbook/network-servers/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 21:46:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2258116A4CE; Sun, 26 Dec 2004 21:46:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F22F743D2F; Sun, 26 Dec 2004 21:46:44 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQLkiVr058488; Sun, 26 Dec 2004 21:46:44 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQLkisG058487; Sun, 26 Dec 2004 21:46:44 GMT (envelope-from alc) Message-Id: <200412262146.iBQLkisG058487@repoman.freebsd.org> From: Alan Cox Date: Sun, 26 Dec 2004 21:46:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 21:46:45 -0000 alc 2004-12-26 21:46:44 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Assert that the vm object is locked on entry to vm_page_sleep_if_busy(); remove some unneeded code. Revision Changes Path 1.299 +3 -8 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 21:54:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ED8C16A4CE; Sun, 26 Dec 2004 21:54:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0589443D55; Sun, 26 Dec 2004 21:54:47 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQLskTL058821; Sun, 26 Dec 2004 21:54:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQLskBv058820; Sun, 26 Dec 2004 21:54:46 GMT (envelope-from edwin) Message-Id: <200412262154.iBQLskBv058820@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 26 Dec 2004 21:54:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/sdl12 Makefile distinfo pkg-plist extra-patch-src_cpuinfo_SDL__cpuinfo.c extra-patch-src_video_SDL__yuv__mmx.c patch-al X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 21:54:47 -0000 edwin 2004-12-26 21:54:46 UTC FreeBSD ports repository Modified files: devel/sdl12 Makefile distinfo pkg-plist Added files: devel/sdl12/files extra-patch-src_audio_SDL__mixer__MMX.c extra-patch-src_cpuinfo_SDL__cpuinfo.c extra-patch-src_video_SDL__yuv__mmx.c patch-al Log: Welcome to the second epoch bump of devel/sdl12 due to compilation problems on 4.x: See the following thread in http://twomix.devolution.com/pipermail/sdl/2004-December/thread.html: [SDL] Can not compile SDL with gcc < 3.1 (3 messages) Up to now no fix in their cvs repository: http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/src/video/ Revision Changes Path 1.83 +9 -2 ports/devel/sdl12/Makefile 1.26 +2 -2 ports/devel/sdl12/distinfo 1.3 +155 -0 ports/devel/sdl12/files/extra-patch-src_audio_SDL__mixer__MMX.c (new) 1.3 +74 -0 ports/devel/sdl12/files/extra-patch-src_cpuinfo_SDL__cpuinfo.c (new) 1.3 +89 -0 ports/devel/sdl12/files/extra-patch-src_video_SDL__yuv__mmx.c (new) 1.3 +10 -0 ports/devel/sdl12/files/patch-al (new) 1.28 +0 -1 ports/devel/sdl12/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Dec 26 22:08:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A8D16A4CE; Sun, 26 Dec 2004 22:08:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F76D43D1F; Sun, 26 Dec 2004 22:08:06 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQM8669059296; Sun, 26 Dec 2004 22:08:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQM86gE059295; Sun, 26 Dec 2004 22:08:06 GMT (envelope-from edwin) Message-Id: <200412262208.iBQM86gE059295@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 26 Dec 2004 22:08:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/bomberclone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 22:08:06 -0000 edwin 2004-12-26 22:08:06 UTC FreeBSD ports repository Modified files: games/bomberclone Makefile distinfo Log: Update to version 0.11.5 I was working and fixing some of the bug some people reported to me. This includes some problem which made it almost impossible to run the game in Local Networks.. a incident in the code made it that direct connections wasn't working and people behind a firewall could play without any problems.. Changes: - Fixed: Multiplayer more as three players could not play. There was a bug in the automatic firewall detection. - Added: Show a simple information of what keys are used in the multiplayer screen. - Chagned: In Singleplayer you can select now 0 AI Players. - Fixed: Teamdata (as Names and Colors) will be send over the network. - Fixed: udp_send: bad file error fixed, in single mode we was still sending the quit information to all clients. - Fixed: Alot other strange network bugs. I.e. the rejoin part and that the server can leave part was not right. Revision Changes Path 1.17 +1 -2 ports/games/bomberclone/Makefile 1.14 +2 -2 ports/games/bomberclone/distinfo From owner-cvs-all@FreeBSD.ORG Sun Dec 26 22:52:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C99716A4CE; Sun, 26 Dec 2004 22:52:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 458B843D1D; Sun, 26 Dec 2004 22:52:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQMqPvr060614; Sun, 26 Dec 2004 22:52:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQMqPe7060613; Sun, 26 Dec 2004 22:52:25 GMT (envelope-from rwatson) Message-Id: <200412262252.iBQMqPe7060613@repoman.freebsd.org> From: Robert Watson Date: Sun, 26 Dec 2004 22:52:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 22:52:25 -0000 rwatson 2004-12-26 22:52:24 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Add "show alllocks" command to DDB, which dumps a list of processes and threads currently holding sleep mutexes (and spin mutexes for curthread). This can be quite useful in looking for a lock condition summary for a system, as it avoids manually iterating through threads and processes to find all the interesting locks. NB: "alllocks" is up there with "lockedvnods" for a bad argument for show. MFC after: 2 weeks Revision Changes Path 1.184 +42 -0 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 22:54:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE20C16A4CE; Sun, 26 Dec 2004 22:54:02 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1145643D1D; Sun, 26 Dec 2004 22:54:02 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao12.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041226225349.JZUP1659.lakermmtao12.cox.net@mezz.mezzweb.com>; Sun, 26 Dec 2004 17:53:49 -0500 To: "Akinori MUSHA" References: <200412232030.iBNKUASp077618@repoman.freebsd.org> <86sm5wsp6z.knu@iDaemons.org> Message-ID: Date: Sun, 26 Dec 2004 16:54:31 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Opera M2/7.54u1 (Linux, build 892) cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby18 Makefile distinfo pkg-plist ports/lang/ruby18/files patch-cgi.rb ports/x11-toolkits/ruby-tk 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, 26 Dec 2004 22:54:03 -0000 On Thu, 23 Dec 2004 15:18:05 -0600, Jeremy Messenger wrote: > On Fri, 24 Dec 2004 06:02:44 +0900, Akinori MUSHA > wrote: > >> At Thu, 23 Dec 2004 14:41:45 -0600, >> Jeremy Messenger wrote: >>> On Thu, 23 Dec 2004 20:30:10 +0000 (UTC), Akinori MUSHA >>> wrote: >>> >>> > knu 2004-12-23 20:30:09 UTC >>> > >>> > FreeBSD ports repository >>> > >>> > Modified files: >>> > Mk bsd.ruby.mk >>> > lang/ruby18 Makefile distinfo pkg-plist >>> > x11-toolkits/ruby-tk pkg-plist >>> > Removed files: >>> > lang/ruby18/files patch-cgi.rb >>> > Log: >>> > Update lang/ruby18 to 1.8.2-preview4. >>> > * Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1) >>> > may coredump with a double free() problem from a misuse of the DL >>> > module. In that case, reinstall sysutils/portupgrade manually. >>> >>> I didn't check those yet, but have you add '-pthread' as default yet? >>> ruby-gtk2/ruby-gnome2 are broke by default in FreeBSD 5.x and 6.x, >>> because of ruby doesn't use -pthread. I have emailed to you few times >>> and you never have reply back. >>> >>> Also, I think we should get rid of _r stuff if it possible. The _r is >>> creating problems, so how about enable it by default? >> >> Sorry, but I have't got to be sure that ruby with -pthread enabled >> works flawlessly. Do you? I'll do some more tests this weekend on my >> FreeBSD 5.x box. If it goes fine, I'll happily enable it by default. > > I can't test it right now.. I can test it tomorrow when I downgrade > GNOME 2.9.x to 2.8.x by via package. Now, I am able to test it and ruby still need to add -pthread. ========================================= % rbbr /libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.400: Undefined symbol "pthread_getschedparam" ========================================= When I added -pthread in ruby's LDFLAGS and this problem went away. I noticed that ruby has '--enable-pthread' option and I don't know if it's any good with FreeBSD. >> On the other hand, I still believe ruby with -pthread enabled does >> coredump on FreeBSD 4.x when combined with a certain kind of external >> libraries, so we can only enable it on FreeBSD >=5.x. What is your >> suggestion with ruby_r vs. FreeBSD 4.x? > > So, you mean the 'RUBY_CONFIGURE_ARGS+= --with-libc_r=yes' cause the > coredump on FreeBSD 4.x? If no, then how about use it by default and > remove the _r voodoo, while we are there enable -pthread only on FreeBSD >> =5.x? I think, it's best to do this one later after FreeBSD 4.11 released. Cheers, Mezz > I still have to admit that I don't know ruby VS FreeBSD 4.x that well. > > Cheers, > Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Dec 26 22:56:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184A716A4CE; Sun, 26 Dec 2004 22:56:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE85943D1D; Sun, 26 Dec 2004 22:56:08 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQMu8A0060743; Sun, 26 Dec 2004 22:56:08 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQMu8TM060742; Sun, 26 Dec 2004 22:56:08 GMT (envelope-from jeff) Message-Id: <200412262256.iBQMu8TM060742@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 22:56:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 22:56:09 -0000 jeff 2004-12-26 22:56:08 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Fix a long standing problem where an ithread would not honor sched_pin(). - Remove the sched_add wrapper that used sched_add_internal() as a backend. Its only purpose was to interpret one flag and turn it into an int. Do the right thing and interpret the flag in sched_add() instead. - Pass the flag argument to sched_add() to kseq_runq_add() so that we can get the SRQ_PREEMPT optimization too. - Add a KEF_INTERNAL flag. If KEF_INTERNAL is set we don't adjust the SLOT counts, otherwise the slot counts are adjusted as soon as we enter sched_add() or sched_rem() rather than when the thread is actually placed on the run queue. This greatly simplifies the handling of slots. - Remove the explicit prevention of migration for ithreads on non-x86 platforms. This was never shown to have any real benefit. - Remove the unused class argument to KSE_CAN_MIGRATE(). - Add ktr points for thread migration events. - Fix a long standing bug on platforms which don't initialize the cpu topology. The ksg_maxid variable was never correctly set on these platforms which caused the long term load balancer to never inspect more than the first group or processor. - Fix another bug which prevented the long term load balancer from working properly. If stathz != hz we can't expect sched_clock() to be called on the exact tick count that we're anticipating. - Rearrange sched_switch() a bit to reduce indentation levels. Revision Changes Path 1.142 +140 -127 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 22:56:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF3616A4CE; Sun, 26 Dec 2004 22:56:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B93F043D1F; Sun, 26 Dec 2004 22:56:51 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQMupQT060790; Sun, 26 Dec 2004 22:56:51 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQMupG1060789; Sun, 26 Dec 2004 22:56:51 GMT (envelope-from jeff) Message-Id: <200412262256.iBQMupG1060789@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 22:56:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_kse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 22:56:52 -0000 jeff 2004-12-26 22:56:51 UTC FreeBSD src repository Modified files: sys/kern kern_kse.c Log: - Remove a 4BSD specific hack since this will work on ULE too. Revision Changes Path 1.208 +0 -4 src/sys/kern/kern_kse.c From owner-cvs-all@FreeBSD.ORG Sun Dec 26 23:05:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E92BE16A4CE; Sun, 26 Dec 2004 23:05:15 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FD7043D3F; Sun, 26 Dec 2004 23:05:15 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.gr (patr530-b239.otenet.gr [212.205.244.247]) iBQN5B1M011757; Mon, 27 Dec 2004 01:05:12 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iBQMdPCE019845; Mon, 27 Dec 2004 00:39:25 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iBQMbts5019832; Mon, 27 Dec 2004 00:37:55 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Mon, 27 Dec 2004 00:37:55 +0200 From: Giorgos Keramidas To: Darren Reed Message-ID: <20041226223755.GC19570@gothmog.gr> References: <200412250048.iBP0mSto090429@repoman.freebsd.org> <20041226083448.GA93350@hub.freebsd.org> <20041226144953.GB93350@hub.freebsd.org> <41CF0326.9090704@errno.com> <20041226184142.GB18879@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041226184142.GB18879@hub.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_fil.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, 26 Dec 2004 23:05:16 -0000 On 2004-12-26 18:41, Darren Reed wrote: >On Sun, Dec 26, 2004 at 10:29:58AM -0800, Sam Leffler wrote: >>>> You seem to fail to do that with appalling regularity. >>> >>> It's unfortunate that it happens but it does. >>> >>> I wish the solution was as easy as your implied suggestion but, >>> sorry, it isn't. >> >> Have you considered finding another committer to take responsibility for >> this code? If you can't run an up to date current system to validate >> changes (not just compilation but also stability in operation) then it >> sounds like there will continue to be problems. > > I wish someone would step forward...I'm going to have significantly less > time (and opportunity, I think) in 2005 to do this than I have in 2004. > > And I'd prefer it if someone did step forward...it's not hard keeping it > upto date, just mechanical and time consuming. Hi Darren, My daily job consumes a lot of my time, otherwise I would gladly start putting some time in ipfilter. I am not *THAT* acquainted with every aspect of the ipfilter source tree, but that's the least of the problems as I can quickly learn how it all fits together. The _only_ problem is ENOTIME, so I don't think I can do a better job that you already do... If I *can* help with anything though (i.e. test building and/or runtime, performance or other tests of patches), please let me know. Having said that, I want to thank you for the effort you do to keep ipfilter up to date. I use ipfilter every day, both on FreeBSD and Solaris systems. Just "thanks" :-) - Giorgos From owner-cvs-all@FreeBSD.ORG Sun Dec 26 23:08:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C87A916A4CE; Sun, 26 Dec 2004 23:08:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A034443D3F; Sun, 26 Dec 2004 23:08:06 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQN86VY061215; Sun, 26 Dec 2004 23:08:06 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQN86th061214; Sun, 26 Dec 2004 23:08:06 GMT (envelope-from thierry) Message-Id: <200412262308.iBQN86th061214@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 23:08:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science Makefile ports/science/x11iraf 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, 26 Dec 2004 23:08:06 -0000 thierry 2004-12-26 23:08:06 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/x11iraf Makefile distinfo pkg-descr pkg-plist Log: Add x11iraf 1.3.1, which provides graphical tools to work with IRAF. PR: 70816 Submitted by: David Syphers. Revision Changes Path 1.54 +1 -0 ports/science/Makefile 1.1 +47 -0 ports/science/x11iraf/Makefile (new) 1.1 +2 -0 ports/science/x11iraf/distinfo (new) 1.1 +9 -0 ports/science/x11iraf/pkg-descr (new) 1.1 +12 -0 ports/science/x11iraf/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Dec 26 23:08:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF8416A4CE; Sun, 26 Dec 2004 23:08:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4944443D3F; Sun, 26 Dec 2004 23:08:18 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQN8ITs061261; Sun, 26 Dec 2004 23:08:18 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQN8IA6061260; Sun, 26 Dec 2004 23:08:18 GMT (envelope-from thierry) Message-Id: <200412262308.iBQN8IA6061260@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 23:08:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 26 Dec 2004 23:08:18 -0000 thierry 2004-12-26 23:08:18 UTC FreeBSD ports repository Modified files: . modules Log: x11iraf --> ports/science/x11iraf Revision Changes Path 1.11668 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Dec 26 23:12:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FF816A4CE; Sun, 26 Dec 2004 23:12:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7AD943D2D; Sun, 26 Dec 2004 23:12:07 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQNC7tr061437; Sun, 26 Dec 2004 23:12:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQNC7rd061436; Sun, 26 Dec 2004 23:12:07 GMT (envelope-from krion) Message-Id: <200412262312.iBQNC7rd061436@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 26 Dec 2004 23:12:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xpcd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 23:12:08 -0000 krion 2004-12-26 23:12:07 UTC FreeBSD ports repository Modified files: graphics/xpcd Makefile Log: Fix MASTER_SITES. Portlint. PR: ports/75226 Submitted by: Andrey Slusar Revision Changes Path 1.5 +2 -2 ports/graphics/xpcd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Dec 26 23:13:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D391B16A4CE; Sun, 26 Dec 2004 23:13:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8E043D46; Sun, 26 Dec 2004 23:13:48 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQNDmjN061553; Sun, 26 Dec 2004 23:13:48 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQNDmsD061552; Sun, 26 Dec 2004 23:13:48 GMT (envelope-from thierry) Message-Id: <200412262313.iBQNDmsD061552@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 23:13:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/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, 26 Dec 2004 23:13:49 -0000 thierry 2004-12-26 23:13:48 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add an entry for David Syphers. PR: ports/70816. Revision Changes Path 1.300 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sun Dec 26 23:21:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52DC716A4CE; Sun, 26 Dec 2004 23:21:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CEA543D2D; Sun, 26 Dec 2004 23:21:49 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQNLnqZ061811; Sun, 26 Dec 2004 23:21:49 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQNLn94061810; Sun, 26 Dec 2004 23:21:49 GMT (envelope-from jeff) Message-Id: <200412262321.iBQNLn94061810@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 26 Dec 2004 23:21:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 23:21:49 -0000 jeff 2004-12-26 23:21:49 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Unintentionally checked in a debugging panic. Remove that. Revision Changes Path 1.143 +0 -4 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 00:20:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B243416A4CE; Mon, 27 Dec 2004 00:20:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9453343D55; Mon, 27 Dec 2004 00:20:06 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR0K6kM063786; Mon, 27 Dec 2004 00:20:06 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR0K6MF063784; Mon, 27 Dec 2004 00:20:06 GMT (envelope-from hrs) Message-Id: <200412270020.iBR0K6MF063784@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 27 Dec 2004 00:20:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/efax Makefile ports/comms/tkscanfax Makefile ports/graphics/pstoepsi Makefileports/japanese/diclookup-mule Makefile ports/japanese/dserver Makefile ports/japanese/escpf ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 00:20:06 -0000 hrs 2004-12-27 00:20:06 UTC FreeBSD ports repository Modified files: comms/efax Makefile comms/tkscanfax Makefile graphics/pstoepsi Makefile japanese/diclookup-emacs20 Makefile japanese/diclookup-mule Makefile japanese/dserver Makefile japanese/escpf Makefile japanese/k12 Makefile japanese/lipsf Makefile japanese/magicpoint Makefile japanese/tgif Makefile japanese/vflib Makefile japanese/xpdf Makefile misc/magicpoint Makefile print/adobe-cmaps Makefile x11-fonts/etlfonts Makefile Log: Back out the previous change. Mita-san will continue to work as the maintainer of this port. Discussed with: mita and nork Revision Changes Path 1.8 +1 -1 ports/comms/efax/Makefile 1.7 +1 -1 ports/comms/tkscanfax/Makefile 1.9 +1 -1 ports/graphics/pstoepsi/Makefile 1.13 +1 -1 ports/japanese/diclookup-emacs20/Makefile 1.12 +1 -1 ports/japanese/diclookup-mule/Makefile 1.21 +1 -1 ports/japanese/dserver/Makefile 1.9 +1 -1 ports/japanese/escpf/Makefile 1.18 +1 -1 ports/japanese/k12/Makefile 1.12 +1 -1 ports/japanese/lipsf/Makefile 1.25 +1 -1 ports/japanese/magicpoint/Makefile 1.27 +1 -1 ports/japanese/tgif/Makefile 1.49 +1 -1 ports/japanese/vflib/Makefile 1.10 +1 -1 ports/japanese/xpdf/Makefile 1.36 +1 -1 ports/misc/magicpoint/Makefile 1.8 +1 -1 ports/print/adobe-cmaps/Makefile 1.17 +1 -1 ports/x11-fonts/etlfonts/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 00:55:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9883416A4CE; Mon, 27 Dec 2004 00:55:52 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68F9343D41; Mon, 27 Dec 2004 00:55:52 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AE03F512C5; Sun, 26 Dec 2004 16:54:56 -0800 (PST) Date: Sun, 26 Dec 2004 16:54:56 -0800 From: Kris Kennaway To: Robert Watson Message-ID: <20041227005456.GA57720@xor.obsecurity.org> References: <200412262252.iBQMqPe7060613@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <200412262252.iBQMqPe7060613@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 00:55:52 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 26, 2004 at 10:52:24PM +0000, Robert Watson wrote: > rwatson 2004-12-26 22:52:24 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern subr_witness.c=20 > Log: > Add "show alllocks" command to DDB, which dumps a list of processes > and threads currently holding sleep mutexes (and spin mutexes for > curthread). This can be quite useful in looking for a lock condition > summary for a system, as it avoids manually iterating through threads > and processes to find all the interesting locks. > =20 > NB: "alllocks" is up there with "lockedvnods" for a bad argument for > show. ITYM "allloks" or perhaps "alllockes" (conservation of vowels). Kris --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBz11gWry0BWjoQKURAqQCAKD5El7TUNxCq36D08AVDDaEzMGV7QCgzqhS 2FwQVZEyiSQF1XBxYFGBiXY= =rspJ -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-cvs-all@FreeBSD.ORG Mon Dec 27 01:01:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11F4216A4CE; Mon, 27 Dec 2004 01:01:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF27C43D1F; Mon, 27 Dec 2004 01:01:17 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR11HIF071690; Mon, 27 Dec 2004 01:01:17 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR11HxZ071689; Mon, 27 Dec 2004 01:01:17 GMT (envelope-from nork) Message-Id: <200412270101.iBR11HxZ071689@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 27 Dec 2004 01:01:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dspam Makefile ports/mail/dspam/files UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 01:01:18 -0000 nork 2004-12-27 01:01:17 UTC FreeBSD ports repository Modified files: mail/dspam Makefile mail/dspam/files UPDATING Log: Fix sqlite docs installation and package building. PR: ports/75518 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) Reported by: pointyhat via kris Revision Changes Path 1.27 +13 -7 ports/mail/dspam/Makefile 1.5 +7 -0 ports/mail/dspam/files/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Dec 27 01:09:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68E6616A4CE; Mon, 27 Dec 2004 01:09:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4253A43D1F; Mon, 27 Dec 2004 01:09:55 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR19tAQ071911; Mon, 27 Dec 2004 01:09:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR19t0p071910; Mon, 27 Dec 2004 01:09:55 GMT (envelope-from edwin) Message-Id: <200412270109.iBR19t0p071910@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 27 Dec 2004 01:09:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/mupen64-sound Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 01:09:55 -0000 edwin 2004-12-27 01:09:55 UTC FreeBSD ports repository Modified files: emulators/mupen64-sound Makefile Log: [MAINTAINER UPDATE] emulators/mupen64-sound fix plist Fix a problem with the mupen64-sound plist (it leaves a directory left over after it has been deleted) PR: 75520 Submitted by: Travis Poppe Revision Changes Path 1.2 +2 -1 ports/emulators/mupen64-sound/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 01:16:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B430016A4CE; Mon, 27 Dec 2004 01:16:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF9243D4C; Mon, 27 Dec 2004 01:16:28 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR1GSox072258; Mon, 27 Dec 2004 01:16:28 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR1GSYf072257; Mon, 27 Dec 2004 01:16:28 GMT (envelope-from ahze) Message-Id: <200412270116.iBR1GSYf072257@repoman.freebsd.org> From: Michael Johnson Date: Mon, 27 Dec 2004 01:16:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/pnet-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: Mon, 27 Dec 2004 01:16:28 -0000 ahze 2004-12-27 01:16:28 UTC FreeBSD ports repository Modified files: lang/pnet-base Makefile Log: Attempt to fix build on sparc64 Pointed out by: pointyhat via kris Revision Changes Path 1.15 +4 -0 ports/lang/pnet-base/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 02:10:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4634E16A4CF; Mon, 27 Dec 2004 02:10:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7BE43D2D; Mon, 27 Dec 2004 02:10:24 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR2AKGk073767; Mon, 27 Dec 2004 02:10:20 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR2AKVZ073766; Mon, 27 Dec 2004 02:10:20 GMT (envelope-from lioux) Message-Id: <200412270210.iBR2AKVZ073766@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 27 Dec 2004 02:10:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/py-dnspython Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 02:10:24 -0000 lioux 2004-12-27 02:10:20 UTC FreeBSD ports repository Modified files: dns/py-dnspython Makefile pkg-plist Log: o Fix PLIST: Use EXAMPLESDIR PLIST_SUB correctly o Bump PORTEREVISION due to PLIST change Submitted by: kris (pointyhat) Revision Changes Path 1.2 +1 -0 ports/dns/py-dnspython/Makefile 1.2 +5 -6 ports/dns/py-dnspython/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 02:27:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C5E216A4CE; Mon, 27 Dec 2004 02:27:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172F343D31; Mon, 27 Dec 2004 02:27:29 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR2RSu5074322; Mon, 27 Dec 2004 02:27:28 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR2RSF1074321; Mon, 27 Dec 2004 02:27:28 GMT (envelope-from danfe) Message-Id: <200412270227.iBR2RSF1074321@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 27 Dec 2004 02:27:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/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: Mon, 27 Dec 2004 02:27:29 -0000 danfe 2004-12-27 02:27:28 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile Log: Mark as for i386 only. Suggested by: remko Revision Changes Path 1.22 +2 -0 ports/x11/nvidia-driver/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 02:53:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA69C16A4CE; Mon, 27 Dec 2004 02:53:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4BD843D53; Mon, 27 Dec 2004 02:53:25 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR2rPtk075082; Mon, 27 Dec 2004 02:53:25 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR2rPdB075081; Mon, 27 Dec 2004 02:53:25 GMT (envelope-from danfe) Message-Id: <200412270253.iBR2rPdB075081@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 27 Dec 2004 02:53:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/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: Mon, 27 Dec 2004 02:53:26 -0000 danfe 2004-12-27 02:53:25 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile Log: nVidia's libGL depends on libm.so.2 which is not available since 5.3-BETA7. Get one via `misc/compat4x' port. PR: ports/74130 Submitted by: Marius Nuennerich Revision Changes Path 1.23 +4 -0 ports/x11/nvidia-driver/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 03:20:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1731416A4CE; Mon, 27 Dec 2004 03:20:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D8143D3F; Mon, 27 Dec 2004 03:20:17 +0000 (GMT) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR3KHXo076274; Mon, 27 Dec 2004 03:20:17 GMT (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR3KHq5076273; Mon, 27 Dec 2004 03:20:17 GMT (envelope-from petef) Message-Id: <200412270320.iBR3KHq5076273@repoman.freebsd.org> From: Pete Fritchman Date: Mon, 27 Dec 2004 03:20:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/scrollz Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 03:20:18 -0000 petef 2004-12-27 03:20:17 UTC FreeBSD ports repository Modified files: irc/scrollz Makefile distinfo Log: Update to 1.9.4. PR: 75480 Submitted by: maintainer Revision Changes Path 1.27 +3 -1 ports/irc/scrollz/Makefile 1.11 +2 -2 ports/irc/scrollz/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 27 03:39:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A71A16A4CE; Mon, 27 Dec 2004 03:39:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1476E43D49; Mon, 27 Dec 2004 03:39:15 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR3dESx076842; Mon, 27 Dec 2004 03:39:14 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR3dEd9076841; Mon, 27 Dec 2004 03:39:14 GMT (envelope-from ijliao) Message-Id: <200412270339.iBR3dEd9076841@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 27 Dec 2004 03:39:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/nanoblogger Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 03:39:15 -0000 ijliao 2004-12-27 03:39:14 UTC FreeBSD ports repository Modified files: www/nanoblogger Makefile distinfo Log: upgrade to 3.1 Revision Changes Path 1.4 +1 -1 ports/www/nanoblogger/Makefile 1.4 +2 -2 ports/www/nanoblogger/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 27 04:00:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA9A16A4CE; Mon, 27 Dec 2004 04:00:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC0E443D46; Mon, 27 Dec 2004 04:00:58 +0000 (GMT) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR40wN1077578; Mon, 27 Dec 2004 04:00:58 GMT (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR40wuc077577; Mon, 27 Dec 2004 04:00:58 GMT (envelope-from max) Message-Id: <200412270400.iBR40wuc077577@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 27 Dec 2004 04:00:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/swi-pl Makefile distinfo pkg-plist ports/lang/swi-pl/files extra-patch-src-configure patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 04:00:59 -0000 max 2004-12-27 04:00:58 UTC FreeBSD ports repository Modified files: lang/swi-pl Makefile distinfo pkg-plist lang/swi-pl/files extra-patch-src-configure patch-aa Log: Upgrade to 5.4.5. Submitted by: Gerhard Gonter PR: 74279, 74791 Gerhard Gonter agreed to take over the maintainership. Revision Changes Path 1.37 +13 -4 ports/lang/swi-pl/Makefile 1.17 +2 -2 ports/lang/swi-pl/distinfo 1.2 +3 -3 ports/lang/swi-pl/files/extra-patch-src-configure 1.7 +4 -18 ports/lang/swi-pl/files/patch-aa 1.19 +10 -3 ports/lang/swi-pl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 04:33:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FE8416A4CE; Mon, 27 Dec 2004 04:33:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DF843D49; Mon, 27 Dec 2004 04:33:57 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR4XvTg080696; Mon, 27 Dec 2004 04:33:57 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR4XvYN080695; Mon, 27 Dec 2004 04:33:57 GMT (envelope-from ijliao) Message-Id: <200412270433.iBR4XvYN080695@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 27 Dec 2004 04:33:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/py-imdbpy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 04:33:57 -0000 ijliao 2004-12-27 04:33:57 UTC FreeBSD ports repository Modified files: www/py-imdbpy Makefile distinfo Log: upgrade to 1.5 Revision Changes Path 1.2 +1 -1 ports/www/py-imdbpy/Makefile 1.2 +2 -2 ports/www/py-imdbpy/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:17:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB8B16A4CE; Mon, 27 Dec 2004 05:17:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C967443D39; Mon, 27 Dec 2004 05:17:11 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR5HBKS088547; Mon, 27 Dec 2004 05:17:11 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR5HBYT088546; Mon, 27 Dec 2004 05:17:11 GMT (envelope-from kan) Message-Id: <200412270517.iBR5HBYT088546@repoman.freebsd.org> From: Alexander Kabaev Date: Mon, 27 Dec 2004 05:17:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/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: Mon, 27 Dec 2004 05:17:12 -0000 kan 2004-12-27 05:17:11 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Do not vput(9) unlocked vnode and do not VREF it with the sole purpose of vputting it back immediately. Complained by: DEBUG_VFS_LOCKS Revision Changes Path 1.174 +0 -2 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:26:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D061916A4CF; Mon, 27 Dec 2004 05:26:01 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D937F43D31; Mon, 27 Dec 2004 05:26:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBR5O4NI005106; Sun, 26 Dec 2004 22:24:04 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 26 Dec 2004 22:24:35 -0700 (MST) Message-Id: <20041226.222435.52824948.imp@bsdimp.com> To: darrenr@hub.freebsd.org From: "M. Warner Losh" In-Reply-To: <20041226182537.GB20920@hub.freebsd.org> References: <20041226165927.GA18879@hub.freebsd.org> <20041226182537.GB20920@hub.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: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: darrenr@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:26:02 -0000 In message: <20041226182537.GB20920@hub.freebsd.org> Darren Reed writes: : On Sun, Dec 26, 2004 at 05:09:23PM +0000, Bjoern A. Zeeb wrote: : > [1] http://sources.zabbadoz.net/freebsd/lor.html#050 : : This would appear, to me, as deficencies in the witness code : and that perhaps LORs, unless they are in the leadup to a system : deadlock'ing, are just something to be ignored. Nearly all LORs could lead to system deadlock, especially in low resource situations. It is highly doubtful that there's a problem in witness. You should fix your code and not ignore the warning. Warner From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:28:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3263616A4CE; Mon, 27 Dec 2004 05:28:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C40B43D2F; Mon, 27 Dec 2004 05:28:00 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR5RxYQ088847; Mon, 27 Dec 2004 05:27:59 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR5Rxel088846; Mon, 27 Dec 2004 05:27:59 GMT (envelope-from alc) Message-Id: <200412270527.iBR5Rxel088846@repoman.freebsd.org> From: Alan Cox Date: Mon, 27 Dec 2004 05:27:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.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, 27 Dec 2004 05:28:00 -0000 alc 2004-12-27 05:27:59 UTC FreeBSD src repository Modified files: sys/vm vm_page.h Log: Note that access to the page's busy count is synchronized by the containing object's lock. Revision Changes Path 1.135 +1 -1 src/sys/vm/vm_page.h From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:36:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D939E16A4DC; Mon, 27 Dec 2004 05:36:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE3943D39; Mon, 27 Dec 2004 05:36:47 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR5al5G089698; Mon, 27 Dec 2004 05:36:47 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR5alfC089697; Mon, 27 Dec 2004 05:36:47 GMT (envelope-from njl) Message-Id: <200412270536.iBR5alfC089697@repoman.freebsd.org> From: Nate Lawson Date: Mon, 27 Dec 2004 05:36:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_ec.c acpi_pcib.c acpi_pcib_pci.c acpi_powerres.c acpi_resource.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:36:48 -0000 njl 2004-12-27 05:36:47 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_ec.c acpi_pcib.c acpi_pcib_pci.c acpi_powerres.c acpi_resource.c Log: Remove trailing whitespace. Revision Changes Path 1.197 +3 -3 src/sys/dev/acpica/acpi.c 1.60 +1 -1 src/sys/dev/acpica/acpi_ec.c 1.53 +1 -1 src/sys/dev/acpica/acpi_pcib.c 1.12 +2 -2 src/sys/dev/acpica/acpi_pcib_pci.c 1.28 +2 -2 src/sys/dev/acpica/acpi_powerres.c 1.32 +1 -1 src/sys/dev/acpica/acpi_resource.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:42:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4A816A4CE; Mon, 27 Dec 2004 05:42:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9836443D6D; Mon, 27 Dec 2004 05:42:32 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR5gWXm092104; Mon, 27 Dec 2004 05:42:32 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR5gWIs092103; Mon, 27 Dec 2004 05:42:32 GMT (envelope-from njl) Message-Id: <200412270542.iBR5gWIs092103@repoman.freebsd.org> From: Nate Lawson Date: Mon, 27 Dec 2004 05:42:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:42:32 -0000 njl 2004-12-27 05:42:32 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Minor cleanup: Reduce stack usage in probe method. Outdent probe. Use TRUE/FALSE instead of 1/0 for booleans. Remove trailing and extra whitespace. Revision Changes Path 1.43 +38 -41 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:45:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3AA16A4CE; Mon, 27 Dec 2004 05:45:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933A143D6D; Mon, 27 Dec 2004 05:45:38 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR5jcod092286; Mon, 27 Dec 2004 05:45:38 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR5jcxO092285; Mon, 27 Dec 2004 05:45:38 GMT (envelope-from njl) Message-Id: <200412270545.iBR5jcxO092285@repoman.freebsd.org> From: Nate Lawson Date: Mon, 27 Dec 2004 05:45:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/acpica acpi_cmbat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:45:38 -0000 njl 2004-12-27 05:45:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/acpica acpi_cmbat.c Log: MFC 1.39: Only report a critical battery level once. Revision Changes Path 1.36.2.3 +9 -3 src/sys/dev/acpica/acpi_cmbat.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:47:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B776916A4CE; Mon, 27 Dec 2004 05:47:11 +0000 (GMT) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0BF43D48; Mon, 27 Dec 2004 05:47:11 +0000 (GMT) (envelope-from joseph@randomnetworks.com) Received: from [192.168.1.253] (c-24-7-164-83.client.comcast.net [24.7.164.83]) (authenticated bits=0) by randomservers.com (8.12.10/8.12.6) with ESMTP id iBR5l7IY099188 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 26 Dec 2004 21:47:08 -0800 (PST) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host c-24-7-164-83.client.comcast.net [24.7.164.83] claimed to be [192.168.1.253] In-Reply-To: <200412251246.iBPCk2oZ027897@repoman.freebsd.org> References: <200412251246.iBPCk2oZ027897@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Joseph Scott Date: Sun, 26 Dec 2004 21:48:28 -0800 To: trevor@freebsd.org, Edwin Groothuis X-Mailer: Apple Mail (2.619) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/astro/celestia Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:47:11 -0000 On Dec 25, 2004, at 4:46 AM, Edwin Groothuis wrote: > edwin 2004-12-25 12:46:02 UTC > > FreeBSD ports repository > > Modified files: > astro/celestia Makefile > Log: > add dependency on graphics/libglut Looking at related PRs, does this imply that ports/68252 is moot? -- Joseph Scott http://joseph.randomnetworks.com/ From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:49:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 58BEC16A4CF; Mon, 27 Dec 2004 05:49:31 +0000 (GMT) Date: Mon, 27 Dec 2004 05:49:31 +0000 From: Darren Reed To: "M. Warner Losh" Message-ID: <20041227054931.GC20920@hub.freebsd.org> References: <20041226165927.GA18879@hub.freebsd.org> <20041226182537.GB20920@hub.freebsd.org> <20041226.222435.52824948.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041226.222435.52824948.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: darrenr@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:49:31 -0000 On Sun, Dec 26, 2004 at 10:24:35PM -0700, M. Warner Losh wrote: > In message: <20041226182537.GB20920@hub.freebsd.org> > Darren Reed writes: > : On Sun, Dec 26, 2004 at 05:09:23PM +0000, Bjoern A. Zeeb wrote: > : > [1] http://sources.zabbadoz.net/freebsd/lor.html#050 > : > : This would appear, to me, as deficencies in the witness code > : and that perhaps LORs, unless they are in the leadup to a system > : deadlock'ing, are just something to be ignored. > > Nearly all LORs could lead to system deadlock, especially in low > resource situations. It is highly doubtful that there's a problem in > witness. You should fix your code and not ignore the warning. As you say, "Nearly all", not "all". I believe the IPFilter ones fall outside of the "all" group. Given what I have seen the witness code do with LOR checking, it is trivial to write code that generates a LOR warning without ever being vulnerable to causing a system deadlock through resource problems. I believe the person who developed witness realised this in time and hence added the "blessed" option so tha twarnings would not be emitted for specific known safe cases. Darren From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:54:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A830C16A4CE; Mon, 27 Dec 2004 05:54:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D48943D1F; Mon, 27 Dec 2004 05:54:13 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR5sDZP092531; Mon, 27 Dec 2004 05:54:13 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR5sDAb092530; Mon, 27 Dec 2004 05:54:13 GMT (envelope-from njl) Message-Id: <200412270554.iBR5sDAb092530@repoman.freebsd.org> From: Nate Lawson Date: Mon, 27 Dec 2004 05:54:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/acpica acpivar.h src/sys/i386/acpica acpi_asus.c acpi_panasonic.c acpi_toshiba.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:54:13 -0000 njl 2004-12-27 05:54:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/acpica acpivar.h sys/i386/acpica acpi_asus.c acpi_panasonic.c acpi_toshiba.c Log: MFC: Unify debugging for third-party drivers under ACPI_OEM. Revision Changes Path 1.79.2.4 +1 -1 src/sys/dev/acpica/acpivar.h 1.11.2.2 +1 -1 src/sys/i386/acpica/acpi_asus.c 1.3.2.2 +3 -0 src/sys/i386/acpica/acpi_panasonic.c 1.13.2.1 +3 -0 src/sys/i386/acpica/acpi_toshiba.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 05:56:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FEAD16A4CE; Mon, 27 Dec 2004 05:56:47 +0000 (GMT) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E32343D53; Mon, 27 Dec 2004 05:56:46 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id 9B41A707437; Mon, 27 Dec 2004 16:56:44 +1100 (EST) X-Viruscan-Id: <41CFA41C000077799A571D@BarNet> Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 5B78170742E; Mon, 27 Dec 2004 16:56:44 +1100 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Certificate Authority" (verified OK)) by mail2-auth.barnet.com.au (Postfix) with ESMTP id D059D70742D; Mon, 27 Dec 2004 16:56:43 +1100 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 800F860E1; Mon, 27 Dec 2004 16:56:42 +1100 (EST) Date: Mon, 27 Dec 2004 16:56:42 +1100 From: Edwin Groothuis To: Joseph Scott Message-ID: <20041227055642.GV63708@k7.mavetju> References: <200412251246.iBPCk2oZ027897@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/astro/celestia Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 05:56:47 -0000 On Sun, Dec 26, 2004 at 09:48:28PM -0800, Joseph Scott wrote: > > On Dec 25, 2004, at 4:46 AM, Edwin Groothuis wrote: > > >edwin 2004-12-25 12:46:02 UTC > > > > FreeBSD ports repository > > > > Modified files: > > astro/celestia Makefile > > Log: > > add dependency on graphics/libglut > > Looking at related PRs, does this imply that ports/68252 is moot? Checking from the CVS logs: yes. Thanks! -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-cvs-all@FreeBSD.ORG Mon Dec 27 06:15:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFB1816A4CE; Mon, 27 Dec 2004 06:15:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A911343D1D; Mon, 27 Dec 2004 06:15:03 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR6F347093242; Mon, 27 Dec 2004 06:15:03 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR6F3wm093241; Mon, 27 Dec 2004 06:15:03 GMT (envelope-from njl) Message-Id: <200412270615.iBR6F3wm093241@repoman.freebsd.org> From: Nate Lawson Date: Mon, 27 Dec 2004 06:15:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 06:15:04 -0000 njl 2004-12-27 06:15:03 UTC FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: Restore the cpu_reset proxy code. It is needed if you want to reset the system from an AP at runtime (i.e., calling cpu_reset from ddb). Someday, if we move to an NMI for stopping cpus instead, we can do away with this. Requested by: jhb Revision Changes Path 1.248 +41 -1 src/sys/i386/i386/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 06:15:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3485216A507; Mon, 27 Dec 2004 06:15:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5145A43D31; Mon, 27 Dec 2004 06:15:26 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR6FQLl093326; Mon, 27 Dec 2004 06:15:26 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR6FQi9093325; Mon, 27 Dec 2004 06:15:26 GMT (envelope-from danfe) Message-Id: <200412270615.iBR6FQi9093325@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 27 Dec 2004 06:15:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/xcurs Makefile distinfo pkg-descr pkg-plist ports/x11/xcurs/files patch-gladew.py patch-xcurs.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: Mon, 27 Dec 2004 06:15:39 -0000 danfe 2004-12-27 06:15:25 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xcurs Makefile distinfo pkg-descr pkg-plist x11/xcurs/files patch-gladew.py patch-xcurs.py Log: Add XCurs, an editor for new, XFree86/XOrg style full-color cursor properties. Revision Changes Path 1.538 +1 -0 ports/x11/Makefile 1.1 +40 -0 ports/x11/xcurs/Makefile (new) 1.1 +2 -0 ports/x11/xcurs/distinfo (new) 1.1 +24 -0 ports/x11/xcurs/files/patch-gladew.py (new) 1.1 +23 -0 ports/x11/xcurs/files/patch-xcurs.py (new) 1.1 +5 -0 ports/x11/xcurs/pkg-descr (new) 1.1 +9 -0 ports/x11/xcurs/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 27 06:19:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF2316A4CE; Mon, 27 Dec 2004 06:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07AA243D2D; Mon, 27 Dec 2004 06:19:51 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR6JoGs093480; Mon, 27 Dec 2004 06:19:50 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR6JoIl093479; Mon, 27 Dec 2004 06:19:50 GMT (envelope-from danfe) Message-Id: <200412270619.iBR6JoIl093479@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 27 Dec 2004 06:19:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 06:19:51 -0000 danfe 2004-12-27 06:19:50 UTC FreeBSD ports repository Modified files: . modules Log: xcurs --> ports/x11/xcurs Revision Changes Path 1.11669 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 27 06:35:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86CBC16A4CE; Mon, 27 Dec 2004 06:35:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6071B43D2D; Mon, 27 Dec 2004 06:35:42 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR6ZgHF094007; Mon, 27 Dec 2004 06:35:42 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR6Zg4m094006; Mon, 27 Dec 2004 06:35:42 GMT (envelope-from njl) Message-Id: <200412270635.iBR6Zg4m094006@repoman.freebsd.org> From: Nate Lawson Date: Mon, 27 Dec 2004 06:35:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 06:35:42 -0000 njl 2004-12-27 06:35:42 UTC FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c Log: Reduce diffs to i386. Revision Changes Path 1.241 +10 -15 src/sys/amd64/amd64/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 06:42:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD9116A4CE; Mon, 27 Dec 2004 06:42:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1591A43D55; Mon, 27 Dec 2004 06:42:26 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR6gPTk094212; Mon, 27 Dec 2004 06:42:25 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR6gPq1094211; Mon, 27 Dec 2004 06:42:25 GMT (envelope-from njl) Message-Id: <200412270642.iBR6gPq1094211@repoman.freebsd.org> From: Nate Lawson Date: Mon, 27 Dec 2004 06:42:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 06:42:26 -0000 njl 2004-12-27 06:42:25 UTC FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c Log: MFi386: Restore cpu_reset proxy code to enable reset from ddb on an AP. Revision Changes Path 1.242 +39 -4 src/sys/amd64/amd64/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 06:58:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A3316A4CE; Mon, 27 Dec 2004 06:58:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C32843D2D; Mon, 27 Dec 2004 06:58:06 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR6w6r8094691; Mon, 27 Dec 2004 06:58:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR6w6dI094690; Mon, 27 Dec 2004 06:58:06 GMT (envelope-from imp) Message-Id: <200412270658.iBR6w6dI094690@repoman.freebsd.org> From: Warner Losh Date: Mon, 27 Dec 2004 06:58:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 06:58:06 -0000 imp 2004-12-27 06:58:06 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Remove duplicate CHPRODUCTS entry. Use tab religiously in the vendor section. Revision Changes Path 1.218 +2 -3 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Mon Dec 27 08:25:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE16016A4CE; Mon, 27 Dec 2004 08:25:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8BA043D2D; Mon, 27 Dec 2004 08:25:47 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR8PlNk001481; Mon, 27 Dec 2004 08:25:47 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR8Plds001480; Mon, 27 Dec 2004 08:25:47 GMT (envelope-from leeym) Message-Id: <200412270825.iBR8Plds001480@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 27 Dec 2004 08:25:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Geo-IP Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 08:25:48 -0000 leeym 2004-12-27 08:25:47 UTC FreeBSD ports repository Modified files: net/p5-Geo-IP Makefile Log: - remove redundant ';' and unbreak this port on 4.x Noticed by: kris Revision Changes Path 1.17 +1 -0 ports/net/p5-Geo-IP/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 08:32:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DBC316A4CE; Mon, 27 Dec 2004 08:32:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3730943D45; Mon, 27 Dec 2004 08:32:41 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR8Wfmt001717; Mon, 27 Dec 2004 08:32:41 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBR8WfmP001716; Mon, 27 Dec 2004 08:32:41 GMT (envelope-from glebius) Message-Id: <200412270832.iBR8WfmP001716@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 27 Dec 2004 08:32:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 08:32:41 -0000 glebius 2004-12-27 08:32:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/gen syslog.c Log: MFC 1.33: Restore standard behavior: log to console only when normal logging failed, not always. PR: bin/75356 Submitted by: Mark Knight Pointy hat to: glebius Revision Changes Path 1.30.2.2 +3 -2 src/lib/libc/gen/syslog.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 10:10:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8949B16A4CE; Mon, 27 Dec 2004 10:10:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63CE743D46; Mon, 27 Dec 2004 10:10:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRAAmlJ011236; Mon, 27 Dec 2004 10:10:48 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRAAmUS011235; Mon, 27 Dec 2004 10:10:48 GMT (envelope-from vs) Message-Id: <200412271010.iBRAAmUS011235@repoman.freebsd.org> From: Volker Stolz Date: Mon, 27 Dec 2004 10:10:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/pixie Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 10:10:48 -0000 vs 2004-12-27 10:10:48 UTC FreeBSD ports repository Modified files: graphics/pixie Makefile distinfo Log: Update to 1.3.25 - force -O since -O2 leads to a out-of-memory situation on 4.X PR: ports/75223 Submitted by: maintainer Revision Changes Path 1.13 +3 -3 ports/graphics/pixie/Makefile 1.6 +2 -2 ports/graphics/pixie/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 27 10:10:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F7016A4CF; Mon, 27 Dec 2004 10:10:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E34B43D46; Mon, 27 Dec 2004 10:10:52 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRAApMt011286; Mon, 27 Dec 2004 10:10:51 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRAApGJ011285; Mon, 27 Dec 2004 10:10:51 GMT (envelope-from tobez) Message-Id: <200412271010.iBRAApGJ011285@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Dec 2004 10:10:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Crypt-ECB Makefile ports/security/p5-Crypt-ECB/files patch-ECB.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 10:10:52 -0000 tobez 2004-12-27 10:10:51 UTC FreeBSD ports repository Modified files: security/p5-Crypt-ECB Makefile Added files: security/p5-Crypt-ECB/files patch-ECB.pm Log: Patch up for http://secunia.com/advisories/13566/ Revision Changes Path 1.6 +1 -0 ports/security/p5-Crypt-ECB/Makefile 1.1 +11 -0 ports/security/p5-Crypt-ECB/files/patch-ECB.pm (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 27 10:47:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D0816A4CE; Mon, 27 Dec 2004 10:47:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3CC043D39; Mon, 27 Dec 2004 10:47:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRAl8uL012336; Mon, 27 Dec 2004 10:47:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRAl88t012335; Mon, 27 Dec 2004 10:47:08 GMT (envelope-from rwatson) Message-Id: <200412271047.iBRAl88t012335@repoman.freebsd.org> From: Robert Watson Date: Mon, 27 Dec 2004 10:47:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 10:47:09 -0000 rwatson 2004-12-27 10:47:08 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Attempt to slightly refine the print out from "show alllocks" -- list the process and thread numbers/names on the same line rather than on separate lines, and print the thread pointer not just the tid. Revision Changes Path 1.185 +2 -2 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 11:17:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B37F16A4CE; Mon, 27 Dec 2004 11:17:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 053A443D4C; Mon, 27 Dec 2004 11:17:40 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRBHdwH013290; Mon, 27 Dec 2004 11:17:39 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRBHdjw013289; Mon, 27 Dec 2004 11:17:39 GMT (envelope-from wilko) Message-Id: <200412271117.iBRBHdjw013289@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 27 Dec 2004 11:17:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/alpha/alpha 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, 27 Dec 2004 11:17:40 -0000 wilko 2004-12-27 11:17:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/alpha/alpha machdep.c Log: Add Alpha CPU types 10-15. Revision Changes Path 1.68.2.18 +7 -1 src/sys/alpha/alpha/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 11:19:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8201016A4CE; Mon, 27 Dec 2004 11:19:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B8B43D2D; Mon, 27 Dec 2004 11:19:04 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRBJ4Gd013490; Mon, 27 Dec 2004 11:19:04 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRBJ4WC013489; Mon, 27 Dec 2004 11:19:04 GMT (envelope-from danfe) Message-Id: <200412271119.iBRBJ4WC013489@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 27 Dec 2004 11:19:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xcurs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 11:19:04 -0000 danfe 2004-12-27 11:19:03 UTC FreeBSD ports repository Modified files: x11/xcurs Makefile Log: Fix a small typo in COMMENT. Revision Changes Path 1.2 +1 -1 ports/x11/xcurs/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 11:21:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA7CF16A4CE; Mon, 27 Dec 2004 11:21:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25B743D1F; Mon, 27 Dec 2004 11:21:35 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRBLZVZ015121; Mon, 27 Dec 2004 11:21:35 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRBLZbY015110; Mon, 27 Dec 2004 11:21:35 GMT (envelope-from vs) Message-Id: <200412271121.iBRBLZbY015110@repoman.freebsd.org> From: Volker Stolz Date: Mon, 27 Dec 2004 11:21:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/ctpp Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 11:21:36 -0000 vs 2004-12-27 11:21:35 UTC FreeBSD ports repository Modified files: textproc/ctpp Makefile distinfo pkg-plist Log: Update to 1.6 PR: ports/75469 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/textproc/ctpp/Makefile 1.4 +2 -2 ports/textproc/ctpp/distinfo 1.3 +6 -0 ports/textproc/ctpp/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 11:28:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C20B216A4CE; Mon, 27 Dec 2004 11:28:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4C243D41; Mon, 27 Dec 2004 11:28:15 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRBSF3X016881; Mon, 27 Dec 2004 11:28:15 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRBSFbQ016880; Mon, 27 Dec 2004 11:28:15 GMT (envelope-from wilko) Message-Id: <200412271128.iBRBSFbQ016880@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 27 Dec 2004 11:28:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/alpha/alpha 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, 27 Dec 2004 11:28:15 -0000 wilko 2004-12-27 11:28:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/alpha/alpha machdep.c Log: Make LCA entry consistent with the other ones. Revision Changes Path 1.68.2.19 +1 -1 src/sys/alpha/alpha/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 11:41:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E55C16A4CE; Mon, 27 Dec 2004 11:41:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ADDE43D54; Mon, 27 Dec 2004 11:41:40 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRBfe5N017343; Mon, 27 Dec 2004 11:41:40 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRBfepr017342; Mon, 27 Dec 2004 11:41:40 GMT (envelope-from vs) Message-Id: <200412271141.iBRBfepr017342@repoman.freebsd.org> From: Volker Stolz Date: Mon, 27 Dec 2004 11:41:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/valgrind Makefile pkg-message pkg-plist ports/devel/valgrind-snapshot Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 11:41:40 -0000 vs 2004-12-27 11:41:40 UTC FreeBSD ports repository Modified files: devel/valgrind Makefile pkg-message pkg-plist devel/valgrind-snapshot Makefile pkg-plist Log: - Add some suppression files & fix packaging[1] (bump PORTREV) - Warn if USER_LDT is not present in 4.x-kernel [2] PR: ports/71832 [1]; ports/75436 [2] Submitted by: Frerich Raabe; maintainer Revision Changes Path 1.10 +39 -2 ports/devel/valgrind-snapshot/Makefile 1.4 +6 -4 ports/devel/valgrind-snapshot/pkg-plist 1.12 +27 -3 ports/devel/valgrind/Makefile 1.3 +10 -0 ports/devel/valgrind/pkg-message 1.4 +1 -0 ports/devel/valgrind/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 11:42:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB3AC16A4CE; Mon, 27 Dec 2004 11:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94AF143D2D; Mon, 27 Dec 2004 11:42:35 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRBgZe4017386; Mon, 27 Dec 2004 11:42:35 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRBgZrc017385; Mon, 27 Dec 2004 11:42:35 GMT (envelope-from vs) Message-Id: <200412271142.iBRBgZrc017385@repoman.freebsd.org> From: Volker Stolz Date: Mon, 27 Dec 2004 11:42:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/valgrind-snapshot 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: Mon, 27 Dec 2004 11:42:35 -0000 vs 2004-12-27 11:42:35 UTC FreeBSD ports repository Added files: devel/valgrind-snapshot pkg-message Log: Add file missed in previous commit Revision Changes Path 1.1 +10 -0 ports/devel/valgrind-snapshot/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 27 12:05:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF54716A4D1; Mon, 27 Dec 2004 12:05:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590BF43D46; Mon, 27 Dec 2004 12:05:11 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRC5BQf018062; Mon, 27 Dec 2004 12:05:11 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRC5BBG018061; Mon, 27 Dec 2004 12:05:11 GMT (envelope-from danfe) Message-Id: <200412271205.iBRC5BBG018061@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 27 Dec 2004 12:05:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/hpack.non-usa.only Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 12:05:26 -0000 danfe 2004-12-27 12:05:11 UTC FreeBSD ports repository Modified files: archivers/hpack.non-usa.only Makefile distinfo Log: Apparently, distfile got rerolled for some reason, but diff(1) shows no differences with the previous one, so unbreak for now. Revision Changes Path 1.25 +0 -2 ports/archivers/hpack.non-usa.only/Makefile 1.4 +1 -1 ports/archivers/hpack.non-usa.only/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 27 12:23:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7321F16A4CE; Mon, 27 Dec 2004 12:23:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C41E43D41; Mon, 27 Dec 2004 12:23:28 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRCNSJl018678; Mon, 27 Dec 2004 12:23:28 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRCNSuD018677; Mon, 27 Dec 2004 12:23:28 GMT (envelope-from maxim) Message-Id: <200412271223.iBRCNSuD018677@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 12:23:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 12:23:28 -0000 maxim 2004-12-27 12:23:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/misc bsd-family-tree Log: MFC revs.1.81 - 1.87: FreeBSD 4.10-RELEASE, DragonFly BSD 1.0, 6.0-CURRENT, FreeBSD 5.3, OpenBSD 3.6, NetBSD 2.0, "FreeBSD Design and Impl." book description. Revision Changes Path 1.21.2.19 +39 -20 src/share/misc/bsd-family-tree From owner-cvs-all@FreeBSD.ORG Mon Dec 27 12:23:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 696FE16A4CE; Mon, 27 Dec 2004 12:23:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D0243D46; Mon, 27 Dec 2004 12:23:59 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRCNxmS018718; Mon, 27 Dec 2004 12:23:59 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRCNxJD018717; Mon, 27 Dec 2004 12:23:59 GMT (envelope-from mat) Message-Id: <200412271223.iBRCNxJD018717@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 27 Dec 2004 12:23:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-WWW-Mechanize Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 12:23:59 -0000 mat 2004-12-27 12:23:59 UTC FreeBSD ports repository Modified files: www/p5-WWW-Mechanize Makefile distinfo Log: Update to 1.08 Revision Changes Path 1.12 +4 -3 ports/www/p5-WWW-Mechanize/Makefile 1.10 +2 -2 ports/www/p5-WWW-Mechanize/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 27 12:46:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA8016A4CE; Mon, 27 Dec 2004 12:46:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86F543D45; Mon, 27 Dec 2004 12:46:10 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRCkA0I019522; Mon, 27 Dec 2004 12:46:10 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRCkAW0019521; Mon, 27 Dec 2004 12:46:10 GMT (envelope-from maxim) Message-Id: <200412271246.iBRCkAW0019521@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 12:46:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/dump dump.h itime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 12:46:11 -0000 maxim 2004-12-27 12:46:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/dump dump.h itime.c Log: MFC rev. 1.27 dump.h and rev. 1.16 itime.c: do not dump core in -W if dumpdates was not readable and ddatev == NULL; remove unused ddates_in. Revision Changes Path 1.26.2.1 +2 -2 src/sbin/dump/dump.h 1.15.2.1 +0 -3 src/sbin/dump/itime.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 12:53:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4245A16A4CE; Mon, 27 Dec 2004 12:53:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B40D43D39; Mon, 27 Dec 2004 12:53:31 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRCrUaf026273; Mon, 27 Dec 2004 12:53:30 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRCrUKL026272; Mon, 27 Dec 2004 12:53:30 GMT (envelope-from maxim) Message-Id: <200412271253.iBRCrUKL026272@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 12:53:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/dump dump.h itime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 12:53:31 -0000 maxim 2004-12-27 12:53:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/dump dump.h itime.c Log: MFC rev. 1.27 dump.h and rev. 1.16 itime.c: do not dump core in -W if dumpdates was not readable and ddatev == NULL; remove unused ddates_in. Revision Changes Path 1.7.6.5 +2 -2 src/sbin/dump/dump.h 1.3.2.2 +1 -4 src/sbin/dump/itime.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 13:09:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CF7D16A4CE; Mon, 27 Dec 2004 13:09:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE4C43D31; Mon, 27 Dec 2004 13:09:39 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRD9d3P026772; Mon, 27 Dec 2004 13:09:39 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRD9dLM026771; Mon, 27 Dec 2004 13:09:39 GMT (envelope-from maxim) Message-Id: <200412271309.iBRD9dLM026771@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 13:09:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 13:09:40 -0000 maxim 2004-12-27 13:09:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/sh sh.1 Log: MFC rev. 1.94: add a missed "." . Revision Changes Path 1.92.2.1 +1 -1 src/bin/sh/sh.1 From owner-cvs-all@FreeBSD.ORG Mon Dec 27 13:11:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F31E516A4CE; Mon, 27 Dec 2004 13:11:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD45343D3F; Mon, 27 Dec 2004 13:11:02 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRDB2co026877; Mon, 27 Dec 2004 13:11:02 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRDB2xP026876; Mon, 27 Dec 2004 13:11:02 GMT (envelope-from maxim) Message-Id: <200412271311.iBRDB2xP026876@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 13:11:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 13:11:03 -0000 maxim 2004-12-27 13:11:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/sh sh.1 Log: MFC rev. 1.94: add a missed "." . Revision Changes Path 1.39.2.26 +1 -1 src/bin/sh/sh.1 From owner-cvs-all@FreeBSD.ORG Mon Dec 27 13:16:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6100416A4CE; Mon, 27 Dec 2004 13:16:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A8143D49; Mon, 27 Dec 2004 13:16:53 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRDGrTj027150; Mon, 27 Dec 2004 13:16:53 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRDGrjo027149; Mon, 27 Dec 2004 13:16:53 GMT (envelope-from maxim) Message-Id: <200412271316.iBRDGrjo027149@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 13:16:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libc/gen sigsetops.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: Mon, 27 Dec 2004 13:16:53 -0000 maxim 2004-12-27 13:16:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/gen sigsetops.3 Log: MFC rev. 1.9: no macros for sigemptyset(3) and friends, sigismember(3) could return -1. Revision Changes Path 1.8.4.1 +12 -9 src/lib/libc/gen/sigsetops.3 From owner-cvs-all@FreeBSD.ORG Mon Dec 27 13:18:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA6016A4CE; Mon, 27 Dec 2004 13:18:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F2A43D4C; Mon, 27 Dec 2004 13:18:19 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRDIJVx027222; Mon, 27 Dec 2004 13:18:19 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRDIJHf027221; Mon, 27 Dec 2004 13:18:19 GMT (envelope-from maxim) Message-Id: <200412271318.iBRDIJHf027221@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 13:18:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/gen sigsetops.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: Mon, 27 Dec 2004 13:18:19 -0000 maxim 2004-12-27 13:18:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/gen sigsetops.3 Log: MFC rev. 1.9: no macros for sigemptyset(3) and friends, sigismember(3) could return -1. Revision Changes Path 1.4.2.4 +12 -9 src/lib/libc/gen/sigsetops.3 From owner-cvs-all@FreeBSD.ORG Mon Dec 27 13:21:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3619B16A4CE; Mon, 27 Dec 2004 13:21:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E2F043D64; Mon, 27 Dec 2004 13:21:32 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRDLVm2027401; Mon, 27 Dec 2004 13:21:31 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRDLVcj027400; Mon, 27 Dec 2004 13:21:31 GMT (envelope-from maxim) Message-Id: <200412271321.iBRDLVcj027400@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 13:21:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/repquota repquota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 13:21:32 -0000 maxim 2004-12-27 13:21:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/repquota repquota.c Log: MFC rev. 1.19: allocate an additional white space in a username column. Revision Changes Path 1.18.2.1 +3 -3 src/usr.sbin/repquota/repquota.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 13:22:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62F2D16A4CE; Mon, 27 Dec 2004 13:22:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDFC43D1D; Mon, 27 Dec 2004 13:22:37 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRDMbei027456; Mon, 27 Dec 2004 13:22:37 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRDMbC3027455; Mon, 27 Dec 2004 13:22:37 GMT (envelope-from maxim) Message-Id: <200412271322.iBRDMbC3027455@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Dec 2004 13:22:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/repquota repquota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 13:22:37 -0000 maxim 2004-12-27 13:22:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/repquota repquota.c Log: MFC rev. 1.19: allocate an additional white space in a username column. Revision Changes Path 1.9.2.3 +3 -3 src/usr.sbin/repquota/repquota.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 14:30:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0FBF16A4CE; Mon, 27 Dec 2004 14:30:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA68D43D39; Mon, 27 Dec 2004 14:30:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBREUsKm029525; Mon, 27 Dec 2004 14:30:54 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBREUsSQ029524; Mon, 27 Dec 2004 14:30:54 GMT (envelope-from ru) Message-Id: <200412271430.iBREUsSQ029524@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Dec 2004 14:30:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/arp arp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 14:30:55 -0000 ru 2004-12-27 14:30:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/arp arp.c Log: MFC: 1.54: Print MAC addresses of VLAN interfaces properly. Revision Changes Path 1.53.2.1 +2 -1 src/usr.sbin/arp/arp.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 14:32:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041D316A4CE; Mon, 27 Dec 2004 14:32:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D14FD43D54; Mon, 27 Dec 2004 14:32:25 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBREWP7S029577; Mon, 27 Dec 2004 14:32:25 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBREWP0K029576; Mon, 27 Dec 2004 14:32:25 GMT (envelope-from dd) Message-Id: <200412271432.iBREWP0K029576@repoman.freebsd.org> From: Dima Dorfman Date: Mon, 27 Dec 2004 14:32:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/scheme48 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 14:32:26 -0000 dd 2004-12-27 14:32:25 UTC FreeBSD ports repository Modified files: lang/scheme48 Makefile distinfo pkg-plist Log: Upgrade to 1.2 Revision Changes Path 1.29 +2 -2 ports/lang/scheme48/Makefile 1.8 +2 -2 ports/lang/scheme48/distinfo 1.9 +4 -0 ports/lang/scheme48/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 14:33:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D50416A4CE; Mon, 27 Dec 2004 14:33:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6870A43D45; Mon, 27 Dec 2004 14:33:19 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBREXJkO029645; Mon, 27 Dec 2004 14:33:19 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBREXJne029644; Mon, 27 Dec 2004 14:33:19 GMT (envelope-from roam) Message-Id: <200412271433.iBREXJne029644@repoman.freebsd.org> From: Peter Pentchev Date: Mon, 27 Dec 2004 14:33:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/stunnel Makefile distinfo pkg-plist ports/security/stunnel/files patch-Makefile.in patch-aa patch-src::network.c ssl-noengine.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 14:33:19 -0000 roam 2004-12-27 14:33:19 UTC FreeBSD ports repository Modified files: security/stunnel Makefile distinfo pkg-plist security/stunnel/files patch-Makefile.in ssl-noengine.patch Added files: security/stunnel/files patch-src::network.c Removed files: security/stunnel/files patch-aa Log: Update to stunnel-4.06. In addition to the PR: - enable the new IPv6 functionality when WITH_IPV6 is defined; - at last move over to libtool-1.5 and get rid of the .la file; - update the WITH_STUNNEL_SSL_ENGINE message to also mention FreeBSD 6.x; - remove the obsolete sock_ioctlsocket() definition from patch-aa; - fix a couple of getnameinfo(3)-related buglets; - fix a poll(2)-related buglet: it seems FreeBSD insists (correctly) that INFTIM passed to poll(2) should be -1, not just any negative value. PR: 75519 (somewhat) Submitted by: Dan Langille Revision Changes Path 1.56 +7 -4 ports/security/stunnel/Makefile 1.32 +2 -2 ports/security/stunnel/distinfo 1.4 +10 -10 ports/security/stunnel/files/patch-Makefile.in 1.5 +0 -10 ports/security/stunnel/files/patch-aa (dead) 1.1 +39 -0 ports/security/stunnel/files/patch-src::network.c (new) 1.2 +9 -9 ports/security/stunnel/files/ssl-noengine.patch 1.9 +1 -1 ports/security/stunnel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 14:50:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C72DB16A4CE; Mon, 27 Dec 2004 14:50:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8F143D3F; Mon, 27 Dec 2004 14:50:44 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBREoiTa031079; Mon, 27 Dec 2004 14:50:44 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBREoi5S031075; Mon, 27 Dec 2004 14:50:44 GMT (envelope-from lth) Message-Id: <200412271450.iBREoi5S031075@repoman.freebsd.org> From: Lars Thegler Date: Mon, 27 Dec 2004 14:50:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-MockModule Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 14:50:44 -0000 lth 2004-12-27 14:50:44 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-MockModule Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-MockModule 0.04, override subroutines in a module for unit testing. Revision Changes Path 1.1781 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/p5-Test-MockModule/Makefile (new) 1.1 +2 -0 ports/devel/p5-Test-MockModule/distinfo (new) 1.1 +4 -0 ports/devel/p5-Test-MockModule/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Test-MockModule/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 27 14:50:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5101016A4CE; Mon, 27 Dec 2004 14:50:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B35743D41; Mon, 27 Dec 2004 14:50:58 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBREownf031183; Mon, 27 Dec 2004 14:50:58 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBREowPd031182; Mon, 27 Dec 2004 14:50:58 GMT (envelope-from lth) Message-Id: <200412271450.iBREowPd031182@repoman.freebsd.org> From: Lars Thegler Date: Mon, 27 Dec 2004 14:50:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 14:50:58 -0000 lth 2004-12-27 14:50:58 UTC FreeBSD ports repository Modified files: . modules Log: p5-Test-MockModule --> ports/devel/p5-Test-MockModule Revision Changes Path 1.11670 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 27 15:47:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 692C216A4CE; Mon, 27 Dec 2004 15:47:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C2B43D48; Mon, 27 Dec 2004 15:47:52 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRFlqqD033281; Mon, 27 Dec 2004 15:47:52 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRFlqtY033280; Mon, 27 Dec 2004 15:47:52 GMT (envelope-from joerg) Message-Id: <200412271547.iBRFlqtY033280@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 27 Dec 2004 15:47:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/avr-gcc 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, 27 Dec 2004 15:47:52 -0000 joerg 2004-12-27 15:47:51 UTC FreeBSD ports repository Modified files: devel/avr-gcc pkg-plist Log: Fix pkg-plist. (Remove two shared directories.) Revision Changes Path 1.19 +2 -0 ports/devel/avr-gcc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 15:48:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F12E16A4CE; Mon, 27 Dec 2004 15:48:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3857D43D2F; Mon, 27 Dec 2004 15:48:52 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRFmqvV033329; Mon, 27 Dec 2004 15:48:52 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRFmqpB033328; Mon, 27 Dec 2004 15:48:52 GMT (envelope-from joerg) Message-Id: <200412271548.iBRFmqpB033328@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 27 Dec 2004 15:48:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/abc2mtex 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, 27 Dec 2004 15:48:52 -0000 joerg 2004-12-27 15:48:52 UTC FreeBSD ports repository Modified files: print/abc2mtex pkg-plist Log: Fix pkg-plist: remove shared directory. Revision Changes Path 1.3 +1 -0 ports/print/abc2mtex/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 15:53:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E5916A4CF; Mon, 27 Dec 2004 15:53:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9DC43D41; Mon, 27 Dec 2004 15:53:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRFrjHJ035264; Mon, 27 Dec 2004 15:53:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRFrj4i035263; Mon, 27 Dec 2004 15:53:45 GMT (envelope-from pjd) Message-Id: <200412271553.iBRFrj4i035263@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 27 Dec 2004 15:53:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 15:53:45 -0000 pjd 2004-12-27 15:53:44 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Fix mbuf leak. Submitted by: Johnny Eriksson MFC after: 5 days Revision Changes Path 1.141 +3 -1 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 17:16:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D46916A4CE; Mon, 27 Dec 2004 17:16:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B1943D2F; Mon, 27 Dec 2004 17:16:40 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRHGdFS046805; Mon, 27 Dec 2004 17:16:39 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRHGdIR046804; Mon, 27 Dec 2004 17:16:39 GMT (envelope-from nork) Message-Id: <200412271716.iBRHGdIR046804@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 27 Dec 2004 17:16:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/eb Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 17:16:40 -0000 nork 2004-12-27 17:16:39 UTC FreeBSD ports repository Modified files: japanese/eb Makefile pkg-plist Log: Fix pkg-plist problem. Submitted by: KIMURA Yasuhiro Reviewed by: rushani Approved by: maintainer (blanket) Pointy hat to: myself Revision Changes Path 1.47 +1 -1 ports/japanese/eb/Makefile 1.16 +2 -0 ports/japanese/eb/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 17:18:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CEB16A4CE; Mon, 27 Dec 2004 17:18:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0753643D39; Mon, 27 Dec 2004 17:18:19 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRHIIRM046904; Mon, 27 Dec 2004 17:18:18 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRHIIeh046903; Mon, 27 Dec 2004 17:18:18 GMT (envelope-from lth) Message-Id: <200412271718.iBRHIIeh046903@repoman.freebsd.org> From: Lars Thegler Date: Mon, 27 Dec 2004 17:18:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-IO-CaptureOutput Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 17:18:19 -0000 lth 2004-12-27 17:18:18 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-IO-CaptureOutput Makefile distinfo pkg-descr pkg-plist Log: Add p5-IO-CaptureOutput 1.02, capture STDOUT/STDERR from subprocesses and XS/C modules. Revision Changes Path 1.1782 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-IO-CaptureOutput/Makefile (new) 1.1 +2 -0 ports/devel/p5-IO-CaptureOutput/distinfo (new) 1.1 +4 -0 ports/devel/p5-IO-CaptureOutput/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-IO-CaptureOutput/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 27 17:18:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AD6116A4CE; Mon, 27 Dec 2004 17:18:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5001743D45; Mon, 27 Dec 2004 17:18:33 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRHIXAS046951; Mon, 27 Dec 2004 17:18:33 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRHIXca046950; Mon, 27 Dec 2004 17:18:33 GMT (envelope-from lth) Message-Id: <200412271718.iBRHIXca046950@repoman.freebsd.org> From: Lars Thegler Date: Mon, 27 Dec 2004 17:18:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 17:18:33 -0000 lth 2004-12-27 17:18:33 UTC FreeBSD ports repository Modified files: . modules Log: p5-IO-CaptureOutput --> ports/devel/p5-IO-CaptureOutput Revision Changes Path 1.11671 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 27 17:20:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C2AF16A4CE; Mon, 27 Dec 2004 17:20:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3145743D54; Mon, 27 Dec 2004 17:20:07 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRHK7nm047046; Mon, 27 Dec 2004 17:20:07 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRHK6ZP047045; Mon, 27 Dec 2004 17:20:06 GMT (envelope-from pjd) Message-Id: <200412271720.iBRHK6ZP047045@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 27 Dec 2004 17:20:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/md md.c src/sys/sys mdioctl.h src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 17:20:07 -0000 pjd 2004-12-27 17:20:06 UTC FreeBSD src repository Modified files: sys/dev/md md.c sys/sys mdioctl.h sbin/mdconfig mdconfig.c Log: Rewrite piece of code which I committed some time ago that allows to show file name for 'mdconfig -l -u ' command. This allows to preserve API/ABI compatibility with version 0 (that's why I changed version number back to 0) and will allow to merge this change to RELENG_5. MFC after: 5 days Revision Changes Path 1.39 +5 -1 src/sbin/mdconfig/mdconfig.c 1.146 +8 -10 src/sys/dev/md/md.c 1.19 +2 -2 src/sys/sys/mdioctl.h From owner-cvs-all@FreeBSD.ORG Mon Dec 27 18:18:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E05F16A4CE; Mon, 27 Dec 2004 18:18:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778FC43D49; Mon, 27 Dec 2004 18:18:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRIIcGv049207; Mon, 27 Dec 2004 18:18:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRIIcTI049206; Mon, 27 Dec 2004 18:18:38 GMT (envelope-from imp) Message-Id: <200412271818.iBRIIcTI049206@repoman.freebsd.org> From: Warner Losh Date: Mon, 27 Dec 2004 18:18:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa isa_common.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 18:18:38 -0000 imp 2004-12-27 18:18:38 UTC FreeBSD src repository Modified files: sys/isa isa_common.c Log: Formatting nits Revision Changes Path 1.40 +6 -6 src/sys/isa/isa_common.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 18:21:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C487016A4CE; Mon, 27 Dec 2004 18:21:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DDAC43D2D; Mon, 27 Dec 2004 18:21:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRILd5P049383; Mon, 27 Dec 2004 18:21:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRILdql049382; Mon, 27 Dec 2004 18:21:39 GMT (envelope-from imp) Message-Id: <200412271821.iBRILdql049382@repoman.freebsd.org> From: Warner Losh Date: Mon, 27 Dec 2004 18:21:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/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: Mon, 27 Dec 2004 18:21:39 -0000 imp 2004-12-27 18:21:39 UTC FreeBSD src repository Modified files: sys/conf majors Log: Add note about where major numbers are now assigned Revision Changes Path 1.204 +3 -0 src/sys/conf/majors From owner-cvs-all@FreeBSD.ORG Mon Dec 27 18:35:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F028C16A4CE; Mon, 27 Dec 2004 18:35:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C2743D48; Mon, 27 Dec 2004 18:35:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRIZxho049813; Mon, 27 Dec 2004 18:35:59 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRIZxQm049812; Mon, 27 Dec 2004 18:35:59 GMT (envelope-from thierry) Message-Id: <200412271835.iBRIZxQm049812@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 27 Dec 2004 18:35:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gambas Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 18:36:00 -0000 thierry 2004-12-27 18:35:59 UTC FreeBSD ports repository Modified files: lang/gambas Makefile distinfo Log: Upgrade to 1.0-RC6. Warning! As of this update, the password of your databases connections are crypted. If you were using the database manager, please remove ~/.gambas/gambas-database-manager.conf before launching the new version. Revision Changes Path 1.24 +2 -2 ports/lang/gambas/Makefile 1.17 +2 -2 ports/lang/gambas/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 27 18:39:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77DB716A4CE; Mon, 27 Dec 2004 18:39:27 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4160443D41; Mon, 27 Dec 2004 18:39:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4795A512C1; Mon, 27 Dec 2004 10:38:06 -0800 (PST) Date: Mon, 27 Dec 2004 10:38:06 -0800 From: Kris Kennaway To: Thierry Thomas Message-ID: <20041227183806.GA39216@xor.obsecurity.org> References: <200412271835.iBRIZxQm049812@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <200412271835.iBRIZxQm049812@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gambas Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 18:39:27 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 27, 2004 at 06:35:59PM +0000, Thierry Thomas wrote: > thierry 2004-12-27 18:35:59 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > lang/gambas Makefile distinfo=20 > Log: > Upgrade to 1.0-RC6. > =20 > Warning! As of this update, the password of your databases connections > are crypted. If you were using the database manager, please remove > ~/.gambas/gambas-database-manager.conf before launching the new version. UPDATING fodder. Kris --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0FaOWry0BWjoQKURAtwuAJ9YgoTnLbvxeUZtUcV+UIDOIU5oUwCfdaha OqFxCi8fkE6Q1XxegwFxOfg= =zT04 -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-cvs-all@FreeBSD.ORG Mon Dec 27 18:51:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3770916A4CE; Mon, 27 Dec 2004 18:51:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6CA43D54; Mon, 27 Dec 2004 18:51:00 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRIoxrR050274; Mon, 27 Dec 2004 18:50:59 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRIoxxA050273; Mon, 27 Dec 2004 18:50:59 GMT (envelope-from wilko) Message-Id: <200412271850.iBRIoxxA050273@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 27 Dec 2004 18:50:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/alpha/alpha 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, 27 Dec 2004 18:51:00 -0000 wilko 2004-12-27 18:50:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) sys/alpha/alpha machdep.c Log: Add missing Alpha CPU models. Approved by: re (kensmith) Revision Changes Path 1.68.2.17.6.1 +8 -2 src/sys/alpha/alpha/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 18:58:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E8C16A4CE; Mon, 27 Dec 2004 18:58:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F7743D53; Mon, 27 Dec 2004 18:58:57 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRIwvEd050516; Mon, 27 Dec 2004 18:58:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRIwvPk050515; Mon, 27 Dec 2004 18:58:57 GMT (envelope-from imp) Message-Id: <200412271858.iBRIwvPk050515@repoman.freebsd.org> From: Warner Losh Date: Mon, 27 Dec 2004 18:58:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/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: Mon, 27 Dec 2004 18:58:57 -0000 imp 2004-12-27 18:58:57 UTC FreeBSD src repository Modified files: sys/conf majors Log: nos->now typo reported by njl Revision Changes Path 1.205 +1 -1 src/sys/conf/majors From owner-cvs-all@FreeBSD.ORG Mon Dec 27 19:08:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D291C16A4CF; Mon, 27 Dec 2004 19:08:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD3E43D68; Mon, 27 Dec 2004 19:08:03 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRJ83YH050827; Mon, 27 Dec 2004 19:08:03 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRJ834d050826; Mon, 27 Dec 2004 19:08:03 GMT (envelope-from obraun) Message-Id: <200412271908.iBRJ834d050826@repoman.freebsd.org> From: Oliver Braun Date: Mon, 27 Dec 2004 19:08:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/multitail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 19:08:04 -0000 obraun 2004-12-27 19:08:03 UTC FreeBSD ports repository Modified files: sysutils/multitail Makefile distinfo Log: Upgrade to 3.4.3. Revision Changes Path 1.34 +1 -1 ports/sysutils/multitail/Makefile 1.33 +2 -2 ports/sysutils/multitail/distinfo From owner-cvs-all@FreeBSD.ORG Mon Dec 27 19:37:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B278D16A4CE; Mon, 27 Dec 2004 19:37:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8811D43D1D; Mon, 27 Dec 2004 19:37:24 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRJbOBP051795; Mon, 27 Dec 2004 19:37:24 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRJbOIk051794; Mon, 27 Dec 2004 19:37:24 GMT (envelope-from kris) Message-Id: <200412271937.iBRJbOIk051794@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 27 Dec 2004 19:37:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/tome Makefile distinfo pkg-plist ports/games/tome/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: Mon, 27 Dec 2004 19:37:24 -0000 kris 2004-12-27 19:37:24 UTC FreeBSD ports repository Modified files: games/tome Makefile distinfo pkg-plist Removed files: games/tome/files patch-aa Log: Update to tome 2.3.0 and assign maintainership to submitter. Submitted by: Peter Thoenen PR: ports/75327 (based on) Revision Changes Path 1.10 +5 -7 ports/games/tome/Makefile 1.8 +2 -2 ports/games/tome/distinfo 1.5 +0 -76 ports/games/tome/files/patch-aa (dead) 1.6 +169 -22 ports/games/tome/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 19:56:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1484516A4D1 for ; Mon, 27 Dec 2004 19:56:33 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 693D243D4C for ; Mon, 27 Dec 2004 19:56:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 32180 invoked from network); 27 Dec 2004 19:56:32 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 27 Dec 2004 19:56:31 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBRJuJcV088548; Mon, 27 Dec 2004 14:56:24 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Gleb Smirnoff Date: Mon, 27 Dec 2004 11:44:33 -0500 User-Agent: KMail/1.6.2 References: <200412240948.iBO9miMg031489@repoman.freebsd.org> In-Reply-To: <200412240948.iBO9miMg031489@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412271144.33893.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 19:56:33 -0000 On Friday 24 December 2004 04:48 am, Gleb Smirnoff wrote: > glebius 2004-12-24 09:48:44 UTC > > FreeBSD src repository > > Modified files: > lib/libc/gen syslog.c > Log: > Restore standard behavior: log to console only when normal logging > failed, not always. > > PR: bin/75356 > Submitted by: Mark Knight > Pointy hat to: glebius > MFC after: 3 days Thanks!!!!! All the recent spammage from amd on the console has been quite annoying recently. :) -- 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 27 20:38:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6660116A4CE; Mon, 27 Dec 2004 20:38:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D13643D1D; Mon, 27 Dec 2004 20:38:38 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRKccRc053606; Mon, 27 Dec 2004 20:38:38 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRKcciW053605; Mon, 27 Dec 2004 20:38:38 GMT (envelope-from clement) Message-Id: <200412272038.iBRKcciW053605@repoman.freebsd.org> From: Clement Laforet Date: Mon, 27 Dec 2004 20:38:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile.doc ports/www/apache21 Makefile.doc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 20:38:38 -0000 clement 2004-12-27 20:38:37 UTC FreeBSD ports repository Modified files: www/apache2 Makefile.doc www/apache21 Makefile.doc Log: - Add a note about the dangerousness of quotes in make.conf Revision Changes Path 1.14 +4 -1 ports/www/apache2/Makefile.doc 1.3 +3 -1 ports/www/apache21/Makefile.doc From owner-cvs-all@FreeBSD.ORG Mon Dec 27 20:49:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FDF416A4D3; Mon, 27 Dec 2004 20:49:06 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5AC43D53; Mon, 27 Dec 2004 20:49:05 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id E62424A9C2; Mon, 27 Dec 2004 14:49:04 -0600 (CST) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 07218-01-26; Mon, 27 Dec 2004 14:49:04 -0600 (CST) Received: from noel.cs.rice.edu (noel.cs.rice.edu [128.42.1.136]) by cs.rice.edu (Postfix) with ESMTP id 5D0B84A9D8; Mon, 27 Dec 2004 14:49:04 -0600 (CST) Received: (from alc@localhost) by noel.cs.rice.edu (8.12.10+Sun/8.12.9/Submit) id iBRKmkxl017600; Mon, 27 Dec 2004 14:48:46 -0600 (CST) Date: Mon, 27 Dec 2004 14:48:46 -0600 From: Alan Cox To: Darren Reed Message-ID: <20041227204846.GC15591@noel.cs.rice.edu> References: <20041226165927.GA18879@hub.freebsd.org> <20041226182537.GB20920@hub.freebsd.org> <20041226.222435.52824948.imp@bsdimp.com> <20041227054931.GC20920@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041227054931.GC20920@hub.freebsd.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: darrenr@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 20:49:06 -0000 On Mon, Dec 27, 2004 at 05:49:31AM +0000, Darren Reed wrote: > On Sun, Dec 26, 2004 at 10:24:35PM -0700, M. Warner Losh wrote: > > In message: <20041226182537.GB20920@hub.freebsd.org> > > Darren Reed writes: > > : On Sun, Dec 26, 2004 at 05:09:23PM +0000, Bjoern A. Zeeb wrote: > > : > [1] http://sources.zabbadoz.net/freebsd/lor.html#050 > > : > > : This would appear, to me, as deficencies in the witness code > > : and that perhaps LORs, unless they are in the leadup to a system > > : deadlock'ing, are just something to be ignored. > > > > Nearly all LORs could lead to system deadlock, especially in low > > resource situations. It is highly doubtful that there's a problem in > > witness. You should fix your code and not ignore the warning. > > As you say, "Nearly all", not "all". I believe the IPFilter ones fall > outside of the "all" group. > > Given what I have seen the witness code do with LOR checking, it is > trivial to write code that generates a LOR warning without ever being > vulnerable to causing a system deadlock through resource problems. > > I believe the person who developed witness realised this in time and > hence added the "blessed" option so tha twarnings would not be emitted > for specific known safe cases. Darren, Based upon a quick look at the above URL, I would say that the problem is that you are acquiring an sx lock after a mutex is held. That is not allowed. More generally, an sx lock is termed a "sleepable" lock and a mutex is not; all desired sleepable locks must be acquired before any non-sleepable locks are acquired. Witness enforces this prohibition, but perhaps causes confusion by calling it a reversal. Alan From owner-cvs-all@FreeBSD.ORG Mon Dec 27 21:16:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DFD616A4CE; Mon, 27 Dec 2004 21:16:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1729043D49; Mon, 27 Dec 2004 21:16:15 +0000 (GMT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRLGE09061310; Mon, 27 Dec 2004 21:16:14 GMT (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRLGETd061309; Mon, 27 Dec 2004 21:16:14 GMT (envelope-from pb) Message-Id: <200412272116.iBRLGETd061309@repoman.freebsd.org> From: Pierre Beyssac Date: Mon, 27 Dec 2004 21:16:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/kino/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: Mon, 27 Dec 2004 21:16:15 -0000 pb 2004-12-27 21:16:14 UTC FreeBSD ports repository Modified files: multimedia/kino/files patch-aa Log: Fix build again (in a different way) for FreeBSD 4.x. Revision Changes Path 1.5 +9 -0 ports/multimedia/kino/files/patch-aa From owner-cvs-all@FreeBSD.ORG Mon Dec 27 21:17:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125DE16A4CE; Mon, 27 Dec 2004 21:17:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E02D843D49; Mon, 27 Dec 2004 21:17:31 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRLHVf1061351; Mon, 27 Dec 2004 21:17:31 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRLHVYA061350; Mon, 27 Dec 2004 21:17:31 GMT (envelope-from joerg) Message-Id: <200412272117.iBRLHVYA061350@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 27 Dec 2004 21:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/simulavr 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, 27 Dec 2004 21:17:32 -0000 joerg 2004-12-27 21:17:31 UTC FreeBSD ports repository Modified files: devel/simulavr pkg-plist Log: Fix pkg-plist. Obviously, recent versions of doxygen produce a different set of files out of the same source. :-/ Revision Changes Path 1.3 +5 -0 ports/devel/simulavr/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 21:18:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D53D216A4CE; Mon, 27 Dec 2004 21:18:11 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCBB43D2D; Mon, 27 Dec 2004 21:18:11 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.43 (FreeBSD)) id 1Cj2Ff-000GEa-2p; Mon, 27 Dec 2004 22:18:03 +0100 Date: Mon, 27 Dec 2004 22:18:03 +0100 From: Kirill Ponomarew To: Pierre Beyssac Message-ID: <20041227211803.GB62272@voodoo.oberon.net> References: <200412272116.iBRLGETd061309@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4SFOXa2GPu3tIq4H" Content-Disposition: inline In-Reply-To: <200412272116.iBRLGETd061309@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/kino/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: Mon, 27 Dec 2004 21:18:12 -0000 --4SFOXa2GPu3tIq4H Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 27, 2004 at 09:16:14PM +0000, Pierre Beyssac wrote: > pb 2004-12-27 21:16:14 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > multimedia/kino/files patch-aa=20 > Log: > Fix build again (in a different way) for FreeBSD 4.x. > =20 > Revision Changes Path > 1.5 +9 -0 ports/multimedia/kino/files/patch-aa > http://cvsweb.FreeBSD.org/ports/multimedia/kino/files/patch-aa.diff?r1=3D= 1.4&r2=3D1.5 > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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: /usr/local/www/cvsroot/FreeBSD/ports/multimedia/kino/files/pa= tch-aa,v > | retrieving revision 1.4 > | retrieving revision 1.5 > | diff -u -p -r1.4 -r1.5 > | --- ports/multimedia/kino/files/patch-aa 2004/12/24 02:53:38 1.4 > | +++ ports/multimedia/kino/files/patch-aa 2004/12/27 21:16:14 1.5 > | @@ -1,5 +1,14 @@ > | --- configure.orig Fri Aug 13 01:15:49 2004 > | +++ configure Fri Aug 13 01:15:35 2004 > | +-@@ -5325,7 +5325,7 @@ > | + echo $ECHO_N "(cached) $ECHO_C" >&6 > | + else > | + ac_check_lib_save_LIBS=3D$LIBS > | +-LIBS=3D"-ldv $LIBS" > | ++LIBS=3D"-ldv -pthread $LIBS" Please use ${PTHREAD_LIBS} instead. -Kirill --4SFOXa2GPu3tIq4H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0HwLQC1G6a60JuURAqi9AKCq4MrHtKYxpSqyIdhtWu25ojsYGQCdG481 7lcKMZg5enGwgv/PdPjHpi8= =dHdu -----END PGP SIGNATURE----- --4SFOXa2GPu3tIq4H-- From owner-cvs-all@FreeBSD.ORG Mon Dec 27 21:22:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D66BA16A4CE; Mon, 27 Dec 2004 21:22:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00A243D49; Mon, 27 Dec 2004 21:22:12 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRLMC3B061603; Mon, 27 Dec 2004 21:22:12 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRLMCxO061602; Mon, 27 Dec 2004 21:22:12 GMT (envelope-from lth) Message-Id: <200412272122.iBRLMCxO061602@repoman.freebsd.org> From: Lars Thegler Date: Mon, 27 Dec 2004 21:22:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Email-MessageID Makefile distinfo pkg-descr pkg-plist ports/mail/p5-Email-MessageID/files 5.005-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: Mon, 27 Dec 2004 21:22:13 -0000 lth 2004-12-27 21:22:12 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Email-MessageID Makefile distinfo pkg-descr pkg-plist mail/p5-Email-MessageID/files 5.005-Makefile.PL Log: Add p5-Email-MessageID 1.31, generate world unique message-ids. Revision Changes Path 1.594 +1 -0 ports/mail/Makefile 1.1 +29 -0 ports/mail/p5-Email-MessageID/Makefile (new) 1.1 +2 -0 ports/mail/p5-Email-MessageID/distinfo (new) 1.1 +12 -0 ports/mail/p5-Email-MessageID/files/5.005-Makefile.PL (new) 1.1 +5 -0 ports/mail/p5-Email-MessageID/pkg-descr (new) 1.1 +5 -0 ports/mail/p5-Email-MessageID/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Dec 27 21:22:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4571C16A4CF; Mon, 27 Dec 2004 21:22:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A57243D31; Mon, 27 Dec 2004 21:22:26 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRLMPQ5061649; Mon, 27 Dec 2004 21:22:25 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRLMPWa061648; Mon, 27 Dec 2004 21:22:25 GMT (envelope-from lth) Message-Id: <200412272122.iBRLMPWa061648@repoman.freebsd.org> From: Lars Thegler Date: Mon, 27 Dec 2004 21:22:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 21:22:26 -0000 lth 2004-12-27 21:22:25 UTC FreeBSD ports repository Modified files: . modules Log: p5-Email-MessageID --> ports/mail/p5-Email-MessageID Revision Changes Path 1.11672 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Dec 27 21:28:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6FA816A4CE; Mon, 27 Dec 2004 21:28:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8029C43D1F; Mon, 27 Dec 2004 21:28:43 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRLShfG061855; Mon, 27 Dec 2004 21:28:43 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRLSh4F061854; Mon, 27 Dec 2004 21:28:43 GMT (envelope-from kris) Message-Id: <200412272128.iBRLSh4F061854@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 27 Dec 2004 21:28:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/rtc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 21:28:43 -0000 kris 2004-12-27 21:28:43 UTC FreeBSD ports repository Modified files: emulators/rtc Makefile Log: Use NO_FETCH instead of a gratuitous do-fetch target. Revision Changes Path 1.24 +1 -3 ports/emulators/rtc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 21:44:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17EA316A4DE; Mon, 27 Dec 2004 21:44:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE48E43D31; Mon, 27 Dec 2004 21:44:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRLis9T062334; Mon, 27 Dec 2004 21:44:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRLis9d062333; Mon, 27 Dec 2004 21:44:54 GMT (envelope-from obrien) Message-Id: <200412272144.iBRLis9d062333@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Dec 2004 21:44:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 21:44:55 -0000 obrien 2004-12-27 21:44:54 UTC FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha Log: 1. Unbreak port due to incorrect packing list, using NO_FILTER_SHLIBS 2. Unbreak port due to distfiles not fetchable on both i386 and alpha 3. Unbreak port on 5.3-RELEASE and 6-CURRENT for using bsdtar unsupported flag (-S) 4. doesn't unnecessaryly rebuild things for 'make reinstall' 5. cleans up pkg_delete errors due to incorrect PLIST @dirrm ordering 6. cleans up pkg_delete errors due to trying to rm ${PREFIX}/etc Thus 7. un-deprecates as portmgr's requirements met to keep port alive Reviewed by: trevor Revision Changes Path 1.16 +17 -18 ports/emulators/linux_base-gentoo-stage1/Makefile 1.4 +3 -3 ports/emulators/linux_base-gentoo-stage1/distinfo.alpha From owner-cvs-all@FreeBSD.ORG Mon Dec 27 21:47:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DDD416A4CE; Mon, 27 Dec 2004 21:47:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 789E043D4C; Mon, 27 Dec 2004 21:47:57 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRLlvC5062590; Mon, 27 Dec 2004 21:47:57 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRLlvfV062589; Mon, 27 Dec 2004 21:47:57 GMT (envelope-from obrien) Message-Id: <200412272147.iBRLlvfV062589@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Dec 2004 21:47:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-6 Makefile ports/emulators/linux_base-8 Makefile ports/emulators/linux_base-debian Makefile ports/emulators/linux_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: Mon, 27 Dec 2004 21:47:57 -0000 obrien 2004-12-27 21:47:57 UTC FreeBSD ports repository Modified files: emulators/linux_base-6 Makefile emulators/linux_base-8 Makefile emulators/linux_base-debian Makefile emulators/linux_base-gentoo-stage1 Makefile emulators/linux_base Makefile Log: These ports should be using 'ARCH' rather than 'MACHINE_ARCH'. Submitted by: kris Revision Changes Path 1.81 +32 -31 ports/emulators/linux_base-6/Makefile 1.93 +34 -34 ports/emulators/linux_base-8/Makefile 1.14 +1 -2 ports/emulators/linux_base-debian/Makefile 1.17 +7 -7 ports/emulators/linux_base-gentoo-stage1/Makefile 1.92 +40 -35 ports/emulators/linux_base/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:11:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E24D16A4CF for ; Mon, 27 Dec 2004 22:11:08 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833F243D48 for ; Mon, 27 Dec 2004 22:11:07 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 5802 invoked from network); 27 Dec 2004 22:11:07 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 27 Dec 2004 22:11:06 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBRMArTM089244; Mon, 27 Dec 2004 17:11:04 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: rwatson@FreeBSD.org Date: Mon, 27 Dec 2004 16:00:26 -0500 User-Agent: KMail/1.6.2 References: <200412262252.iBQMqPe7060613@repoman.freebsd.org> <20041227005456.GA57720@xor.obsecurity.org> In-Reply-To: <20041227005456.GA57720@xor.obsecurity.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412271600.26989.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 22:11:08 -0000 On Sunday 26 December 2004 07:54 pm, Kris Kennaway wrote: > On Sun, Dec 26, 2004 at 10:52:24PM +0000, Robert Watson wrote: > > rwatson 2004-12-26 22:52:24 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_witness.c > > Log: > > Add "show alllocks" command to DDB, which dumps a list of processes > > and threads currently holding sleep mutexes (and spin mutexes for > > curthread). This can be quite useful in looking for a lock condition > > summary for a system, as it avoids manually iterating through threads > > and processes to find all the interesting locks. > > > > NB: "alllocks" is up there with "lockedvnods" for a bad argument for > > show. > > ITYM "allloks" or perhaps "alllockes" (conservation of vowels). If you want a better name you could do 'show locks /a' instead. That is, add support to 'show locks' for the /a option (see 'show ktr' for how you would handle this by looking at 'modif'). -- 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 27 22:11:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C1AD16A569; Mon, 27 Dec 2004 22:11:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 041E843D1F; Mon, 27 Dec 2004 22:11:22 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRMBLGH065141; Mon, 27 Dec 2004 22:11:21 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRMBLPP065140; Mon, 27 Dec 2004 22:11:21 GMT (envelope-from obrien) Message-Id: <200412272211.iBRMBLPP065140@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Dec 2004 22:11:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base Makefile ports/emulators/linux_base-6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 22:11:22 -0000 obrien 2004-12-27 22:11:20 UTC FreeBSD ports repository Modified files: emulators/linux_base Makefile emulators/linux_base-6 Makefile Log: Remove useless "do-patch: NADA" -- the lack of patch-* files is sufficient. Revision Changes Path 1.82 +0 -3 ports/emulators/linux_base-6/Makefile 1.93 +0 -3 ports/emulators/linux_base/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:27:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A96016A4CE; Mon, 27 Dec 2004 22:27:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5DB843D62; Mon, 27 Dec 2004 22:27:56 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRMRuwG065635; Mon, 27 Dec 2004 22:27:56 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRMRuft065634; Mon, 27 Dec 2004 22:27:56 GMT (envelope-from josef) Message-Id: <200412272227.iBRMRuft065634@repoman.freebsd.org> From: Josef El-Rayes Date: Mon, 27 Dec 2004 22:27:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/wc Makefile wc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 22:27:57 -0000 josef 2004-12-27 22:27:56 UTC FreeBSD src repository (doc,ports committer) Modified files: usr.bin/wc Makefile wc.c Log: Remove warnings and make wc WARNS=6 clean. Add FreeBSD Id to Makefile. Approved by: ssouhlal Revision Changes Path 1.2 +2 -1 src/usr.bin/wc/Makefile 1.21 +2 -5 src/usr.bin/wc/wc.c From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:31:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3DA16A4CE; Mon, 27 Dec 2004 22:31:03 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A66343D48; Mon, 27 Dec 2004 22:31:02 +0000 (GMT) (envelope-from arr@watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iBRMRigT013689; Mon, 27 Dec 2004 17:27:44 -0500 (EST) (envelope-from arr@watson.org) Received: from localhost (arr@localhost)iBRMRixq013686; Mon, 27 Dec 2004 17:27:44 -0500 (EST) (envelope-from arr@watson.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Mon, 27 Dec 2004 17:27:44 -0500 (EST) From: "Andrew R. Reiter" To: John Baldwin In-Reply-To: <200412271600.26989.jhb@FreeBSD.org> Message-ID: <20041227172424.A85914@fledge.watson.org> References: <200412262252.iBQMqPe7060613@repoman.freebsd.org> <200412271600.26989.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: rwatson@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 22:31:03 -0000 On Mon, 27 Dec 2004, John Baldwin wrote: :On Sunday 26 December 2004 07:54 pm, Kris Kennaway wrote: :> On Sun, Dec 26, 2004 at 10:52:24PM +0000, Robert Watson wrote: :> > rwatson 2004-12-26 22:52:24 UTC :> > :> > FreeBSD src repository :> > :> > Modified files: :> > sys/kern subr_witness.c :> > Log: :> > Add "show alllocks" command to DDB, which dumps a list of processes :> > and threads currently holding sleep mutexes (and spin mutexes for :> > curthread). This can be quite useful in looking for a lock condition :> > summary for a system, as it avoids manually iterating through threads :> > and processes to find all the interesting locks. :> > :> > NB: "alllocks" is up there with "lockedvnods" for a bad argument for :> > show. :> :> ITYM "allloks" or perhaps "alllockes" (conservation of vowels). : :If you want a better name you could do 'show locks /a' instead. That is, add :support to 'show locks' for the /a option (see 'show ktr' for how you would :handle this by looking at 'modif'). : Seems like a good idea to me, John. My only -- very minor -- issue with that is using '/' as the flag delimiter. Not trying to be an asshole or anything, just seems to me that (unless there is some ddb options already there that use '/') using the forward slash is very cmd.exe-esque. I agree, however, that having show locks is a good idea instead of two different commands. Cheers, Andrew -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:37:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A3F516A4CE; Mon, 27 Dec 2004 22:37:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A6643D31; Mon, 27 Dec 2004 22:37:15 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRMbF9T065951; Mon, 27 Dec 2004 22:37:15 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRMbFBH065950; Mon, 27 Dec 2004 22:37:15 GMT (envelope-from hq) Message-Id: <200412272237.iBRMbFBH065950@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 27 Dec 2004 22:37:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jakarta-tomcat3 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 22:37:15 -0000 hq 2004-12-27 22:37:15 UTC FreeBSD ports repository Modified files: www/jakarta-tomcat3 Makefile pkg-plist Log: - Backup configuration files during deinstall - Fix plist problem when NOPORTDOCS is defined - Fix pkg_add permission problem [1] - use ECHO_MSG rather than ECHO_CMD - Bump PORTREVISION PR: 75487, 57235 [1] Submitted by: maintainer Revision Changes Path 1.47 +54 -41 ports/www/jakarta-tomcat3/Makefile 1.17 +48 -26 ports/www/jakarta-tomcat3/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:49:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3383116A4CE; Mon, 27 Dec 2004 22:49:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C74C43D3F; Mon, 27 Dec 2004 22:49:59 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRMnwxa066324; Mon, 27 Dec 2004 22:49:58 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRMnw75066323; Mon, 27 Dec 2004 22:49:58 GMT (envelope-from obrien) Message-Id: <200412272249.iBRMnw75066323@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Dec 2004 22:49:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 22:49:59 -0000 obrien 2004-12-27 22:49:58 UTC FreeBSD ports repository Modified files: emulators/linux_base-6 Makefile Log: Fix issue in last commit. Revision Changes Path 1.83 +5 -6 ports/emulators/linux_base-6/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:51:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3DEE16A4CE; Mon, 27 Dec 2004 22:51:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC78843D1F; Mon, 27 Dec 2004 22:51:17 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRMpHMh066468; Mon, 27 Dec 2004 22:51:17 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRMpHpY066467; Mon, 27 Dec 2004 22:51:17 GMT (envelope-from edwin) Message-Id: <200412272251.iBRMpHpY066467@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 27 Dec 2004 22:51:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/simpletest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 22:51:18 -0000 edwin 2004-12-27 22:51:17 UTC FreeBSD ports repository Modified files: devel/simpletest Makefile Log: Disable test suit for the time being. Submitted by: Roman Neuhauser Revision Changes Path 1.4 +3 -3 ports/devel/simpletest/Makefile From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:55:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641CD16A4CE; Mon, 27 Dec 2004 22:55:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F47C43D53; Mon, 27 Dec 2004 22:55:51 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRMtp3I066634; Mon, 27 Dec 2004 22:55:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRMtpeq066633; Mon, 27 Dec 2004 22:55:51 GMT (envelope-from thierry) Message-Id: <200412272255.iBRMtpeq066633@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 27 Dec 2004 22:55:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports 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: Mon, 27 Dec 2004 22:55:51 -0000 thierry 2004-12-27 22:55:51 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add a notice about the personal configuration file of Gambas Database Manager. Reminded by: Kris. Revision Changes Path 1.124 +9 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Dec 27 22:58:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81B6B16A4CE; Mon, 27 Dec 2004 22:58:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E79743D31; Mon, 27 Dec 2004 22:58:17 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRMwHnO066713; Mon, 27 Dec 2004 22:58:17 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRMwHBe066712; Mon, 27 Dec 2004 22:58:17 GMT (envelope-from joerg) Message-Id: <200412272258.iBRMwHBe066712@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 27 Dec 2004 22:58:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libbfd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 22:58:17 -0000 joerg 2004-12-27 22:58:17 UTC FreeBSD ports repository Modified files: devel/libbfd Makefile distinfo pkg-plist Log: Upgrade to binutils 2.15. Revert from USE_LIBTOOL to binutil's own libtool, as libtool13 could not grok the --without-pic option, and the configure script is not prepared to handle libtool15 (yet) which in turn could have understood --without-pic. Sigh. At least, that way we can avoid the overhead of building all the unneeded shared libs. Still, libtool insists on installing libbfd.la. As this file is really small, I give in, and added it to pkg-plist. Revision Changes Path 1.6 +3 -3 ports/devel/libbfd/Makefile 1.2 +2 -2 ports/devel/libbfd/distinfo 1.2 +1 -0 ports/devel/libbfd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 00:04:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E2FA16A4CE; Tue, 28 Dec 2004 00:04:14 +0000 (GMT) Received: from lakermmtao11.cox.net (lakermmtao11.cox.net [68.230.240.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9E243D39; Tue, 28 Dec 2004 00:04:13 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by lakermmtao11.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041228000402.BHMN1657.lakermmtao11.cox.net@mezz.mezzweb.com>; Mon, 27 Dec 2004 19:04:02 -0500 To: "David E. O'Brien" References: <200412272211.iBRMBLPP065140@repoman.freebsd.org> Message-ID: Date: Mon, 27 Dec 2004 18:04:44 -0600 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <200412272211.iBRMBLPP065140@repoman.freebsd.org> User-Agent: Opera M2/7.54u1 (Linux, build 892) cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_base Makefile ports/emulators/linux_base-6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 00:04:14 -0000 On Mon, 27 Dec 2004 22:11:20 +0000 (UTC), David E. O'Brien wrote: > obrien 2004-12-27 22:11:20 UTC > > FreeBSD ports repository > > Modified files: > emulators/linux_base Makefile > emulators/linux_base-6 Makefile > Log: > Remove useless "do-patch: NADA" -- the lack of patch-* files is > sufficient. This broke the installtion. ====================================================== ===> Patching for linux_base-7.1_7 ===> Applying distribution patches for linux_base-7.1_7 patch: **** can't cd to /usr/ports/emulators/linux_base/work/linux_base-7.1: No such file or directory *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 ====================================================== You should put it back. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Dec 28 00:07:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB1D16A4CE; Tue, 28 Dec 2004 00:07:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B7BD43D1D; Tue, 28 Dec 2004 00:07:57 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS07vaF069128; Tue, 28 Dec 2004 00:07:57 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS07v1W069127; Tue, 28 Dec 2004 00:07:57 GMT (envelope-from rik) Message-Id: <200412280007.iBS07v1W069127@repoman.freebsd.org> From: Roman Kurakin Date: Tue, 28 Dec 2004 00:07:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/modules/sppp Makefile src/sys/net if_sppp.h if_spppfr.c if_spppsubr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 00:07:57 -0000 rik 2004-12-28 00:07:57 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/sppp Makefile sys/net if_sppp.h if_spppsubr.c Added files: sys/net if_spppfr.c Log: Add FR support to sppp (MFCronyx). Silence on: net@, current@, hackers@. No objections: joerg Requested by: by many (mostly Cronyx) users for a long long time. MFC after: 10 days PR: kern/21771, kern/66348 Revision Changes Path 1.976 +2 -0 src/sys/conf/files 1.6 +1 -1 src/sys/modules/sppp/Makefile 1.26 +13 -2 src/sys/net/if_sppp.h 1.1 +634 -0 src/sys/net/if_spppfr.c (new) 1.117 +38 -12 src/sys/net/if_spppsubr.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 00:34:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 211E616A4CE; Tue, 28 Dec 2004 00:34:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD4743D2F; Tue, 28 Dec 2004 00:34:47 +0000 (GMT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS0YlP4070010; Tue, 28 Dec 2004 00:34:47 GMT (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS0YlK9070009; Tue, 28 Dec 2004 00:34:47 GMT (envelope-from pb) Message-Id: <200412280034.iBS0YlK9070009@repoman.freebsd.org> From: Pierre Beyssac Date: Tue, 28 Dec 2004 00:34:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/kino Makefileports/multimedia/kino/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: Tue, 28 Dec 2004 00:34:48 -0000 pb 2004-12-28 00:34:47 UTC FreeBSD ports repository Modified files: multimedia/kino Makefile multimedia/kino/files patch-aa Log: Use ${PTHREAD_LIBS} as suggested by krion and kriss. Revision Changes Path 1.11 +2 -1 ports/multimedia/kino/Makefile 1.6 +2 -2 ports/multimedia/kino/files/patch-aa From owner-cvs-all@FreeBSD.ORG Tue Dec 28 00:47:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25BDF16A4CE; Tue, 28 Dec 2004 00:47:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0089F43D1D; Tue, 28 Dec 2004 00:47:43 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS0lgrC077011; Tue, 28 Dec 2004 00:47:42 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS0lgi3077010; Tue, 28 Dec 2004 00:47:42 GMT (envelope-from trevor) Message-Id: <200412280047.iBS0lgi3077010@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 28 Dec 2004 00:47:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/netscape7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 00:47:43 -0000 trevor 2004-12-28 00:47:42 UTC FreeBSD ports repository Modified files: www/netscape7 Makefile Log: Make fetchable. Submitted by: supraexpress Approved by: kris (portmgr freeze on Linux ports) Revision Changes Path 1.80 +1 -1 ports/www/netscape7/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 00:49:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326C216A4CE; Tue, 28 Dec 2004 00:49:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D00943D45; Tue, 28 Dec 2004 00:49:03 +0000 (GMT) (envelope-from arr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS0n2Y3077072; Tue, 28 Dec 2004 00:49:02 GMT (envelope-from arr@repoman.freebsd.org) Received: (from arr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS0n2XT077071; Tue, 28 Dec 2004 00:49:02 GMT (envelope-from arr) Message-Id: <200412280049.iBS0n2XT077071@repoman.freebsd.org> From: "Andrew R. Reiter" Date: Tue, 28 Dec 2004 00:49:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/sched schedgraph.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: Tue, 28 Dec 2004 00:49:03 -0000 arr 2004-12-28 00:49:02 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: - Add some notes on what is required to run schedgraph.py successfully. This was pulled from Jeff Roberson's email to current@ "the other day." Approved by: jeff@ Revision Changes Path 1.5 +11 -0 src/tools/sched/schedgraph.py From owner-cvs-all@FreeBSD.ORG Tue Dec 28 00:51:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19AC716A4CE; Tue, 28 Dec 2004 00:51:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F3C43D45; Tue, 28 Dec 2004 00:51:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS0pwUU077270; Tue, 28 Dec 2004 00:51:58 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS0pwjr077269; Tue, 28 Dec 2004 00:51:58 GMT (envelope-from ahze) Message-Id: <200412280051.iBS0pwjr077269@repoman.freebsd.org> From: Michael Johnson Date: Tue, 28 Dec 2004 00:51:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/thunderbird Makefileports/mail/thunderbird/files mozconfig.in patch-mail_app_mozilla.in ports/www/firefox Makefile ports/www/firefox/files mozconfig.in patch-browser_app_mozilla.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 00:51:59 -0000 ahze 2004-12-28 00:51:58 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile mail/thunderbird/files mozconfig.in patch-mail_app_mozilla.in www/firefox Makefile www/firefox/files mozconfig.in patch-browser_app_mozilla.in Log: - Remove WITH_NEW_ICON knob - Mozilla license team has approved the FreeBSD Gnome team to use official branding for firefox and thunderbird [1] o Add --enable-official-branding to mozconfig o Install official thunderbird/firefox icon as default.xpm icon - Fix error when running firefox/thunderbird -v [2] - Bump PORTREVISION References: http://www.mozilla.org/foundation/licensing.html [1] http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1] PR: ports/75262 [2] Submitted by: girgen [2] Revision Changes Path 1.38 +4 -10 ports/mail/thunderbird/Makefile 1.9 +4 -1 ports/mail/thunderbird/files/mozconfig.in 1.2 +18 -2 ports/mail/thunderbird/files/patch-mail_app_mozilla.in 1.112 +4 -7 ports/www/firefox/Makefile 1.29 +4 -1 ports/www/firefox/files/mozconfig.in 1.4 +17 -3 ports/www/firefox/files/patch-browser_app_mozilla.in From owner-cvs-all@FreeBSD.ORG Tue Dec 28 01:03:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B111216A4CE; Tue, 28 Dec 2004 01:03:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E62C43D4C; Tue, 28 Dec 2004 01:03:03 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS133R7077617; Tue, 28 Dec 2004 01:03:03 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS133QZ077616; Tue, 28 Dec 2004 01:03:03 GMT (envelope-from clsung) Message-Id: <200412280103.iBS133QZ077616@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 28 Dec 2004 01:03:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/clamsmtp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 01:03:03 -0000 clsung 2004-12-28 01:03:03 UTC FreeBSD ports repository Modified files: security/clamsmtp Makefile distinfo Log: - update to 1.2 + Install README in $DOCSDIR + Install scripts/virus_action.sh in $DOCSDIR PR: ports/75406 Submitted by: Marcus Grando Revision Changes Path 1.11 +10 -1 ports/security/clamsmtp/Makefile 1.9 +2 -2 ports/security/clamsmtp/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 01:48:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DD1F16A4CE; Tue, 28 Dec 2004 01:48:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E7443D41; Tue, 28 Dec 2004 01:48:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS1mt9n078949; Tue, 28 Dec 2004 01:48:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS1mt2D078948; Tue, 28 Dec 2004 01:48:55 GMT (envelope-from pav) Message-Id: <200412280148.iBS1mt2D078948@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 01:48:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/py-docutils Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 01:48:56 -0000 pav 2004-12-28 01:48:55 UTC FreeBSD ports repository Modified files: textproc/py-docutils Makefile distinfo Added files: textproc/py-docutils pkg-plist Log: - Fix plist, unmark BROKEN PR: ports/75447 Submitted by: Stefan Walter - Update to 0.3.7 PR: ports/75523 Submitted by: "Choe, Cheng-Dae" Revision Changes Path 1.9 +1 -11 ports/textproc/py-docutils/Makefile 1.5 +2 -2 ports/textproc/py-docutils/distinfo 1.4 +234 -0 ports/textproc/py-docutils/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 02:16:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFB1516A4CE; Tue, 28 Dec 2004 02:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA52943D3F; Tue, 28 Dec 2004 02:16:39 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS2GdRc079839; Tue, 28 Dec 2004 02:16:39 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS2Gd1h079838; Tue, 28 Dec 2004 02:16:39 GMT (envelope-from marcus) Message-Id: <200412280216.iBS2Gd1h079838@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 02:16:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gettext pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:16:40 -0000 marcus 2004-12-28 02:16:39 UTC FreeBSD ports repository Modified files: devel/gettext pkg-plist Log: Be sure to create the empty lib/gettext directory during package creation. Spotted by: pav Revision Changes Path 1.33 +2 -1 ports/devel/gettext/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 02:23:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D62716A4CE; Tue, 28 Dec 2004 02:23:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7867143D31; Tue, 28 Dec 2004 02:23:44 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS2NisM080062; Tue, 28 Dec 2004 02:23:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS2NiBe080061; Tue, 28 Dec 2004 02:23:44 GMT (envelope-from brueffer) Message-Id: <200412280223.iBS2NiBe080061@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 28 Dec 2004 02:23:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/etc devd.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:23:44 -0000 brueffer 2004-12-28 02:23:44 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) etc devd.conf Log: MFC: rev. 1.21 Changes in comments: - correct a sentence so it actually has some meaning - sprinkle some full stops Revision Changes Path 1.14.2.5 +4 -4 src/etc/devd.conf From owner-cvs-all@FreeBSD.ORG Tue Dec 28 02:31:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC24316A4CE; Tue, 28 Dec 2004 02:31:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A202A43D48; Tue, 28 Dec 2004 02:31:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS2VbTx080378; Tue, 28 Dec 2004 02:31:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS2VbL3080377; Tue, 28 Dec 2004 02:31:37 GMT (envelope-from pav) Message-Id: <200412280231.iBS2VbL3080377@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 02:31:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/bnbt Makefile pkg-plist ports/net/bnbt/files bnbt.sh bnbt.sh.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:31:37 -0000 pav 2004-12-28 02:31:37 UTC FreeBSD ports repository Modified files: net/bnbt Makefile net/bnbt/files pkg-message.in Added files: net/bnbt pkg-plist net/bnbt/files bnbt.sh.in Removed files: net/bnbt/files bnbt.sh Log: - Take care of leftover directory - Use SUB_FILES PR: ports/75522 Submitted by: Florent Thoumie (maintainer) Revision Changes Path 1.10 +3 -8 ports/net/bnbt/Makefile 1.2 +0 -38 ports/net/bnbt/files/bnbt.sh (dead) 1.1 +38 -0 ports/net/bnbt/files/bnbt.sh.in (new) 1.2 +1 -4 ports/net/bnbt/files/pkg-message.in 1.4 +3 -0 ports/net/bnbt/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 02:38:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BDF416A4CE; Tue, 28 Dec 2004 02:38:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 167D343D45; Tue, 28 Dec 2004 02:38:45 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS2cifN080580; Tue, 28 Dec 2004 02:38:44 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS2ci2V080579; Tue, 28 Dec 2004 02:38:44 GMT (envelope-from ijliao) Message-Id: <200412280238.iBS2ci2V080579@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 28 Dec 2004 02:38:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/py-imdbpy pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:38:45 -0000 ijliao 2004-12-28 02:38:44 UTC FreeBSD ports repository Added files: www/py-imdbpy pkg-plist Log: add missing files to plist Submitted by: pointyhat via kris Revision Changes Path 1.1 +6 -0 ports/www/py-imdbpy/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 02:42:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A93B116A4CE; Tue, 28 Dec 2004 02:42:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8192043D2F; Tue, 28 Dec 2004 02:42:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS2gNpd080745; Tue, 28 Dec 2004 02:42:23 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS2gN48080744; Tue, 28 Dec 2004 02:42:23 GMT (envelope-from marcus) Message-Id: <200412280242.iBS2gN48080744@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 02:42:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gnomenettool Makefileports/net/gnomenettool/files patch-src_nettool.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:42:23 -0000 marcus 2004-12-28 02:42:23 UTC FreeBSD ports repository Modified files: net/gnomenettool Makefile net/gnomenettool/files patch-src_nettool.c Log: FreeBSD sets POLLIN along with POLLHUP when a pipe is reaches EOF. Account for this to avoid an infinite loop when running the embedded network commands. Revision Changes Path 1.14 +1 -0 ports/net/gnomenettool/Makefile 1.2 +31 -2 ports/net/gnomenettool/files/patch-src_nettool.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 02:46:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B639016A4CE; Tue, 28 Dec 2004 02:46:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9883543D1F; Tue, 28 Dec 2004 02:46:57 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS2kvhT080957; Tue, 28 Dec 2004 02:46:57 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS2kven080956; Tue, 28 Dec 2004 02:46:57 GMT (envelope-from sf) Message-Id: <200412280246.iBS2kven080956@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 28 Dec 2004 02:46:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/p7zip Makefile distinfo pkg-plist ports/archivers/p7zip/files 7z X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:46:57 -0000 sf 2004-12-28 02:46:57 UTC FreeBSD ports repository Modified files: archivers/p7zip Makefile distinfo Added files: archivers/p7zip pkg-plist archivers/p7zip/files 7z Log: update to 4.13. o Ressurect pkg-plist to support to make modules optional. 25 lines out of 31 are wrapped with %%MODULES%% which can be controlled by WITHOUT_MODULES knob. The modules support more codecs and formats than stand-alone binary. o Install 7za to libexec and wrap it with script to support sfx creation. 7za and .sfx should be placed in the same directory as 7z and modules do. o Wrapper script executes corresponding binary (7z or 7za.) In WITHOUT_MODULES case, it can be called by 7z or 7za but always executes 7za. This is compatible action for previous port. o Turn BROKEN to IGNORE. There is no hope to compile this software in RELENG_4. And correct quotation for this change. Approved by: maintainer Revision Changes Path 1.5 +26 -7 ports/archivers/p7zip/Makefile 1.4 +2 -2 ports/archivers/p7zip/distinfo 1.3 +9 -0 ports/archivers/p7zip/files/7z (new) 1.3 +31 -0 ports/archivers/p7zip/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 02:51:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 451EB16A4CE; Tue, 28 Dec 2004 02:51:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3269C43D6D; Tue, 28 Dec 2004 02:51:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS2pVRO081154; Tue, 28 Dec 2004 02:51:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS2pVBL081153; Tue, 28 Dec 2004 02:51:31 GMT (envelope-from pav) Message-Id: <200412280251.iBS2pVBL081153@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 02:51:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pkg_rmleaves Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:51:32 -0000 pav 2004-12-28 02:51:31 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/pkg_rmleaves Makefile distinfo pkg-descr Log: pkg_rmleaves finds packages that are not requested by any other installed package and lets you decide (in a beauty dialog interface) for each one if you want to keep it or delete it. This is similar to pkg_cutleaves, but it does not require any dependencies and is done in visual, dialog(1) interface instead of command line. PR: ports/75517 Submitted by: Timothy Redaelli Revision Changes Path 1.610 +1 -0 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/pkg_rmleaves/Makefile (new) 1.1 +2 -0 ports/sysutils/pkg_rmleaves/distinfo (new) 1.1 +3 -0 ports/sysutils/pkg_rmleaves/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 02:52:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7D916A4CE; Tue, 28 Dec 2004 02:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF47743D5E; Tue, 28 Dec 2004 02:52:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS2qGWe081199; Tue, 28 Dec 2004 02:52:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS2qGdm081198; Tue, 28 Dec 2004 02:52:16 GMT (envelope-from pav) Message-Id: <200412280252.iBS2qGdm081198@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 02:52:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 02:52:17 -0000 pav 2004-12-28 02:52:16 UTC FreeBSD ports repository Modified files: . modules Log: pkg_rmleaves --> ports/sysutils/pkg_rmleaves Revision Changes Path 1.11673 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:10:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 532D816A4CE; Tue, 28 Dec 2004 03:10:38 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B1643D49; Tue, 28 Dec 2004 03:10:37 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBS3AdJa055661; Mon, 27 Dec 2004 22:10:39 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBS3Advk055658; Mon, 27 Dec 2004 22:10:39 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 27 Dec 2004 22:10:39 -0500 (EST) From: Trevor Johnson To: "David E. O'Brien" In-Reply-To: <200412272144.iBRLis9d062333@repoman.freebsd.org> Message-ID: <20041227220221.U55241@blues.jpj.net> References: <200412272144.iBRLis9d062333@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 03:10:38 -0000 > obrien 2004-12-27 21:44:54 UTC > > FreeBSD ports repository > > Modified files: > emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha > Log: > 1. Unbreak port due to incorrect packing list, using NO_FILTER_SHLIBS > 2. Unbreak port due to distfiles not fetchable on both i386 and alpha > 3. Unbreak port on 5.3-RELEASE and 6-CURRENT for using bsdtar > unsupported flag (-S) > 4. doesn't unnecessaryly rebuild things for 'make reinstall' > 5. cleans up pkg_delete errors due to incorrect PLIST @dirrm ordering > 6. cleans up pkg_delete errors due to trying to rm ${PREFIX}/etc > > Thus 7. un-deprecates as portmgr's requirements met to keep port alive > > Reviewed by: trevor As I said in private e-mail, your patch does not correct the packing list--"make install deinstall" into an empty /compat/linux/ leaves things behind (328 files, directories and other entities). -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:17:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 2AE6816A4CF; Tue, 28 Dec 2004 03:17:07 +0000 (GMT) Date: Tue, 28 Dec 2004 03:17:07 +0000 From: Darren Reed To: Alan Cox Message-ID: <20041228031707.GA38011@hub.freebsd.org> References: <20041226165927.GA18879@hub.freebsd.org> <20041226182537.GB20920@hub.freebsd.org> <20041226.222435.52824948.imp@bsdimp.com> <20041227054931.GC20920@hub.freebsd.org> <20041227204846.GC15591@noel.cs.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041227204846.GC15591@noel.cs.rice.edu> User-Agent: Mutt/1.4.2.1i cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: darrenr@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 03:17:07 -0000 On Mon, Dec 27, 2004 at 02:48:46PM -0600, Alan Cox wrote: > Darren, > > Based upon a quick look at the above URL, I would say that the problem > is that you are acquiring an sx lock after a mutex is held. Yes, that is what I thought the problem was too. > That is not allowed. Well, it should be. > More generally, an sx lock is termed a "sleepable" lock > and a mutex is not; all desired sleepable locks must be acquired > before any non-sleepable locks are acquired. Witness enforces this > prohibition, but perhaps causes confusion by calling it a reversal. What can I say that I haven't already ? This is a nonsense rule and I'm quite happy that it isn't enforced at all. The assumption by someone that all of these scenarios lead to deadlocks is false. I imagine it is part of why things like the IFNET_*LOCK macros use mtx rather than sx. On systems where the interface list is of non-trivial size, I imagine this would have a measurable impact. Perhaps the most stupid realisation from this has been that IPFilter code gets called with a UDP mutex of some sort held. Like WTF ? Darren From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:19:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E99416A4DB; Tue, 28 Dec 2004 03:19:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5785143D46; Tue, 28 Dec 2004 03:19:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS3Jgmo082309; Tue, 28 Dec 2004 03:19:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS3Jg8Z082308; Tue, 28 Dec 2004 03:19:42 GMT (envelope-from pav) Message-Id: <200412280319.iBS3Jg8Z082308@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 03:19:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/amavisd-new Makefile distinfo ports/security/amavisd-new/files patch-amavisd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 03:19:42 -0000 pav 2004-12-28 03:19:42 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile distinfo security/amavisd-new/files patch-amavisd Log: - Update to 2.2.1 PR: ports/75513 Submitted by: Blaz Zupan (maintainer) Revision Changes Path 1.23 +1 -1 ports/security/amavisd-new/Makefile 1.18 +2 -2 ports/security/amavisd-new/distinfo 1.9 +9 -9 ports/security/amavisd-new/files/patch-amavisd From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:24:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206F216A4CE; Tue, 28 Dec 2004 03:24:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5B943D46; Tue, 28 Dec 2004 03:24:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS3OTPO082500; Tue, 28 Dec 2004 03:24:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS3OTlO082499; Tue, 28 Dec 2004 03:24:29 GMT (envelope-from pav) Message-Id: <200412280324.iBS3OTlO082499@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 03:24:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/gqmpeg/files extra-patch-src::mpg_tagutil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 03:24:30 -0000 pav 2004-12-28 03:24:29 UTC FreeBSD ports repository Modified files: japanese/gqmpeg/files extra-patch-src::mpg_tagutil.c Log: - Update optional patch for SJIS_TAG option PR: ports/75511 Submitted by: Yamashiro, Jun Revision Changes Path 1.2 +42 -16 ports/japanese/gqmpeg/files/extra-patch-src::mpg_tagutil.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:26:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9894216A4CE; Tue, 28 Dec 2004 03:26:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7275043D54; Tue, 28 Dec 2004 03:26:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS3QPFw082639; Tue, 28 Dec 2004 03:26:25 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS3QPNU082638; Tue, 28 Dec 2004 03:26:25 GMT (envelope-from marcus) Message-Id: <200412280326.iBS3QPNU082638@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 03:26:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pkgconfig Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 03:26:25 -0000 marcus 2004-12-28 03:26:25 UTC FreeBSD ports repository Modified files: devel/pkgconfig Makefile pkg-plist Log: ${X11BASE}/libdata/pkgconfig was added to mtree, so we no longer need to handle it here. Reported by: pointyhat via kris Revision Changes Path 1.32 +1 -1 ports/devel/pkgconfig/Makefile 1.6 +1 -2 ports/devel/pkgconfig/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:28:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E91A616A4CE; Tue, 28 Dec 2004 03:28:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D4F43D55; Tue, 28 Dec 2004 03:28:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS3S2Ww082696; Tue, 28 Dec 2004 03:28:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS3S2jA082695; Tue, 28 Dec 2004 03:28:02 GMT (envelope-from marcus) Message-Id: <200412280328.iBS3S2jA082695@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 03:28:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pkgconfig Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 03:28:03 -0000 marcus 2004-12-28 03:28:02 UTC FreeBSD ports repository Modified files: devel/pkgconfig Makefile pkg-plist Log: We don't need to distinuish between %%LOCALBASE%% and %D anymore in the plist. Revision Changes Path 1.33 +0 -2 ports/devel/pkgconfig/Makefile 1.7 +2 -2 ports/devel/pkgconfig/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:41:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B845716A4CE; Tue, 28 Dec 2004 03:41:13 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBE343D4C; Tue, 28 Dec 2004 03:41:13 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBS3heaC010817; Mon, 27 Dec 2004 20:43:40 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41D0D580.7090207@freebsd.org> Date: Mon, 27 Dec 2004 20:39:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Darren Reed References: <20041226165927.GA18879@hub.freebsd.org> <20041226182537.GB20920@hub.freebsd.org> <20041226.222435.52824948.imp@bsdimp.com> <20041227054931.GC20920@hub.freebsd.org> <20041227204846.GC15591@noel.cs.rice.edu> <20041228031707.GA38011@hub.freebsd.org> In-Reply-To: <20041228031707.GA38011@hub.freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Alan Cox cc: cvs-all@freebsd.org cc: darrenr@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 03:41:13 -0000 Darren Reed wrote: > On Mon, Dec 27, 2004 at 02:48:46PM -0600, Alan Cox wrote: > >>Darren, >> >>Based upon a quick look at the above URL, I would say that the problem >>is that you are acquiring an sx lock after a mutex is held. > > > Yes, that is what I thought the problem was too. > > >>That is not allowed. > > > Well, it should be. > > >>More generally, an sx lock is termed a "sleepable" lock >>and a mutex is not; all desired sleepable locks must be acquired >>before any non-sleepable locks are acquired. Witness enforces this >>prohibition, but perhaps causes confusion by calling it a reversal. > > > What can I say that I haven't already ? > This is a nonsense rule and I'm quite happy that it isn't enforced at > all. The assumption by someone that all of these scenarios lead to > deadlocks is false. > > I imagine it is part of why things like the IFNET_*LOCK macros use mtx > rather than sx. On systems where the interface list is of non-trivial > size, I imagine this would have a measurable impact. > > Perhaps the most stupid realisation from this has been that IPFilter > code gets called with a UDP mutex of some sort held. Like WTF ? > > Darren The locking APIs have existed in FreeBSD 5.x for 4 years. They are documented in manual pages, web pages, and publically available USENIX papers. Just because you don't agree that sx locks should be sleepable doesn't mean that your opinion is valid. Also, there is already another network filter package that is locked, locked correctly, and performs well. You are not treading into new waters here. We can debate the observation that you hold that there is a UDP lock held, but calling it outright stupid doesn't help your case. Scott From owner-cvs-all@FreeBSD.ORG Tue Dec 28 03:56:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 066CB16A4CE; Tue, 28 Dec 2004 03:56:46 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0B443D31; Tue, 28 Dec 2004 03:56:45 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBS3ugtZ054074; Mon, 27 Dec 2004 19:56:42 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBS3ugA1054073; Mon, 27 Dec 2004 19:56:42 -0800 (PST) (envelope-from obrien) Date: Mon, 27 Dec 2004 19:56:42 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041228035642.GA50471@dragon.nuxi.com> References: <200412272144.iBRLis9d062333@repoman.freebsd.org> <20041227220221.U55241@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041227220221.U55241@blues.jpj.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha 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, 28 Dec 2004 03:56:46 -0000 On Mon, Dec 27, 2004 at 10:10:39PM -0500, Trevor Johnson wrote: > > obrien 2004-12-27 21:44:54 UTC > > > > FreeBSD ports repository > > > > Modified files: > > emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha > > Log: > > 1. Unbreak port due to incorrect packing list, using NO_FILTER_SHLIBS > > 2. Unbreak port due to distfiles not fetchable on both i386 and alpha > > 3. Unbreak port on 5.3-RELEASE and 6-CURRENT for using bsdtar > > unsupported flag (-S) > > 4. doesn't unnecessaryly rebuild things for 'make reinstall' > > 5. cleans up pkg_delete errors due to incorrect PLIST @dirrm ordering > > 6. cleans up pkg_delete errors due to trying to rm ${PREFIX}/etc > > > > Thus 7. un-deprecates as portmgr's requirements met to keep port alive > > > > Reviewed by: trevor > > As I said in private e-mail, your patch does not correct the packing > list--"make install deinstall" into an empty /compat/linux/ leaves things > behind (328 files, directories and other entities). My testing shows otherwise. Please list the left behind files. Script started on Mon Dec 27 19:47:42 2004 kieu:/usr/ports/emulators/linux_base-gentoo-stage1# make install ===> Vulnerability check disabled, database not found ===> Extracting for linux_base-gentoo-stage1-1.4 => Checksum OK for gentoo-linux/stage1-x86-20030910.tar.bz2. ===> Patching for linux_base-gentoo-stage1-1.4 ===> Configuring for linux_base-gentoo-stage1-1.4 ===> Building for linux_base-gentoo-stage1-1.4 ..snip.. status of this software, see the following webpage: kieu:/usr/ports/emulators/linux_base-gentoo-stage1# pkg_delete /var/db/pkg/linux_base-gentoo-stage1-1.4 kieu:/usr/ports/emulators/linux_base-gentoo-stage1# find /compat/linux -type f kieu:/usr/ports/emulators/linux_base-gentoo-stage1# exit exit Script done on Mon Dec 27 19:52:38 2004 -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:10:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6253F16A4CE; Tue, 28 Dec 2004 04:10:28 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id F124843D48; Tue, 28 Dec 2004 04:10:27 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBS4ATJa058347; Mon, 27 Dec 2004 23:10:29 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBS4ATtP058344; Mon, 27 Dec 2004 23:10:29 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Mon, 27 Dec 2004 23:10:29 -0500 (EST) From: Trevor Johnson To: "David O'Brien" In-Reply-To: <20041228035642.GA50471@dragon.nuxi.com> Message-ID: <20041227230817.K57325@blues.jpj.net> References: <200412272144.iBRLis9d062333@repoman.freebsd.org> <20041228035642.GA50471@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:10:28 -0000 David O'Brien wrote: > On Mon, Dec 27, 2004 at 10:10:39PM -0500, Trevor Johnson wrote: > > > obrien 2004-12-27 21:44:54 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha > > > Log: > > > 1. Unbreak port due to incorrect packing list, using NO_FILTER_SHLIBS > > > 2. Unbreak port due to distfiles not fetchable on both i386 and alpha > > > 3. Unbreak port on 5.3-RELEASE and 6-CURRENT for using bsdtar > > > unsupported flag (-S) > > > 4. doesn't unnecessaryly rebuild things for 'make reinstall' > > > 5. cleans up pkg_delete errors due to incorrect PLIST @dirrm ordering > > > 6. cleans up pkg_delete errors due to trying to rm ${PREFIX}/etc > > > > > > Thus 7. un-deprecates as portmgr's requirements met to keep port alive > > > > > > Reviewed by: trevor > > > > As I said in private e-mail, your patch does not correct the packing > > list--"make install deinstall" into an empty /compat/linux/ leaves things > > behind (328 files, directories and other entities). > > My testing shows otherwise. Please list the left behind files. > > Script started on Mon Dec 27 19:47:42 2004 > kieu:/usr/ports/emulators/linux_base-gentoo-stage1# make install > ===> Vulnerability check disabled, database not found > ===> Extracting for linux_base-gentoo-stage1-1.4 > => Checksum OK for gentoo-linux/stage1-x86-20030910.tar.bz2. > ===> Patching for linux_base-gentoo-stage1-1.4 > ===> Configuring for linux_base-gentoo-stage1-1.4 > ===> Building for linux_base-gentoo-stage1-1.4 > ..snip.. > status of this software, see the following webpage: > kieu:/usr/ports/emulators/linux_base-gentoo-stage1# pkg_delete /var/db/pkg/linux_base-gentoo-stage1-1.4 > kieu:/usr/ports/emulators/linux_base-gentoo-stage1# find /compat/linux -type f > kieu:/usr/ports/emulators/linux_base-gentoo-stage1# exit > exit > Script done on Mon Dec 27 19:52:38 2004 Correction, no files but 328 directories and 2 links. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:27:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D523916A4CE; Tue, 28 Dec 2004 04:27:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B032643D2F; Tue, 28 Dec 2004 04:27:05 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4R5Kj084365; Tue, 28 Dec 2004 04:27:05 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS4R5TQ084364; Tue, 28 Dec 2004 04:27:05 GMT (envelope-from kris) Message-Id: <200412280427.iBS4R5TQ084364@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 04:27:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts buildenv X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:27:06 -0000 kris 2004-12-28 04:27:05 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildenv Log: Support 5-exp builds Revision Changes Path 1.15 +6 -0 ports/Tools/portbuild/scripts/buildenv From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:27:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A4F016A4CE; Tue, 28 Dec 2004 04:27:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B6E43D54; Tue, 28 Dec 2004 04:27:43 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4Rh8n084402; Tue, 28 Dec 2004 04:27:43 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS4RhE8084401; Tue, 28 Dec 2004 04:27:43 GMT (envelope-from kris) Message-Id: <200412280427.iBS4RhE8084401@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 04:27:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts dologs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:27:44 -0000 kris 2004-12-28 04:27:43 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dologs Log: Support 5-exp builds Revision Changes Path 1.11 +3 -3 ports/Tools/portbuild/scripts/dologs From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:28:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0813516A4CE; Tue, 28 Dec 2004 04:28:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61E643D41; Tue, 28 Dec 2004 04:28:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4SKWY084464; Tue, 28 Dec 2004 04:28:20 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS4SKqt084463; Tue, 28 Dec 2004 04:28:20 GMT (envelope-from kris) Message-Id: <200412280428.iBS4SKqt084463@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 04:28:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts makeindex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:28:21 -0000 kris 2004-12-28 04:28:20 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts makeindex Log: Support 5-exp builds Revision Changes Path 1.18 +4 -0 ports/Tools/portbuild/scripts/makeindex From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:28:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A49BE16A4ED; Tue, 28 Dec 2004 04:28:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A67A43D41; Tue, 28 Dec 2004 04:28:38 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4SchS084533; Tue, 28 Dec 2004 04:28:38 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS4Sc93084532; Tue, 28 Dec 2004 04:28:38 GMT (envelope-from kris) Message-Id: <200412280428.iBS4Sc93084532@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 04:28:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts mkbindist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:28:38 -0000 kris 2004-12-28 04:28:38 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts mkbindist Log: Support 5-exp builds Revision Changes Path 1.12 +1 -1 ports/Tools/portbuild/scripts/mkbindist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:30:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5728C16A4CE; Tue, 28 Dec 2004 04:30:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3197043D39; Tue, 28 Dec 2004 04:30:12 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4UCC7084582; Tue, 28 Dec 2004 04:30:12 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS4UBmM084581; Tue, 28 Dec 2004 04:30:11 GMT (envelope-from kris) Message-Id: <200412280430.iBS4UBmM084581@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 04:30:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts portbuild X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:30:12 -0000 kris 2004-12-28 04:30:11 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts portbuild Log: /rescue/mount_linprocfs isn't functional when called by /rescue/mount -t linprocfs, so assume that the i386 build hosts have statically-built copies of the necessary binaries in /sbin, until this is fixed. Create /usr/X11R6 inside the chroot so that mtree has something to do, since this directory is otherwise orphaned. Revision Changes Path 1.37 +2 -1 ports/Tools/portbuild/scripts/portbuild From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:31:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC40E16A4CE; Tue, 28 Dec 2004 04:31:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8704C43D41; Tue, 28 Dec 2004 04:31:29 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4VTLx084695; Tue, 28 Dec 2004 04:31:29 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS4VTg1084694; Tue, 28 Dec 2004 04:31:29 GMT (envelope-from kris) Message-Id: <200412280431.iBS4VTg1084694@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 04:31:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts processlogs2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:31:29 -0000 kris 2004-12-28 04:31:29 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processlogs2 Log: * Catch up to change in formatting of 'extra files' section in logs * Other minor changes Revision Changes Path 1.8 +3 -4 ports/Tools/portbuild/scripts/processlogs2 From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:31:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE9AF16A4CE; Tue, 28 Dec 2004 04:31:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F5043D48; Tue, 28 Dec 2004 04:31:48 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4Vm5Z084718; Tue, 28 Dec 2004 04:31:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS4Vmcj084717; Tue, 28 Dec 2004 04:31:48 GMT (envelope-from obrien) Message-Id: <200412280431.iBS4Vmcj084717@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Dec 2004 04:31:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ZOULAS Subject: cvs commit: src/contrib/file - 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: Tue, 28 Dec 2004 04:31:49 -0000 obrien 2004-12-28 04:31:48 UTC FreeBSD src repository src/contrib/file - Imported sources Update of /home/ncvs/src/contrib/file In directory repoman.freebsd.org:/tmp/cvs-serv84703 Log Message: Virgin import of Christos Zoulas's FILE 4.12. Status: Vendor Tag: ZOULAS Release Tags: file_4_12 U src/contrib/file/README U src/contrib/file/ChangeLog U src/contrib/file/Makefile.am U src/contrib/file/Makefile.in U src/contrib/file/acinclude.m4 U src/contrib/file/aclocal.m4 U src/contrib/file/config.h.in U src/contrib/file/configure U src/contrib/file/configure.in U src/contrib/file/install-sh U src/contrib/file/mkinstalldirs U src/contrib/file/LEGAL.NOTICE U src/contrib/file/MAINT N src/contrib/file/PORTING U src/contrib/file/file.c U src/contrib/file/Header U src/contrib/file/Localstuff U src/contrib/file/magic.mime U src/contrib/file/magic2mime U src/contrib/file/apprentice.c U src/contrib/file/apptype.c U src/contrib/file/ascmagic.c U src/contrib/file/compress.c U src/contrib/file/file.h U src/contrib/file/fsmagic.c U src/contrib/file/funcs.c U src/contrib/file/is_tar.c U src/contrib/file/magic.c U src/contrib/file/magic.h U src/contrib/file/names.h U src/contrib/file/patchlevel.h U src/contrib/file/print.c U src/contrib/file/readelf.c U src/contrib/file/readelf.h U src/contrib/file/softmagic.c U src/contrib/file/tar.h U src/contrib/file/test.c U src/contrib/file/Magdir/acorn U src/contrib/file/Magdir/adi U src/contrib/file/Magdir/adventure U src/contrib/file/Magdir/allegro U src/contrib/file/Magdir/alliant U src/contrib/file/Magdir/alpha U src/contrib/file/Magdir/amanda U src/contrib/file/Magdir/amigaos U src/contrib/file/Magdir/animation U src/contrib/file/Magdir/apl U src/contrib/file/Magdir/apple U src/contrib/file/Magdir/applix U src/contrib/file/Magdir/archive U src/contrib/file/Magdir/asterix U src/contrib/file/Magdir/att3b U src/contrib/file/Magdir/audio U src/contrib/file/Magdir/bFLT U src/contrib/file/Magdir/blender U src/contrib/file/Magdir/blit U src/contrib/file/Magdir/bout U src/contrib/file/Magdir/bsdi U src/contrib/file/Magdir/cad U src/contrib/file/Magdir/c-lang U src/contrib/file/Magdir/c64 U src/contrib/file/Magdir/cddb U src/contrib/file/Magdir/chi U src/contrib/file/Magdir/chord U src/contrib/file/Magdir/cisco U src/contrib/file/Magdir/citrus U src/contrib/file/Magdir/claris U src/contrib/file/Magdir/clipper U src/contrib/file/Magdir/spec U src/contrib/file/Magdir/commands U src/contrib/file/Magdir/communications U src/contrib/file/Magdir/compress U src/contrib/file/Magdir/console U src/contrib/file/Magdir/convex U src/contrib/file/Magdir/ctags U src/contrib/file/Magdir/dact U src/contrib/file/Magdir/database U src/contrib/file/Magdir/diamond U src/contrib/file/Magdir/diff U src/contrib/file/Magdir/digital U src/contrib/file/Magdir/dolby U src/contrib/file/Magdir/dump U src/contrib/file/Magdir/editors U src/contrib/file/Magdir/elf U src/contrib/file/Magdir/encore U src/contrib/file/Magdir/epoc N src/contrib/file/Magdir/esri U src/contrib/file/Magdir/fcs U src/contrib/file/Magdir/filesystems U src/contrib/file/Magdir/flash U src/contrib/file/Magdir/fonts U src/contrib/file/Magdir/frame U src/contrib/file/Magdir/freebsd U src/contrib/file/Magdir/fsav U src/contrib/file/Magdir/games U src/contrib/file/Magdir/geos U src/contrib/file/Magdir/gcc U src/contrib/file/Magdir/gimp U src/contrib/file/Magdir/gnu U src/contrib/file/Magdir/grace U src/contrib/file/Magdir/gringotts U src/contrib/file/Magdir/hdf U src/contrib/file/Magdir/hitachi-sh U src/contrib/file/Magdir/hp U src/contrib/file/Magdir/human68k U src/contrib/file/Magdir/ibm370 U src/contrib/file/Magdir/ibm6000 U src/contrib/file/Magdir/iff U src/contrib/file/Magdir/images U src/contrib/file/Magdir/intel U src/contrib/file/Magdir/interleaf U src/contrib/file/Magdir/island U src/contrib/file/Magdir/ispell U src/contrib/file/Magdir/java U src/contrib/file/Magdir/jpeg U src/contrib/file/Magdir/karma U src/contrib/file/Magdir/lecter U src/contrib/file/Magdir/lex U src/contrib/file/Magdir/lif U src/contrib/file/Magdir/linux U src/contrib/file/Magdir/lisp U src/contrib/file/Magdir/mach U src/contrib/file/Magdir/macintosh U src/contrib/file/Magdir/magic U src/contrib/file/Magdir/mail.news U src/contrib/file/Magdir/maple U src/contrib/file/Magdir/mathematica U src/contrib/file/Magdir/matroska U src/contrib/file/Magdir/mcrypt U src/contrib/file/Magdir/mime U src/contrib/file/Magdir/mips U src/contrib/file/Magdir/mirage U src/contrib/file/Magdir/misctools U src/contrib/file/Magdir/mkid U src/contrib/file/Magdir/mlssa U src/contrib/file/Magdir/mmdf U src/contrib/file/Magdir/modem U src/contrib/file/Magdir/motorola U src/contrib/file/Magdir/msdos U src/contrib/file/Magdir/msvc U src/contrib/file/Magdir/natinst U src/contrib/file/Magdir/ncr U src/contrib/file/Magdir/netbsd U src/contrib/file/Magdir/netscape U src/contrib/file/Magdir/news U src/contrib/file/Magdir/nitpicker U src/contrib/file/Magdir/ocaml U src/contrib/file/Magdir/octave U src/contrib/file/Magdir/olf U src/contrib/file/Magdir/os2 U src/contrib/file/Magdir/os9 U src/contrib/file/Magdir/osf1 U src/contrib/file/Magdir/palm U src/contrib/file/Magdir/parix U src/contrib/file/Magdir/pbm U src/contrib/file/Magdir/pdf U src/contrib/file/Magdir/pdp U src/contrib/file/Magdir/perl U src/contrib/file/Magdir/pgp U src/contrib/file/Magdir/pkgadd U src/contrib/file/Magdir/plan9 U src/contrib/file/Magdir/plus5 U src/contrib/file/Magdir/printer U src/contrib/file/Magdir/project U src/contrib/file/Magdir/psdbms U src/contrib/file/Magdir/psion U src/contrib/file/Magdir/pulsar U src/contrib/file/Magdir/pyramid U src/contrib/file/Magdir/python U src/contrib/file/Magdir/revision U src/contrib/file/Magdir/riff U src/contrib/file/Magdir/rpm U src/contrib/file/Magdir/rtf U src/contrib/file/Magdir/sc U src/contrib/file/Magdir/sccs U src/contrib/file/Magdir/sendmail U src/contrib/file/Magdir/sequent U src/contrib/file/Magdir/sgi U src/contrib/file/Magdir/sgml U src/contrib/file/Magdir/sharc U src/contrib/file/Magdir/sinclair U src/contrib/file/Magdir/sketch U src/contrib/file/Magdir/smalltalk U src/contrib/file/Magdir/sniffer U src/contrib/file/Magdir/dyadic U src/contrib/file/Magdir/softquad U src/contrib/file/Magdir/spectrum U src/contrib/file/Magdir/sql U src/contrib/file/Magdir/sun U src/contrib/file/Magdir/sysex U src/contrib/file/Magdir/teapot U src/contrib/file/Magdir/terminfo U src/contrib/file/Magdir/tex U src/contrib/file/Magdir/tgif U src/contrib/file/Magdir/ti-8x U src/contrib/file/Magdir/timezone U src/contrib/file/Magdir/troff U src/contrib/file/Magdir/tuxedo U src/contrib/file/Magdir/typeset U src/contrib/file/Magdir/unknown U src/contrib/file/Magdir/uuencode U src/contrib/file/Magdir/varied.out U src/contrib/file/Magdir/varied.script U src/contrib/file/Magdir/vax U src/contrib/file/Magdir/vicar N src/contrib/file/Magdir/virtutech U src/contrib/file/Magdir/visx U src/contrib/file/Magdir/vms U src/contrib/file/Magdir/vmware U src/contrib/file/Magdir/vorbis U src/contrib/file/Magdir/vxl U src/contrib/file/Magdir/wordprocessors U src/contrib/file/Magdir/xdelta U src/contrib/file/Magdir/xenix N src/contrib/file/Magdir/xo65 U src/contrib/file/Magdir/xwindows U src/contrib/file/Magdir/zilog U src/contrib/file/Magdir/zyxel No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Tue Dec 28 04:35:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7959A16A4CE; Tue, 28 Dec 2004 04:35:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A9843D49; Tue, 28 Dec 2004 04:35:01 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4Z1KB084821; Tue, 28 Dec 2004 04:35:01 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS4Z1es084820; Tue, 28 Dec 2004 04:35:01 GMT (envelope-from obrien) Message-Id: <200412280435.iBS4Z1es084820@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Dec 2004 04:35:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/file config.h src/lib/libmagic config.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, 28 Dec 2004 04:35:01 -0000 obrien 2004-12-28 04:35:01 UTC FreeBSD src repository Modified files: usr.bin/file config.h lib/libmagic config.h Log: Catch up with file 4.12 import. Revision Changes Path 1.2 +2 -2 src/lib/libmagic/config.h 1.9 +2 -2 src/usr.bin/file/config.h From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:07:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AF7916A4CE; Tue, 28 Dec 2004 05:07:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25AAC43D1F; Tue, 28 Dec 2004 05:07:50 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS57oid092450; Tue, 28 Dec 2004 05:07:50 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS57n90092449; Tue, 28 Dec 2004 05:07:50 GMT (envelope-from grehan) Message-Id: <200412280507.iBS57n90092449@repoman.freebsd.org> From: Peter Grehan Date: Tue, 28 Dec 2004 05:07:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ofw ofw_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:07:50 -0000 grehan 2004-12-28 05:07:49 UTC FreeBSD src repository Modified files: sys/dev/ofw ofw_disk.c Log: Don't probe for a disk unless explicitly enabled by a tunable. This allows boot to proceed on a real system until the issue of calling back into certain OpenFirmware calls (e.g. finddevice) in thread context is understood. (this commit only affects psim users, of which I think I am the only one...) Revision Changes Path 1.16 +6 -0 src/sys/dev/ofw/ofw_disk.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:18:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id C5A3216A4CF; Tue, 28 Dec 2004 05:18:38 +0000 (GMT) Date: Tue, 28 Dec 2004 05:18:38 +0000 From: Darren Reed To: Scott Long Message-ID: <20041228051838.GB38011@hub.freebsd.org> References: <20041226165927.GA18879@hub.freebsd.org> <20041226182537.GB20920@hub.freebsd.org> <20041226.222435.52824948.imp@bsdimp.com> <20041227054931.GC20920@hub.freebsd.org> <20041227204846.GC15591@noel.cs.rice.edu> <20041228031707.GA38011@hub.freebsd.org> <41D0D580.7090207@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41D0D580.7090207@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Alan Cox cc: cvs-all@freebsd.org cc: darrenr@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:18:38 -0000 On Mon, Dec 27, 2004 at 08:39:44PM -0700, Scott Long wrote: > The locking APIs have existed in FreeBSD 5.x for 4 years. They are > documented in manual pages, web pages, and publically available USENIX > papers. Just because you don't agree that sx locks should be sleepable > doesn't mean that your opinion is valid. Hmmm, maybe I'm not communicating my view properly. I'm not fussed about whether or not sx locks are sleepable. What's wrong, IMHO, is the witness code and the implication that acquiring a sleepable lock, while you have a mutex, is wrong. Or vice versa. So long as the order is always the same, it should not present a problem if the programmer is careful. Even "debug" kernels on Solaris don't have restrictions like that between mutex/rw-locks, although Solaris never allows you to do a recursive mutex, like FreeBSD. FWIW, John Baldwin's USENIX paper that talks about witness from BSDi only talks about it in context of locking order: http://www.usenix.org/events/bsdcon02/full_papers/baldwin/baldwin_html/node7.html#SECTION00072000000000000000 The problem it is complaining about w.r.t ipfilter is not what the paper talks about here. As it is, if I were to refer to: http://sources.zabbadoz.net/freebsd/lor.html 050 - i've actually changed the code for other reasons so it should not happen at some point in the future 051 - why is UDP holding on to the lock for so long ? this doesn't look like an ipfilter problem. 052 - i'm dumbfounded. IFNET_RLOCK uses mtx, not sx. 052 is a classic case of why this LOR report is not useful. The witness code is complaining because a mutex is being acquired while a sleepable lock is held, for the purpose of walking a linked list. I mean WTF? Just to reiterate, it's the witness code and the semantics it is trying to enforce (which are somewhat different, now?) that I have an issue with, not the lock implementations. Darren From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:37:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EE1316A4CE; Tue, 28 Dec 2004 05:37:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C77643D5D; Tue, 28 Dec 2004 05:37:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS5ba3P093351; Tue, 28 Dec 2004 05:37:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS5bauB093350; Tue, 28 Dec 2004 05:37:36 GMT (envelope-from kris) Message-Id: <200412280537.iBS5bauB093350@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 05:37:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts getmachine X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:37:36 -0000 kris 2004-12-28 05:37:36 UTC FreeBSD ports repository Added files: Tools/portbuild/scripts getmachine Log: Overhaul of the job scheduler. The new scheduler runs builds synchronously instead of probabilistically scheduling jobs, which means that the job load on a machine never exceeds a desired threshold, and we can preferentially use faster machines when they are available. This has a dramatic effect on package build throughput, although I don't yet have precise measurements of the performance improvements. Specifically, the changes are: * Introduce the new variable maxjobs in portbuild. This replaces the build scheduling weights previously listed in the mlist file, which now changes format to list the build machines only, ranked in order of preference for job dispatches (i.e. faster machines first). * The ${arch}/queue directory is used to list machines available for jobs (file content is the number of jobs currently running on the machine). Changes to files in this directory are serialized using lockf on the .lock file. * Claim a machine with the getmachine script, with the .lock held. This picks the machine with the fewestnumber of jobs running, which is listed highest in the mlist file in case of multiple machines with equal load. The job counter is incremented, and the file removed if the counter reaches ${maxjobs} for that machine. If all machines are busy, sleep for 15 seconds and retry. * After we have claimed a machine, we run claim-chroot on it to claim an empty chroot, as before. If the claim fails, release the job from the queue with the releasemachine script and retry after a 15 second wait. * When the build is finished, decrement the job counter with the releasemachine script, with .lock held. * The checkmachines script now exists only to poll the load averages for admin convenience (every 2 minutes), and to ping for unreachable machines. When a machine cannot be reached, remove the entry in the queue directory to stop further job dispatches to it. This needs more work to deal with reinitialization of machines after they become available again. Revision Changes Path 1.1 +53 -0 ports/Tools/portbuild/scripts/getmachine (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:40:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD3E616A4CF; Tue, 28 Dec 2004 05:40:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A2BA43D31; Tue, 28 Dec 2004 05:40:15 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS5eFvc093425; Tue, 28 Dec 2004 05:40:15 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS5eFXC093424; Tue, 28 Dec 2004 05:40:15 GMT (envelope-from kris) Message-Id: <200412280540.iBS5eFXC093424@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 05:40:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts pdispatch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:40:15 -0000 kris 2004-12-28 05:40:15 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts pdispatch Log: Overhaul of the job scheduler. The new scheduler runs builds synchronously instead of probabilistically scheduling jobs, which means that the job load on a machine never exceeds a desired threshold, and we can preferentially use faster machines when they are available. This has a dramatic effect on package build throughput, although I don't yet have precise measurements of the performance improvements. Specifically, the changes are: * Introduce the new variable maxjobs in portbuild. This replaces the build scheduling weights previously listed in the mlist file, which now changes format to list the build machines only, ranked in order of preference for job dispatches (i.e. faster machines first). * The ${arch}/queue directory is used to list machines available for jobs (file content is the number of jobs currently running on the machine). Changes to files in this directory are serialized using lockf on the .lock file. * Claim a machine with the getmachine script, with the .lock held. This picks the machine with the fewestnumber of jobs running, which is listed highest in the mlist file in case of multiple machines with equal load. The job counter is incremented, and the file removed if the counter reaches ${maxjobs} for that machine. If all machines are busy, sleep for 15 seconds and retry. * After we have claimed a machine, we run claim-chroot on it to claim an empty chroot, as before. If the claim fails, release the job from the queue with the releasemachine script and retry after a 15 second wait. * When the build is finished, decrement the job counter with the releasemachine script, with .lock held. * The checkmachines script now exists only to poll the load averages for admin convenience (every 2 minutes), and to ping for unreachable machines. When a machine cannot be reached, remove the entry in the queue directory to stop further job dispatches to it. This needs more work to deal with reinitialization of machines after they become available again. Additional changes to this file: * Exit if passed a null package name, to avoid badness later on * Send a nag-mail if pkg-plist errors are detected in the build Revision Changes Path 1.20 +32 -25 ports/Tools/portbuild/scripts/pdispatch From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:40:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BCA216A4CE; Tue, 28 Dec 2004 05:40:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 483CD43D45; Tue, 28 Dec 2004 05:40:51 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS5epvx093538; Tue, 28 Dec 2004 05:40:51 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS5ep1h093537; Tue, 28 Dec 2004 05:40:51 GMT (envelope-from kris) Message-Id: <200412280540.iBS5ep1h093537@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 05:40:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts checkmachines pollmachine releasemachine X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:40:51 -0000 kris 2004-12-28 05:40:51 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts checkmachines Added files: Tools/portbuild/scripts pollmachine releasemachine Log: Overhaul of the job scheduler. The new scheduler runs builds synchronously instead of probabilistically scheduling jobs, which means that the job load on a machine never exceeds a desired threshold, and we can preferentially use faster machines when they are available. This has a dramatic effect on package build throughput, although I don't yet have precise measurements of the performance improvements. Specifically, the changes are: * Introduce the new variable maxjobs in portbuild. This replaces the build scheduling weights previously listed in the mlist file, which now changes format to list the build machines only, ranked in order of preference for job dispatches (i.e. faster machines first). * The ${arch}/queue directory is used to list machines available for jobs (file content is the number of jobs currently running on the machine). Changes to files in this directory are serialized using lockf on the .lock file. * Claim a machine with the getmachine script, with the .lock held. This picks the machine with the fewestnumber of jobs running, which is listed highest in the mlist file in case of multiple machines with equal load. The job counter is incremented, and the file removed if the counter reaches ${maxjobs} for that machine. If all machines are busy, sleep for 15 seconds and retry. * After we have claimed a machine, we run claim-chroot on it to claim an empty chroot, as before. If the claim fails, release the job from the queue with the releasemachine script and retry after a 15 second wait. * When the build is finished, decrement the job counter with the releasemachine script, with .lock held. * The checkmachines script now exists only to poll the load averages for admin convenience (every 2 minutes), and to ping for unreachable machines. When a machine cannot be reached, remove the entry in the queue directory to stop further job dispatches to it. This needs more work to deal with reinitialization of machines after they become available again. Revision Changes Path 1.11 +4 -29 ports/Tools/portbuild/scripts/checkmachines 1.1 +33 -0 ports/Tools/portbuild/scripts/pollmachine (new) 1.1 +29 -0 ports/Tools/portbuild/scripts/releasemachine (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:43:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1563C16A4CE; Tue, 28 Dec 2004 05:43:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E231943D31; Tue, 28 Dec 2004 05:43:40 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS5heDF093657; Tue, 28 Dec 2004 05:43:40 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS5hepT093656; Tue, 28 Dec 2004 05:43:40 GMT (envelope-from kris) Message-Id: <200412280543.iBS5hepT093656@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 05:43:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts buildscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:43:41 -0000 kris 2004-12-28 05:43:40 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: Fix the Xvfb code to run Xvfb before the build phase if detected (i.e. if the package lists a dependency on the relevant package in the PACKAGE_BUILDING case). This allows packages that require an available DISPLAY to again build (with some forthcoming fixes to existing ports). Improve the reporting of detected filesystem anomalies (extra files left behind after deinstallation, changes to and removal of pre-existing files) Revision Changes Path 1.18 +25 -15 ports/Tools/portbuild/scripts/buildscript From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:45:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 677E016A4CE; Tue, 28 Dec 2004 05:45:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40FAF43D1D; Tue, 28 Dec 2004 05:45:30 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS5jUPG093763; Tue, 28 Dec 2004 05:45:30 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS5jURq093762; Tue, 28 Dec 2004 05:45:30 GMT (envelope-from kris) Message-Id: <200412280545.iBS5jURq093762@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 05:45:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts dopackages X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:45:30 -0000 kris 2004-12-28 05:45:30 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dopackages Log: * It does in fact make sense to specify -incremental and -noindex at the same time, assuming that the admin has already built the INDEX and INDEX.old in advance. * Adapt to new method of calculating build concurrency, by summing the value of ${maxjobs} listed in every portbuild.${machine} * Support 5-exp builds Revision Changes Path 1.30 +7 -7 ports/Tools/portbuild/scripts/dopackages From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:50:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CB8516A4CE; Tue, 28 Dec 2004 05:50:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D4143D4C; Tue, 28 Dec 2004 05:50:38 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS5obcD093935; Tue, 28 Dec 2004 05:50:37 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS5obTh093934; Tue, 28 Dec 2004 05:50:37 GMT (envelope-from kris) Message-Id: <200412280550.iBS5obTh093934@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 05:50:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Tools/portbuild/scripts dosetupnode X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:50:38 -0000 kris 2004-12-28 05:50:37 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts dosetupnode Log: * Support the -norsync argument to only remove the existing build chroots on a disconnected client, without running the time-consuming rsyncs. This is useful when a build is interrupted and needs to be restarted. * After we have cleaned up the machine, reset the queue counter by using pollmachine -queue. This has a race condition if other builds are being dispatched to the machine (e.g. builds on another branch): getmachine can claim a directory and increment the counter, then the machine is polled and finds e.g. 0 chroots in use, and resets the counter to 0, then claim-chroot is run and the build dispatched, with the counter now off-by-one. This could be fixed by running claim-chroot with the .lock held, but this turns out to be too time-consuming. A two-level lock approach might also fix this efficiently. Revision Changes Path 1.4 +8 -2 ports/Tools/portbuild/scripts/dosetupnode From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:50:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BE016A4CE; Tue, 28 Dec 2004 05:50:52 +0000 (GMT) Received: from server1.astraldream.net (astraldream.net [69.20.5.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF34C43D49; Tue, 28 Dec 2004 05:50:51 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from [192.168.0.99] (pool-138-88-248-175.res.east.verizon.net [138.88.248.175]) (authenticated (0 bits)) by server1.astraldream.net (8.11.6/8.11.6) with ESMTP id iBS5oiW03624 (using TLSv1/SSLv3 with cipher RC4-SHA (128 bits) verified NO); Tue, 28 Dec 2004 00:50:50 -0500 In-Reply-To: <200412280507.iBS57n90092449@repoman.freebsd.org> References: <200412280507.iBS57n90092449@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6A43A402-5894-11D9-B631-000A95C4D7BC@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Suleiman Souhlal Date: Tue, 28 Dec 2004 00:50:44 -0500 To: Peter Grehan X-Mailer: Apple Mail (2.619) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ofw ofw_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:50:52 -0000 Hi, On Dec 28, 2004, at 12:07 AM, Peter Grehan wrote: > (this commit only affects psim users, of which I think I am the > only one...) I occasionally use psim too! :-) -- Suleiman Souhlal | ssouhlal@vt.edu The FreeBSD Project | ssouhlal@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Dec 28 05:51:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D83116A4CE; Tue, 28 Dec 2004 05:51:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A2043D48; Tue, 28 Dec 2004 05:51:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS5pTT6093978; Tue, 28 Dec 2004 05:51:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS5pTOY093977; Tue, 28 Dec 2004 05:51:29 GMT (envelope-from marcus) Message-Id: <200412280551.iBS5pTOY093977@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 05:51:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 05:51:29 -0000 marcus 2004-12-28 05:51:29 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Announce GNOME 2.9.3 for FreeBSD. Revision Changes Path 1.82 +19 -1 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:04:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9896D16A4CE; Tue, 28 Dec 2004 06:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721C243D31; Tue, 28 Dec 2004 06:04:47 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS64l6d094357; Tue, 28 Dec 2004 06:04:47 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS64lns094356; Tue, 28 Dec 2004 06:04:47 GMT (envelope-from obrien) Message-Id: <200412280604.iBS64lns094356@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Dec 2004 06:04:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base Makefile ports/emulators/linux_base-6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:04:47 -0000 obrien 2004-12-28 06:04:47 UTC FreeBSD ports repository Modified files: emulators/linux_base Makefile emulators/linux_base-6 Makefile Log: Properly set owner of yp.conf. Revision Changes Path 1.84 +1 -1 ports/emulators/linux_base-6/Makefile 1.94 +1 -1 ports/emulators/linux_base/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:07:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3240416A4CE; Tue, 28 Dec 2004 06:07:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D6BE43D4C; Tue, 28 Dec 2004 06:07:57 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS67uTq094542; Tue, 28 Dec 2004 06:07:56 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS67u6K094541; Tue, 28 Dec 2004 06:07:56 GMT (envelope-from obrien) Message-Id: <200412280607.iBS67u6K094541@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Dec 2004 06:07:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_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: Tue, 28 Dec 2004 06:07:57 -0000 obrien 2004-12-28 06:07:56 UTC FreeBSD ports repository Modified files: emulators/linux_base Makefile Log: Totally unravel the "do-patch: NADA" stuff started in rev 1.93. Revision Changes Path 1.95 +12 -16 ports/emulators/linux_base/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:09:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A60516A4CE; Tue, 28 Dec 2004 06:09:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3691143D1F; Tue, 28 Dec 2004 06:09:02 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS692CZ094600; Tue, 28 Dec 2004 06:09:02 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS692Kg094599; Tue, 28 Dec 2004 06:09:02 GMT (envelope-from obrien) Message-Id: <200412280609.iBS692Kg094599@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Dec 2004 06:09:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_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: Tue, 28 Dec 2004 06:09:02 -0000 obrien 2004-12-28 06:09:02 UTC FreeBSD ports repository Modified files: emulators/linux_base Makefile Log: Quiet installation errors due to lack of /dev/null w/in LINUXBASE. Revision Changes Path 1.96 +6 -0 ports/emulators/linux_base/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:11:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3440516A4CE; Tue, 28 Dec 2004 06:11:30 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DB943D39; Tue, 28 Dec 2004 06:11:29 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-31-188.dsl.onthenet.net [203.144.31.188]) iBS6BRnP034351; Tue, 28 Dec 2004 16:11:28 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <41D0FA2F.8080509@freebsd.org> Date: Tue, 28 Dec 2004 16:16:15 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Suleiman Souhlal References: <200412280507.iBS57n90092449@repoman.freebsd.org> <6A43A402-5894-11D9-B631-000A95C4D7BC@FreeBSD.org> In-Reply-To: <6A43A402-5894-11D9-B631-000A95C4D7BC@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ofw ofw_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:11:30 -0000 >> (this commit only affects psim users, of which I think I am the >> only one...) > > > I occasionally use psim too! :-) Good to hear :-) In psim, make sure you set ofwd_enable to 1 before g_ofwd_init is called. Until I fix the OpenFirmware callback anyways. later, Peter. From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:15:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 630AF16A4CE; Tue, 28 Dec 2004 06:15:42 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03EB543D5E; Tue, 28 Dec 2004 06:15:42 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBS6FfNk056853; Mon, 27 Dec 2004 22:15:41 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBS6FeMA056851; Mon, 27 Dec 2004 22:15:40 -0800 (PST) (envelope-from obrien) Date: Mon, 27 Dec 2004 22:15:40 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041228061540.GA56735@dragon.nuxi.com> References: <200412272144.iBRLis9d062333@repoman.freebsd.org> <20041227220221.U55241@blues.jpj.net> <20041228035642.GA50471@dragon.nuxi.com> <20041227230817.K57325@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041227230817.K57325@blues.jpj.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha 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, 28 Dec 2004 06:15:42 -0000 On Mon, Dec 27, 2004 at 11:10:29PM -0500, Trevor Johnson wrote: > David O'Brien wrote: > > On Mon, Dec 27, 2004 at 10:10:39PM -0500, Trevor Johnson wrote: > > > > obrien 2004-12-27 21:44:54 UTC > > > > FreeBSD ports repository > > > > Modified files: > > > > emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha > > > > Log: > > > > 1. Unbreak port due to incorrect packing list, using NO_FILTER_SHLIBS .. > > > > 5. cleans up pkg_delete errors due to incorrect PLIST @dirrm ordering > > > > 6. cleans up pkg_delete errors due to trying to rm ${PREFIX}/etc .. > > > As I said in private e-mail, your patch does not correct the packing > > > list--"make install deinstall" into an empty /compat/linux/ leaves things > > > behind (328 files, directories and other entities). > > My testing shows otherwise. Please list the left behind files. .. > Correction, no files but 328 directories and 2 links. These are the directories created by mtree and the port framework. I've never seen a port having to be responsible for deleting them. # rm -rf /usr/local # rm -rf /var/db/pkg # cd /usr/ports/misc/jive # make install deinstall # find /usr/local/ -type f | wc -l 0 # find /usr/local/ | wc -l 313 -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:16:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2057D16A4CE; Tue, 28 Dec 2004 06:16:28 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE0843D2D; Tue, 28 Dec 2004 06:16:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CE422514EE; Mon, 27 Dec 2004 22:16:27 -0800 (PST) Date: Mon, 27 Dec 2004 22:16:27 -0800 From: Kris Kennaway To: "David E. O'Brien" Message-ID: <20041228061627.GA38825@xor.obsecurity.org> References: <200412280609.iBS692Kg094599@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <200412280609.iBS692Kg094599@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_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: Tue, 28 Dec 2004 06:16:28 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Dec 28, 2004 at 06:09:02AM +0000, David E. O'Brien wrote: > | do-install: > | +# Make sure we have a /dev/null in the chrooted environment. > | + @${MKDIR} ${LINUXBASE}/dev > | + @${RM} -f ${LINUXBASE}/dev/null > | + @mknod ${LINUXBASE}/dev/null c 2 2 > | + @${CHMOD} 666 ${LINUXBASE}/dev/null Will this work on 6.x? I thought device nodes were deprecated outside of devfs. Kris --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0Po7Wry0BWjoQKURAu4uAKDWAVzX6tl4vxp+vKSddkJ8hVNTXACdEW7A aikKJ2q1+KYW7p1L/O9vY4s= =KhZ6 -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:18:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F5116A4CE; Tue, 28 Dec 2004 06:18:28 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id D195043D41; Tue, 28 Dec 2004 06:18:27 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBS6ITJa063418; Tue, 28 Dec 2004 01:18:29 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBS6ITrx063415; Tue, 28 Dec 2004 01:18:29 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Tue, 28 Dec 2004 01:18:29 -0500 (EST) From: Trevor Johnson To: "David O'Brien" In-Reply-To: <20041228061540.GA56735@dragon.nuxi.com> Message-ID: <20041228011733.V57325@blues.jpj.net> References: <200412272144.iBRLis9d062333@repoman.freebsd.org> <20041228035642.GA50471@dragon.nuxi.com> <20041228061540.GA56735@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:18:28 -0000 David O'Brien wrote: > These are the directories created by mtree and the port framework. Right, I"m going to put in a NO_MTREE. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:21:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBFB316A4CE; Tue, 28 Dec 2004 06:21:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80ED43D5A; Tue, 28 Dec 2004 06:21:15 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS6LFJt095067; Tue, 28 Dec 2004 06:21:15 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS6LFYv095066; Tue, 28 Dec 2004 06:21:15 GMT (envelope-from marcus) Message-Id: <200412280621.iBS6LFYv095066@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 06:21:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome newsflash.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, 28 Dec 2004 06:21:16 -0000 marcus 2004-12-28 06:21:15 UTC FreeBSD doc repository Modified files: en/gnome newsflash.xsl Log: Add support to the stylesheet. Requested by: ahze Revision Changes Path 1.5 +6 -1 www/en/gnome/newsflash.xsl From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:24:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBD116A4CE; Tue, 28 Dec 2004 06:24:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1966943D1D; Tue, 28 Dec 2004 06:24:54 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS6Orj7095148; Tue, 28 Dec 2004 06:24:53 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS6OrMT095147; Tue, 28 Dec 2004 06:24:53 GMT (envelope-from kris) Message-Id: <200412280624.iBS6OrMT095147@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Dec 2004 06:24:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/perl5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:24:54 -0000 kris 2004-12-28 06:24:53 UTC FreeBSD ports repository Modified files: japanese/perl5 Makefile Log: BROKEN: Incomplete pkg-plist Revision Changes Path 1.33 +2 -0 ports/japanese/perl5/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:24:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD8116A52C; Tue, 28 Dec 2004 06:24:56 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2432943D48; Tue, 28 Dec 2004 06:24:56 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBS6OtFS057128; Mon, 27 Dec 2004 22:24:55 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBS6OsRv057126; Mon, 27 Dec 2004 22:24:54 -0800 (PST) (envelope-from obrien) Date: Mon, 27 Dec 2004 22:24:54 -0800 From: "David O'Brien" To: "Andrew R. Reiter" Message-ID: <20041228062454.GA56882@dragon.nuxi.com> References: <200412262252.iBQMqPe7060613@repoman.freebsd.org> <20041227005456.GA57720@xor.obsecurity.org> <200412271600.26989.jhb@FreeBSD.org> <20041227172424.A85914@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041227172424.A85914@fledge.watson.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: rwatson@freebsd.org cc: cvs-all@freebsd.org cc: John Baldwin Subject: Re: cvs commit: src/sys/kern subr_witness.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, 28 Dec 2004 06:24:57 -0000 On Mon, Dec 27, 2004 at 05:27:44PM -0500, Andrew R. Reiter wrote: > On Mon, 27 Dec 2004, John Baldwin wrote: > > :On Sunday 26 December 2004 07:54 pm, Kris Kennaway wrote: > :> On Sun, Dec 26, 2004 at 10:52:24PM +0000, Robert Watson wrote: > :> > rwatson 2004-12-26 22:52:24 UTC > :> > > :> > FreeBSD src repository > :> > > :> > Modified files: > :> > sys/kern subr_witness.c > :> > Log: > :> > Add "show alllocks" command to DDB, which dumps a list of processes > :> > and threads currently holding sleep mutexes (and spin mutexes for > :> > curthread). This can be quite useful in looking for a lock condition > :> > summary for a system, as it avoids manually iterating through threads > :> > and processes to find all the interesting locks. > :> > > :> > NB: "alllocks" is up there with "lockedvnods" for a bad argument for > :> > show. > :> > :> ITYM "allloks" or perhaps "alllockes" (conservation of vowels). > : > :If you want a better name you could do 'show locks /a' instead. That is, add > :support to 'show locks' for the /a option (see 'show ktr' for how you would > :handle this by looking at 'modif'). > : > > Seems like a good idea to me, John. My only -- very minor -- issue with > that is using '/' as the flag delimiter. Not trying to be an asshole or > anything, just seems to me that (unless there is some ddb options already > there that use '/') using the forward slash is very cmd.exe-esque. VAX VMS actually. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:28:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F1D16A4CE; Tue, 28 Dec 2004 06:28:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F6E43D4C; Tue, 28 Dec 2004 06:28:39 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS6Sd1h095348; Tue, 28 Dec 2004 06:28:39 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS6SdU0095347; Tue, 28 Dec 2004 06:28:39 GMT (envelope-from ahze) Message-Id: <200412280628.iBS6SdU0095347@repoman.freebsd.org> From: Michael Johnson Date: Tue, 28 Dec 2004 06:28:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:28:39 -0000 ahze 2004-12-28 06:28:39 UTC FreeBSD doc repository (ports committer) Modified files: en/gnome news.xml Log: Announce the firefox and thunderbird approval from mozilla license team Revision Changes Path 1.83 +16 -1 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:32:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6C7C16A4CE; Tue, 28 Dec 2004 06:32:47 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7904C43D4C; Tue, 28 Dec 2004 06:32:47 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBS6Wlnm057317; Mon, 27 Dec 2004 22:32:47 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBS6Wkxx057316; Mon, 27 Dec 2004 22:32:46 -0800 (PST) (envelope-from obrien) Date: Mon, 27 Dec 2004 22:32:46 -0800 From: "David O'Brien" To: Kris Kennaway Message-ID: <20041228063246.GA57140@dragon.nuxi.com> References: <200412280609.iBS692Kg094599@repoman.freebsd.org> <20041228061627.GA38825@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041228061627.GA38825@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:32:48 -0000 On Mon, Dec 27, 2004 at 10:16:27PM -0800, Kris Kennaway wrote: > On Tue, Dec 28, 2004 at 06:09:02AM +0000, David E. O'Brien wrote: > > > | do-install: > > | +# Make sure we have a /dev/null in the chrooted environment. > > | + @${MKDIR} ${LINUXBASE}/dev > > | + @${RM} -f ${LINUXBASE}/dev/null > > | + @mknod ${LINUXBASE}/dev/null c 2 2 > > | + @${CHMOD} 666 ${LINUXBASE}/dev/null > > Will this work on 6.x? I thought device nodes were deprecated outside > of devfs. If not, we're in trouble -- I copied this directly from linux_base-8. :-) -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:33:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FF416A4CE; Tue, 28 Dec 2004 06:33:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E9F43D41; Tue, 28 Dec 2004 06:33:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS6X0wu095495; Tue, 28 Dec 2004 06:33:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS6X0IX095494; Tue, 28 Dec 2004 06:33:00 GMT (envelope-from marcus) Message-Id: <200412280633.iBS6X0IX095494@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 06:33:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:33:00 -0000 marcus 2004-12-28 06:33:00 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Fix a gramm-o with my 2.9.3 commit. Revision Changes Path 1.84 +3 -3 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:34:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0A7F16A4CE; Tue, 28 Dec 2004 06:34:20 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF69D43D39; Tue, 28 Dec 2004 06:34:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BD862511AE; Mon, 27 Dec 2004 22:34:20 -0800 (PST) Date: Mon, 27 Dec 2004 22:34:20 -0800 From: Kris Kennaway To: David O'Brien Message-ID: <20041228063420.GA39257@xor.obsecurity.org> References: <200412280609.iBS692Kg094599@repoman.freebsd.org> <20041228061627.GA38825@xor.obsecurity.org> <20041228063246.GA57140@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <20041228063246.GA57140@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/emulators/linux_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: Tue, 28 Dec 2004 06:34:21 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 27, 2004 at 10:32:46PM -0800, David O'Brien wrote: > On Mon, Dec 27, 2004 at 10:16:27PM -0800, Kris Kennaway wrote: > > On Tue, Dec 28, 2004 at 06:09:02AM +0000, David E. O'Brien wrote: > >=20 > > > | do-install: > > > | +# Make sure we have a /dev/null in the chrooted environment. > > > | + @${MKDIR} ${LINUXBASE}/dev > > > | + @${RM} -f ${LINUXBASE}/dev/null > > > | + @mknod ${LINUXBASE}/dev/null c 2 2 > > > | + @${CHMOD} 666 ${LINUXBASE}/dev/null > >=20 > > Will this work on 6.x? I thought device nodes were deprecated outside > > of devfs. >=20 > If not, we're in trouble -- I copied this directly from linux_base-8. :-) :-( Kris --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0P5sWry0BWjoQKURAjRDAKCiA5lwzhi8GtpU+dK+uICsJLbM0ACfa3fH DmiWquswG2PkgFrq3OyhcwA= =QMMR -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:35:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7884516A4CE; Tue, 28 Dec 2004 06:35:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5384D43D39; Tue, 28 Dec 2004 06:35:09 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS6Z9m7095586; Tue, 28 Dec 2004 06:35:09 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS6Z9Kq095585; Tue, 28 Dec 2004 06:35:09 GMT (envelope-from obrien) Message-Id: <200412280635.iBS6Z9Kq095585@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Dec 2004 06:35:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_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: Tue, 28 Dec 2004 06:35:09 -0000 obrien 2004-12-28 06:35:09 UTC FreeBSD ports repository Modified files: emulators/linux_base Makefile Log: Eeeek rev 1.95 accidently backed out rev 1.94; put back. Revision Changes Path 1.97 +1 -1 ports/emulators/linux_base/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 06:43:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABCAA16A4CE; Tue, 28 Dec 2004 06:43:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8432143D45; Tue, 28 Dec 2004 06:43:02 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS6h2R7095866; Tue, 28 Dec 2004 06:43:02 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS6h2Jb095865; Tue, 28 Dec 2004 06:43:02 GMT (envelope-from ade) Message-Id: <200412280643.iBS6h2Jb095865@repoman.freebsd.org> From: Ade Lovett Date: Tue, 28 Dec 2004 06:43:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/automake19 Makefile distinfo ports/devel/automake19/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: Tue, 28 Dec 2004 06:43:02 -0000 ade 2004-12-28 06:43:02 UTC FreeBSD ports repository Modified files: devel/automake19 Makefile distinfo devel/automake19/files patch-configure Log: Update to 1.9.4 Revision Changes Path 1.57 +1 -1 ports/devel/automake19/Makefile 1.22 +2 -2 ports/devel/automake19/distinfo 1.9 +7 -7 ports/devel/automake19/files/patch-configure From owner-cvs-all@FreeBSD.ORG Tue Dec 28 07:10:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8604116A4CE; Tue, 28 Dec 2004 07:10:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6187343D48; Tue, 28 Dec 2004 07:10:31 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS7AVEt096727; Tue, 28 Dec 2004 07:10:31 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS7AUgL096726; Tue, 28 Dec 2004 07:10:30 GMT (envelope-from ahze) Message-Id: <200412280710.iBS7AUgL096726@repoman.freebsd.org> From: Michael Johnson Date: Tue, 28 Dec 2004 07:10:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 07:10:31 -0000 ahze 2004-12-28 07:10:30 UTC FreeBSD doc repository (ports committer) Modified files: en/news news.xml Log: Add a news item about the Mozilla license approving the FreeBSD gnome team to use official branding. Reviewed by: marcus Revision Changes Path 1.256 +16 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Tue Dec 28 07:21:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DEEB16A4CE; Tue, 28 Dec 2004 07:21:30 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CF643D45; Tue, 28 Dec 2004 07:21:29 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id DD5484AA01; Tue, 28 Dec 2004 01:21:28 -0600 (CST) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 28224-01-84; Tue, 28 Dec 2004 01:21:28 -0600 (CST) Received: from noel.cs.rice.edu (noel.cs.rice.edu [128.42.1.136]) by cs.rice.edu (Postfix) with ESMTP id 5811D4AA00; Tue, 28 Dec 2004 01:21:28 -0600 (CST) Received: (from alc@localhost) by noel.cs.rice.edu (8.12.10+Sun/8.12.9/Submit) id iBS7L3Vv017782; Tue, 28 Dec 2004 01:21:03 -0600 (CST) Date: Tue, 28 Dec 2004 01:21:03 -0600 From: Alan Cox To: Darren Reed Message-ID: <20041228072103.GH15591@noel.cs.rice.edu> References: <20041226165927.GA18879@hub.freebsd.org> <20041226182537.GB20920@hub.freebsd.org> <20041226.222435.52824948.imp@bsdimp.com> <20041227054931.GC20920@hub.freebsd.org> <20041227204846.GC15591@noel.cs.rice.edu> <20041228031707.GA38011@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041228031707.GA38011@hub.freebsd.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: src-committers@freebsd.org cc: Alan Cox cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: darrenr@freebsd.org cc: bzeeb-lists@lists.zabbadoz.net cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 07:21:30 -0000 On Tue, Dec 28, 2004 at 03:17:07AM +0000, Darren Reed wrote: > On Mon, Dec 27, 2004 at 02:48:46PM -0600, Alan Cox wrote: > > Darren, > > > > Based upon a quick look at the above URL, I would say that the problem > > is that you are acquiring an sx lock after a mutex is held. > > Yes, that is what I thought the problem was too. > > > That is not allowed. > > Well, it should be. > [snip] > > What can I say that I haven't already ? > This is a nonsense rule and I'm quite happy that it isn't enforced at > all. The assumption by someone that all of these scenarios lead to > deadlocks is false. Deadlock is not the issue. The implementations of mutex and sx locks don't support the acquisition of mutexes before sx locks. Roughly speaking, when a thread is blocked during the acquisition of a held sx lock, it blocks in a manner similar to tsleep(). For the same reasons that you can't hold a mutex across a tsleep(), you can't hold a mutex when acquiring an sx lock. Yes, it would be nice to have a variant of sx locks that didn't have this restriction, but that is not what we have today. Witness is simply enforcing the restrictions imposed by the existing implementation. Alan From owner-cvs-all@FreeBSD.ORG Tue Dec 28 07:23:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE15E16A4D2; Tue, 28 Dec 2004 07:23:44 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57C143D5D; Tue, 28 Dec 2004 07:23:44 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id A5A8D5C9AA; Mon, 27 Dec 2004 23:23:44 -0800 (PST) Date: Mon, 27 Dec 2004 23:23:44 -0800 From: Alfred Perlstein To: Kris Kennaway Message-ID: <20041228072344.GA51172@elvis.mu.org> References: <200412280609.iBS692Kg094599@repoman.freebsd.org> <20041228061627.GA38825@xor.obsecurity.org> <20041228063246.GA57140@dragon.nuxi.com> <20041228063420.GA39257@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041228063420.GA39257@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: David O'Brien cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_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: Tue, 28 Dec 2004 07:23:45 -0000 * Kris Kennaway [041227 22:34] wrote: > On Mon, Dec 27, 2004 at 10:32:46PM -0800, David O'Brien wrote: > > On Mon, Dec 27, 2004 at 10:16:27PM -0800, Kris Kennaway wrote: > > > On Tue, Dec 28, 2004 at 06:09:02AM +0000, David E. O'Brien wrote: > > > > > > > | do-install: > > > > | +# Make sure we have a /dev/null in the chrooted environment. > > > > | + @${MKDIR} ${LINUXBASE}/dev > > > > | + @${RM} -f ${LINUXBASE}/dev/null > > > > | + @mknod ${LINUXBASE}/dev/null c 2 2 > > > > | + @${CHMOD} 666 ${LINUXBASE}/dev/null > > > > > > Will this work on 6.x? I thought device nodes were deprecated outside > > > of devfs. > > > > If not, we're in trouble -- I copied this directly from linux_base-8. :-) > > :-( Device nodes outside of devfs should not work. -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Tue Dec 28 08:15:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C073F16A4CE; Tue, 28 Dec 2004 08:15:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4D943D4C; Tue, 28 Dec 2004 08:15:46 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS8Fklq098877; Tue, 28 Dec 2004 08:15:46 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS8Fkmq098876; Tue, 28 Dec 2004 08:15:46 GMT (envelope-from sergei) Message-Id: <200412280815.iBS8Fkmq098876@repoman.freebsd.org> From: Sergei Kolobov Date: Tue, 28 Dec 2004 08:15:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/bincimap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 08:15:46 -0000 sergei 2004-12-28 08:15:46 UTC FreeBSD ports repository Modified files: mail/bincimap Makefile distinfo Log: - Upgrade to 1.2.11 Revision Changes Path 1.10 +1 -1 ports/mail/bincimap/Makefile 1.10 +2 -2 ports/mail/bincimap/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 09:36:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5FC516A4CE; Tue, 28 Dec 2004 09:36:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D0F43D1D; Tue, 28 Dec 2004 09:36:45 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS9ajNi008215; Tue, 28 Dec 2004 09:36:45 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS9ajVQ008214; Tue, 28 Dec 2004 09:36:45 GMT (envelope-from thierry) Message-Id: <200412280936.iBS9ajVQ008214@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 28 Dec 2004 09:36:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/grisbi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 09:36:45 -0000 thierry 2004-12-28 09:36:45 UTC FreeBSD ports repository Modified files: finance/grisbi Makefile distinfo Log: Upgrade to 0.5.4. Revision Changes Path 1.20 +1 -1 ports/finance/grisbi/Makefile 1.13 +2 -2 ports/finance/grisbi/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 09:45:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2E6316A4CE; Tue, 28 Dec 2004 09:45:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC96843D46; Tue, 28 Dec 2004 09:45:47 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS9jlre008521; Tue, 28 Dec 2004 09:45:47 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBS9jlHe008520; Tue, 28 Dec 2004 09:45:47 GMT (envelope-from obrien) Message-Id: <200412280945.iBS9jlHe008520@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Dec 2004 09:45:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/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: Tue, 28 Dec 2004 09:45:48 -0000 obrien 2004-12-28 09:45:47 UTC FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile Log: Use NO_MTREE to have a cleaner LINUXBASE. Submitted by: trevor Pointed out by: kris Revision Changes Path 1.18 +3 -2 ports/emulators/linux_base-gentoo-stage1/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 10:30:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA8716A4CF; Tue, 28 Dec 2004 10:30:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27DC43D46; Tue, 28 Dec 2004 10:30:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSAU4Lh009775; Tue, 28 Dec 2004 10:30:04 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSAU4Kt009774; Tue, 28 Dec 2004 10:30:04 GMT (envelope-from ru) Message-Id: <200412281030.iBSAU4Kt009774@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 28 Dec 2004 10:30:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/xmbmon distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 10:30:05 -0000 ru 2004-12-28 10:30:04 UTC FreeBSD ports repository Modified files: sysutils/xmbmon distinfo Log: Correct the SIZE entry. Revision Changes Path 1.10 +1 -1 ports/sysutils/xmbmon/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 10:43:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F5516A4CE; Tue, 28 Dec 2004 10:43:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15EB443D68; Tue, 28 Dec 2004 10:43:34 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSAhX1V010347; Tue, 28 Dec 2004 10:43:33 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSAhXYT010346; Tue, 28 Dec 2004 10:43:33 GMT (envelope-from rse) Message-Id: <200412281043.iBSAhXYT010346@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 28 Dec 2004 10:43:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d jail src/etc rc.shutdown X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 10:43:34 -0000 rse 2004-12-28 10:43:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) etc/defaults rc.conf etc/rc.d jail etc rc.shutdown Log: MFC: src/etc/defaults/rc.conf:1.234 src/etc/rc.d/jail:1.20 src/etc/rc.shutdown:1.30 Improve the RC framework for the clean booting/shutdown of Jails: 1. Feature: for flexibility reasons and as a prerequisite to clean shutdowns, allow the configuration of a stop/shutdown command via rc.conf variable "jail__exec_stop" in addition to the start/boot command (rc.conf variable "jail__exec_start"). For backward compatibility reasons, rc.conf variable "jail__exec" is still supported, too. 2. Debug: Add the used boot/shutdown commands to the debug output of the /etc/rc.d/jail script, too. 3. Security: Run the Jail start/boot command in a cleaned environment to not leak information from the host to the Jail during startup. 4. Feature: Run the Jail stop/shutdown command "jail__exec_stop" on "/etc/rc.d/jail stop " to allow a graceful shutdown of the Jail before its processes are just killed. 5. Bugfix: When killing the remaining Jail processes give the processes time to actually perform their termination sequence. Without this the subsequent umount(8) operations usually fail because the resources are still in use. Additionally, if after trying to TERM-inate the processes there are still processes hanging around, finally just KILL them. 6. Bugfix: In rc.shutdown, if running inside a Jail, skip the /etc/rc.d/* scripts which are flagged with the KEYWORD "nojail" to allow the correct operation of rc.shutdown under jail__exec_stop="/bin/sh /etc/rc.shutdown". This is analogous to what /etc/rc does inside a Jail. Now the following typical host-configuration for two Jails works as expected and correctly boots and shutdowns the Jails: ----------------------------------------------------------- # /etc/rc.conf: jail_enable="YES" jail_list="foo bar" jail_foo_rootdir="/j/foo" jail_foo_hostname="foo.example.com" jail_foo_ip="192.168.0.1" jail_foo_devfs_enable="YES" jail_foo_mount_enable="YES" jail_foo_exec_start="/bin/sh /etc/rc" jail_foo_exec_stop="/bin/sh /etc/rc.shutdown" jail_bar_rootdir="/j/bar" jail_bar_hostname="bar.example.com" jail_bar_ip="192.168.0.2" jail_bar_devfs_enable="YES" jail_bar_mount_enable="YES" jail_bar_exec_start="/path/to/kjailer -v" jail_bar_exec_stop="/bin/sh -c 'killall kjailer && sleep 60'" ----------------------------------------------------------- # /etc/fstab.foo /v/foo /j/foo/v/foo nullfs rw 0 0 ----------------------------------------------------------- # /etc/fstab.bar /v/bar /j/bar/v/bar nullfs rw 0 0 ----------------------------------------------------------- Revision Changes Path 1.212.2.8 +2 -1 src/etc/defaults/rc.conf 1.15.2.4 +25 -3 src/etc/rc.d/jail 1.27.2.3 +3 -1 src/etc/rc.shutdown From owner-cvs-all@FreeBSD.ORG Tue Dec 28 11:07:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9669B16A4CE; Tue, 28 Dec 2004 11:07:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707CD43D2D; Tue, 28 Dec 2004 11:07:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSB7YMl011028; Tue, 28 Dec 2004 11:07:34 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSB7Yx7011027; Tue, 28 Dec 2004 11:07:34 GMT (envelope-from sem) Message-Id: <200412281107.iBSB7Yx7011027@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 28 Dec 2004 11:07:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/pysol-cardsets Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 11:07:34 -0000 sem 2004-12-28 11:07:34 UTC FreeBSD ports repository Modified files: games/pysol-cardsets Makefile pkg-plist Log: An oxymoron cardset is presented in the base package, so don't install it. It fixes plist problem. PR: ports/75534 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/games/pysol-cardsets/Makefile 1.2 +0 -87 ports/games/pysol-cardsets/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 12:11:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 179F616A4CE; Tue, 28 Dec 2004 12:11:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6AB243D49; Tue, 28 Dec 2004 12:11:32 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSCBW7Q013915; Tue, 28 Dec 2004 12:11:32 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSCBWSm013914; Tue, 28 Dec 2004 12:11:32 GMT (envelope-from glebius) Message-Id: <200412281211.iBSCBWSm013914@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 28 Dec 2004 12:11:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph/netflow netflow.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 12:11:33 -0000 glebius 2004-12-28 12:11:32 UTC FreeBSD src repository Modified files: sys/netgraph/netflow netflow.c Log: - Plug a memory leak in ng_netflow_cache_init(). - Initialize error to 0 in ng_netflow_flow_add() (a nop change). - Update cache statistics holding workqueue mutex. MFC after: 3 days Revision Changes Path 1.4 +10 -5 src/sys/netgraph/netflow/netflow.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 12:17:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9594716A4CE; Tue, 28 Dec 2004 12:17:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7130243D2F; Tue, 28 Dec 2004 12:17:56 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSCHubq014165; Tue, 28 Dec 2004 12:17:56 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSCHuvH014164; Tue, 28 Dec 2004 12:17:56 GMT (envelope-from ru) Message-Id: <200412281217.iBSCHuvH014164@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 28 Dec 2004 12:17:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/file file.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 12:17:56 -0000 ru 2004-12-28 12:17:56 UTC FreeBSD src repository Modified files: usr.bin/file file.1 Log: Update for FILE v4.12. Revision Changes Path 1.34 +70 -48 src/usr.bin/file/file.1 From owner-cvs-all@FreeBSD.ORG Tue Dec 28 12:19:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B1016A4CE; Tue, 28 Dec 2004 12:19:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B9DF43D46; Tue, 28 Dec 2004 12:19:09 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSCJ854014225; Tue, 28 Dec 2004 12:19:09 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSCJ8U7014224; Tue, 28 Dec 2004 12:19:08 GMT (envelope-from gerald) Message-Id: <200412281219.iBSCJ8U7014224@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 28 Dec 2004 12:19:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc40 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 12:19:09 -0000 gerald 2004-12-28 12:19:08 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20041226 snapshot of GCC 4.0.0. Revision Changes Path 1.190 +1 -1 ports/lang/gcc40/Makefile 1.99 +12 -12 ports/lang/gcc40/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 12:29:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9FE416A4CE; Tue, 28 Dec 2004 12:29:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C471143D3F; Tue, 28 Dec 2004 12:29:06 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSCT65q014587; Tue, 28 Dec 2004 12:29:06 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSCT6L9014586; Tue, 28 Dec 2004 12:29:06 GMT (envelope-from ru) Message-Id: <200412281229.iBSCT6L9014586@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 28 Dec 2004 12:29:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/file magic.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: Tue, 28 Dec 2004 12:29:07 -0000 ru 2004-12-28 12:29:06 UTC FreeBSD src repository Modified files: usr.bin/file magic.5 Log: Update for FILE v4.12. Revision Changes Path 1.23 +9 -6 src/usr.bin/file/magic.5 From owner-cvs-all@FreeBSD.ORG Tue Dec 28 12:33:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D7016A4CF; Tue, 28 Dec 2004 12:33:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C85243D3F; Tue, 28 Dec 2004 12:33:31 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSCXVax014724; Tue, 28 Dec 2004 12:33:31 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSCXVnN014723; Tue, 28 Dec 2004 12:33:31 GMT (envelope-from gerald) Message-Id: <200412281233.iBSCXVnN014723@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 28 Dec 2004 12:33:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/wine pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 12:33:31 -0000 gerald 2004-12-28 12:33:31 UTC FreeBSD ports repository Modified files: emulators/wine pkg-descr pkg-message Log: Update documentation wrt. current versions of Wine now working more or less nicely on FreeBSD 5.3 and above. Revision Changes Path 1.13 +0 -5 ports/emulators/wine/pkg-descr 1.12 +2 -3 ports/emulators/wine/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Dec 28 12:57:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2262A16A4CE; Tue, 28 Dec 2004 12:57:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF8043D5A; Tue, 28 Dec 2004 12:57:51 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSCvpi5021993; Tue, 28 Dec 2004 12:57:51 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSCvpEq021992; Tue, 28 Dec 2004 12:57:51 GMT (envelope-from mat) Message-Id: <200412281257.iBSCvpEq021992@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 28 Dec 2004 12:57:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-WWW-Mechanize Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 12:57:52 -0000 mat 2004-12-28 12:57:51 UTC FreeBSD ports repository Modified files: www/p5-WWW-Mechanize Makefile pkg-plist Log: Bad me, bad bad me, I forgot that Pointed out by: Kris "Ports Janitor" Kennaway Revision Changes Path 1.13 +1 -1 ports/www/p5-WWW-Mechanize/Makefile 1.8 +1 -0 ports/www/p5-WWW-Mechanize/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 13:04:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B4816A4CE; Tue, 28 Dec 2004 13:04:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEB1343D31; Tue, 28 Dec 2004 13:04:55 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSD4t65022214; Tue, 28 Dec 2004 13:04:55 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSD4tlE022213; Tue, 28 Dec 2004 13:04:55 GMT (envelope-from mat) Message-Id: <200412281304.iBSD4tlE022213@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 28 Dec 2004 13:04:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-ExtUtils-CBuilder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 13:04:56 -0000 mat 2004-12-28 13:04:55 UTC FreeBSD ports repository Modified files: devel/p5-ExtUtils-CBuilder Makefile distinfo Log: Update to 0.06 Add docs Revision Changes Path 1.6 +10 -1 ports/devel/p5-ExtUtils-CBuilder/Makefile 1.6 +2 -2 ports/devel/p5-ExtUtils-CBuilder/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 13:09:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3ED516A4CE; Tue, 28 Dec 2004 13:09:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EBD643D41; Tue, 28 Dec 2004 13:09:53 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSD9rMq022385; Tue, 28 Dec 2004 13:09:53 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSD9r3p022384; Tue, 28 Dec 2004 13:09:53 GMT (envelope-from mat) Message-Id: <200412281309.iBSD9r3p022384@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 28 Dec 2004 13:09:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-CGI-Untaint Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 13:09:53 -0000 mat 2004-12-28 13:09:53 UTC FreeBSD ports repository Modified files: www/p5-CGI-Untaint Makefile distinfo Log: Update to 1.25 Revision Changes Path 1.4 +10 -1 ports/www/p5-CGI-Untaint/Makefile 1.4 +2 -2 ports/www/p5-CGI-Untaint/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 13:43:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B62516A4CE; Tue, 28 Dec 2004 13:43:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D1943D58; Tue, 28 Dec 2004 13:43:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSDhZxo023411; Tue, 28 Dec 2004 13:43:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSDhZAH023410; Tue, 28 Dec 2004 13:43:35 GMT (envelope-from pav) Message-Id: <200412281343.iBSDhZAH023410@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 13:43:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/leafpad Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 13:43:35 -0000 pav 2004-12-28 13:43:34 UTC FreeBSD ports repository Modified files: editors/leafpad Makefile distinfo pkg-plist Log: - Update to 0.7.9 PR: ports/75501 Submitted by: Radek Kozlowski (maintainer) Revision Changes Path 1.12 +1 -1 ports/editors/leafpad/Makefile 1.7 +2 -2 ports/editors/leafpad/distinfo 1.8 +4 -2 ports/editors/leafpad/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 14:06:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC29B16A4CE; Tue, 28 Dec 2004 14:06:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C703243D64; Tue, 28 Dec 2004 14:06:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSE6lIe024103; Tue, 28 Dec 2004 14:06:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSE6lxG024102; Tue, 28 Dec 2004 14:06:47 GMT (envelope-from pav) Message-Id: <200412281406.iBSE6lxG024102@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 14:06:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/shared-mime-info Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 14:06:48 -0000 pav 2004-12-28 14:06:47 UTC FreeBSD ports repository Modified files: misc/shared-mime-info Makefile pkg-plist Log: - Silence unexec lines Revision Changes Path 1.28 +1 -1 ports/misc/shared-mime-info/Makefile 1.14 +6 -6 ports/misc/shared-mime-info/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 14:28:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C80F16A4CE; Tue, 28 Dec 2004 14:28:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A0C43D39; Tue, 28 Dec 2004 14:28:51 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSESpgl024788; Tue, 28 Dec 2004 14:28:51 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSESpUp024787; Tue, 28 Dec 2004 14:28:51 GMT (envelope-from bland) Message-Id: <200412281428.iBSESpUp024787@repoman.freebsd.org> From: Alexander Nedotsukov Date: Tue, 28 Dec 2004 14:28:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gimp Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 14:28:51 -0000 bland 2004-12-28 14:28:50 UTC FreeBSD ports repository Modified files: graphics/gimp Makefile pkg-plist Log: Fix plist. Submitted by: sf Revision Changes Path 1.167 +1 -1 ports/graphics/gimp/Makefile 1.95 +1 -1 ports/graphics/gimp/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:00:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD4DB16A4CE; Tue, 28 Dec 2004 15:00:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B292543D39; Tue, 28 Dec 2004 15:00:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSF0FmE025761; Tue, 28 Dec 2004 15:00:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSF0FKB025760; Tue, 28 Dec 2004 15:00:15 GMT (envelope-from pav) Message-Id: <200412281500.iBSF0FKB025760@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 15:00:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/py-spf Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 15:00:16 -0000 pav 2004-12-28 15:00:15 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/py-spf Makefile distinfo pkg-descr pkg-plist Log: Add py-spf, a python implementation of SPF. PR: ports/75521 Submitted by: Marcus Grando Revision Changes Path 1.595 +1 -0 ports/mail/Makefile 1.1 +38 -0 ports/mail/py-spf/Makefile (new) 1.1 +2 -0 ports/mail/py-spf/distinfo (new) 1.1 +11 -0 ports/mail/py-spf/pkg-descr (new) 1.1 +4 -0 ports/mail/py-spf/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:01:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4A116A4CE; Tue, 28 Dec 2004 15:01:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFC143D46; Tue, 28 Dec 2004 15:01:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSF1m3m025875; Tue, 28 Dec 2004 15:01:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSF1mVn025874; Tue, 28 Dec 2004 15:01:48 GMT (envelope-from pav) Message-Id: <200412281501.iBSF1mVn025874@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 15:01:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 15:01:48 -0000 pav 2004-12-28 15:01:48 UTC FreeBSD ports repository Modified files: . modules Log: py-spf --> ports/mail/py-spf Revision Changes Path 1.11674 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:14:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC1F16A4CE; Tue, 28 Dec 2004 15:14:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D4D43D39; Tue, 28 Dec 2004 15:14:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSFELnv026340; Tue, 28 Dec 2004 15:14:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSFELIb026339; Tue, 28 Dec 2004 15:14:21 GMT (envelope-from pav) Message-Id: <200412281514.iBSFELIb026339@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 15:14:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/obexapp/files patch-Makefile patch-main.c patch-sdp.c patch-server.c patch-transport.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 15:14:21 -0000 pav 2004-12-28 15:14:21 UTC FreeBSD ports repository Modified files: comms/obexapp/files patch-Makefile Added files: comms/obexapp/files patch-main.c patch-sdp.c patch-server.c patch-transport.c Log: - Workaround for people who have mpeg4ip installed poluting system with another copy of sdp.h header PR: ports/75572 Submitted by: Guido Falsi (maintainer) Revision Changes Path 1.7 +2 -2 ports/comms/obexapp/files/patch-Makefile 1.3 +11 -0 ports/comms/obexapp/files/patch-main.c (new) 1.1 +11 -0 ports/comms/obexapp/files/patch-sdp.c (new) 1.3 +11 -0 ports/comms/obexapp/files/patch-server.c (new) 1.1 +11 -0 ports/comms/obexapp/files/patch-transport.c (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:18:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9BC716A4CE; Tue, 28 Dec 2004 15:18:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8272F43D39; Tue, 28 Dec 2004 15:18:02 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSFI22i026465; Tue, 28 Dec 2004 15:18:02 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSFI2RN026464; Tue, 28 Dec 2004 15:18:02 GMT (envelope-from knu) Message-Id: <200412281518.iBSFI2RN026464@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 28 Dec 2004 15:18:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portupgrade/files patch-etc-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 15:18:02 -0000 knu 2004-12-28 15:18:02 UTC FreeBSD ports repository Added files: sysutils/portupgrade/files patch-etc-Makefile Log: Fix the startup script for 4.x. Submitted by: Revision Changes Path 1.1 +14 -0 ports/sysutils/portupgrade/files/patch-etc-Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:25:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A52516A4CE; Tue, 28 Dec 2004 15:25:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B3543D39; Tue, 28 Dec 2004 15:25:47 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSFPlG4026760; Tue, 28 Dec 2004 15:25:47 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSFPlJU026759; Tue, 28 Dec 2004 15:25:47 GMT (envelope-from trevor) Message-Id: <200412281525.iBSFPlJU026759@repoman.freebsd.org> From: Trevor Johnson Date: Tue, 28 Dec 2004 15:25:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha distinfo.i386 distinfo.ia64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 15:25:47 -0000 trevor 2004-12-28 15:25:47 UTC FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile distinfo.alpha distinfo.i386 Removed files: emulators/linux_base-gentoo-stage1 distinfo.ia64 Log: - update to latest release, 2004.3 - update CONFLICTS - do not install unneeded /dev/ - make output less verbose Revision Changes Path 1.19 +31 -36 ports/emulators/linux_base-gentoo-stage1/Makefile 1.5 +3 -3 ports/emulators/linux_base-gentoo-stage1/distinfo.alpha 1.7 +2 -2 ports/emulators/linux_base-gentoo-stage1/distinfo.i386 1.4 +0 -3 ports/emulators/linux_base-gentoo-stage1/distinfo.ia64 (dead) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:27:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A39016A4CE; Tue, 28 Dec 2004 15:27:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FECE43D3F; Tue, 28 Dec 2004 15:27:54 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSFRs2u026833; Tue, 28 Dec 2004 15:27:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSFRs0r026832; Tue, 28 Dec 2004 15:27:54 GMT (envelope-from marius) Message-Id: <200412281527.iBSFRs0r026832@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Dec 2004 15:27:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ctorrent Makefile distinfo ports/net/ctorrent/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: Tue, 28 Dec 2004 15:27:54 -0000 marius 2004-12-28 15:27:54 UTC FreeBSD ports repository (src committer) Modified files: net/ctorrent Makefile distinfo net/ctorrent/files patch-configure Log: Update to 1.3.4 which adds support for the compact tracker protocol and the ability to specify the peer identifier. Prodded by: Florent Thoumie (maintainer) Approved by: Florent Thoumie (maintainer), netchild Revision Changes Path 1.6 +2 -1 ports/net/ctorrent/Makefile 1.5 +2 -2 ports/net/ctorrent/distinfo 1.2 +0 -21 ports/net/ctorrent/files/patch-configure From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:35:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F377916A4CE; Tue, 28 Dec 2004 15:35:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE7C43D5E; Tue, 28 Dec 2004 15:35:22 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSFZM3V027129; Tue, 28 Dec 2004 15:35:22 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSFZM5Q027128; Tue, 28 Dec 2004 15:35:22 GMT (envelope-from nork) Message-Id: <200412281535.iBSFZM5Q027128@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Dec 2004 15:35:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-DBD-SQLite Makefile ports/databases/p5-DBD-SQLite/files patch-dbdimp.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, 28 Dec 2004 15:35:23 -0000 nork 2004-12-28 15:35:22 UTC FreeBSD ports repository Modified files: databases/p5-DBD-SQLite Makefile Added files: databases/p5-DBD-SQLite/files patch-dbdimp.h Log: Fix runtime error on 4.x. Revision Changes Path 1.22 +1 -1 ports/databases/p5-DBD-SQLite/Makefile 1.1 +10 -0 ports/databases/p5-DBD-SQLite/files/patch-dbdimp.h (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:41:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C71D16A4CE; Tue, 28 Dec 2004 15:41:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4731143D31; Tue, 28 Dec 2004 15:41:39 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSFfdN2027351; Tue, 28 Dec 2004 15:41:39 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSFfd7e027350; Tue, 28 Dec 2004 15:41:39 GMT (envelope-from nork) Message-Id: <200412281541.iBSFfd7e027350@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Dec 2004 15:41:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/eb3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 15:41:39 -0000 nork 2004-12-28 15:41:39 UTC FreeBSD ports repository Modified files: japanese/eb3 Makefile Log: Add LATEST_LINK. Pointed out by: kris Revision Changes Path 1.45 +1 -0 ports/japanese/eb3/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 15:44:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE9A716A4CE; Tue, 28 Dec 2004 15:44:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7ABC43D1F; Tue, 28 Dec 2004 15:44:16 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSFiGom027467; Tue, 28 Dec 2004 15:44:16 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSFiGpI027466; Tue, 28 Dec 2004 15:44:16 GMT (envelope-from marius) Message-Id: <200412281544.iBSFiGpI027466@repoman.freebsd.org> From: Marius Strobl Date: Tue, 28 Dec 2004 15:44:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 15:44:17 -0000 marius 2004-12-28 15:44:16 UTC FreeBSD src repository Modified files: . modules Log: Revert previous commit, i.e. put the entry for src/contrib/patch back. According to bde modules entres are not meant to be ever removed, even when no longer used in the active branches. Revision Changes Path 1.6857 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 28 16:00:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7393616A4CE; Tue, 28 Dec 2004 16:00:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57ADD43D2D; Tue, 28 Dec 2004 16:00:42 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSG0g80028150; Tue, 28 Dec 2004 16:00:42 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSG0f8l028149; Tue, 28 Dec 2004 16:00:41 GMT (envelope-from thierry) Message-Id: <200412281600.iBSG0f8l028149@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 28 Dec 2004 16:00:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/aspell Makefile distinfo pkg-plist.am pkg-plist.nds pkg-plist.or ports/textproc/aspell/files verdict ports/textproc/am-aspell Makefile pkg-descr ports/textproc/or-aspell 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: Tue, 28 Dec 2004 16:00:42 -0000 thierry 2004-12-28 16:00:41 UTC FreeBSD ports repository Modified files: textproc Makefile textproc/aspell Makefile distinfo textproc/aspell/files verdict Added files: textproc/aspell pkg-plist.am pkg-plist.nds pkg-plist.or textproc/am-aspell Makefile pkg-descr textproc/or-aspell Makefile pkg-descr textproc/nds-aspell Makefile pkg-descr Log: Adding three new dictionaries: - Amharic (am); - Oriya (or); - Low Saxon (nds). Revision Changes Path 1.778 +4 -1 ports/textproc/Makefile 1.1 +17 -0 ports/textproc/am-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/am-aspell/pkg-descr (new) 1.70 +7 -4 ports/textproc/aspell/Makefile 1.38 +6 -0 ports/textproc/aspell/distinfo 1.3 +3 -0 ports/textproc/aspell/files/verdict 1.1 +8 -0 ports/textproc/aspell/pkg-plist.am (new) 1.1 +6 -0 ports/textproc/aspell/pkg-plist.nds (new) 1.1 +6 -0 ports/textproc/aspell/pkg-plist.or (new) 1.1 +17 -0 ports/textproc/nds-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/nds-aspell/pkg-descr (new) 1.1 +17 -0 ports/textproc/or-aspell/Makefile (new) 1.1 +3 -0 ports/textproc/or-aspell/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 16:02:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F405F16A4CE; Tue, 28 Dec 2004 16:02:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF4243D39; Tue, 28 Dec 2004 16:02:57 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSG2vO5028331; Tue, 28 Dec 2004 16:02:57 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSG2vpR028330; Tue, 28 Dec 2004 16:02:57 GMT (envelope-from thierry) Message-Id: <200412281602.iBSG2vpR028330@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 28 Dec 2004 16:02:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 16:02:58 -0000 thierry 2004-12-28 16:02:57 UTC FreeBSD ports repository Modified files: . modules Log: Add entries for the new aspell dictionaries (am-, or- and nds-). Revision Changes Path 1.11675 +10 -7 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 28 16:13:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A0316A4CF; Tue, 28 Dec 2004 16:13:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFD843D58; Tue, 28 Dec 2004 16:13:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSGD92H028694; Tue, 28 Dec 2004 16:13:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSGD9n6028690; Tue, 28 Dec 2004 16:13:09 GMT (envelope-from pav) Message-Id: <200412281613.iBSGD9n6028690@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 16:13:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/hot-babe Makefile distinfo pkg-plist ports/deskutils/hot-babe/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 16:13:09 -0000 pav 2004-12-28 16:13:07 UTC FreeBSD ports repository Modified files: deskutils/hot-babe Makefile distinfo pkg-plist deskutils/hot-babe/files patch-Makefile Log: - Update to 0.2.2 PR: ports/75568 Submitted by: Roman Bogorodskiy (maintainer) Revision Changes Path 1.5 +1 -1 ports/deskutils/hot-babe/Makefile 1.4 +2 -2 ports/deskutils/hot-babe/distinfo 1.4 +23 -10 ports/deskutils/hot-babe/files/patch-Makefile 1.2 +2 -0 ports/deskutils/hot-babe/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 17:02:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D0A16A4CE; Tue, 28 Dec 2004 17:02:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC1543D2D; Tue, 28 Dec 2004 17:02:57 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSH2vnt036816; Tue, 28 Dec 2004 17:02:57 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSH2vK4036815; Tue, 28 Dec 2004 17:02:57 GMT (envelope-from mich) Message-Id: <200412281702.iBSH2vK4036815@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Tue, 28 Dec 2004 17:02:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/pisg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 17:02:57 -0000 mich 2004-12-28 17:02:57 UTC FreeBSD ports repository Modified files: irc/pisg Makefile Log: o Fix dependency path PR: ports/75579 Submitted by: Kuang-che Wu Revision Changes Path 1.22 +1 -1 ports/irc/pisg/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 17:07:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C022816A4CE; Tue, 28 Dec 2004 17:07:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8A543D55; Tue, 28 Dec 2004 17:07:18 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSH7IMj036977; Tue, 28 Dec 2004 17:07:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSH7I9H036976; Tue, 28 Dec 2004 17:07:18 GMT (envelope-from pjd) Message-Id: <200412281707.iBSH7I9H036976@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 28 Dec 2004 17:07:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/core geom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 17:07:18 -0000 pjd 2004-12-28 17:07:18 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Detect if class name is '-h' or 'help' and if it is, show general help message, i.e.: geom: usage: geom [options] PR: bin/71537 Submitted by: bugghy MFC after: 5 days Revision Changes Path 1.9 +6 -0 src/sbin/geom/core/geom.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 17:10:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A0B16A4CE; Tue, 28 Dec 2004 17:10:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B79443D48; Tue, 28 Dec 2004 17:10:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSHA2KG037051; Tue, 28 Dec 2004 17:10:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSHA1b7037050; Tue, 28 Dec 2004 17:10:01 GMT (envelope-from pav) Message-Id: <200412281710.iBSHA1b7037050@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 17:10:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dcc-dccd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 17:10:02 -0000 pav 2004-12-28 17:10:01 UTC FreeBSD ports repository Modified files: mail/dcc-dccd Makefile distinfo Log: - Update to 1.2.66 PR: ports/75535 Submitted by: Dean Hollister (maintainer) Revision Changes Path 1.13 +5 -1 ports/mail/dcc-dccd/Makefile 1.10 +2 -2 ports/mail/dcc-dccd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 17:25:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAD416A4CE; Tue, 28 Dec 2004 17:25:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6973D43D41; Tue, 28 Dec 2004 17:25:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSHPErh037531; Tue, 28 Dec 2004 17:25:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSHPEsb037530; Tue, 28 Dec 2004 17:25:14 GMT (envelope-from pav) Message-Id: <200412281725.iBSHPEsb037530@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 17:25:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/adodb Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 17:25:14 -0000 pav 2004-12-28 17:25:14 UTC FreeBSD ports repository Modified files: databases/adodb Makefile distinfo pkg-plist Log: - Update to 4.54 PR: ports/75524 Submitted by: Martin Matuska (maintainer) Revision Changes Path 1.34 +3 -3 ports/databases/adodb/Makefile 1.22 +2 -2 ports/databases/adodb/distinfo 1.21 +1 -0 ports/databases/adodb/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 17:32:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7543916A4CE; Tue, 28 Dec 2004 17:32:46 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A0F43D41; Tue, 28 Dec 2004 17:32:45 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id A61014AC31; Tue, 28 Dec 2004 18:32:44 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 37819-01-2; Tue, 28 Dec 2004 18:32:44 +0100 (CET) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id 453804AC2F; Tue, 28 Dec 2004 18:32:44 +0100 (CET) Date: Tue, 28 Dec 2004 18:32:44 +0100 From: girgen@FreeBSD.org To: Michael Johnson , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <535EAB1D90A2975AE0FEA412@palle.girgensohn.se> In-Reply-To: <200412280051.iBS0pwjr077269@repoman.freebsd.org> References: <200412280051.iBS0pwjr077269@repoman.freebsd.org> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==========6967CC8789A43B7508E9==========" X-Virus-Scanned: by amavisd-new at pingpong.net Subject: Re: cvs commit: ports/mail/thunderbird Makefilepatch-mail_app_mozilla.inmozconfig.in patch-browser_app_mozilla.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 17:32:46 -0000 --==========6967CC8789A43B7508E9========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Michael, Somehow the point made by Jose M Rodriguez never reached the PR. expr on FreeBSD-4.10 is not POSIX compliant, and hence does not understand the `--' construct: 5.3-machine$ expr -- -v : '.*:/.*' 0 4.10-machine$ expr -- -v : '.*:/.*' expr: syntax error So, the initial patch from ports/75262 must be used, i.e. prefixing with `X' instead of `--'. Sorry for the inconvenience. See attached patch. /Palle --On tisdag, december 28, 2004 00.51.58 +0000 Michael Johnson wrote: > ahze 2004-12-28 00:51:58 UTC > > FreeBSD ports repository > > Modified files: > mail/thunderbird Makefile > mail/thunderbird/files mozconfig.in patch-mail_app_mozilla.in > www/firefox Makefile > www/firefox/files mozconfig.in patch-browser_app_mozilla.in > Log: > - Remove WITH_NEW_ICON knob > - Mozilla license team has approved the FreeBSD Gnome team to > use official branding for firefox and thunderbird [1] > o Add --enable-official-branding to mozconfig > o Install official thunderbird/firefox icon as default.xpm icon > - Fix error when running firefox/thunderbird -v [2] > - Bump PORTREVISION > > References: > http://www.mozilla.org/foundation/licensing.html [1] > > http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1] > PR: ports/75262 [2] > Submitted by: girgen [2] > > Revision Changes Path > 1.38 +4 -10 ports/mail/thunderbird/Makefile > 1.9 +4 -1 ports/mail/thunderbird/files/mozconfig.in > 1.2 +18 -2 > ports/mail/thunderbird/files/patch-mail_app_mozilla.in 1.112 +4 -7 > ports/www/firefox/Makefile > 1.29 +4 -1 ports/www/firefox/files/mozconfig.in > 1.4 +17 -3 > ports/www/firefox/files/patch-browser_app_mozilla.in --==========6967CC8789A43B7508E9========== Content-Type: text/plain; charset=iso-8859-1; name=d Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=d; size=1963 Index: www/firefox/files/patch-browser_app_mozilla.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/firefox/files/patch-browser_app_mozilla.in,v retrieving revision 1.4 diff -u -r1.4 patch-browser_app_mozilla.in --- www/firefox/files/patch-browser_app_mozilla.in 28 Dec 2004 00:51:58 = -0000 1.4 +++ www/firefox/files/patch-browser_app_mozilla.in 28 Dec 2004 17:29:16 = -0000 @@ -13,7 +13,7 @@ done #last arg =20 -if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d = "${_optLast}" \) ]; then -+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o = -d "${_optLast}" \) ]; then ++if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d = "${_optLast}" \) ]; then # Last argument seems to be a local file/directory # Check, if it is absolutely specified (ie. /home/foo/file vs. ./file) # If it is just "relatively" (./file) specified, make it absolutely Index: mail/thunderbird/files/patch-mail_app_mozilla.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: = /home/ncvs/ports/mail/thunderbird/files/patch-mail_app_mozilla.in,v retrieving revision 1.2 diff -u -r1.2 patch-mail_app_mozilla.in --- mail/thunderbird/files/patch-mail_app_mozilla.in 28 Dec 2004 00:51:58 = -0000 1.2 +++ mail/thunderbird/files/patch-mail_app_mozilla.in 28 Dec 2004 17:29:09 = -0000 @@ -5,7 +5,7 @@ =20 #???: needs check if othersopt begin with -* ? -if [ `expr "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d = "${_optLast}" \) ]; then -+if [ `expr -- "${_optLast}" : '.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o = -d "${_optLast}" \) ]; then ++if [ `expr X"${_optLast}" : 'X.*:/.*'` -eq 0 -a \( -f "${_optLast}" -o -d = "${_optLast}" \) ]; then # Last argument seems to be a local file/directory # Check, if it is absolutely specified (ie. /home/foo/file vs. ./file) # If it is just "relatively" (./file) specified, make it absolutely --==========6967CC8789A43B7508E9==========-- From owner-cvs-all@FreeBSD.ORG Tue Dec 28 17:49:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B08C916A4CE; Tue, 28 Dec 2004 17:49:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FDB43D45; Tue, 28 Dec 2004 17:49:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSHnFu5038269; Tue, 28 Dec 2004 17:49:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSHnFvt038268; Tue, 28 Dec 2004 17:49:15 GMT (envelope-from thierry) Message-Id: <200412281749.iBSHnFvt038268@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 28 Dec 2004 17:49:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/clearsilver Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 17:49:15 -0000 thierry 2004-12-28 17:49:15 UTC FreeBSD ports repository Modified files: www/clearsilver Makefile distinfo Log: Upgrade to 0.9.13. PR: ports/72288 Submitted by: Piet Delport Approved by: maintainer time-out (20 days). Revision Changes Path 1.5 +1 -3 ports/www/clearsilver/Makefile 1.2 +2 -2 ports/www/clearsilver/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 17:51:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC20F16A4CE; Tue, 28 Dec 2004 17:51:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5EBC43D39; Tue, 28 Dec 2004 17:51:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSHpcgJ038423; Tue, 28 Dec 2004 17:51:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSHpc0x038422; Tue, 28 Dec 2004 17:51:38 GMT (envelope-from pav) Message-Id: <200412281751.iBSHpc0x038422@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 17:51:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/help2man pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 17:51:39 -0000 pav 2004-12-28 17:51:38 UTC FreeBSD ports repository Modified files: misc/help2man pkg-plist Log: - Remove all man directories Revision Changes Path 1.5 +2 -0 ports/misc/help2man/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 17:52:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 028F716A4CE; Tue, 28 Dec 2004 17:52:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE8E43D1F; Tue, 28 Dec 2004 17:52:08 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSHq86k038460; Tue, 28 Dec 2004 17:52:08 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSHq8Nf038459; Tue, 28 Dec 2004 17:52:08 GMT (envelope-from knu) Message-Id: <200412281752.iBSHq8Nf038459@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 28 Dec 2004 17:52:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portupgrade Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 17:52:09 -0000 knu 2004-12-28 17:52:08 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile Log: Oops, I forgot to commit Makefile.. -- Fix the startup script for 4.x. Submitted by: Nicole Thurner Revision Changes Path 1.194 +2 -0 ports/sysutils/portupgrade/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 18:08:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B1F16A4DC; Tue, 28 Dec 2004 18:08:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FF743D41; Tue, 28 Dec 2004 18:08:17 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSI8Hx2038930; Tue, 28 Dec 2004 18:08:17 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSI8H6X038929; Tue, 28 Dec 2004 18:08:17 GMT (envelope-from hrs) Message-Id: <200412281808.iBSI8H6X038929@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 28 Dec 2004 18:08:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/teTeX-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: Tue, 28 Dec 2004 18:08:17 -0000 hrs 2004-12-28 18:08:17 UTC FreeBSD ports repository Modified files: print/teTeX-base Makefile Log: Fix the missing dvipdfm.1 in ${MAN1}. Reported by: kris Revision Changes Path 1.73 +2 -2 ports/print/teTeX-base/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 18:14:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8F016A4CE; Tue, 28 Dec 2004 18:14:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E12743D46; Tue, 28 Dec 2004 18:14:08 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSIE8jp039169; Tue, 28 Dec 2004 18:14:08 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSIE8BI039168; Tue, 28 Dec 2004 18:14:08 GMT (envelope-from hrs) Message-Id: <200412281814.iBSIE8BI039168@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 28 Dec 2004 18:14:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/yatex pkg-plist.xemacs pkg-plist.xemacs-mule X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:14:08 -0000 hrs 2004-12-28 18:14:08 UTC FreeBSD ports repository Modified files: print/yatex pkg-plist.xemacs pkg-plist.xemacs-mule Log: Fix pkg-plist for XEmacs. Reported by: kris Revision Changes Path 1.6 +0 -3 ports/print/yatex/pkg-plist.xemacs 1.6 +0 -3 ports/print/yatex/pkg-plist.xemacs-mule From owner-cvs-all@FreeBSD.ORG Tue Dec 28 18:19:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E1616A4CE; Tue, 28 Dec 2004 18:19:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E76943D2D; Tue, 28 Dec 2004 18:19:28 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSIJSFe039305; Tue, 28 Dec 2004 18:19:28 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSIJRjI039304; Tue, 28 Dec 2004 18:19:28 GMT (envelope-from hrs) Message-Id: <200412281819.iBSIJRjI039304@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 28 Dec 2004 18:19:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/tex-texmflocal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:19:28 -0000 hrs 2004-12-28 18:19:27 UTC FreeBSD ports repository Modified files: print/tex-texmflocal Makefile Log: Add $TEXMFLOCAL/doc/latex directory. Revision Changes Path 1.8 +2 -1 ports/print/tex-texmflocal/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 18:20:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB5116A4CE; Tue, 28 Dec 2004 18:20:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 370E143D3F; Tue, 28 Dec 2004 18:20:02 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSIK2no039348; Tue, 28 Dec 2004 18:20:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSIK2hM039347; Tue, 28 Dec 2004 18:20:02 GMT (envelope-from hrs) Message-Id: <200412281820.iBSIK2hM039347@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 28 Dec 2004 18:20:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/preview-latex pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:20:02 -0000 hrs 2004-12-28 18:20:01 UTC FreeBSD ports repository Modified files: print/preview-latex pkg-plist Log: Fix pkg-plist. Reported by: kris Revision Changes Path 1.11 +2 -1 ports/print/preview-latex/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 18:27:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74DAC16A4CE; Tue, 28 Dec 2004 18:27:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3923443D46; Tue, 28 Dec 2004 18:27:47 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSIRlww039656; Tue, 28 Dec 2004 18:27:47 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSIRl49039655; Tue, 28 Dec 2004 18:27:47 GMT (envelope-from se) Message-Id: <200412281827.iBSIRl49039655@repoman.freebsd.org> From: Stefan Esser Date: Tue, 28 Dec 2004 18:27:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xblast Makefile distinfo pkg-descr pkg-plist ports/games/xblast/files patch-aa patch-ac re-image re-level re-sounds X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:27:47 -0000 se 2004-12-28 18:27:47 UTC FreeBSD ports repository Modified files: games/xblast Makefile distinfo pkg-descr pkg-plist games/xblast/files patch-aa Added files: games/xblast/files re-image re-level re-sounds Removed files: games/xblast/files patch-ac Log: The original developer of xblast seems to have vanished years ago. But now there appears to be active development, again, by a group that has gathered patches from different sources and started to add a number of new features. Upgrade to xblast version 2.9.22. Revision Changes Path 1.13 +43 -5 ports/games/xblast/Makefile 1.5 +10 -2 ports/games/xblast/distinfo 1.6 +9 -21 ports/games/xblast/files/patch-aa 1.2 +0 -11 ports/games/xblast/files/patch-ac (dead) 1.1 +1 -0 ports/games/xblast/files/re-image (new) 1.1 +1 -0 ports/games/xblast/files/re-level (new) 1.1 +1 -0 ports/games/xblast/files/re-sounds (new) 1.5 +4 -4 ports/games/xblast/pkg-descr 1.6 +2534 -916 ports/games/xblast/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 18:37:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5D8916A4D0; Tue, 28 Dec 2004 18:37:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854DF43D58; Tue, 28 Dec 2004 18:37:17 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSIbHIE039993; Tue, 28 Dec 2004 18:37:17 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSIbH0j039992; Tue, 28 Dec 2004 18:37:17 GMT (envelope-from mharo) Message-Id: <200412281837.iBSIbH0j039992@repoman.freebsd.org> From: Michael Haro Date: Tue, 28 Dec 2004 18:37:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgis Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:37:18 -0000 mharo 2004-12-28 18:37:17 UTC FreeBSD ports repository Modified files: databases/postgis Makefile Log: Update geos dependency library version Submitted by: Rolandas Garska Revision Changes Path 1.9 +1 -1 ports/databases/postgis/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 18:57:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 706BB16A4CE; Tue, 28 Dec 2004 18:57:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4A643D3F; Tue, 28 Dec 2004 18:57:40 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSIvehh040551; Tue, 28 Dec 2004 18:57:40 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSIveXt040550; Tue, 28 Dec 2004 18:57:40 GMT (envelope-from obrien) Message-Id: <200412281857.iBSIveXt040550@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Dec 2004 18:57:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/obexapp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:57:40 -0000 obrien 2004-12-28 18:57:40 UTC FreeBSD ports repository Modified files: comms/obexapp Makefile Log: Compiles on amd64 now. Revision Changes Path 1.9 +2 -2 ports/comms/obexapp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 19:00:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9249816A4D0; Tue, 28 Dec 2004 19:00:04 +0000 (GMT) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7562F43D39; Tue, 28 Dec 2004 19:00:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.1/8.13.1) with ESMTP id iBSIxxwM068339 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Dec 2004 19:59:59 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.1/8.13.1/Submit) id iBSIxxhS068332; Tue, 28 Dec 2004 19:59:59 +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: "David E. O'Brien" In-Reply-To: <200412281857.iBSIveXt040550@repoman.freebsd.org> References: <200412281857.iBSIveXt040550@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-AMeZD9B8fG6DN42pwfah" Date: Tue, 28 Dec 2004 19:59:58 +0100 Message-Id: <1104260398.48118.7.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/comms/obexapp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 19:00:04 -0000 --=-AMeZD9B8fG6DN42pwfah Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable David E. O'Brien p=ED=B9e v =FAt 28. 12. 2004 v 18:57 +0000: > obrien 2004-12-28 18:57:40 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > comms/obexapp Makefile=20 > Log: > Compiles on amd64 now. Does it also run properly? Ie, have you tested it with a Bluetooth device? If yes, please report to emax@, he will be glad to get some feedback. --=20 Pav Lucistnik What do you mean? An African or a European swallow? --=-AMeZD9B8fG6DN42pwfah Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBB0a0untdYP8FOsoIRAl70AKCg254TthEZwRElQ5DXBqHugwimDwCgrKu8 qd2Zv5xCuU+ntb9/4rwc3yM= =xp9p -----END PGP SIGNATURE----- --=-AMeZD9B8fG6DN42pwfah-- From owner-cvs-all@FreeBSD.ORG Tue Dec 28 19:14:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1A416A4CE; Tue, 28 Dec 2004 19:14:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556EE43D2D; Tue, 28 Dec 2004 19:14:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSJEDMK041164; Tue, 28 Dec 2004 19:14:13 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSJEDB9041163; Tue, 28 Dec 2004 19:14:13 GMT (envelope-from marcus) Message-Id: <200412281914.iBSJEDB9041163@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 19:14:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/desktop-file-utils Makefile distinfo patch-src::menu-method.c pkg-deinstall.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 19:14:13 -0000 marcus 2004-12-28 19:14:13 UTC FreeBSD ports repository Modified files: devel/desktop-file-utils Makefile distinfo pkg-plist Added files: devel/desktop-file-utils/files pkg-deinstall.in Removed files: devel/desktop-file-utils/files patch-src::menu-method.c Log: * Update to 0.10 * Move to a LOCALBASE PREFIX since gnome-vfs support was removed * Cleanup leftover mimeinfo.cache files * Make more portlint-friendly Approved by: maintainer (blanket) Revision Changes Path 1.7 +13 -16 ports/devel/desktop-file-utils/Makefile 1.4 +2 -2 ports/devel/desktop-file-utils/distinfo 1.2 +0 -11 ports/devel/desktop-file-utils/files/patch-src::menu-method.c (dead) 1.1 +17 -0 ports/devel/desktop-file-utils/files/pkg-deinstall.in (new) 1.3 +0 -4 ports/devel/desktop-file-utils/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 19:28:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627F416A4CE; Tue, 28 Dec 2004 19:28:00 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCEB43D1F; Tue, 28 Dec 2004 19:28:00 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBSJRx14071223; Tue, 28 Dec 2004 11:27:59 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBSJRxdY071222; Tue, 28 Dec 2004 11:27:59 -0800 (PST) (envelope-from obrien) Date: Tue, 28 Dec 2004 11:27:59 -0800 From: "David O'Brien" To: Pav Lucistnik Message-ID: <20041228192759.GA71179@dragon.nuxi.com> References: <200412281857.iBSIveXt040550@repoman.freebsd.org> <1104260398.48118.7.camel@hood.oook.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1104260398.48118.7.camel@hood.oook.cz> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/comms/obexapp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 19:28:00 -0000 On Tue, Dec 28, 2004 at 07:59:58PM +0100, Pav Lucistnik wrote: > David E. O'Brien p??e v ?t 28. 12. 2004 v 18:57 +0000: > > obrien 2004-12-28 18:57:40 UTC > > > > FreeBSD ports repository > > > > Modified files: > > comms/obexapp Makefile > > Log: > > Compiles on amd64 now. > > Does it also run properly? Ie, have you tested it with a Bluetooth > device? > > If yes, please report to emax@, he will be glad to get some feedback. I don't have any Bluetooth devices, so I couldn't test anything beyond the "doesn't compile" issue. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 19:47:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A33816A4D0; Tue, 28 Dec 2004 19:47:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C9043D1D; Tue, 28 Dec 2004 19:47:56 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSJlu0M042181; Tue, 28 Dec 2004 19:47:56 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSJluH6042180; Tue, 28 Dec 2004 19:47:56 GMT (envelope-from glewis) Message-Id: <200412281947.iBSJluH6042180@repoman.freebsd.org> From: Greg Lewis Date: Tue, 28 Dec 2004 19:47:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/rpm4 pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 19:47:57 -0000 glewis 2004-12-28 19:47:56 UTC FreeBSD ports repository Modified files: archivers/rpm4 pkg-plist Log: . Try to remove ${PREFIX}/src when deinstalling as the port creates this directory. Submitted by: kris Revision Changes Path 1.4 +1 -0 ports/archivers/rpm4/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 19:59:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC9C16A4CF; Tue, 28 Dec 2004 19:59:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06FD943D45; Tue, 28 Dec 2004 19:59:27 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSJxQMJ043770; Tue, 28 Dec 2004 19:59:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSJxQSp043769; Tue, 28 Dec 2004 19:59:26 GMT (envelope-from pav) Message-Id: <200412281959.iBSJxQSp043769@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 19:59:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gtkam Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 19:59:27 -0000 pav 2004-12-28 19:59:26 UTC FreeBSD ports repository Modified files: graphics/gtkam Makefile pkg-plist Log: - Update GIMP plugin for GIMP 2.2 PR: ports/75490 (inspired by) Submitted by: Robert Backhaus Revision Changes Path 1.19 +2 -2 ports/graphics/gtkam/Makefile 1.7 +1 -1 ports/graphics/gtkam/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:01:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B8B16A4CE; Tue, 28 Dec 2004 20:01:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530BE43D46; Tue, 28 Dec 2004 20:01:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSK1Mkj043897; Tue, 28 Dec 2004 20:01:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSK1MHB043896; Tue, 28 Dec 2004 20:01:22 GMT (envelope-from pav) Message-Id: <200412282001.iBSK1MHB043896@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 20:01:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gimp pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 20:01:22 -0000 pav 2004-12-28 20:01:22 UTC FreeBSD ports repository Modified files: graphics/gimp pkg-plist Log: - Create empty share/gimp/fonts directory in package install Revision Changes Path 1.96 +1 -0 ports/graphics/gimp/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:07:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84DD516A4CE; Tue, 28 Dec 2004 20:07:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FB043D31; Tue, 28 Dec 2004 20:07:59 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSK7xAK044091; Tue, 28 Dec 2004 20:07:59 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSK7xaT044090; Tue, 28 Dec 2004 20:07:59 GMT (envelope-from danfe) Message-Id: <200412282007.iBSK7xaT044090@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 28 Dec 2004 20:07:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/flite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 20:07:59 -0000 danfe 2004-12-28 20:07:59 UTC FreeBSD ports repository Modified files: audio/flite Makefile Log: PKGNAME does not work right here since PORTREVISION bump. Approved by: maintainer (sobomax) Revision Changes Path 1.4 +2 -2 ports/audio/flite/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:08:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D34A16A4CE; Tue, 28 Dec 2004 20:08:08 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E40F43D3F; Tue, 28 Dec 2004 20:08:07 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from pouet.in.mat.cc (pouet.in.mat.cc [193.30.224.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 62F76A24001; Tue, 28 Dec 2004 21:08:05 +0100 (CET) Date: Tue, 28 Dec 2004 21:08:00 +0100 From: Mathieu Arnold To: Thierry Thomas Message-ID: <6B59B39FFA838F6E92F92813@[192.168.1.5]> In-Reply-To: <20041228160301.0381116A4D5@hub.freebsd.org> References: <20041228160301.0381116A4D5@hub.freebsd.org> X-Mailer: Mulberry/4.0.0a4 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========6151160F077AC9B5B559==========" 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: Tue, 28 Dec 2004 20:08:08 -0000 --==========6151160F077AC9B5B559========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-Le 28/12/2004 16:03 +0000, Thierry Thomas a dit : | thierry 2004-12-28 16:02:57 UTC | | FreeBSD ports repository | | Modified files: | . modules | Log: | Add entries for the new aspell dictionaries (am-, or- and nds-). >From the diff below, it also looks like you reordered things a bit, no ? | Index: CVSROOT/modules | diff -u CVSROOT/modules:1.11674 CVSROOT/modules:1.11675 | --- CVSROOT/modules:1.11674 Tue Dec 28 15:01:47 2004 | +++ CVSROOT/modules Tue Dec 28 16:02:57 2004 | @@ -1,6 +1,6 @@ | # The CVS Modules File | # | -# $FreeBSD: CVSROOT/modules,v 1.11674 2004/12/28 15:01:47 pav Exp $ | +# $FreeBSD: CVSROOT/modules,v 1.11675 2004/12/28 16:02:57 thierry Exp $ | # | # Three different line formats are valid: | # key -a aliases... | @@ -290,6 +290,7 @@ | alsaplayer ports/audio/alsaplayer | althea ports/mail/althea | altivore ports/security/altivore | +am-aspell ports/textproc/am-aspell | am-utils ports/sysutils/am-utils | amanda-client ports/misc/amanda-client | amanda-server ports/misc/amanda-server | @@ -1237,7 +1238,6 @@ | cursive ports/games/cursive | custom-emacs ports/editors/custom-emacs | custom-mule ports/editors/custom-mule | -ports_cut ports/devel/cut | cutecom ports/comms/cutecom | cutils ports/devel/cutils | cvm ports/security/cvm | @@ -2265,6 +2265,7 @@ | fspclient ports/net/fspclient | fspd ports/net/fspd | fsv ports/x11-fm/fsv | +fswiki ports/www/fswiki | ft2demos ports/print/ft2demos | ftdi-eeprom ports/misc/ftdi-eeprom | fte ports/editors/fte | @@ -3638,13 +3639,13 @@ | ja-eb3 ports/japanese/eb3 | ja-ebd-fpw ports/japanese/ebd-fpw | ja-eblook ports/japanese/eblook | +ja-ebnetd ports/japanese/ebnetd | ja-ebview ports/japanese/ebview | ja-ebview-gtk2 ports/japanese/ebview-gtk2 | ja-ebw3 ports/japanese/ebw3 | ja-edict ports/japanese/edict | ja-edict-fpw ports/japanese/edict-fpw | ja-edict-utf-8 ports/japanese/edict-utf-8 | -ja-ebnetd ports/japanese/ebnetd | ja-eijiro-fpw ports/japanese/eijiro-fpw | ja-elisa10x8 ports/japanese/elisa10x8 | ja-elisa8x8 ports/japanese/elisa8x8 | @@ -3918,6 +3919,7 @@ | ja-rxvt ports/japanese/rxvt | ja-ryaku-fpw ports/japanese/ryaku-fpw | ja-samba ports/japanese/samba | +ja-samba3 ports/japanese/samba3 | ja-sazanami-ttf ports/japanese/sazanami-ttf | ja-scim-tables ports/japanese/scim-tables | ja-scim-uim ports/japanese/scim-uim | @@ -4008,7 +4010,6 @@ | ja-xvi-sjis ports/japanese/xvi-sjis | ja-xyagamo ports/japanese/xyagamo | ja-xyaku ports/japanese/xyaku | -ya-yasou-fpw ports/japanese/yasou-fpw | ja-yc.el ports/japanese/yc.el | ja-zangband ports/japanese/zangband | ja-zipcodes ports/japanese/zipcodes | @@ -5998,6 +5999,7 @@ | nd ports/www/nd | ndiff ports/math/ndiff | ndir ports/sysutils/ndir | +nds-aspell ports/textproc/nds-aspell | neXtaw ports/x11-toolkits/neXtaw | nedit ports/editors/nedit | nefu ports/net-mgmt/nefu | @@ -6090,8 +6092,8 @@ | ng_daphne ports/net/ng_daphne | ng_netflow ports/net/ng_netflow | nget ports/news/nget | -ngircd ports/irc/ngircd | nginx ports/www/nginx | +ngircd ports/irc/ngircd | ngpt ports/devel/ngpt | ngraph ports/math/ngraph | ngrep ports/net/ngrep | @@ -6389,6 +6391,7 @@ | optipng ports/graphics/optipng | oqtencoder ports/multimedia/oqtencoder | oqtplayer ports/multimedia/oqtplayer | +or-aspell ports/textproc/or-aspell | oracle7-client ports/databases/oracle7-client | orbital_eunuchs_sniper ports/games/orbital_eunuchs_sniper | orbitcpp ports/devel/orbitcpp | @@ -7864,7 +7867,6 @@ | p5-Video-Info ports/multimedia/p5-Video-Info | p5-Video-OpenQuicktime ports/multimedia/p5-Video-OpenQuicktime | p5-W3C-LogValidator ports/www/p5-W3C-LogValidator | -p5-WebService-Bloglines ports/www/p5-WebService-Bloglines | p5-WDDX ports/textproc/p5-WDDX | p5-WWW-Automate ports/www/p5-WWW-Automate | p5-WWW-Babelfish ports/www/p5-WWW-Babelfish | @@ -7882,6 +7884,7 @@ | p5-WWW-Shorten ports/www/p5-WWW-Shorten | p5-WWW-Wikipedia ports/www/p5-WWW-Wikipedia | p5-Want ports/devel/p5-Want | +p5-WebService-Bloglines ports/www/p5-WebService-Bloglines | p5-WordNet-QueryData ports/textproc/p5-WordNet-QueryData | p5-WordNet-Similarity ports/textproc/p5-WordNet-Similarity | p5-X11-GUITest ports/x11/p5-X11-GUITest | @@ -8643,6 +8646,7 @@ | ports_chinese ports/chinese | ports_comms ports/comms | ports_converters ports/converters | +ports_cut ports/devel/cut | ports_databases ports/databases | ports_deskutils ports/deskutils | ports_devel ports/devel | @@ -12055,6 +12059,7 @@ | xzx ports/emulators/xzx | y2l ports/textproc/y2l | y4mscaler ports/multimedia/y4mscaler | +ya-yasou-fpw ports/japanese/yasou-fpw | yabasic ports/lang/yabasic | yacas ports/math/yacas | yacl ports/devel/yacl | @@ -12318,5 +12323,3 @@ | ztrack ports/games/ztrack | zu-aspell ports/textproc/zu-aspell | zziplib ports/devel/zziplib | -fswiki ports/www/fswiki | -ja-samba3 ports/japanese/samba3 | -- Mathieu Arnold --==========6151160F077AC9B5B559========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQdG9IlvROjYJ63c1AQLnDAf+PP+KyTx9WaF3oovT4Prxt4CJ7/o2++Wz TSC5VUwXwbbzd53d/Ssssg+pAkhTbzZ1XLYGUcMnOqP+7RCZcuLH4QwAZlbz2cyb ZsT9k0d8i2lXxi8GZvqmJXiasJ51aP2zfIlr9jpQCgPc2Ccdk6mXgeeBwsGcQUEJ qiVxWF7yzKXvJ8Q6ZziBTjUmc16aU+qesMZIrW+1clVMnEAjmwBdVDM0y1vtYpkT TshqI5FgHYrbauB5n6jP8/4geGrSFdtmfm67uSwJg6Cn5OmoWllEfVpQOMkgQ+uQ IAnH4ZePOXKC/KqLUu6cNhwQsjTvax5pVSXtXZndTq1qj2FlQIi67A== =fV/D -----END PGP SIGNATURE----- --==========6151160F077AC9B5B559==========-- From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:20:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D43B616A4CE; Tue, 28 Dec 2004 20:20:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED0543D1F; Tue, 28 Dec 2004 20:20:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSKKdWn044506; Tue, 28 Dec 2004 20:20:39 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSKKdF3044505; Tue, 28 Dec 2004 20:20:39 GMT (envelope-from sem) Message-Id: <200412282020.iBSKKdF3044505@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 28 Dec 2004 20:20:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/lgeneral pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 20:20:40 -0000 sem 2004-12-28 20:20:39 UTC FreeBSD ports repository Modified files: games/lgeneral pkg-plist Log: - Add missing dirs to pkg-plist. PR: ports/75576 Submitted by: maintainer Reported by: Kris "Ports Janitor" Kennaway Revision Changes Path 1.2 +11 -0 ports/games/lgeneral/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:30:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D135816A4CE; Tue, 28 Dec 2004 20:30:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A783743D1D; Tue, 28 Dec 2004 20:30:46 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSKUkn3044927; Tue, 28 Dec 2004 20:30:46 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSKUk2T044926; Tue, 28 Dec 2004 20:30:46 GMT (envelope-from lth) Message-Id: <200412282030.iBSKUk2T044926@repoman.freebsd.org> From: Lars Thegler Date: Tue, 28 Dec 2004 20:30:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Email-MIME-Modifier Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 20:30:47 -0000 lth 2004-12-28 20:30:46 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Email-MIME-Modifier Makefile distinfo pkg-descr pkg-plist Log: Add p5-Email-MIME-Modifier 1.42, modify Email::MIME Objects Easily. Revision Changes Path 1.596 +1 -0 ports/mail/Makefile 1.1 +29 -0 ports/mail/p5-Email-MIME-Modifier/Makefile (new) 1.1 +2 -0 ports/mail/p5-Email-MIME-Modifier/distinfo (new) 1.1 +3 -0 ports/mail/p5-Email-MIME-Modifier/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-Email-MIME-Modifier/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:31:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0C216A4CE; Tue, 28 Dec 2004 20:31:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3982243D54; Tue, 28 Dec 2004 20:31:00 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSKV0PL044979; Tue, 28 Dec 2004 20:31:00 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSKV0DO044978; Tue, 28 Dec 2004 20:31:00 GMT (envelope-from lth) Message-Id: <200412282031.iBSKV0DO044978@repoman.freebsd.org> From: Lars Thegler Date: Tue, 28 Dec 2004 20:31:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 20:31:00 -0000 lth 2004-12-28 20:31:00 UTC FreeBSD ports repository Modified files: . modules Log: p5-Email-MIME-Modifier --> ports/mail/p5-Email-MIME-Modifier Revision Changes Path 1.11676 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:31:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4999A16A4CE; Tue, 28 Dec 2004 20:31:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D0E43D1D; Tue, 28 Dec 2004 20:31:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSKVTZ3045017; Tue, 28 Dec 2004 20:31:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSKVTxr045016; Tue, 28 Dec 2004 20:31:29 GMT (envelope-from pav) Message-Id: <200412282031.iBSKVTxr045016@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 20:31:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gnomevfs2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 20:31:29 -0000 pav 2004-12-28 20:31:29 UTC FreeBSD ports repository Modified files: devel/gnomevfs2 Makefile pkg-plist Log: - Stop taking care of share/gnome/vfolders, it's now part of gnomehier Revision Changes Path 1.91 +0 -1 ports/devel/gnomevfs2/Makefile 1.44 +0 -2 ports/devel/gnomevfs2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:38:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9430B16A4CF; Tue, 28 Dec 2004 20:38:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DC8143D5D; Tue, 28 Dec 2004 20:38:13 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSKcDuZ045217; Tue, 28 Dec 2004 20:38:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSKcDJt045216; Tue, 28 Dec 2004 20:38:13 GMT (envelope-from thierry) Message-Id: <200412282038.iBSKcDJt045216@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 28 Dec 2004 20:38:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/horde-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: Tue, 28 Dec 2004 20:38:13 -0000 thierry 2004-12-28 20:38:13 UTC FreeBSD ports repository Modified files: www/horde-php5 Makefile Log: Mark IGNORE: cannot be packaged on the compilation cluster, because it depends on packages which are built against PHP4. Revision Changes Path 1.2 +2 -0 ports/www/horde-php5/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:41:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7137E16A4CE; Tue, 28 Dec 2004 20:41:59 +0000 (GMT) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDEE643D1D; Tue, 28 Dec 2004 20:41:58 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id DB3C9763F; Tue, 28 Dec 2004 21:39:37 +0100 (CET) Date: Tue, 28 Dec 2004 21:39:37 +0100 From: Thierry Thomas To: Mathieu Arnold Message-ID: <20041228203937.GH20394@graf.pompo.net> Mail-Followup-To: Mathieu Arnold , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <20041228160301.0381116A4D5@hub.freebsd.org> <6B59B39FFA838F6E92F92813@[192.168.1.5]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wchHw8dVAp53YPj8" Content-Disposition: inline In-Reply-To: <6B59B39FFA838F6E92F92813@[192.168.1.5]> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 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: Tue, 28 Dec 2004 20:41:59 -0000 --wchHw8dVAp53YPj8 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Mar 28 d=E9c 04 =E0 21:08:00 +0100, Mathieu Arnold =E9crivait=A0: > +-Le 28/12/2004 16:03 +0000, Thierry Thomas a dit : > | thierry 2004-12-28 16:02:57 UTC > |=20 > | FreeBSD ports repository > |=20 > | Modified files: > | . modules=20 > | Log: > | Add entries for the new aspell dictionaries (am-, or- and nds-). >=20 > >From the diff below, it also looks like you reordered things a bit, no ? Yeah! I did as my mentor teached me :-) but forgot to report it in the commit message... --=20 Th. Thomas. --wchHw8dVAp53YPj8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0cSJc95pjMcUBaIRAnjcAKCIqtG/69Ly2VgVOHl3FM4CGil/PACfQG3S lQDAZpDyvb6/nlf4RgYLwg8= =eGRB -----END PGP SIGNATURE----- --wchHw8dVAp53YPj8-- From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:45:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A7C816A4CE; Tue, 28 Dec 2004 20:45:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1421743D39; Tue, 28 Dec 2004 20:45:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSKjnLM045513; Tue, 28 Dec 2004 20:45:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSKjnCq045512; Tue, 28 Dec 2004 20:45:49 GMT (envelope-from pav) Message-Id: <200412282045.iBSKjnCq045512@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 20:45:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libical Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 20:45:50 -0000 pav 2004-12-28 20:45:49 UTC FreeBSD ports repository Modified files: devel/libical Makefile Log: - Switch to MASTER_SITE_SOURCEFORGE, osdn is unbearably slow Revision Changes Path 1.11 +2 -1 ports/devel/libical/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 20:52:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B079E16A4CE; Tue, 28 Dec 2004 20:52:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8834E43D45; Tue, 28 Dec 2004 20:52:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSKqGxY052272; Tue, 28 Dec 2004 20:52:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSKqGio052271; Tue, 28 Dec 2004 20:52:16 GMT (envelope-from pav) Message-Id: <200412282052.iBSKqGio052271@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 20:52:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/gnokii Makefile ports/comms/gnokii/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: Tue, 28 Dec 2004 20:52:16 -0000 pav 2004-12-28 20:52:16 UTC FreeBSD ports repository Modified files: comms/gnokii Makefile comms/gnokii/files patch-configure Log: - Add optional knob for libical PR: ports/75442 Submitted by: Guido Falsi (maintainer) Requested by: Sven Berkvens-Matthijsse Revision Changes Path 1.44 +8 -0 ports/comms/gnokii/Makefile 1.5 +11 -2 ports/comms/gnokii/files/patch-configure From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:21:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E08A216A4CE; Tue, 28 Dec 2004 21:21:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA31143D2D; Tue, 28 Dec 2004 21:21:27 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLLRrO053246; Tue, 28 Dec 2004 21:21:27 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLLRLV053245; Tue, 28 Dec 2004 21:21:27 GMT (envelope-from jhb) Message-Id: <200412282121.iBSLLRLV053245@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Dec 2004 21:21:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:21:28 -0000 jhb 2004-12-28 21:21:27 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: - Up the WITNESS_COUNT macro from 200 to 1024 to support the growing number of lock types in the kernel. This results in an increase of witness data usage from ~145k to ~280k on i386 for kernels with 'options WITNESS'. - Remove the unused witness malloc bucket. Submitted by: Michal Mertl mime at traveller dot cz (1) Revision Changes Path 1.186 +1 -2 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:21:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DC0916A4CE; Tue, 28 Dec 2004 21:21:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A4D43D31; Tue, 28 Dec 2004 21:21:48 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLLmZL053283; Tue, 28 Dec 2004 21:21:48 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLLmK7053282; Tue, 28 Dec 2004 21:21:48 GMT (envelope-from lth) Message-Id: <200412282121.iBSLLmK7053282@repoman.freebsd.org> From: Lars Thegler Date: Tue, 28 Dec 2004 21:21:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Email-MIME-Attachment-Stripper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:21:49 -0000 lth 2004-12-28 21:21:48 UTC FreeBSD ports repository Modified files: mail/p5-Email-MIME-Attachment-Stripper Makefile distinfo Log: Update to 1.31 Revision Changes Path 1.3 +3 -3 ports/mail/p5-Email-MIME-Attachment-Stripper/Makefile 1.2 +2 -2 ports/mail/p5-Email-MIME-Attachment-Stripper/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:23:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8ADB16A4CE; Tue, 28 Dec 2004 21:23:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A439943D3F; Tue, 28 Dec 2004 21:23:14 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLNExJ053354; Tue, 28 Dec 2004 21:23:14 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLNEWJ053352; Tue, 28 Dec 2004 21:23:14 GMT (envelope-from archie) Message-Id: <200412282123.iBSLNEWJ053352@repoman.freebsd.org> From: Archie Cobbs Date: Tue, 28 Dec 2004 21:23:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:23:15 -0000 archie 2004-12-28 21:23:14 UTC FreeBSD ports repository Modified files: java/jc Makefile Log: Add missing MAN1= line for man page. Revision Changes Path 1.14 +2 -0 ports/java/jc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:23:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E2316A4CE; Tue, 28 Dec 2004 21:23:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D71343D45; Tue, 28 Dec 2004 21:23:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLNXDe053384; Tue, 28 Dec 2004 21:23:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLNXK4053383; Tue, 28 Dec 2004 21:23:33 GMT (envelope-from pav) Message-Id: <200412282123.iBSLNXK4053383@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 21:23:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/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: Tue, 28 Dec 2004 21:23:33 -0000 pav 2004-12-28 21:23:33 UTC FreeBSD ports repository Modified files: print/cups-base pkg-plist Log: - Deal with manlang directories Revision Changes Path 1.22 +8 -0 ports/print/cups-base/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:35:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F56716A4CE; Tue, 28 Dec 2004 21:35:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A3DF43D31; Tue, 28 Dec 2004 21:35:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLZ1o1055091; Tue, 28 Dec 2004 21:35:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLZ1k7055090; Tue, 28 Dec 2004 21:35:01 GMT (envelope-from marcus) Message-Id: <200412282135.iBSLZ1k7055090@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Dec 2004 21:35:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnome2-fifth-toe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:35:01 -0000 marcus 2004-12-28 21:35:00 UTC FreeBSD ports repository Modified files: x11/gnome2-fifth-toe Makefile Log: Chase the gimp upgrade. Reported by: pointyhat via kris Revision Changes Path 1.59 +1 -1 ports/x11/gnome2-fifth-toe/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:47:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DCF316A4CE; Tue, 28 Dec 2004 21:47:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 581F543D1D; Tue, 28 Dec 2004 21:47:38 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLlc9j055505; Tue, 28 Dec 2004 21:47:38 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLlcvX055504; Tue, 28 Dec 2004 21:47:38 GMT (envelope-from ahze) Message-Id: <200412282147.iBSLlcvX055504@repoman.freebsd.org> From: Michael Johnson Date: Tue, 28 Dec 2004 21:47:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gossip Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:47:38 -0000 ahze 2004-12-28 21:47:38 UTC FreeBSD ports repository Modified files: net/gossip Makefile distinfo pkg-plist Log: Update to 0.8 Revision Changes Path 1.19 +2 -3 ports/net/gossip/Makefile 1.14 +2 -2 ports/net/gossip/distinfo 1.14 +9 -0 ports/net/gossip/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:50:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60D0E16A4CE for ; Tue, 28 Dec 2004 21:50:44 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 866B443D46 for ; Tue, 28 Dec 2004 21:50:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 10266 invoked from network); 28 Dec 2004 21:50:43 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 28 Dec 2004 21:50:42 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBSLoQg7095856; Tue, 28 Dec 2004 16:50:34 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Darren Reed Date: Tue, 28 Dec 2004 10:45:37 -0500 User-Agent: KMail/1.6.2 References: <20041226165927.GA18879@hub.freebsd.org> <41D0D580.7090207@freebsd.org> <20041228051838.GB38011@hub.freebsd.org> In-Reply-To: <20041228051838.GB38011@hub.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412281045.37563.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: src-committers@FreeBSD.org cc: Scott Long cc: Alan Cox cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: darrenr@FreeBSD.org cc: bzeeb-lists@lists.zabbadoz.net cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:50:44 -0000 On Tuesday 28 December 2004 12:18 am, Darren Reed wrote: > On Mon, Dec 27, 2004 at 08:39:44PM -0700, Scott Long wrote: > > The locking APIs have existed in FreeBSD 5.x for 4 years. They are > > documented in manual pages, web pages, and publically available USENIX > > papers. Just because you don't agree that sx locks should be sleepable > > doesn't mean that your opinion is valid. > > Hmmm, maybe I'm not communicating my view properly. > > I'm not fussed about whether or not sx locks are sleepable. > > What's wrong, IMHO, is the witness code and the implication that > acquiring a sleepable lock, while you have a mutex, is wrong. > Or vice versa. So long as the order is always the same, it > should not present a problem if the programmer is careful. > > Even "debug" kernels on Solaris don't have restrictions like that > between mutex/rw-locks, although Solaris never allows you to do > a recursive mutex, like FreeBSD. > > FWIW, John Baldwin's USENIX paper that talks about witness from BSDi > only talks about it in context of locking order: > http://www.usenix.org/events/bsdcon02/full_papers/baldwin/baldwin_html/node >7.html#SECTION00072000000000000000 > > The problem it is complaining about w.r.t ipfilter is not what the > paper talks about here. > > As it is, if I were to refer to: > http://sources.zabbadoz.net/freebsd/lor.html > 050 - i've actually changed the code for other reasons so it should > not happen at some point in the future > 051 - why is UDP holding on to the lock for so long ? > this doesn't look like an ipfilter problem. > 052 - i'm dumbfounded. IFNET_RLOCK uses mtx, not sx. > > 052 is a classic case of why this LOR report is not useful. > The witness code is complaining because a mutex is being acquired > while a sleepable lock is held, for the purpose of walking a linked > list. I mean WTF? > > Just to reiterate, it's the witness code and the semantics it is trying > to enforce (which are somewhat different, now?) that I have an issue > with, not the lock implementations. sx locks are not identical to Solaris rwlocks. Solaris rwlocks do priority propagation and can't be held across a condition variable type sleep. sx locks on the other hand are more like lockmgr() style locks in that they do not do priority propagation and may be held across a sleep (and are even implemented using mutexes and condition variables for that matter). I do plan to implement Solaris-style rwlocks that do priority propagation, etc. and are not sleepable but have not done so yet. Until that time, you will have to use mutexes as those are the only locks FreeBSD supports that have the semantics you want. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:50:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C7216A579 for ; Tue, 28 Dec 2004 21:50:49 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F6A43D41 for ; Tue, 28 Dec 2004 21:50:48 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 8758 invoked from network); 28 Dec 2004 21:50:48 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 28 Dec 2004 21:50:47 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBSLoQg8095856; Tue, 28 Dec 2004 16:50:43 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: "Andrew R. Reiter" Date: Tue, 28 Dec 2004 10:48:42 -0500 User-Agent: KMail/1.6.2 References: <200412262252.iBQMqPe7060613@repoman.freebsd.org> <200412271600.26989.jhb@FreeBSD.org> <20041227172424.A85914@fledge.watson.org> In-Reply-To: <20041227172424.A85914@fledge.watson.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412281048.42213.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: rwatson@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:50:50 -0000 On Monday 27 December 2004 05:27 pm, Andrew R. Reiter wrote: > On Mon, 27 Dec 2004, John Baldwin wrote: > :On Sunday 26 December 2004 07:54 pm, Kris Kennaway wrote: > :> On Sun, Dec 26, 2004 at 10:52:24PM +0000, Robert Watson wrote: > :> > rwatson 2004-12-26 22:52:24 UTC > :> > > :> > FreeBSD src repository > :> > > :> > Modified files: > :> > sys/kern subr_witness.c > :> > Log: > :> > Add "show alllocks" command to DDB, which dumps a list of processes > :> > and threads currently holding sleep mutexes (and spin mutexes for > :> > curthread). This can be quite useful in looking for a lock > :> > condition summary for a system, as it avoids manually iterating > :> > through threads and processes to find all the interesting locks. > :> > > :> > NB: "alllocks" is up there with "lockedvnods" for a bad argument for > :> > show. > :> > :> ITYM "allloks" or perhaps "alllockes" (conservation of vowels). > : > :If you want a better name you could do 'show locks /a' instead. That is, > : add support to 'show locks' for the /a option (see 'show ktr' for how you > : would handle this by looking at 'modif'). > > Seems like a good idea to me, John. My only -- very minor -- issue with > that is using '/' as the flag delimiter. Not trying to be an asshole or > anything, just seems to me that (unless there is some ddb options already > there that use '/') using the forward slash is very cmd.exe-esque. > > I agree, however, that having show locks is a good idea > instead of two different commands. The / is part of ddb itself. Each ddb command (except those that do their own command line parsing) is called with a variable containing the arguments and another variable (modif) containing a string of any options specified via /. For example: DB_SHOW_COMMAND(ktr, db_ktr_all) { int quit; quit = 0; tstate.cur = (ktr_idx - 1) & (KTR_ENTRIES - 1); tstate.first = -1; if (strcmp(modif, "v") == 0) db_ktr_verbose = 1; else db_ktr_verbose = 0; if (strcmp(modif, "a") == 0) { while (cncheckc() != -1) if (db_mach_vtrace() == 0) break; } else { db_setup_paging(db_simple_pager, &quit, db_lines_per_page); while (!quit) if (db_mach_vtrace() == 0) break; } } This implements 'show ktr' and allows 'show ktr /a' and 'show ktr /v'. Note that it doesn't handle 'show ktr /av' or 'show ktr /va'. :-) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:52:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FE0416A4E7; Tue, 28 Dec 2004 21:52:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7753C43D1D; Tue, 28 Dec 2004 21:52:04 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLq4vG055663; Tue, 28 Dec 2004 21:52:04 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLq4iH055662; Tue, 28 Dec 2004 21:52:04 GMT (envelope-from hq) Message-Id: <200412282152.iBSLq4iH055662@repoman.freebsd.org> From: Herve Quiroz Date: Tue, 28 Dec 2004 21:52:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:52:04 -0000 hq 2004-12-28 21:52:04 UTC FreeBSD ports repository Modified files: textproc/xom Makefile Log: Fix packing list Reported by: kris via pointyhat Revision Changes Path 1.3 +1 -0 ports/textproc/xom/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:52:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795EB16A4CE; Tue, 28 Dec 2004 21:52:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D0643D54; Tue, 28 Dec 2004 21:52:46 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLqkgd055701; Tue, 28 Dec 2004 21:52:46 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLqkkk055700; Tue, 28 Dec 2004 21:52:46 GMT (envelope-from pjd) Message-Id: <200412282152.iBSLqkkk055700@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 28 Dec 2004 21:52:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:52:46 -0000 pjd 2004-12-28 21:52:46 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c Log: Remove debug code. Revision Changes Path 1.33 +2 -10 src/sys/geom/raid3/g_raid3.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:56:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A92EB16A4CE; Tue, 28 Dec 2004 21:56:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843C443D2F; Tue, 28 Dec 2004 21:56:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLuLsd055880; Tue, 28 Dec 2004 21:56:21 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLuLOK055879; Tue, 28 Dec 2004 21:56:21 GMT (envelope-from pjd) Message-Id: <200412282156.iBSLuLOK055879@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 28 Dec 2004 21:56:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/geom geom.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, 28 Dec 2004 21:56:21 -0000 pjd 2004-12-28 21:56:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom geom.h Log: MFC: Implement g_topology_try_lock(). Revision Changes Path 1.84.2.2 +2 -0 src/sys/geom/geom.h From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:57:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 003CD16A4CE; Tue, 28 Dec 2004 21:57:10 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ADFD43D1F; Tue, 28 Dec 2004 21:57:10 +0000 (GMT) (envelope-from arr@watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iBSLrneV036927; Tue, 28 Dec 2004 16:53:49 -0500 (EST) (envelope-from arr@watson.org) Received: from localhost (arr@localhost)iBSLrnVM036924; Tue, 28 Dec 2004 16:53:49 -0500 (EST) (envelope-from arr@watson.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Tue, 28 Dec 2004 16:53:49 -0500 (EST) From: "Andrew R. Reiter" To: John Baldwin In-Reply-To: <200412281048.42213.jhb@FreeBSD.org> Message-ID: <20041228165334.G36918@fledge.watson.org> References: <200412262252.iBQMqPe7060613@repoman.freebsd.org> <20041227172424.A85914@fledge.watson.org> <200412281048.42213.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: rwatson@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:57:11 -0000 On Tue, 28 Dec 2004, John Baldwin wrote: :On Monday 27 December 2004 05:27 pm, Andrew R. Reiter wrote: :> On Mon, 27 Dec 2004, John Baldwin wrote: :> :On Sunday 26 December 2004 07:54 pm, Kris Kennaway wrote: :> :> On Sun, Dec 26, 2004 at 10:52:24PM +0000, Robert Watson wrote: :> :> > rwatson 2004-12-26 22:52:24 UTC :> :> > :> :> > FreeBSD src repository :> :> > :> :> > Modified files: :> :> > sys/kern subr_witness.c :> :> > Log: :> :> > Add "show alllocks" command to DDB, which dumps a list of processes :> :> > and threads currently holding sleep mutexes (and spin mutexes for :> :> > curthread). This can be quite useful in looking for a lock :> :> > condition summary for a system, as it avoids manually iterating :> :> > through threads and processes to find all the interesting locks. :> :> > :> :> > NB: "alllocks" is up there with "lockedvnods" for a bad argument for :> :> > show. :> :> :> :> ITYM "allloks" or perhaps "alllockes" (conservation of vowels). :> : :> :If you want a better name you could do 'show locks /a' instead. That is, :> : add support to 'show locks' for the /a option (see 'show ktr' for how you :> : would handle this by looking at 'modif'). :> :> Seems like a good idea to me, John. My only -- very minor -- issue with :> that is using '/' as the flag delimiter. Not trying to be an asshole or :> anything, just seems to me that (unless there is some ddb options already :> there that use '/') using the forward slash is very cmd.exe-esque. :> :> I agree, however, that having show locks is a good idea :> instead of two different commands. : :The / is part of ddb itself. Each ddb command (except those that do their own :command line parsing) is called with a variable containing the arguments and :another variable (modif) containing a string of any options specified via /. :For example: : :DB_SHOW_COMMAND(ktr, db_ktr_all) :{ : int quit; : : quit = 0; : tstate.cur = (ktr_idx - 1) & (KTR_ENTRIES - 1); : tstate.first = -1; : if (strcmp(modif, "v") == 0) : db_ktr_verbose = 1; : else : db_ktr_verbose = 0; : if (strcmp(modif, "a") == 0) { : while (cncheckc() != -1) : if (db_mach_vtrace() == 0) : break; : } else { : db_setup_paging(db_simple_pager, &quit, db_lines_per_page); : while (!quit) : if (db_mach_vtrace() == 0) : break; : } :} : :This implements 'show ktr' and allows 'show ktr /a' and 'show ktr /v'. Note :that it doesn't handle 'show ktr /av' or 'show ktr /va'. :-) : Oh. :-) -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Dec 28 21:58:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C3A16A4CE; Tue, 28 Dec 2004 21:58:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB16F43D3F; Tue, 28 Dec 2004 21:58:54 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSLwswJ055999; Tue, 28 Dec 2004 21:58:54 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSLwspX055998; Tue, 28 Dec 2004 21:58:54 GMT (envelope-from dwmalone) Message-Id: <200412282158.iBSLwspX055998@repoman.freebsd.org> From: David Malone Date: Tue, 28 Dec 2004 21:58:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 21:58:55 -0000 dwmalone 2004-12-28 21:58:54 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: Some syslog messages delimit the program tag with whitespace rather than a colon, so don't allow whitespace in program names. To be consistent with hostnames, don't allow whitespace in the program name specifiers in syslog.conf either. (The first change is by Markus from the PR, the second is mine.) PR: 68691 Submitted by: Markus Oestreicher MFC after: 3 weeks Revision Changes Path 1.139 +2 -2 src/usr.sbin/syslogd/syslogd.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:01:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7959116A4CE; Tue, 28 Dec 2004 22:01:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535CC43D1F; Tue, 28 Dec 2004 22:01:10 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSM1AiU056377; Tue, 28 Dec 2004 22:01:10 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSM1AZ3056376; Tue, 28 Dec 2004 22:01:10 GMT (envelope-from hq) Message-Id: <200412282201.iBSM1AZ3056376@repoman.freebsd.org> From: Herve Quiroz Date: Tue, 28 Dec 2004 22:01:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/fop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:01:10 -0000 hq 2004-12-28 22:01:10 UTC FreeBSD ports repository Modified files: textproc/fop Makefile Log: Remove unneeded BUILD_DEPENDS on javavmwrapper (the port is NO_BUILD) Reported by: kris via pointyhat Revision Changes Path 1.13 +0 -2 ports/textproc/fop/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:02:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537D616A4CE; Tue, 28 Dec 2004 22:02:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23BB443D4C; Tue, 28 Dec 2004 22:02:12 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSM2CDn056451; Tue, 28 Dec 2004 22:02:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSM2BuR056450; Tue, 28 Dec 2004 22:02:11 GMT (envelope-from krion) Message-Id: <200412282202.iBSM2BuR056450@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 28 Dec 2004 22:02:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/db43 Makefile Makefile.db distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:02:12 -0000 krion 2004-12-28 22:02:11 UTC FreeBSD ports repository Modified files: databases/db43 Makefile distinfo Removed files: databases/db43 Makefile.db Log: Update to 4.3.27 PR: ports/75563 Submitted by: maintainer Revision Changes Path 1.63 +42 -3 ports/databases/db43/Makefile 1.8 +0 -46 ports/databases/db43/Makefile.db (dead) 1.24 +2 -2 ports/databases/db43/distinfo From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:14:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BCB116A4CE; Tue, 28 Dec 2004 22:14:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249C343D3F; Tue, 28 Dec 2004 22:14:12 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMEBXV058817; Tue, 28 Dec 2004 22:14:11 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMEBfY058816; Tue, 28 Dec 2004 22:14:11 GMT (envelope-from mux) Message-Id: <200412282214.iBSMEBfY058816@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 28 Dec 2004 22:14:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:14:12 -0000 mux 2004-12-28 22:14:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fxp if_fxp.c Log: Merge if_fxp.c:1.220 from HEAD to RELENG_5: date: 2004/12/20 10:18:21; author: mux; state: Exp; lines: +2 -2 Only try to use the 82503 serial interface for the 82557 chipsets. The datasheet says it is only valid for such chipsets and shouldn't be used with others. This fixes some 82559 based cards which otherwise only work at 10Mbit. MFC after: 5 days Tested by: krion Revision Changes Path 1.217.2.3 +2 -2 src/sys/dev/fxp/if_fxp.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:17:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CEF16A4CE; Tue, 28 Dec 2004 22:17:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B55A43D1F; Tue, 28 Dec 2004 22:17:10 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMHAOk059429; Tue, 28 Dec 2004 22:17:10 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMHAoX059428; Tue, 28 Dec 2004 22:17:10 GMT (envelope-from jb) Message-Id: <200412282217.iBSMHAoX059428@repoman.freebsd.org> From: John Birrell Date: Tue, 28 Dec 2004 22:17:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci_pci.c ohci_pci.c uhci_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:17:10 -0000 jb 2004-12-28 22:17:10 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c ohci_pci.c uhci_pci.c Log: Pass an explicit pointer to the bus structure in the 'usb' device ivar rather than a softc pointer (with the bus structure at the start). This is a non-functional change. It just helps when reading the code to know that the ehci, ohci and uhci drivers share the bus structure, not the entire softc. Revision Changes Path 1.15 +1 -1 src/sys/dev/usb/ehci_pci.c 1.41 +1 -1 src/sys/dev/usb/ohci_pci.c 1.56 +1 -1 src/sys/dev/usb/uhci_pci.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:17:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED1A16A4CE; Tue, 28 Dec 2004 22:17:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489DF43D3F; Tue, 28 Dec 2004 22:17:39 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMHd0J059535; Tue, 28 Dec 2004 22:17:39 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMHdAU059534; Tue, 28 Dec 2004 22:17:39 GMT (envelope-from hq) Message-Id: <200412282217.iBSMHdAU059534@repoman.freebsd.org> From: Herve Quiroz Date: Tue, 28 Dec 2004 22:17:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/javacc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:17:40 -0000 hq 2004-12-28 22:17:39 UTC FreeBSD ports repository Modified files: textproc/javacc Makefile Log: - Update to bsd.java.mk 2.0 - Fix installation target: do not install *.bat and *.bak scripts [1] Reported by: kris via pointyhat [1] Revision Changes Path 1.10 +2 -4 ports/textproc/javacc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:22:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC7216A4CE; Tue, 28 Dec 2004 22:22:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9871343D31; Tue, 28 Dec 2004 22:22:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMMtvN060743; Tue, 28 Dec 2004 22:22:55 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMMtAd060742; Tue, 28 Dec 2004 22:22:55 GMT (envelope-from pjd) Message-Id: <200412282222.iBSMMtAd060742@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 28 Dec 2004 22:22:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/raidtest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:22:55 -0000 pjd 2004-12-28 22:22:55 UTC FreeBSD ports repository (src committer) Modified files: benchmarks/raidtest Makefile Log: Raidtest requires functions (byteorder(9)) which were introduced in FreeBSD 5.1. Revision Changes Path 1.3 +7 -1 ports/benchmarks/raidtest/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:24:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6893616A4CE; Tue, 28 Dec 2004 22:24:24 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE3C43D45; Tue, 28 Dec 2004 22:24:23 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.43 (FreeBSD)) id 1CjPlH-000Kdd-P8; Tue, 28 Dec 2004 23:24:15 +0100 Date: Tue, 28 Dec 2004 23:24:15 +0100 From: Kirill Ponomarew To: Pawel Jakub Dawidek Message-ID: <20041228222415.GE76022@voodoo.oberon.net> References: <200412282222.iBSMMtAd060742@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9dgjiU4MmWPVapMU" Content-Disposition: inline In-Reply-To: <200412282222.iBSMMtAd060742@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/benchmarks/raidtest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:24:24 -0000 --9dgjiU4MmWPVapMU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 28, 2004 at 10:22:55PM +0000, Pawel Jakub Dawidek wrote: > pjd 2004-12-28 22:22:55 UTC >=20 > FreeBSD ports repository (src committer) >=20 > Modified files: > benchmarks/raidtest Makefile=20 > Log: > Raidtest requires functions (byteorder(9)) which were introduced in > FreeBSD 5.1. It would be good if somebody from ports guys could approve your patch before commit ;) -Kirill --9dgjiU4MmWPVapMU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0d0PQC1G6a60JuURAso3AJ4nccHvmxAeu0VtWFuga+cakB/seQCfYGbd Tr+WkRqZ7zM1H+XBNPpzz5I= =rhjd -----END PGP SIGNATURE----- --9dgjiU4MmWPVapMU-- From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:25:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DBC916A4CE; Tue, 28 Dec 2004 22:25:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 094B643D2D; Tue, 28 Dec 2004 22:25:05 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMP4Ad060809; Tue, 28 Dec 2004 22:25:04 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMP4Mm060808; Tue, 28 Dec 2004 22:25:04 GMT (envelope-from dwmalone) Message-Id: <200412282225.iBSMP4Mm060808@repoman.freebsd.org> From: David Malone Date: Tue, 28 Dec 2004 22:25:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:25:05 -0000 dwmalone 2004-12-28 22:25:04 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: Allow ':' and '%' in hostname specifications so that we can specify IPv6 addresses and scope IDs. MFC after: 3 weeks Revision Changes Path 1.140 +1 -1 src/usr.sbin/syslogd/syslogd.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:29:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9A316A4CE; Tue, 28 Dec 2004 22:29:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67BAB43D3F; Tue, 28 Dec 2004 22:29:11 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMTB0N060993; Tue, 28 Dec 2004 22:29:11 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMTB4j060992; Tue, 28 Dec 2004 22:29:11 GMT (envelope-from ahze) Message-Id: <200412282229.iBSMTB4j060992@repoman.freebsd.org> From: Michael Johnson Date: Tue, 28 Dec 2004 22:29:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/speex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:29:11 -0000 ahze 2004-12-28 22:29:11 UTC FreeBSD ports repository Modified files: audio/speex Makefile Log: - Fix Version: line in speex.pc pkg-config file - Bump PORTREVISON Pointed out by: kwm Revision Changes Path 1.32 +3 -0 ports/audio/speex/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:38:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB08116A4CE; Tue, 28 Dec 2004 22:38:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DAD43D31; Tue, 28 Dec 2004 22:38:04 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMc4Lr061334; Tue, 28 Dec 2004 22:38:04 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMc4xa061333; Tue, 28 Dec 2004 22:38:04 GMT (envelope-from thierry) Message-Id: <200412282238.iBSMc4xa061333@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 28 Dec 2004 22:38:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/ocaml-equeue Makefile distinfo pkg-descr pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:38:04 -0000 thierry 2004-12-28 22:38:04 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-equeue Makefile distinfo pkg-descr pkg-install pkg-plist Log: Add ocaml-equeue 2.0.1, the Equeue library for OCaml. PR: 69422 Submitted by: David JULIEN Revision Changes Path 1.1783 +1 -0 ports/devel/Makefile 1.1 +50 -0 ports/devel/ocaml-equeue/Makefile (new) 1.1 +2 -0 ports/devel/ocaml-equeue/distinfo (new) 1.1 +24 -0 ports/devel/ocaml-equeue/pkg-descr (new) 1.1 +13 -0 ports/devel/ocaml-equeue/pkg-install (new) 1.1 +197 -0 ports/devel/ocaml-equeue/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:38:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4373216A4CE; Tue, 28 Dec 2004 22:38:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2060843D39; Tue, 28 Dec 2004 22:38:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMcGZQ061380; Tue, 28 Dec 2004 22:38:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMcGSp061379; Tue, 28 Dec 2004 22:38:16 GMT (envelope-from thierry) Message-Id: <200412282238.iBSMcGSp061379@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 28 Dec 2004 22:38:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:38:16 -0000 thierry 2004-12-28 22:38:15 UTC FreeBSD ports repository Modified files: . modules Log: ocaml-equeue --> ports/devel/ocaml-equeue Revision Changes Path 1.11677 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:38:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1638216A4CE; Tue, 28 Dec 2004 22:38:31 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3300A43D3F; Tue, 28 Dec 2004 22:38:30 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 85D02ACAE0; Tue, 28 Dec 2004 23:38:23 +0100 (CET) Date: Tue, 28 Dec 2004 23:38:23 +0100 From: Pawel Jakub Dawidek To: Kirill Ponomarew Message-ID: <20041228223823.GY787@darkness.comp.waw.pl> References: <200412282222.iBSMMtAd060742@repoman.freebsd.org> <20041228222415.GE76022@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zFHfQTJdDMtDGy0L" Content-Disposition: inline In-Reply-To: <20041228222415.GE76022@voodoo.oberon.net> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/benchmarks/raidtest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:38:31 -0000 --zFHfQTJdDMtDGy0L Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 28, 2004 at 11:24:15PM +0100, Kirill Ponomarew wrote: +> On Tue, Dec 28, 2004 at 10:22:55PM +0000, Pawel Jakub Dawidek wrote: +> > pjd 2004-12-28 22:22:55 UTC +> >=20 +> > FreeBSD ports repository (src committer) +> >=20 +> > Modified files: +> > benchmarks/raidtest Makefile=20 +> > Log: +> > Raidtest requires functions (byteorder(9)) which were introduced in +> > FreeBSD 5.1. +>=20 +> It would be good if somebody from ports guys could approve your +> patch before commit ;) Blame kris@ (who asked me to do it) and obrien@ (for making me the maintainer):) Seriously... Sorry guys, this was my first commit to ports/ AFAIR. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --zFHfQTJdDMtDGy0L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFB0eBfForvXbEpPzQRAjgDAJsH4SFOZUa+wxxffAq3FSJRETa8MACfZv7+ rzyu6nKR1mt2J+U4/b7VtKs= =gpH8 -----END PGP SIGNATURE----- --zFHfQTJdDMtDGy0L-- From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:45:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 220AE16A4CE; Tue, 28 Dec 2004 22:45:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB5543D2D; Tue, 28 Dec 2004 22:45:00 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMj0um061712; Tue, 28 Dec 2004 22:45:00 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMj0aj061711; Tue, 28 Dec 2004 22:45:00 GMT (envelope-from thierry) Message-Id: <200412282245.iBSMj0aj061711@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 28 Dec 2004 22:45:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:45:01 -0000 thierry 2004-12-28 22:45:00 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add an entry for David Julien. PR: ports/69422 Submitted by: himself. Revision Changes Path 1.301 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:49:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1680516A4CE; Tue, 28 Dec 2004 22:49:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E515F43D2F; Tue, 28 Dec 2004 22:49:24 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMnOVv061932; Tue, 28 Dec 2004 22:49:24 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMnOlJ061931; Tue, 28 Dec 2004 22:49:24 GMT (envelope-from mux) Message-Id: <200412282249.iBSMnOlJ061931@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 28 Dec 2004 22:49:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:49:25 -0000 mux 2004-12-28 22:49:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: Merge if_fxp.c:1.220 from HEAD to RELENG_4: date: 2004/12/20 10:18:21; author: mux; state: Exp; lines: +2 -2 Only try to use the 82503 serial interface for the 82557 chipsets. The datasheet says it is only valid for such chipsets and shouldn't be used with others. This fixes some 82559 based cards which otherwise only work at 10Mbit. MFC after: 5 days Tested by: krion Revision Changes Path 1.110.2.35 +2 -2 src/sys/dev/fxp/if_fxp.c From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:54:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B45D16A4CE; Tue, 28 Dec 2004 22:54:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7329743D1D; Tue, 28 Dec 2004 22:54:42 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMsga4062189; Tue, 28 Dec 2004 22:54:42 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMsgXd062188; Tue, 28 Dec 2004 22:54:42 GMT (envelope-from se) Message-Id: <200412282254.iBSMsgXd062188@repoman.freebsd.org> From: Stefan Esser Date: Tue, 28 Dec 2004 22:54:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/games/xblast-beta Makefile distinfo pkg-descr pkg-plist ports/games/xblast-beta/files patch-aa patch-ac patch-ad patch-ae patch-af patch-ag X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:54:42 -0000 se 2004-12-28 22:54:42 UTC FreeBSD ports repository Modified files: . MOVED Removed files: games/xblast-beta Makefile distinfo pkg-descr pkg-plist games/xblast-beta/files patch-aa patch-ac patch-ad patch-ae patch-af patch-ag Log: Remove now obsolete xblast-beta: the main xblast port has just been updated to a much more advanced version. Revision Changes Path 1.601 +2 -1 ports/MOVED 1.10 +0 -44 ports/games/xblast-beta/Makefile (dead) 1.11 +0 -8 ports/games/xblast-beta/distinfo (dead) 1.3 +0 -81 ports/games/xblast-beta/files/patch-aa (dead) 1.2 +0 -208 ports/games/xblast-beta/files/patch-ac (dead) 1.2 +0 -12 ports/games/xblast-beta/files/patch-ad (dead) 1.5 +0 -17 ports/games/xblast-beta/files/patch-ae (dead) 1.2 +0 -11 ports/games/xblast-beta/files/patch-af (dead) 1.2 +0 -11 ports/games/xblast-beta/files/patch-ag (dead) 1.2 +0 -9 ports/games/xblast-beta/pkg-descr (dead) 1.2 +0 -1144 ports/games/xblast-beta/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:56:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5223D16A4CF; Tue, 28 Dec 2004 22:56:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EBD43D41; Tue, 28 Dec 2004 22:56:17 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMuH7I062314; Tue, 28 Dec 2004 22:56:17 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMuHa6062313; Tue, 28 Dec 2004 22:56:17 GMT (envelope-from edwin) Message-Id: <200412282256.iBSMuHa6062313@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Dec 2004 22:56:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:56:17 -0000 edwin 2004-12-28 22:56:17 UTC FreeBSD ports repository Modified files: x11 Makefile Log: add mrxvt to the Makefile. Noticed by: kris Revision Changes Path 1.539 +1 -0 ports/x11/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 22:57:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9339516A4CE; Tue, 28 Dec 2004 22:57:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED0843D2D; Tue, 28 Dec 2004 22:57:28 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSMvSeD062365; Tue, 28 Dec 2004 22:57:28 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSMvSLo062364; Tue, 28 Dec 2004 22:57:28 GMT (envelope-from edwin) Message-Id: <200412282257.iBSMvSLo062364@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Dec 2004 22:57:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:57:28 -0000 edwin 2004-12-28 22:57:28 UTC FreeBSD ports repository Modified files: . modules Log: mrxvt -> ports/x11/mrxvt Revision Changes Path 1.11678 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 28 23:01:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB5616A4CF; Tue, 28 Dec 2004 23:01:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65AC543D4C; Tue, 28 Dec 2004 23:01:00 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSN10MF062546; Tue, 28 Dec 2004 23:01:00 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSN10Z6062545; Tue, 28 Dec 2004 23:01:00 GMT (envelope-from edwin) Message-Id: <200412282301.iBSN10Z6062545@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Dec 2004 23:01:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/hugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 23:01:00 -0000 edwin 2004-12-28 23:01:00 UTC FreeBSD ports repository Modified files: graphics/hugin Makefile Log: Add use_imake to get makedepend Noticed by: pointyhat / kris Revision Changes Path 1.2 +1 -0 ports/graphics/hugin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 23:19:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE1B16A4CE; Tue, 28 Dec 2004 23:19:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBE143D49; Tue, 28 Dec 2004 23:19:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSNJg5N063331; Tue, 28 Dec 2004 23:19:42 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSNJgJr063330; Tue, 28 Dec 2004 23:19:42 GMT (envelope-from edwin) Message-Id: <200412282319.iBSNJgJr063330@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Dec 2004 23:19:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gnuchess Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 23:19:43 -0000 edwin 2004-12-28 23:19:42 UTC FreeBSD ports repository Modified files: games/gnuchess Makefile Log: Welcome new maintainer! Revision Changes Path 1.20 +1 -1 ports/games/gnuchess/Makefile From owner-cvs-all@FreeBSD.ORG Tue Dec 28 23:30:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D322B16A4CE; Tue, 28 Dec 2004 23:30:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6C343D55; Tue, 28 Dec 2004 23:30:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSNU0wj063705; Tue, 28 Dec 2004 23:30:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSNU0ta063704; Tue, 28 Dec 2004 23:30:00 GMT (envelope-from pav) Message-Id: <200412282330.iBSNU0ta063704@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 23:30:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science Makefile ports/science/gsystem Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 23:30:01 -0000 pav 2004-12-28 23:30:00 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/gsystem Makefile distinfo pkg-descr pkg-plist Log: Add gsystem, a virtual reality simulation framework, specialised on life and evolution simulation. I'm a main developer of this framework and I will also keep the FreeBSD port up-to-date, as I'm using FreeBSD as my primary platform. See http://www.g-system.at for details. PR: ports/75466 Submitted by: Raphael Langerhorst Revision Changes Path 1.55 +1 -0 ports/science/Makefile 1.1 +51 -0 ports/science/gsystem/Makefile (new) 1.1 +2 -0 ports/science/gsystem/distinfo (new) 1.1 +12 -0 ports/science/gsystem/pkg-descr (new) 1.1 +50 -0 ports/science/gsystem/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Dec 28 23:31:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B5A816A4CE; Tue, 28 Dec 2004 23:31:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 571A943D31; Tue, 28 Dec 2004 23:31:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSNV9Pr063825; Tue, 28 Dec 2004 23:31:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSNV94r063824; Tue, 28 Dec 2004 23:31:09 GMT (envelope-from pav) Message-Id: <200412282331.iBSNV94r063824@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 28 Dec 2004 23:31:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 23:31:09 -0000 pav 2004-12-28 23:31:09 UTC FreeBSD ports repository Modified files: . modules Log: gsystem --> ports/science/gsystem Revision Changes Path 1.11679 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Dec 28 23:43:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0168D16A4CE; Tue, 28 Dec 2004 23:43:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D17F843D3F; Tue, 28 Dec 2004 23:43:10 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSNhAgu064164; Tue, 28 Dec 2004 23:43:10 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBSNhAQ7064163; Tue, 28 Dec 2004 23:43:10 GMT (envelope-from se) Message-Id: <200412282343.iBSNhAQ7064163@repoman.freebsd.org> From: Stefan Esser Date: Tue, 28 Dec 2004 23:43:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports 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: Tue, 28 Dec 2004 23:43:11 -0000 se 2004-12-28 23:43:10 UTC FreeBSD ports repository Modified files: . MOVED Log: Move entry for xblast-beta to the end of the file, where it belongs. I definitely should have read the usage instructions ... Reminded by: kris Revision Changes Path 1.602 +2 -2 ports/MOVED From owner-cvs-all@FreeBSD.ORG Wed Dec 29 00:01:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF4A16A4CE; Wed, 29 Dec 2004 00:01:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4691143D45; Wed, 29 Dec 2004 00:01:55 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT01tmB064791; Wed, 29 Dec 2004 00:01:55 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT01tts064790; Wed, 29 Dec 2004 00:01:55 GMT (envelope-from sobomax) Message-Id: <200412290001.iBT01tts064790@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 29 Dec 2004 00:01:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/asterisk Makefile pkg-plist patch-channels::h323::ast_h323.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 00:01:55 -0000 sobomax 2004-12-29 00:01:55 UTC FreeBSD ports repository Modified files: net/asterisk Makefile pkg-plist Added files: net/asterisk/files asterisk.sh patch-channels::h323::ast_h323.cpp Log: o Provide rc.d script; o Fix build on 5.2.1. Submitted by: Marat N.Afanasyev Revision Changes Path 1.20 +5 -0 ports/net/asterisk/Makefile 1.1 +25 -0 ports/net/asterisk/files/asterisk.sh (new) 1.1 +37 -0 ports/net/asterisk/files/patch-channels::h323::ast_h323.cpp (new) 1.8 +1 -0 ports/net/asterisk/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 00:11:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF6016A4CE; Wed, 29 Dec 2004 00:11:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060C943D4C; Wed, 29 Dec 2004 00:11:35 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT0BYjL065096; Wed, 29 Dec 2004 00:11:34 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT0BY4s065095; Wed, 29 Dec 2004 00:11:34 GMT (envelope-from trhodes) Message-Id: <200412290011.iBT0BY4s065095@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 29 Dec 2004 00:11:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man3 pthread_once.3 pthread_setspecific.3 queue.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: Wed, 29 Dec 2004 00:11:35 -0000 trhodes 2004-12-29 00:11:34 UTC FreeBSD src repository Modified files: share/man/man3 pthread_once.3 pthread_setspecific.3 queue.3 Log: Some grammar, spelling, and mdoc(7) fixes. No content changes. PR: 75581 Submitted by: Nobuyuki Koganemaru n-kogane@syd.odn.ne.jp (original version) Revision Changes Path 1.19 +2 -1 src/share/man/man3/pthread_once.3 1.15 +1 -1 src/share/man/man3/pthread_setspecific.3 1.35 +1 -1 src/share/man/man3/queue.3 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:21:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1081816A4CE; Wed, 29 Dec 2004 01:21:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC92843D31; Wed, 29 Dec 2004 01:21:18 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1LItx075853; Wed, 29 Dec 2004 01:21:18 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1LIow075852; Wed, 29 Dec 2004 01:21:18 GMT (envelope-from julian) Message-Id: <200412290121.iBT1LIow075852@repoman.freebsd.org> From: Julian Elischer Date: Wed, 29 Dec 2004 01:21:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c ehcivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:21:19 -0000 julian 2004-12-29 01:21:18 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehcivar.h Log: Rewrite ehci_abort_xfer() to use the method hinted at in the EHCI spec. to remove a transaction from the async schedule. The previous method didn't work well and led to the hardware writing to free'd buffers etc, as it didn't always know that the transaction had been aborted. Written after consultation with David Brownell who wrote the Linux EHCI driver. As part of this give the sqh structure a "previous" pointer. MFC after: 1 week Revision Changes Path 1.26 +106 -44 src/sys/dev/usb/ehci.c 1.6 +1 -0 src/sys/dev/usb/ehcivar.h From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:29:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E105C16A4CE; Wed, 29 Dec 2004 01:29:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC8243D2D; Wed, 29 Dec 2004 01:29:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1TvnG076149; Wed, 29 Dec 2004 01:29:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1TvEk076148; Wed, 29 Dec 2004 01:29:57 GMT (envelope-from pav) Message-Id: <200412290129.iBT1TvEk076148@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 01:29:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/polymake Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:29:58 -0000 pav 2004-12-29 01:29:57 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/polymake Makefile distinfo pkg-descr pkg-plist Log: Polymake is a versatile framework for experimental discrete mathematics. The standard distribution contains tool collections for the algorithmic treatment of polytopes and polyhedra, and finite simplicial complexes. It offers an unified interface to a wide variety of algorithms and free software packages from the computational geometry field, such as convex hull computation or visualization tools. PR: ports/75405 Submitted by: Ewgenij Gawrilow Revision Changes Path 1.304 +1 -0 ports/math/Makefile 1.1 +51 -0 ports/math/polymake/Makefile (new) 1.1 +2 -0 ports/math/polymake/distinfo (new) 1.1 +11 -0 ports/math/polymake/pkg-descr (new) 1.1 +1054 -0 ports/math/polymake/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:30:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076F116A504; Wed, 29 Dec 2004 01:30:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE0043D53; Wed, 29 Dec 2004 01:30:08 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1U8rN076190; Wed, 29 Dec 2004 01:30:08 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1U8q1076189; Wed, 29 Dec 2004 01:30:08 GMT (envelope-from clsung) Message-Id: <200412290130.iBT1U8q1076189@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 29 Dec 2004 01:30:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/plog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:30:13 -0000 clsung 2004-12-29 01:30:08 UTC FreeBSD ports repository Modified files: www/plog Makefile Log: - plog use preg_* stuff, so add pcre to USE_PHP Noticed by: leeym Revision Changes Path 1.3 +1 -1 ports/www/plog/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:31:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AACF716A4CE; Wed, 29 Dec 2004 01:31:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8594843D1D; Wed, 29 Dec 2004 01:31:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1V57B076305; Wed, 29 Dec 2004 01:31:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1V56M076304; Wed, 29 Dec 2004 01:31:05 GMT (envelope-from pav) Message-Id: <200412290131.iBT1V56M076304@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 01:31:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:31:05 -0000 pav 2004-12-29 01:31:05 UTC FreeBSD ports repository Modified files: . modules Log: polymake --> ports/math/polymake Revision Changes Path 1.11680 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:34:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E187516A4CE; Wed, 29 Dec 2004 01:34:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB5DC43D3F; Wed, 29 Dec 2004 01:34:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1YPnd076399; Wed, 29 Dec 2004 01:34:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1YP87076398; Wed, 29 Dec 2004 01:34:25 GMT (envelope-from pav) Message-Id: <200412290134.iBT1YP87076398@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 01:34:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:34:26 -0000 pav 2004-12-29 01:34:25 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Ewgenij Gawrilow for math/polymake port - Collect nearby whitespace Revision Changes Path 1.302 +6 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:35:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1448616A4CE; Wed, 29 Dec 2004 01:35:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F349043D58; Wed, 29 Dec 2004 01:35:12 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1ZCPf076471; Wed, 29 Dec 2004 01:35:12 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1ZCq0076470; Wed, 29 Dec 2004 01:35:12 GMT (envelope-from clsung) Message-Id: <200412290135.iBT1ZCq0076470@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 29 Dec 2004 01:35:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-Perl6-Export Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:35:14 -0000 clsung 2004-12-29 01:35:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Perl6-Export Makefile distinfo pkg-descr pkg-plist Log: - This module prototypes the Perl 6 'exported' and 'exportable' traits in Perl 5. PR: ports/73485 Submitted by: Yuan-Chung Hsiao Revision Changes Path 1.1784 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/p5-Perl6-Export/Makefile (new) 1.1 +2 -0 ports/devel/p5-Perl6-Export/distinfo (new) 1.1 +4 -0 ports/devel/p5-Perl6-Export/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Perl6-Export/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:35:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53FA516A4D7; Wed, 29 Dec 2004 01:35:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCEC43D41; Wed, 29 Dec 2004 01:35:24 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1ZOP5076552; Wed, 29 Dec 2004 01:35:24 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1ZOct076551; Wed, 29 Dec 2004 01:35:24 GMT (envelope-from clsung) Message-Id: <200412290135.iBT1ZOct076551@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 29 Dec 2004 01:35:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:35:24 -0000 clsung 2004-12-29 01:35:24 UTC FreeBSD ports repository Modified files: . modules Log: p5-Perl6-Export --> ports/devel/p5-Perl6-Export Revision Changes Path 1.11681 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:37:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2349116A4CE; Wed, 29 Dec 2004 01:37:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F095C43D49; Wed, 29 Dec 2004 01:37:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1b8CC076654; Wed, 29 Dec 2004 01:37:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1b8Bg076653; Wed, 29 Dec 2004 01:37:08 GMT (envelope-from pav) Message-Id: <200412290137.iBT1b8Bg076653@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 01:37:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/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: Wed, 29 Dec 2004 01:37:09 -0000 pav 2004-12-29 01:37:08 UTC FreeBSD ports repository Modified files: security/altivore Makefile Log: - Fix fetching, unbreak PR: ports/75591 Submitted by: Samy Al Bahra Revision Changes Path 1.10 +1 -5 ports/security/altivore/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:56:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1925D16A4CE; Wed, 29 Dec 2004 01:56:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066DB43D31; Wed, 29 Dec 2004 01:56:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1uW7k077280; Wed, 29 Dec 2004 01:56:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1uWvo077279; Wed, 29 Dec 2004 01:56:32 GMT (envelope-from pav) Message-Id: <200412290156.iBT1uWvo077279@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 01:56:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/stegdetect Makefile ports/security/stegdetect/files patch-break_jsteg.c patch-common.c patch-stegdetect.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:56:33 -0000 pav 2004-12-29 01:56:32 UTC FreeBSD ports repository Modified files: security/stegdetect Makefile Added files: security/stegdetect/files patch-break_jsteg.c patch-common.c patch-stegdetect.c Log: - Fix build with gcc 3.4 PR: ports/75590 Submitted by: Samy Al Bahra Revision Changes Path 1.13 +1 -7 ports/security/stegdetect/Makefile 1.1 +11 -0 ports/security/stegdetect/files/patch-break_jsteg.c (new) 1.1 +47 -0 ports/security/stegdetect/files/patch-common.c (new) 1.1 +29 -0 ports/security/stegdetect/files/patch-stegdetect.c (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 01:57:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 130B216A4CE; Wed, 29 Dec 2004 01:57:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF35843D39; Wed, 29 Dec 2004 01:57:28 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT1vSU1077335; Wed, 29 Dec 2004 01:57:28 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT1vSIw077334; Wed, 29 Dec 2004 01:57:28 GMT (envelope-from obrien) Message-Id: <200412290157.iBT1vSIw077334@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 01:57:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/raidtest/files raidtest.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 01:57:29 -0000 obrien 2004-12-29 01:57:28 UTC FreeBSD ports repository Modified files: benchmarks/raidtest/files raidtest.c Log: Initial cut at making this buildable on 4.x. It still needs work, but maybe someone else will take it farther. Revision Changes Path 1.3 +8 -1 ports/benchmarks/raidtest/files/raidtest.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:07:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F1D16A4CE; Wed, 29 Dec 2004 02:07:21 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6D043D45; Wed, 29 Dec 2004 02:07:18 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBT25vUm014001; Tue, 28 Dec 2004 18:06:22 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBT25lWe013991; Tue, 28 Dec 2004 18:05:47 -0800 (PST) (envelope-from obrien) Date: Tue, 28 Dec 2004 18:05:32 -0800 From: "David O'Brien" To: Jeff Roberson Message-ID: <20041229020531.GA12575@dragon.nuxi.com> References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.h 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: Wed, 29 Dec 2004 02:07:21 -0000 On Sun, Dec 26, 2004 at 12:13:38AM +0000, Jeff Roberson wrote: > jeff 2004-12-26 00:13:38 UTC > FreeBSD src repository > Modified files: > sys/sys ktr.h > Log: > - Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py. > > Revision Changes Path > 1.26 +3 -2 src/sys/sys/ktr.h > http://cvsweb.freebsd.org/src/sys/sys/ktr.h.diff?r1=1.25&r2=1.26 This conflicted with your http://www.chesapeake.net/~jroberson/smpffs.diff patch: +#define KTR_BUF 0x20000000 /* Buffer cache */ do you have an updated patch set? -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:09:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DEB816A4CE; Wed, 29 Dec 2004 02:09:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A2C843D2D; Wed, 29 Dec 2004 02:09:20 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT29Jho077856; Wed, 29 Dec 2004 02:09:19 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT29JlJ077855; Wed, 29 Dec 2004 02:09:19 GMT (envelope-from obrien) Message-Id: <200412290209.iBT29JlJ077855@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 02:09:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 02:09:20 -0000 obrien 2004-12-29 02:09:19 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add the Winbond made Hawking UH104 4-port hub. Add a note where to find the offical USB assigned numbers. Revision Changes Path 1.219 +6 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:10:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BECA16A4CF; Wed, 29 Dec 2004 02:10:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A1843D46; Wed, 29 Dec 2004 02:10:33 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2AXbJ077948; Wed, 29 Dec 2004 02:10:33 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2AXAO077947; Wed, 29 Dec 2004 02:10:33 GMT (envelope-from lioux) Message-Id: <200412290210.iBT2AXAO077947@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 29 Dec 2004 02:10:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vgba-bin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 02:10:33 -0000 lioux 2004-12-29 02:10:33 UTC FreeBSD ports repository Modified files: emulators/vgba-bin Makefile distinfo Log: Update to 2.1 Revision Changes Path 1.16 +1 -1 ports/emulators/vgba-bin/Makefile 1.8 +2 -2 ports/emulators/vgba-bin/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:10:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F0A16A4D0; Wed, 29 Dec 2004 02:10:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD5C43D2F; Wed, 29 Dec 2004 02:10:38 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2Ab8e077977; Wed, 29 Dec 2004 02:10:37 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2AbZH077976; Wed, 29 Dec 2004 02:10:37 GMT (envelope-from lioux) Message-Id: <200412290210.iBT2AbZH077976@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 29 Dec 2004 02:10:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vgb-bin pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 02:10:38 -0000 lioux 2004-12-29 02:10:37 UTC FreeBSD ports repository Modified files: emulators/vgb-bin pkg-descr Log: Update WWW tag Revision Changes Path 1.2 +1 -1 ports/emulators/vgb-bin/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:18:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CCA716A4CE; Wed, 29 Dec 2004 02:18:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED58543D45; Wed, 29 Dec 2004 02:18:24 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2IOxY078382; Wed, 29 Dec 2004 02:18:24 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2IOTO078381; Wed, 29 Dec 2004 02:18:24 GMT (envelope-from trhodes) Message-Id: <200412290218.iBT2IOTO078381@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 29 Dec 2004 02:18:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net inet6_option_space.3 src/lib/libdisk libdisk.3 src/lib/libipx ipx.3 src/lib/libstand libstand.3 src/lib/libutil login_cap.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: Wed, 29 Dec 2004 02:18:25 -0000 trhodes 2004-12-29 02:18:24 UTC FreeBSD src repository Modified files: lib/libc/net inet6_option_space.3 lib/libdisk libdisk.3 lib/libipx ipx.3 lib/libstand libstand.3 lib/libutil login_cap.3 Log: Various markup and spelling fixes. PR: 75574 Submitted by: Nobuyuki Koganemaru (original version) Revision Changes Path 1.13 +1 -1 src/lib/libc/net/inet6_option_space.3 1.33 +3 -3 src/lib/libdisk/libdisk.3 1.15 +1 -1 src/lib/libipx/ipx.3 1.32 +1 -0 src/lib/libstand/libstand.3 1.34 +2 -2 src/lib/libutil/login_cap.3 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:18:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4881616A4E9; Wed, 29 Dec 2004 02:18:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2038743D45; Wed, 29 Dec 2004 02:18:32 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2IWOk078477; Wed, 29 Dec 2004 02:18:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2IVPG078476; Wed, 29 Dec 2004 02:18:31 GMT (envelope-from marcus) Message-Id: <200412290218.iBT2IVPG078476@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Dec 2004 02:18:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/leafpad Makefile ports/editors/abiword Makefile ports/graphics/gimp Makefile ports/net/gnome-btdownload Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 02:18:33 -0000 marcus 2004-12-29 02:18:31 UTC FreeBSD ports repository Modified files: editors/leafpad Makefile editors/abiword Makefile graphics/gimp Makefile net/gnome-btdownload Makefile Log: Chase the new location for update-desktop-database by allowing the command to be found in PATH. Revision Changes Path 1.102 +1 -1 ports/editors/abiword/Makefile 1.13 +1 -1 ports/editors/leafpad/Makefile 1.168 +1 -1 ports/graphics/gimp/Makefile 1.13 +1 -1 ports/net/gnome-btdownload/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:22:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6747116A4CE; Wed, 29 Dec 2004 02:22:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 420DC43D1F; Wed, 29 Dec 2004 02:22:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2MSof078648; Wed, 29 Dec 2004 02:22:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2MSG4078647; Wed, 29 Dec 2004 02:22:28 GMT (envelope-from clsung) Message-Id: <200412290222.iBT2MSG4078647@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 29 Dec 2004 02:22:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/p5-Unix-ConfigFile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 02:22:28 -0000 clsung 2004-12-29 02:22:28 UTC FreeBSD ports repository Modified files: sysutils/p5-Unix-ConfigFile Makefile Log: - does not install Unix::ConfigFile.3 under perl5.005 Noticed by: kris Revision Changes Path 1.8 +7 -2 ports/sysutils/p5-Unix-ConfigFile/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:23:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776CA16A4CE; Wed, 29 Dec 2004 02:23:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F3643D39; Wed, 29 Dec 2004 02:23:30 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2NU4v078690; Wed, 29 Dec 2004 02:23:30 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2NUUw078689; Wed, 29 Dec 2004 02:23:30 GMT (envelope-from marcus) Message-Id: <200412290223.iBT2NUUw078689@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Dec 2004 02:23:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.gnome.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 02:23:30 -0000 marcus 2004-12-29 02:23:30 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: desktop-file-utils now lives in LOCALBASE. Reported by: mezz Revision Changes Path 1.88 +2 -2 ports/Mk/bsd.gnome.mk From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:26:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A24E216A4CE; Wed, 29 Dec 2004 02:26:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A25943D31; Wed, 29 Dec 2004 02:26:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2Q8NV078830; Wed, 29 Dec 2004 02:26:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2Q84J078829; Wed, 29 Dec 2004 02:26:08 GMT (envelope-from pav) Message-Id: <200412290226.iBT2Q84J078829@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 02:26:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/xmbibtex Makefile distinfo ports/print/xmbibtex/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: Wed, 29 Dec 2004 02:26:08 -0000 pav 2004-12-29 02:26:08 UTC FreeBSD ports repository Modified files: print/xmbibtex Makefile distinfo Removed files: print/xmbibtex/files patch-ab patch-ac Log: - Update to 1.7 PR: ports/75414 Submitted by: Rob. Revision Changes Path 1.19 +1 -5 ports/print/xmbibtex/Makefile 1.5 +2 -2 ports/print/xmbibtex/distinfo 1.2 +0 -11 ports/print/xmbibtex/files/patch-ab (dead) 1.2 +0 -18 ports/print/xmbibtex/files/patch-ac (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:29:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD60F16A4CE; Wed, 29 Dec 2004 02:29:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860E743D46; Wed, 29 Dec 2004 02:29:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2TVPB078994; Wed, 29 Dec 2004 02:29:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2TVCx078993; Wed, 29 Dec 2004 02:29:31 GMT (envelope-from pav) Message-Id: <200412290229.iBT2TVCx078993@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 02:29:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xorg-clients Makefileports/x11-servers/xorg-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 02:29:31 -0000 pav 2004-12-29 02:29:31 UTC FreeBSD ports repository Modified files: x11/xorg-clients Makefile x11-servers/xorg-server Makefile Log: - Rewrap to fit on 80 columns console Approved by: anholt (x11 hat) Revision Changes Path 1.19 +2 -2 ports/x11-servers/xorg-server/Makefile 1.15 +3 -2 ports/x11/xorg-clients/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 02:30:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F81216A4CE; Wed, 29 Dec 2004 02:30:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3607D43D45; Wed, 29 Dec 2004 02:30:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT2Uj6R079141; Wed, 29 Dec 2004 02:30:45 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT2Ujpv079140; Wed, 29 Dec 2004 02:30:45 GMT (envelope-from ahze) Message-Id: <200412290230.iBT2Ujpv079140@repoman.freebsd.org> From: Michael Johnson Date: Wed, 29 Dec 2004 02:30:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/kazehakase Makefile distinfo pkg-plist ports/www/kazehakase/files patch-configure patch-mozilla-175 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 02:30:45 -0000 ahze 2004-12-29 02:30:45 UTC FreeBSD ports repository Modified files: www/kazehakase Makefile distinfo pkg-plist www/kazehakase/files patch-configure Removed files: www/kazehakase/files patch-mozilla-175 Log: Update to 0.2.3 Revision Changes Path 1.16 +2 -3 ports/www/kazehakase/Makefile 1.6 +2 -2 ports/www/kazehakase/distinfo 1.9 +4 -9 ports/www/kazehakase/files/patch-configure 1.3 +0 -11 ports/www/kazehakase/files/patch-mozilla-175 (dead) 1.6 +6 -0 ports/www/kazehakase/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 03:25:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F55E16A4CE; Wed, 29 Dec 2004 03:25:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 184A343D39; Wed, 29 Dec 2004 03:25:24 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT3PN92081024; Wed, 29 Dec 2004 03:25:23 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT3PNZt081023; Wed, 29 Dec 2004 03:25:23 GMT (envelope-from ahze) Message-Id: <200412290325.iBT3PNZt081023@repoman.freebsd.org> From: Michael Johnson Date: Wed, 29 Dec 2004 03:25:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/firefox pkg-descr ports/www/firefox/files patch-browser_app_mozilla.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 03:25:24 -0000 ahze 2004-12-29 03:25:23 UTC FreeBSD ports repository Modified files: www/firefox pkg-descr www/firefox/files patch-browser_app_mozilla.in Log: - Update pkg-descr to better reflect firefox - Fix expr usage for 4.x since expr on 4.x is not POSIX compliant. [1] Submitted by: girgen [1] Revision Changes Path 1.5 +1 -1 ports/www/firefox/files/patch-browser_app_mozilla.in 1.5 +11 -5 ports/www/firefox/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Dec 29 03:28:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6764116A4CE; Wed, 29 Dec 2004 03:28:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4173843D54; Wed, 29 Dec 2004 03:28:51 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT3SpKv081179; Wed, 29 Dec 2004 03:28:51 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT3SpKd081178; Wed, 29 Dec 2004 03:28:51 GMT (envelope-from ahze) Message-Id: <200412290328.iBT3SpKd081178@repoman.freebsd.org> From: Michael Johnson Date: Wed, 29 Dec 2004 03:28:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/thunderbird/files patch-mail_app_mozilla.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 03:28:51 -0000 ahze 2004-12-29 03:28:51 UTC FreeBSD ports repository Modified files: mail/thunderbird/files patch-mail_app_mozilla.in Log: - Fix expr usage for 4.x since expr on 4.x is not POSIX compliant. [1] Submitted by: girgen [1] Revision Changes Path 1.3 +3 -3 ports/mail/thunderbird/files/patch-mail_app_mozilla.in From owner-cvs-all@FreeBSD.ORG Wed Dec 29 03:35:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDB416A4CE; Wed, 29 Dec 2004 03:35:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 480DD43D2F; Wed, 29 Dec 2004 03:35:40 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT3ZeXe081438; Wed, 29 Dec 2004 03:35:40 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT3ZeZj081437; Wed, 29 Dec 2004 03:35:40 GMT (envelope-from lioux) Message-Id: <200412290335.iBT3ZeZj081437@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 29 Dec 2004 03:35:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-bittorrent-devel Makefile ports/net/py-bittorrent-devel/files patch-BitTorrent::Downloader.py patch-BitTorrent::download.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: Wed, 29 Dec 2004 03:35:40 -0000 lioux 2004-12-29 03:35:40 UTC FreeBSD ports repository Modified files: net/py-bittorrent-devel Makefile Added files: net/py-bittorrent-devel/files patch-BitTorrent::Downloader.py patch-BitTorrent::download.py Log: o Track BitTorrent's codeville development repository - BitTorrent/Downloader.py: change (self.active_requests vs self.backlog) proportion handling - BitTorrent/download.py: add exception handling around Storage method call o Bump PORTREVISION Obtained from: BitTorrent's codeville repository Revision Changes Path 1.21 +1 -1 ports/net/py-bittorrent-devel/Makefile 1.1 +11 -0 ports/net/py-bittorrent-devel/files/patch-BitTorrent::Downloader.py (new) 1.1 +15 -0 ports/net/py-bittorrent-devel/files/patch-BitTorrent::download.py (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 03:49:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1623616A4CE; Wed, 29 Dec 2004 03:49:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E487343D3F; Wed, 29 Dec 2004 03:49:58 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT3nwJg081810; Wed, 29 Dec 2004 03:49:58 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT3nw03081809; Wed, 29 Dec 2004 03:49:58 GMT (envelope-from gad) Message-Id: <200412290349.iBT3nw03081809@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 29 Dec 2004 03:49:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 03:49:59 -0000 gad 2004-12-29 03:49:58 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: Drop hold on patch. ENOTIME for long-stalled ideas here. Too busy elsewhere. Add lines for interest in 'ps' and 'pkill', where I'm more active. Revision Changes Path 1.102 +3 -1 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Wed Dec 29 04:18:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9963316A4CE; Wed, 29 Dec 2004 04:18:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 727A043D39; Wed, 29 Dec 2004 04:18:22 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT4IMAE082676; Wed, 29 Dec 2004 04:18:22 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT4IMNC082675; Wed, 29 Dec 2004 04:18:22 GMT (envelope-from alc) Message-Id: <200412290418.iBT4IMNC082675@repoman.freebsd.org> From: Alan Cox Date: Wed, 29 Dec 2004 04:18:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 04:18:22 -0000 alc 2004-12-29 04:18:22 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Access to the page's busy field is (now) synchronized by the containing object's lock. Therefore, the assertion that the page queues lock is held can be removed from vm_page_io_start(). Revision Changes Path 1.300 +0 -1 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 04:24:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED25716A4CE; Wed, 29 Dec 2004 04:24:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D913343D1F; Wed, 29 Dec 2004 04:24:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT4OOQs082951; Wed, 29 Dec 2004 04:24:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT4OOGo082950; Wed, 29 Dec 2004 04:24:24 GMT (envelope-from pav) Message-Id: <200412290424.iBT4OOGo082950@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 04:24:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/oggsplit Makefile distinfo pkg-descr ports/audio/oggsplit/files patch-system.h patch-xmalloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 04:24:25 -0000 pav 2004-12-29 04:24:24 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/oggsplit Makefile distinfo pkg-descr audio/oggsplit/files patch-system.h patch-xmalloc.c Log: Add oggsplit, a simple tool for splitting multiplexed (grouped or chained) Ogg files into separate streams. Revision Changes Path 1.580 +1 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/oggsplit/Makefile (new) 1.1 +2 -0 ports/audio/oggsplit/distinfo (new) 1.1 +10 -0 ports/audio/oggsplit/files/patch-system.h (new) 1.1 +33 -0 ports/audio/oggsplit/files/patch-xmalloc.c (new) 1.1 +5 -0 ports/audio/oggsplit/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 04:25:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB30516A4CE; Wed, 29 Dec 2004 04:25:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864FB43D48; Wed, 29 Dec 2004 04:25:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT4PPjj083029; Wed, 29 Dec 2004 04:25:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT4PPRa083028; Wed, 29 Dec 2004 04:25:25 GMT (envelope-from pav) Message-Id: <200412290425.iBT4PPRa083028@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 04:25:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 04:25:25 -0000 pav 2004-12-29 04:25:25 UTC FreeBSD ports repository Modified files: . modules Log: oggsplit --> ports/audio/oggsplit Revision Changes Path 1.11682 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 29 04:29:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E3FB16A4CE; Wed, 29 Dec 2004 04:29:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F1E43D1D; Wed, 29 Dec 2004 04:29:07 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT4T6OS083200; Wed, 29 Dec 2004 04:29:06 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT4T6dP083199; Wed, 29 Dec 2004 04:29:06 GMT (envelope-from jkoshy) Message-Id: <200412290429.iBT4T6dP083199@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 29 Dec 2004 04:29:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 swi.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 04:29:07 -0000 jkoshy 2004-12-29 04:29:06 UTC FreeBSD src repository Modified files: share/man/man9 swi.9 Log: Make an argument name in the synopsis match that in the text. Correct an mdoc error. Revision Changes Path 1.14 +2 -2 src/share/man/man9/swi.9 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 04:45:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7EB16A4CE; Wed, 29 Dec 2004 04:45:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3EE43D3F; Wed, 29 Dec 2004 04:45:48 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT4jmae083756; Wed, 29 Dec 2004 04:45:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT4jmJc083755; Wed, 29 Dec 2004 04:45:48 GMT (envelope-from ahze) Message-Id: <200412290445.iBT4jmJc083755@repoman.freebsd.org> From: Michael Johnson Date: Wed, 29 Dec 2004 04:45:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/kazehakase/files patch-src::kz-popup-preview.c patch-src::kz-window.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 04:45:49 -0000 ahze 2004-12-29 04:45:48 UTC FreeBSD ports repository Added files: www/kazehakase/files patch-src::kz-popup-preview.c patch-src::kz-window.c Log: Add forgotten patches to fix build on 4.x Revision Changes Path 1.1 +17 -0 ports/www/kazehakase/files/patch-src::kz-popup-preview.c (new) 1.1 +29 -0 ports/www/kazehakase/files/patch-src::kz-window.c (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 04:49:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD30816A4CE; Wed, 29 Dec 2004 04:49:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C2443D2D; Wed, 29 Dec 2004 04:49:10 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT4nATN090388; Wed, 29 Dec 2004 04:49:10 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT4nAnr090387; Wed, 29 Dec 2004 04:49:10 GMT (envelope-from alc) Message-Id: <200412290449.iBT4nAnr090387@repoman.freebsd.org> From: Alan Cox Date: Wed, 29 Dec 2004 04:49:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_cluster.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 04:49:10 -0000 alc 2004-12-29 04:49:10 UTC FreeBSD src repository Modified files: sys/kern vfs_cluster.c Log: Eliminate (now) unnecessary acquisition and release of the global page queues lock. Revision Changes Path 1.161 +0 -4 src/sys/kern/vfs_cluster.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 06:06:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E8616A4CE; Wed, 29 Dec 2004 06:06:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D283843D58; Wed, 29 Dec 2004 06:05:59 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT65xqX092685; Wed, 29 Dec 2004 06:05:59 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT65x53092684; Wed, 29 Dec 2004 06:05:59 GMT (envelope-from lioux) Message-Id: <200412290605.iBT65x53092684@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 29 Dec 2004 06:05:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc Makefile ports/misc/kfile_torrent Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 06:06:00 -0000 lioux 2004-12-29 06:05:59 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/kfile_torrent Makefile distinfo pkg-descr pkg-plist Log: New port kfile-torrent version 0.6: Konqueror KFilePlugin to display info about BitTorrent .torrent files Revision Changes Path 1.723 +1 -0 ports/misc/Makefile 1.1 +27 -0 ports/misc/kfile_torrent/Makefile (new) 1.1 +2 -0 ports/misc/kfile_torrent/distinfo (new) 1.1 +9 -0 ports/misc/kfile_torrent/pkg-descr (new) 1.1 +5 -0 ports/misc/kfile_torrent/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 06:06:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E803316A4CE; Wed, 29 Dec 2004 06:06:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E9743D54; Wed, 29 Dec 2004 06:06:15 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT66Fvo092735; Wed, 29 Dec 2004 06:06:15 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT66F1m092734; Wed, 29 Dec 2004 06:06:15 GMT (envelope-from lioux) Message-Id: <200412290606.iBT66F1m092734@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 29 Dec 2004 06:06:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 06:06:16 -0000 lioux 2004-12-29 06:06:15 UTC FreeBSD ports repository Modified files: . modules Log: kfile_torrent --> ports/misc/kfile_torrent Revision Changes Path 1.11683 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 29 06:21:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A3816A4CE; Wed, 29 Dec 2004 06:21:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E44A43D31; Wed, 29 Dec 2004 06:21:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT6LgTr093220; Wed, 29 Dec 2004 06:21:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT6LgdU093219; Wed, 29 Dec 2004 06:21:42 GMT (envelope-from imp) Message-Id: <200412290621.iBT6LgdU093219@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 06:21:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 06:21:42 -0000 imp 2004-12-29 06:21:42 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Move WINBOND 4 port hub to its proper location in the file. It belongs in a section of its own, not arbitrarily grouped in the hawking section just because hawking sells it... Revision Changes Path 1.220 +3 -1 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Wed Dec 29 06:37:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51EC516A4CE; Wed, 29 Dec 2004 06:37:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B21043D2D; Wed, 29 Dec 2004 06:37:29 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT6bTrc093699; Wed, 29 Dec 2004 06:37:29 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT6bTfp093698; Wed, 29 Dec 2004 06:37:29 GMT (envelope-from glewis) Message-Id: <200412290637.iBT6bTfp093698@repoman.freebsd.org> From: Greg Lewis Date: Wed, 29 Dec 2004 06:37:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/libarchive Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 06:37:29 -0000 glewis 2004-12-29 06:37:29 UTC FreeBSD ports repository Modified files: archivers/libarchive Makefile distinfo Log: . Update to 1.01.022. Revision Changes Path 1.9 +1 -1 ports/archivers/libarchive/Makefile 1.9 +2 -2 ports/archivers/libarchive/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 07:44:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id D33E716A4CF; Wed, 29 Dec 2004 07:44:25 +0000 (GMT) Date: Wed, 29 Dec 2004 07:44:25 +0000 From: Darren Reed To: John Baldwin Message-ID: <20041229074425.GA87078@hub.freebsd.org> References: <20041226165927.GA18879@hub.freebsd.org> <41D0D580.7090207@freebsd.org> <20041228051838.GB38011@hub.freebsd.org> <200412281045.37563.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412281045.37563.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i cc: src-committers@FreeBSD.org cc: Scott Long cc: Alan Cox cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: darrenr@FreeBSD.org cc: bzeeb-lists@lists.zabbadoz.net cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/contrib/ipfilter/netinet ip_auth.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 07:44:26 -0000 On Tue, Dec 28, 2004 at 10:45:37AM -0500, John Baldwin wrote: > sx locks are not identical to Solaris rwlocks. Solaris rwlocks do priority > propagation and can't be held across a condition variable type sleep. sx > locks on the other hand are more like lockmgr() style locks in that they do > not do priority propagation and may be held across a sleep (and are even > implemented using mutexes and condition variables for that matter). I do > plan to implement Solaris-style rwlocks that do priority propagation, etc. > and are not sleepable but have not done so yet. Until that time, you will > have to use mutexes as those are the only locks FreeBSD supports that have > the semantics you want. Thanks for the clarification and as you guessed, my reference is rwlocks on Solaris. I look forward to the day when you manage to complete this work, as do many other freebsd users & developers, I'm sure! Cheers, Darren From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:01:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7404116A4CE; Wed, 29 Dec 2004 08:01:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD5443D3F; Wed, 29 Dec 2004 08:01:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT81OFJ096293; Wed, 29 Dec 2004 08:01:25 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT81OmU096292; Wed, 29 Dec 2004 08:01:24 GMT (envelope-from glebius) Message-Id: <200412290801.iBT81OmU096292@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 29 Dec 2004 08:01:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 timeout.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:01:25 -0000 glebius 2004-12-29 08:01:24 UTC FreeBSD src repository Modified files: share/man/man9 timeout.9 Log: Document callout_pending() macro. MFC after: 1 week Revision Changes Path 1.24 +6 -1 src/share/man/man9/timeout.9 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:05:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9FC216A4CE; Wed, 29 Dec 2004 08:05:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A065543D4C; Wed, 29 Dec 2004 08:05:50 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT85oH8096472; Wed, 29 Dec 2004 08:05:50 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT85o5A096471; Wed, 29 Dec 2004 08:05:50 GMT (envelope-from roam) Message-Id: <200412290805.iBT85o5A096471@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 29 Dec 2004 08:05:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/djbdns Makefile ports/dns/djbdns/files uint32.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:05:51 -0000 roam 2004-12-29 08:05:50 UTC FreeBSD ports repository Modified files: dns/djbdns Makefile Added files: dns/djbdns/files uint32.patch Log: Fix the parallel build when WITH_IPV6 is specified: the Makefile was missing a couple of dependencies on the uint32.h header, so make(1) was postponing its creation. Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases, although this particular change does not affect the !IPv6 case at all. PR: 75564 Submitted by: oHmEr Revision Changes Path 1.26 +2 -1 ports/dns/djbdns/Makefile 1.1 +80 -0 ports/dns/djbdns/files/uint32.patch (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:13:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DC6416A4CE; Wed, 29 Dec 2004 08:13:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67BC343D45; Wed, 29 Dec 2004 08:13:21 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8DLUB096725; Wed, 29 Dec 2004 08:13:21 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8DLOu096720; Wed, 29 Dec 2004 08:13:21 GMT (envelope-from ache) Message-Id: <200412290813.iBT8DLOu096720@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 29 Dec 2004 08:13:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/chpass Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:13:21 -0000 ache 2004-12-29 08:13:20 UTC FreeBSD src repository Modified files: usr.bin/chpass Makefile Log: More NO_NIS cleanup: LINKS and MLINKS Revision Changes Path 1.30 +4 -0 src/usr.bin/chpass/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:16:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB07916A4CE; Wed, 29 Dec 2004 08:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 961BF43D48; Wed, 29 Dec 2004 08:16:39 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8Gd69096915; Wed, 29 Dec 2004 08:16:39 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8GdhG096914; Wed, 29 Dec 2004 08:16:39 GMT (envelope-from ache) Message-Id: <200412290816.iBT8GdhG096914@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 29 Dec 2004 08:16:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/passwd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:16:39 -0000 ache 2004-12-29 08:16:39 UTC FreeBSD src repository Modified files: usr.bin/passwd Makefile Log: NO_NIS cleanup: LINKS and MLINKS Revision Changes Path 1.46 +2 -0 src/usr.bin/passwd/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:31:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FBCF16A4CE; Wed, 29 Dec 2004 08:31:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8DF43D1F; Wed, 29 Dec 2004 08:31:22 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8VMed097351; Wed, 29 Dec 2004 08:31:22 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8VMmM097350; Wed, 29 Dec 2004 08:31:22 GMT (envelope-from sem) Message-Id: <200412290831.iBT8VMmM097350@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 08:31:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/xemacs21-mule Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:31:22 -0000 sem 2004-12-29 08:31:22 UTC FreeBSD ports repository Modified files: editors/xemacs21-mule Makefile Log: - fix build with GTK PR: ports/75593 Submitted by: maintainer Revision Changes Path 1.60 +3 -6 ports/editors/xemacs21-mule/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:37:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A75916A4CE; Wed, 29 Dec 2004 08:37:59 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A6743D49; Wed, 29 Dec 2004 08:37:58 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-186-95.dsl.snfc21.pacbell.net [64.171.186.95]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBT8bvGV008309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Dec 2004 00:37:57 -0800 Message-ID: <41D26CE3.4070404@root.org> Date: Wed, 29 Dec 2004 00:37:55 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> In-Reply-To: <20041229020531.GA12575@dragon.nuxi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 08:37:59 -0000 David O'Brien wrote: > On Sun, Dec 26, 2004 at 12:13:38AM +0000, Jeff Roberson wrote: > >>jeff 2004-12-26 00:13:38 UTC >> FreeBSD src repository >> Modified files: >> sys/sys ktr.h >> Log: >> - Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py. >> >> Revision Changes Path >> 1.26 +3 -2 src/sys/sys/ktr.h >>http://cvsweb.freebsd.org/src/sys/sys/ktr.h.diff?r1=1.25&r2=1.26 > > > This conflicted with your > http://www.chesapeake.net/~jroberson/smpffs.diff patch: > > +#define KTR_BUF 0x20000000 /* Buffer cache */ > > do you have an updated patch set? > Also, could someone please get us more KTR ids while they're at it? We only have 2 left. -- Nate From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:43:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D4316A4CE; Wed, 29 Dec 2004 08:43:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDD843D31; Wed, 29 Dec 2004 08:43:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8hEVK097713; Wed, 29 Dec 2004 08:43:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8hEZZ097709; Wed, 29 Dec 2004 08:43:14 GMT (envelope-from imp) Message-Id: <200412290843.iBT8hEZZ097709@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 08:43:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/bktr/bktr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:43:15 -0000 imp 2004-12-29 08:43:14 UTC FreeBSD src repository Modified files: sys/modules/bktr/bktr Makefile Log: We don't need to generate vnode_if.h anymore Revision Changes Path 1.7 +1 -1 src/sys/modules/bktr/bktr/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:43:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE55816A4CE; Wed, 29 Dec 2004 08:43:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C683443D41; Wed, 29 Dec 2004 08:43:38 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8hcWw097767; Wed, 29 Dec 2004 08:43:38 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8hcSG097766; Wed, 29 Dec 2004 08:43:38 GMT (envelope-from roam) Message-Id: <200412290843.iBT8hcSG097766@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 29 Dec 2004 08:43:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:43:39 -0000 roam 2004-12-29 08:43:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Update the SSH section to reflect the fact that version 2 has been the default for OpenSSH servers for quite a while now. PR: 75584 Submitted by: Joel Dahl Revision Changes Path 1.252 +3 -3 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:44:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C7F716A4CE; Wed, 29 Dec 2004 08:44:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A22343D54; Wed, 29 Dec 2004 08:44:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8i4VK097831; Wed, 29 Dec 2004 08:44:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8i4hs097830; Wed, 29 Dec 2004 08:44:04 GMT (envelope-from imp) Message-Id: <200412290844.iBT8i4hs097830@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 08:44:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/io Makefile src/sys/modules/mem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:44:04 -0000 imp 2004-12-29 08:44:04 UTC FreeBSD src repository Modified files: sys/modules/io Makefile sys/modules/mem Makefile Log: No need to generate vnode_if.h anymore Revision Changes Path 1.2 +1 -1 src/sys/modules/io/Makefile 1.4 +1 -1 src/sys/modules/mem/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:45:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E35316A4CE; Wed, 29 Dec 2004 08:45:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAFBC43D31; Wed, 29 Dec 2004 08:45:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8jmeM098068; Wed, 29 Dec 2004 08:45:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8jmD0098067; Wed, 29 Dec 2004 08:45:48 GMT (envelope-from imp) Message-Id: <200412290845.iBT8jmD0098067@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 08:45:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/if_ppp Makefile src/sys/modules/if_tun Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:45:49 -0000 imp 2004-12-29 08:45:48 UTC FreeBSD src repository Modified files: sys/modules/if_ppp Makefile sys/modules/if_tun Makefile Log: We don't need to generate vnode_if.h anymore Revision Changes Path 1.33 +1 -1 src/sys/modules/if_ppp/Makefile 1.28 +1 -2 src/sys/modules/if_tun/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:44:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2990416A4CE; Wed, 29 Dec 2004 08:44:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 013B543D49; Wed, 29 Dec 2004 08:44:20 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8iJUZ097887; Wed, 29 Dec 2004 08:44:19 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8iJOq097886; Wed, 29 Dec 2004 08:44:19 GMT (envelope-from imp) Message-Id: <200412290844.iBT8iJOq097886@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 08:44:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/netgraph/bluetooth/ubt Makefile src/sys/modules/netgraph/bluetooth/ubtbcmfw Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:44:20 -0000 imp 2004-12-29 08:44:19 UTC FreeBSD src repository Modified files: sys/modules/netgraph/bluetooth/ubt Makefile sys/modules/netgraph/bluetooth/ubtbcmfw Makefile Log: No need to generate vnode_if.h anymore Revision Changes Path 1.7 +1 -1 src/sys/modules/netgraph/bluetooth/ubt/Makefile 1.5 +1 -1 src/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:44:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE4F16A4CE; Wed, 29 Dec 2004 08:44:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49DA043D3F; Wed, 29 Dec 2004 08:44:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8iUAd097921; Wed, 29 Dec 2004 08:44:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8iUxS097920; Wed, 29 Dec 2004 08:44:30 GMT (envelope-from imp) Message-Id: <200412290844.iBT8iUxS097920@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 08:44:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/vkbd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:44:30 -0000 imp 2004-12-29 08:44:30 UTC FreeBSD src repository Modified files: sys/modules/vkbd Makefile Log: No need to generate vnode_if.h anymore Revision Changes Path 1.2 +1 -1 src/sys/modules/vkbd/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:49:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF4216A4CE; Wed, 29 Dec 2004 08:49:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07B643D31; Wed, 29 Dec 2004 08:49:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8npjv005299; Wed, 29 Dec 2004 08:49:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8npQN005298; Wed, 29 Dec 2004 08:49:51 GMT (envelope-from imp) Message-Id: <200412290849.iBT8npQN005298@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 08:49:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ubsa Makefile src/sys/modules/ubser Makefile src/sys/modules/ucom Makefile src/sys/modules/ucycom Makefile src/sys/modules/uftdi Makefile src/sys/modules/ugen Makefile src/sys/modules/uhid Makefile src/sys/modules/ukbd ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:49:52 -0000 imp 2004-12-29 08:49:51 UTC FreeBSD src repository Modified files: sys/modules/ubsa Makefile sys/modules/ubser Makefile sys/modules/ucom Makefile sys/modules/ucycom Makefile sys/modules/uftdi Makefile sys/modules/ugen Makefile sys/modules/uhid Makefile sys/modules/ukbd Makefile sys/modules/ulpt Makefile sys/modules/umct Makefile sys/modules/umodem Makefile sys/modules/ums Makefile sys/modules/uplcom Makefile sys/modules/urio Makefile sys/modules/usb Makefile sys/modules/uscanner Makefile sys/modules/uvisor Makefile sys/modules/uvscom Makefile Log: We don't need to generate vnode_if.h anymore Revision Changes Path 1.4 +1 -1 src/sys/modules/ubsa/Makefile 1.3 +1 -1 src/sys/modules/ubser/Makefile 1.4 +1 -1 src/sys/modules/ucom/Makefile 1.2 +1 -1 src/sys/modules/ucycom/Makefile 1.4 +1 -1 src/sys/modules/uftdi/Makefile 1.13 +1 -1 src/sys/modules/ugen/Makefile 1.13 +1 -1 src/sys/modules/uhid/Makefile 1.17 +1 -3 src/sys/modules/ukbd/Makefile 1.13 +1 -1 src/sys/modules/ulpt/Makefile 1.4 +1 -1 src/sys/modules/umct/Makefile 1.13 +1 -1 src/sys/modules/umodem/Makefile 1.13 +1 -1 src/sys/modules/ums/Makefile 1.5 +1 -1 src/sys/modules/uplcom/Makefile 1.7 +1 -1 src/sys/modules/urio/Makefile 1.16 +0 -1 src/sys/modules/usb/Makefile 1.6 +1 -1 src/sys/modules/uscanner/Makefile 1.4 +1 -1 src/sys/modules/uvisor/Makefile 1.5 +1 -1 src/sys/modules/uvscom/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:47:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FABF16A4CF; Wed, 29 Dec 2004 08:47:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696CB43D31; Wed, 29 Dec 2004 08:47:29 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8lTUB004864; Wed, 29 Dec 2004 08:47:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8lTOW004863; Wed, 29 Dec 2004 08:47:29 GMT (envelope-from imp) Message-Id: <200412290847.iBT8lTOW004863@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 08:47:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/snp Makefile src/sys/modules/ti Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:47:29 -0000 imp 2004-12-29 08:47:29 UTC FreeBSD src repository Modified files: sys/modules/snp Makefile sys/modules/ti Makefile Log: We don't need to generate vnode_if.h anymore Revision Changes Path 1.4 +1 -1 src/sys/modules/snp/Makefile 1.14 +1 -1 src/sys/modules/ti/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:50:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6887D16A4CE; Wed, 29 Dec 2004 08:50:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F4743D39; Wed, 29 Dec 2004 08:50:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8oZXV005385; Wed, 29 Dec 2004 08:50:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8oZ6e005384; Wed, 29 Dec 2004 08:50:35 GMT (envelope-from imp) Message-Id: <200412290850.iBT8oZ6e005384@repoman.freebsd.org> From: Warner Losh Date: Wed, 29 Dec 2004 08:50:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/sound/driver/uaudio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:50:36 -0000 imp 2004-12-29 08:50:35 UTC FreeBSD src repository Modified files: sys/modules/sound/driver/uaudio Makefile Log: We don't need to generate vnode_if.h anymore Revision Changes Path 1.3 +1 -1 src/sys/modules/sound/driver/uaudio/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 08:59:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4011216A4CE; Wed, 29 Dec 2004 08:59:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03AFB43D55; Wed, 29 Dec 2004 08:59:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT8xnwh005729; Wed, 29 Dec 2004 08:59:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT8xnCR005728; Wed, 29 Dec 2004 08:59:49 GMT (envelope-from krion) Message-Id: <200412290859.iBT8xnCR005728@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 29 Dec 2004 08:59:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 08:59:50 -0000 krion 2004-12-29 08:59:49 UTC FreeBSD ports repository Modified files: www/squid distinfo Log: Patch was rerolled because of some bug fixes. Approved by: maintainer Revision Changes Path 1.112 +2 -2 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 09:17:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A81FC16A4CE; Wed, 29 Dec 2004 09:17:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8165343D2D; Wed, 29 Dec 2004 09:17:04 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT9H47Y006327; Wed, 29 Dec 2004 09:17:04 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT9H4hq006326; Wed, 29 Dec 2004 09:17:04 GMT (envelope-from ache) Message-Id: <200412290917.iBT9H4hq006326@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 29 Dec 2004 09:17:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/png Makefile distinfo ports/graphics/png/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: Wed, 29 Dec 2004 09:17:04 -0000 ache 2004-12-29 09:17:04 UTC FreeBSD ports repository Modified files: graphics/png Makefile distinfo graphics/png/files patch-ab Log: Upgrade to 1.2.8 Revision Changes Path 1.70 +1 -1 ports/graphics/png/Makefile 1.29 +2 -2 ports/graphics/png/distinfo 1.4 +1 -1 ports/graphics/png/files/patch-ab From owner-cvs-all@FreeBSD.ORG Wed Dec 29 09:24:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B75C016A4CE; Wed, 29 Dec 2004 09:24:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9047643D55; Wed, 29 Dec 2004 09:24:44 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT9OieX006522; Wed, 29 Dec 2004 09:24:44 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT9OiiE006521; Wed, 29 Dec 2004 09:24:44 GMT (envelope-from keramida) Message-Id: <200412290924.iBT9OiiE006521@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 29 Dec 2004 09:24:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/vinum vinum.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: Wed, 29 Dec 2004 09:24:44 -0000 keramida 2004-12-29 09:24:44 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sbin/vinum vinum.8 Log: Replace reference to an unknown newfs(8) option with newfs option -U (enable softupdates). PR: docs/74952 Submitted by: Hubert Tournier Revision Changes Path 1.70.2.1 +1 -1 src/sbin/vinum/vinum.8 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 09:41:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC95216A4CE; Wed, 29 Dec 2004 09:41:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BD143D4C; Wed, 29 Dec 2004 09:41:40 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBT9feFx007035; Wed, 29 Dec 2004 09:41:40 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBT9fe9Y007034; Wed, 29 Dec 2004 09:41:40 GMT (envelope-from grehan) Message-Id: <200412290941.iBT9fe9Y007034@repoman.freebsd.org> From: Peter Grehan Date: Wed, 29 Dec 2004 09:41:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powerpc 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: Wed, 29 Dec 2004 09:41:40 -0000 grehan 2004-12-29 09:41:40 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc pmap.c Log: Correctly initialise the 2nd kernel segment, and don't forget to actually install it in the segment register. This may fix some of the weird panics seen when kernel VM is heavily used. Revision Changes Path 1.93 +3 -1 src/sys/powerpc/powerpc/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 10:05:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3298016A4CE; Wed, 29 Dec 2004 10:05:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D08543D45; Wed, 29 Dec 2004 10:05:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTA599v007774; Wed, 29 Dec 2004 10:05:09 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTA59lo007773; Wed, 29 Dec 2004 10:05:09 GMT (envelope-from krion) Message-Id: <200412291005.iBTA59lo007773@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 29 Dec 2004 10:05:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/whois Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 10:05:10 -0000 krion 2004-12-29 10:05:09 UTC FreeBSD ports repository Modified files: net/whois Makefile distinfo Log: Update to 4.6.26 PR: ports/75602 Submitted by: maintainer Revision Changes Path 1.23 +1 -1 ports/net/whois/Makefile 1.18 +2 -2 ports/net/whois/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 10:19:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF9316A4CE; Wed, 29 Dec 2004 10:19:56 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F0D43D39; Wed, 29 Dec 2004 10:19:55 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id CC8212282C; Wed, 29 Dec 2004 11:19:53 +0100 (CET) Date: Wed, 29 Dec 2004 11:19:53 +0100 From: Erwin Lansing To: Stefan Esser Message-ID: <20041229101953.GA49524@droso.net> Mail-Followup-To: Stefan Esser , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200412282254.iBSMsgXd062188@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <200412282254.iBSMsgXd062188@repoman.freebsd.org> X-Operating-System: FreeBSD/i386 5.2.1-RELEASE-p1 User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports MOVED ports/games/xblast-beta Makefile distinfo pkg-descr pkg-plist ports/games/xblast-beta/files patch-aa patch-ac patch-ad patch-ae patch-af patch-ag X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 10:19:56 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 28, 2004 at 10:54:42PM +0000, Stefan Esser wrote: > se 2004-12-28 22:54:42 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > . MOVED=20 > Removed files: > games/xblast-beta Makefile distinfo pkg-descr pkg-plist=20 > games/xblast-beta/files patch-aa patch-ac patch-ad patch-ae=20 > patch-af patch-ag=20 > Log: > Remove now obsolete xblast-beta: the main xblast port has just > been updated to a much more advanced version. > =20 Looks like you forgot to remove it from games/Makefile -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0oTJqy9aWxUlaZARAnU/AJ9XK82dwozUspHdjE2311T1Xcp0yQCcD+Id TL8CUwFZIrRYAg5aRzf8IBE= =9nT2 -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-cvs-all@FreeBSD.ORG Wed Dec 29 10:33:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB9D416A4CE; Wed, 29 Dec 2004 10:33:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 827DB43D54; Wed, 29 Dec 2004 10:33:03 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTAX3Me008947; Wed, 29 Dec 2004 10:33:03 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTAX3NU008946; Wed, 29 Dec 2004 10:33:03 GMT (envelope-from mux) Message-Id: <200412291033.iBTAX3NU008946@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 29 Dec 2004 10:33:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 10:33:03 -0000 mux 2004-12-29 10:33:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) sys/dev/fxp if_fxp.c Log: Merge if_fxp.c:1.220 from HEAD to RELENG_4_11: date: 2004/12/20 10:18:21; author: mux; state: Exp; lines: +2 -2 Only try to use the 82503 serial interface for the 82557 chipsets. The datasheet says it is only valid for such chipsets and shouldn't be used with others. This fixes some 82559 based cards which otherwise only work at 10Mbit. MFC after: 5 days Tested by: krion Approved by: re (kensmith) Revision Changes Path 1.110.2.34.2.1 +2 -2 src/sys/dev/fxp/if_fxp.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 10:41:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCE0016A4CE; Wed, 29 Dec 2004 10:41:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E0543D3F; Wed, 29 Dec 2004 10:41:53 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTAfrrd009209; Wed, 29 Dec 2004 10:41:53 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTAfrjw009208; Wed, 29 Dec 2004 10:41:53 GMT (envelope-from nork) Message-Id: <200412291041.iBTAfrjw009208@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 29 Dec 2004 10:41:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 10:41:54 -0000 nork 2004-12-29 10:41:53 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.12.29. Revision Changes Path 1.160 +1 -1 ports/net/liveMedia/Makefile 1.151 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 11:51:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC47616A4CE; Wed, 29 Dec 2004 11:51:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C674543D2D; Wed, 29 Dec 2004 11:51:30 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTBpUcP011200; Wed, 29 Dec 2004 11:51:30 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTBpUE0011199; Wed, 29 Dec 2004 11:51:30 GMT (envelope-from blackend) Message-Id: <200412291151.iBTBpUE0011199@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 29 Dec 2004 11:51:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/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: Wed, 29 Dec 2004 11:51:31 -0000 blackend 2004-12-29 11:51:30 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Some rewordings to match X11R6.8.1 which is the current version available in the ports. Revision Changes Path 1.159 +5 -3 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 12:28:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BA516A4CE; Wed, 29 Dec 2004 12:28:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C56543D1F; Wed, 29 Dec 2004 12:28:55 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTCStYA012313; Wed, 29 Dec 2004 12:28:55 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTCSt6O012312; Wed, 29 Dec 2004 12:28:55 GMT (envelope-from roam) Message-Id: <200412291228.iBTCSt6O012312@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 29 Dec 2004 12:28:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/stunnel/files patch-src::network.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 12:28:55 -0000 roam 2004-12-29 12:28:55 UTC FreeBSD ports repository Modified files: security/stunnel/files patch-src::network.c Log: Fix the build on FreeBSD versions around 5.2 when EAI_NODATA was temporarily aliased to EAI_NONAME. No PORTREVISION bump, since this is a no-op on earlier and later versions, and it didn't build at all until now on the affected versions. Reported by: Bretislav Kubesa Revision Changes Path 1.2 +6 -4 ports/security/stunnel/files/patch-src::network.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 12:35:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D69016A4CE; Wed, 29 Dec 2004 12:35:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1691E43D2D; Wed, 29 Dec 2004 12:35:41 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTCZerj012538; Wed, 29 Dec 2004 12:35:40 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTCZe7l012537; Wed, 29 Dec 2004 12:35:40 GMT (envelope-from rushani) Message-Id: <200412291235.iBTCZe7l012537@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Wed, 29 Dec 2004 12:35:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/design-44bsd book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 12:35:41 -0000 rushani 2004-12-29 12:35:40 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/design-44bsd book.sgml Log: Fix typos. Submitted by: kano at na dot rim dot or dot jp Reference: [doc-jp 14550] Revision Changes Path 1.11 +3 -3 doc/ja_JP.eucJP/books/design-44bsd/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 12:40:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3C816A4CF; Wed, 29 Dec 2004 12:40:52 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A4343D3F; Wed, 29 Dec 2004 12:40:52 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id B7931530C; Wed, 29 Dec 2004 13:40:50 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 0B16E5308; Wed, 29 Dec 2004 13:40:18 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id C05D5B874; Wed, 29 Dec 2004 13:40:18 +0100 (CET) To: Nate Lawson References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 29 Dec 2004 13:40:18 +0100 In-Reply-To: <41D26CE3.4070404@root.org> (Nate Lawson's message of "Wed, 29 Dec 2004 00:37:55 -0800") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on flood.des.no X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.1 cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 12:40:53 -0000 Nate Lawson writes: > Also, could someone please get us more KTR ids while they're at it? > We only have 2 left. I thought I had a bunch in my drawer, but they seem to be gone... the cats must have eaten them. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Wed Dec 29 12:59:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A413116A4CE; Wed, 29 Dec 2004 12:59:41 +0000 (GMT) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35E943D2D; Wed, 29 Dec 2004 12:59:40 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) iBTCxdtC016498; Wed, 29 Dec 2004 13:59:39 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.1/8.12.9) with ESMTP id iBTCxcGX000497; Wed, 29 Dec 2004 13:59:38 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.1/8.13.1/Submit) id iBTCxcTG000496; Wed, 29 Dec 2004 13:59:38 +0100 (CET) (envelope-from wb) Date: Wed, 29 Dec 2004 13:59:38 +0100 From: Wilko Bulte To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20041229125938.GA480@freebie.xs4all.nl> References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-OS: FreeBSD 4.11-PRERELEASE X-PGP: finger wilko@freebsd.org User-Agent: Mutt/1.5.6i X-Virus-Scanned: by XS4ALL Virus Scanner cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Jeff Roberson cc: cvs-all@FreeBSD.ORG cc: obrien@FreeBSD.ORG cc: Nate Lawson Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 12:59:41 -0000 On Wed, Dec 29, 2004 at 01:40:18PM +0100, Dag-Erling Smørgrav wrote.. > Nate Lawson writes: > > Also, could someone please get us more KTR ids while they're at it? > > We only have 2 left. > > I thought I had a bunch in my drawer, but they seem to be gone... the > cats must have eaten them. Oh.. it was you that started the pet home on jkh's request? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:08:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D517716A4CE; Wed, 29 Dec 2004 13:08:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFB443D55; Wed, 29 Dec 2004 13:08:15 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTD8F4M020032; Wed, 29 Dec 2004 13:08:15 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTD8FIj020031; Wed, 29 Dec 2004 13:08:15 GMT (envelope-from kwm) Message-Id: <200412291308.iBTD8FIj020031@repoman.freebsd.org> From: Koop Mast Date: Wed, 29 Dec 2004 13:08:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 13:08:16 -0000 kwm 2004-12-29 13:08:15 UTC FreeBSD ports repository Modified files: multimedia/gstreamer Makefile Log: Remove USE_REINPLACE=yes, we don't use it anymore [1]. Remove USE_PYTHON=yes [1]. Remove optional libgnomeui dependencie. Its only used for the examples. And we don't build those [2]. Discussed with: maintainer [1],[2]. Submitted by: bland [1] Approved by: maintainer (implicit) Revision Changes Path 1.31 +2 -9 ports/multimedia/gstreamer/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:08:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA66716A4CF; Wed, 29 Dec 2004 13:08:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B23CB43D1D; Wed, 29 Dec 2004 13:08:16 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTD8Gjk020064; Wed, 29 Dec 2004 13:08:16 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTD8GaP020063; Wed, 29 Dec 2004 13:08:16 GMT (envelope-from mat) Message-Id: <200412291308.iBTD8GaP020063@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 29 Dec 2004 13:08:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/converters/p5-Convert-UUlib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 13:08:17 -0000 mat 2004-12-29 13:08:16 UTC FreeBSD ports repository Modified files: converters/p5-Convert-UUlib Makefile distinfo Log: Update to 1.04 Add some doc Revision Changes Path 1.13 +10 -1 ports/converters/p5-Convert-UUlib/Makefile 1.11 +2 -2 ports/converters/p5-Convert-UUlib/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:10:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E649E16A4CE; Wed, 29 Dec 2004 13:10:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF13543D45; Wed, 29 Dec 2004 13:10:40 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTDAeTg020160; Wed, 29 Dec 2004 13:10:40 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTDAeds020159; Wed, 29 Dec 2004 13:10:40 GMT (envelope-from mat) Message-Id: <200412291310.iBTDAeds020159@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 29 Dec 2004 13:10:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/p5-Archive-Tar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 13:10:41 -0000 mat 2004-12-29 13:10:40 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Tar Makefile distinfo Log: Update to 1.23 Timeout: almost a month Revision Changes Path 1.17 +3 -2 ports/archivers/p5-Archive-Tar/Makefile 1.11 +2 -2 ports/archivers/p5-Archive-Tar/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:25:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89ADC16A4CF; Wed, 29 Dec 2004 13:25:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BF443D58; Wed, 29 Dec 2004 13:25:10 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTDPAMq020618; Wed, 29 Dec 2004 13:25:10 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTDPAej020617; Wed, 29 Dec 2004 13:25:10 GMT (envelope-from hq) Message-Id: <200412291325.iBTDPAej020617@repoman.freebsd.org> From: Herve Quiroz Date: Wed, 29 Dec 2004 13:25:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jakarta-tomcat4 Makefile pkg-plist ports/www/jakarta-tomcat4/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, 29 Dec 2004 13:25:10 -0000 hq 2004-12-29 13:25:09 UTC FreeBSD ports repository Modified files: www/jakarta-tomcat4 Makefile pkg-plist www/jakarta-tomcat4/files patch-aa Log: - Update to bsd.java.mk 2.0 - Backup config files during deinstall [1] - Use MAN1 in Makefile [1] - Fix pkg_add permission problem [2] - ECHO_CMD -> ECHO_MSG [1] - Bump PORTREVISION [1] - Mark as DEPRECATED [1] - Fix MASTER_SITE [1] - Add $FreeBSD$ tags where missing [1] PR: 75604 [1], 57235 [2] Submitted by: maintainer [1] [2] Revision Changes Path 1.51 +66 -48 ports/www/jakarta-tomcat4/Makefile 1.5 +2 -0 ports/www/jakarta-tomcat4/files/patch-aa 1.19 +19 -8 ports/www/jakarta-tomcat4/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:39:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E17B16A4D2; Wed, 29 Dec 2004 13:39:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7778343D49; Wed, 29 Dec 2004 13:39:02 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTDd22w021094; Wed, 29 Dec 2004 13:39:02 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTDd27Y021093; Wed, 29 Dec 2004 13:39:02 GMT (envelope-from kuriyama) Message-Id: <200412291339.iBTDd27Y021093@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 29 Dec 2004 13:39:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xt Makefile distinfo pkg-plist ports/textproc/xt/files xt-xml4j.sh xt-xp.sh xt.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 13:39:02 -0000 kuriyama 2004-12-29 13:39:02 UTC FreeBSD ports repository Modified files: textproc/xt Makefile distinfo pkg-plist Added files: textproc/xt/files xt.sh Removed files: textproc/xt/files xt-xml4j.sh xt-xp.sh Log: o Apply ports/73114 (1) - Update to 20020426a. - Update to bsd.java.mk 2.0 - Register dependencies on textproc/xp and textproc/xml4j - Honor hier(7): install docs in DOCSDIR, samples in EXAMPLESDIR - Honor NOPORTDOCS - Single script with symlinks - Use 'classpath' from java/javavmwrapper o Release maintainership. PR: ports/73114 Submitted by: hq (1) Revision Changes Path 1.20 +41 -19 ports/textproc/xt/Makefile 1.9 +2 -2 ports/textproc/xt/distinfo 1.6 +0 -6 ports/textproc/xt/files/xt-xml4j.sh (dead) 1.3 +0 -6 ports/textproc/xt/files/xt-xp.sh (dead) 1.1 +12 -0 ports/textproc/xt/files/xt.sh (new) 1.6 +13 -21 ports/textproc/xt/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:44:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F18816A4CE; Wed, 29 Dec 2004 13:44:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5956B43D60; Wed, 29 Dec 2004 13:44:01 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTDi1mW021359; Wed, 29 Dec 2004 13:44:01 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTDi1D5021357; Wed, 29 Dec 2004 13:44:01 GMT (envelope-from kwm) Message-Id: <200412291344.iBTDi1D5021357@repoman.freebsd.org> From: Koop Mast Date: Wed, 29 Dec 2004 13:44:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-ffmpeg Makefile distinfo patch-ext_ffmpeg_gstffmpegenc.c patch-gst-libs_ext_ffmpeg_libavformat_mov.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 13:44:01 -0000 kwm 2004-12-29 13:44:01 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-ffmpeg Makefile distinfo Removed files: multimedia/gstreamer-ffmpeg/files patch-ext_ffmpeg_gstffmpegenc.c patch-gst-libs_ext_ffmpeg_libavformat_mov.c Log: Update to version 0.8.3. Remove -E from reinplace line [1]. Submitted by: bland [1]. Revision Changes Path 1.8 +3 -2 ports/multimedia/gstreamer-ffmpeg/Makefile 1.4 +2 -2 ports/multimedia/gstreamer-ffmpeg/distinfo 1.2 +0 -10 ports/multimedia/gstreamer-ffmpeg/files/patch-ext_ffmpeg_gstffmpegenc.c (dead) 1.2 +0 -18 ports/multimedia/gstreamer-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libavformat_mov.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:45:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E50A16A4CE; Wed, 29 Dec 2004 13:45:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C8B43D58; Wed, 29 Dec 2004 13:45:41 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTDjfsC021480; Wed, 29 Dec 2004 13:45:41 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTDjfjM021479; Wed, 29 Dec 2004 13:45:41 GMT (envelope-from mat) Message-Id: <200412291345.iBTDjfjM021479@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 29 Dec 2004 13:45:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/anope Makefile ports/irc/anope/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: Wed, 29 Dec 2004 13:45:41 -0000 mat 2004-12-29 13:45:41 UTC FreeBSD ports repository Modified files: irc/anope Makefile irc/anope/files patch-configure Log: Make it really use threads when asked to [1] While I'm here, make it respect CFLAGS PR: [1] based on 75349 Submitted by: [1] Axel Gonzalez Revision Changes Path 1.10 +3 -2 ports/irc/anope/Makefile 1.2 +8 -0 ports/irc/anope/files/patch-configure From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:51:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EDB316A4CE; Wed, 29 Dec 2004 13:51:06 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD90D43D53; Wed, 29 Dec 2004 13:51:05 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id F2FAC530C; Wed, 29 Dec 2004 14:51:03 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 22CA15308; Wed, 29 Dec 2004 14:50:26 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 47EAFB874; Wed, 29 Dec 2004 14:50:26 +0100 (CET) To: Wilko Bulte References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> <20041229125938.GA480@freebie.xs4all.nl> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 29 Dec 2004 14:50:26 +0100 In-Reply-To: <20041229125938.GA480@freebie.xs4all.nl> (Wilko Bulte's message of "Wed, 29 Dec 2004 13:59:38 +0100") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on flood.des.no X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.1 cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Jeff Roberson cc: cvs-all@FreeBSD.ORG cc: obrien@FreeBSD.ORG cc: Nate Lawson Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 13:51:06 -0000 Wilko Bulte writes: > On Wed, Dec 29, 2004 at 01:40:18PM +0100, Dag-Erling Sm=F8rgrav wrote.. > > I thought I had a bunch in my drawer, but they seem to be gone... the > > cats must have eaten them. > Oh.. it was you that started the pet home on jkh's request? No, I have a couple of my own. Actually, it was them that wrote OpenPAM, not me... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:52:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F4FD16A4CE; Wed, 29 Dec 2004 13:52:33 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4C643D5E; Wed, 29 Dec 2004 13:52:32 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C2749530C; Wed, 29 Dec 2004 14:52:31 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 6CD255308; Wed, 29 Dec 2004 14:52:07 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 50693B874; Wed, 29 Dec 2004 14:52:07 +0100 (CET) To: Wilko Bulte References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> <20041229125938.GA480@freebie.xs4all.nl> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Wed, 29 Dec 2004 14:52:07 +0100 In-Reply-To: (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav's?= message of "Wed, 29 Dec 2004 14:50:26 +0100") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on flood.des.no X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.1 cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Jeff Roberson cc: cvs-all@FreeBSD.ORG cc: obrien@FreeBSD.ORG cc: Nate Lawson Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 13:52:33 -0000 des@des.no (Dag-Erling Sm=F8rgrav) writes: > No, I have a couple of my own. Actually, it was them that wrote > OpenPAM, not me... Oh crap, I hit "followup" instead of "reply", and now my secret is out! DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Wed Dec 29 13:57:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C435216A4CE; Wed, 29 Dec 2004 13:57:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE81543D2F; Wed, 29 Dec 2004 13:57:29 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTDvTj3021827; Wed, 29 Dec 2004 13:57:29 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTDvTCj021826; Wed, 29 Dec 2004 13:57:29 GMT (envelope-from den) Message-Id: <200412291357.iBTDvTCj021826@repoman.freebsd.org> From: Denis Peplin Date: Wed, 29 Dec 2004 13:57:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/basics chapter.sgml doc/ru_RU.KOI8-R/books/handbook/installchapter.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, 29 Dec 2004 13:57:30 -0000 den 2004-12-29 13:57:29 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/basics chapter.sgml ru_RU.KOI8-R/books/handbook/install chapter.sgml ru_RU.KOI8-R/books/handbook/introduction chapter.sgml Log: Merge the following from the English version: 1.128 -> 1.132 basics/chapter.sgml (+ fixes) 1.313 -> 1.314 install/chapter.sgml 1.103 -> 1.105 introduction/chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.16 +56 -50 doc/ru_RU.KOI8-R/books/handbook/basics/chapter.sgml 1.18 +6 -5 doc/ru_RU.KOI8-R/books/handbook/install/chapter.sgml 1.16 +13 -15 doc/ru_RU.KOI8-R/books/handbook/introduction/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 14:25:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4192E16A4CE; Wed, 29 Dec 2004 14:25:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A72143D41; Wed, 29 Dec 2004 14:25:42 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTEPfup022725; Wed, 29 Dec 2004 14:25:41 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTEPflw022724; Wed, 29 Dec 2004 14:25:41 GMT (envelope-from brueffer) Message-Id: <200412291425.iBTEPflw022724@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Dec 2004 14:25:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 bktr.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: Wed, 29 Dec 2004 14:25:42 -0000 brueffer 2004-12-29 14:25:41 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 bktr.4 Log: - call the driver 'bktr' instead of 'brooktree' throughout the document - add a HARDWARE section - add a more descriptive NAME section - update for recently imported Pinnacle PCTV support - add Branko Lankester, the original author of the PCTV patches, to the AUTHORS section - bump .Dd Thanks to all multimedia@ readers who sent me information about their supported hardware! MFC after: 1 week Revision Changes Path 1.25 +64 -19 src/share/man/man4/bktr.4 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 14:38:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0952E16A4CE; Wed, 29 Dec 2004 14:38:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D48C843D55; Wed, 29 Dec 2004 14:38:37 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTEcb6N023140; Wed, 29 Dec 2004 14:38:37 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTEcbL1023139; Wed, 29 Dec 2004 14:38:37 GMT (envelope-from brueffer) Message-Id: <200412291438.iBTEcbL1023139@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Dec 2004 14:38:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 14:38:38 -0000 brueffer 2004-12-29 14:38:37 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: Autogenerate device listings for bktr(4). MFC after: 1 week Revision Changes Path 1.270 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.52 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Wed Dec 29 14:46:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E802316A4D5; Wed, 29 Dec 2004 14:46:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C193743D48; Wed, 29 Dec 2004 14:46:07 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTEk7UM023448; Wed, 29 Dec 2004 14:46:07 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTEk7jt023447; Wed, 29 Dec 2004 14:46:07 GMT (envelope-from rushani) Message-Id: <200412291446.iBTEk7jt023447@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Wed, 29 Dec 2004 14:46:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/design-44bsd book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 14:46:08 -0000 rushani 2004-12-29 14:46:07 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/design-44bsd book.sgml Log: Correct portion of previous commit that include result of my exceeded review. Noticed by: hrs Revision Changes Path 1.12 +1 -1 doc/ja_JP.eucJP/books/design-44bsd/book.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 14:55:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7338A16A4CE; Wed, 29 Dec 2004 14:55:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE5C43D39; Wed, 29 Dec 2004 14:55:38 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTEtciC023720; Wed, 29 Dec 2004 14:55:38 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTEtckj023719; Wed, 29 Dec 2004 14:55:38 GMT (envelope-from archie) Message-Id: <200412291455.iBTEtckj023719@repoman.freebsd.org> From: Archie Cobbs Date: Wed, 29 Dec 2004 14:55:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 14:55:38 -0000 archie 2004-12-29 14:55:38 UTC FreeBSD ports repository Modified files: java/jc Makefile distinfo pkg-plist Log: Upgrade to version 1.3. Revision Changes Path 1.15 +20 -63 ports/java/jc/Makefile 1.8 +2 -4 ports/java/jc/distinfo 1.7 +3 -17516 ports/java/jc/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:17:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FF1916A4CE; Wed, 29 Dec 2004 15:17:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54BCD43D1D; Wed, 29 Dec 2004 15:17:42 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFHgpl024544; Wed, 29 Dec 2004 15:17:42 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFHgML024543; Wed, 29 Dec 2004 15:17:42 GMT (envelope-from nobutaka) Message-Id: <200412291517.iBTFHgML024543@repoman.freebsd.org> From: MANTANI Nobutaka Date: Wed, 29 Dec 2004 15:17:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/boehm-gc Makefile distinfopatch-os_dep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 15:17:42 -0000 nobutaka 2004-12-29 15:17:42 UTC FreeBSD ports repository Modified files: devel/boehm-gc Makefile distinfo devel/boehm-gc/files patch-include-private-gcconfig.h patch-os_dep.c Log: Update to 6.4. Revision Changes Path 1.39 +1 -2 ports/devel/boehm-gc/Makefile 1.15 +2 -2 ports/devel/boehm-gc/distinfo 1.3 +17 -57 ports/devel/boehm-gc/files/patch-include-private-gcconfig.h 1.3 +13 -35 ports/devel/boehm-gc/files/patch-os_dep.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:36:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CE1716A4CF; Wed, 29 Dec 2004 15:36:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4591143D5C; Wed, 29 Dec 2004 15:36:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFadfT025196; Wed, 29 Dec 2004 15:36:39 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFadSK025195; Wed, 29 Dec 2004 15:36:39 GMT (envelope-from sem) Message-Id: <200412291536.iBTFadSK025195@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 15:36:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portdowngrade Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 15:36:39 -0000 sem 2004-12-29 15:36:38 UTC FreeBSD ports repository Modified files: sysutils/portdowngrade Makefile distinfo Log: - Upgrade to 0.6 * Search port by "make search" (works on FreeBSD 5.3 as well) * Bugfix: missing default server support on -o PR: ports/75611 Submitted by: maintainer Revision Changes Path 1.7 +4 -2 ports/sysutils/portdowngrade/Makefile 1.6 +2 -2 ports/sysutils/portdowngrade/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:40:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 823D516A4CE; Wed, 29 Dec 2004 15:40:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BEB143D53; Wed, 29 Dec 2004 15:40:42 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFegUQ025420; Wed, 29 Dec 2004 15:40:42 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFegCB025419; Wed, 29 Dec 2004 15:40:42 GMT (envelope-from kuriyama) Message-Id: <200412291540.iBTFegCB025419@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 29 Dec 2004 15:40:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gnupg Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 15:40:42 -0000 kuriyama 2004-12-29 15:40:42 UTC FreeBSD ports repository Modified files: security/gnupg Makefile distinfo pkg-plist Log: Upgrade to 1.4.0. Revision Changes Path 1.74 +4 -10 ports/security/gnupg/Makefile 1.30 +4 -4 ports/security/gnupg/distinfo 1.32 +5 -3 ports/security/gnupg/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:41:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C9116A4CE; Wed, 29 Dec 2004 15:41:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C02F43D55; Wed, 29 Dec 2004 15:41:05 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFf5L0025476; Wed, 29 Dec 2004 15:41:05 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFf5H1025475; Wed, 29 Dec 2004 15:41:05 GMT (envelope-from sem) Message-Id: <200412291541.iBTFf5H1025475@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 15:41:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portmanager Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 15:41:05 -0000 sem 2004-12-29 15:41:05 UTC FreeBSD ports repository Modified files: sysutils/portmanager Makefile distinfo pkg-plist Log: - update to 0.2.2 1) Made MGmDbArrayFree and MGmDbArray source in /libMG/src/libMG.h more readable. Fixed a few bad mallocs in MGmDbArrayFree as well. 2) As per suggestions from John E Hein in libPMGR/src/libPMGR.h removed hard coded paths and changed so ports infrastructure files are accessed by using $PORTSDIR & $PKG_DBDIR environment vars and fixed hard coded path references in /portmanager/portmanager.c 3) In pmupgrade.c added an abort if error during clean in an attempt to halt looping when a port conflict occurs, this is untested so temporary for now. 4) libPMGR/src/PMGRrMakeDescribe.c fixed hard coded paths 5) pmupgrade.c fixed hard coded paths 6) pmupgrade.c Major cleanup of code, seperated upgrade routine into upgrade, checkForOldDepencies, and PMGRrDoUpgrade routines. 7) fixed portmanager seg faulting when it self updates. (thanks to "Noah" for reporting 8) Added "HINTS AND TIPS" section to portmanager(1) man page. PR: ports/75596 Submitted by: maintainer Revision Changes Path 1.10 +19 -2 ports/sysutils/portmanager/Makefile 1.7 +2 -2 ports/sysutils/portmanager/distinfo 1.9 +0 -1 ports/sysutils/portmanager/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:46:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17EEB16A4CE; Wed, 29 Dec 2004 15:46:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A0943D1D; Wed, 29 Dec 2004 15:46:14 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFkE6c025680; Wed, 29 Dec 2004 15:46:14 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFkEQ5025679; Wed, 29 Dec 2004 15:46:14 GMT (envelope-from sobomax) Message-Id: <200412291546.iBTFkEQ5025679@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 29 Dec 2004 15:46:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 15:46:15 -0000 sobomax 2004-12-29 15:46:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/mpt mpt_pci.c Log: MFC: add support for FC929X. Revision Changes Path 1.16.2.1 +7 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:49:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38A116A4CE; Wed, 29 Dec 2004 15:49:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70B843D2D; Wed, 29 Dec 2004 15:49:18 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFnIsi025769; Wed, 29 Dec 2004 15:49:18 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFnIHt025768; Wed, 29 Dec 2004 15:49:18 GMT (envelope-from sobomax) Message-Id: <200412291549.iBTFnIHt025768@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 29 Dec 2004 15:49:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/mpt mpt_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 15:49:19 -0000 sobomax 2004-12-29 15:49:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/mpt mpt_pci.c Log: MFC: add support for FC929X. Revision Changes Path 1.3.2.4 +7 -0 src/sys/dev/mpt/mpt_pci.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:51:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D602216A4CE; Wed, 29 Dec 2004 15:51:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8570543D4C; Wed, 29 Dec 2004 15:51:06 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFp6qs025924; Wed, 29 Dec 2004 15:51:06 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFp6BZ025923; Wed, 29 Dec 2004 15:51:06 GMT (envelope-from sobomax) Message-Id: <200412291551.iBTFp6BZ025923@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 29 Dec 2004 15:51:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 mpt.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: Wed, 29 Dec 2004 15:51:07 -0000 sobomax 2004-12-29 15:51:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 mpt.4 Log: MFC: note added support for FC929X. Revision Changes Path 1.6.2.1 +2 -1 src/share/man/man4/mpt.4 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:52:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5531116A4CE; Wed, 29 Dec 2004 15:52:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBDF43D2F; Wed, 29 Dec 2004 15:52:44 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFqiQf026022; Wed, 29 Dec 2004 15:52:44 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFqir0026021; Wed, 29 Dec 2004 15:52:44 GMT (envelope-from dwmalone) Message-Id: <200412291552.iBTFqir0026021@repoman.freebsd.org> From: David Malone Date: Wed, 29 Dec 2004 15:52:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 15:52:44 -0000 dwmalone 2004-12-29 15:52:43 UTC FreeBSD src repository Modified files: . access Log: Note that fanf and peadar are well out of mentorship. Revision Changes Path 1.690 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Wed Dec 29 15:57:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C202F16A4CE; Wed, 29 Dec 2004 15:57:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABD643D4C; Wed, 29 Dec 2004 15:57:30 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTFvUfv026210; Wed, 29 Dec 2004 15:57:30 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTFvU2b026209; Wed, 29 Dec 2004 15:57:30 GMT (envelope-from sobomax) Message-Id: <200412291557.iBTFvU2b026209@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 29 Dec 2004 15:57:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 Makefile mpt.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: Wed, 29 Dec 2004 15:57:30 -0000 sobomax 2004-12-29 15:57:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 Makefile Added files: (Branch: RELENG_4) share/man/man4 mpt.4 Log: MFC: add missed mpt(4) manpage. Revision Changes Path 1.83.2.83 +1 -0 src/share/man/man4/Makefile 1.7.2.1 +123 -0 src/share/man/man4/mpt.4 (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 16:23:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD7816A4CE; Wed, 29 Dec 2004 16:23:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7DE43D53; Wed, 29 Dec 2004 16:23:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTGNoYF027075; Wed, 29 Dec 2004 16:23:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTGNo9h027074; Wed, 29 Dec 2004 16:23:50 GMT (envelope-from pav) Message-Id: <200412291623.iBTGNo9h027074@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 29 Dec 2004 16:23:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/libsrs2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 16:23:51 -0000 pav 2004-12-29 16:23:50 UTC FreeBSD ports repository Modified files: mail/libsrs2 Makefile distinfo Log: - Update to 1.0.18 PR: ports/75448 Submitted by: Marcus Grando Approved by: snowchyld (maintainer) Revision Changes Path 1.2 +1 -1 ports/mail/libsrs2/Makefile 1.2 +2 -2 ports/mail/libsrs2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 16:24:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3588716A4CE; Wed, 29 Dec 2004 16:24:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D46243D54; Wed, 29 Dec 2004 16:24:44 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTGOhvV027133; Wed, 29 Dec 2004 16:24:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTGOhwI027132; Wed, 29 Dec 2004 16:24:43 GMT (envelope-from clsung) Message-Id: <200412291624.iBTGOhwI027132@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 29 Dec 2004 16:24:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/p5-Unix-ConfigFile Makefile ports/sysutils/p5-Unix-ConfigFile/files extra-patch-perl5.005 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 16:24:44 -0000 clsung 2004-12-29 16:24:43 UTC FreeBSD ports repository Modified files: sysutils/p5-Unix-ConfigFile Makefile Added files: sysutils/p5-Unix-ConfigFile/files extra-patch-perl5.005 Log: - now it does install Unix::ConfigFile.3 in perl5.005. Thanks to tobez@, who suggest and teach me to solve the problem, not just move the problem to /dev/null. Revision Changes Path 1.9 +4 -2 ports/sysutils/p5-Unix-ConfigFile/Makefile 1.1 +12 -0 ports/sysutils/p5-Unix-ConfigFile/files/extra-patch-perl5.005 (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 16:26:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD1D16A4CE; Wed, 29 Dec 2004 16:26:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4574F43D48; Wed, 29 Dec 2004 16:26:04 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTGQ4dl027236; Wed, 29 Dec 2004 16:26:04 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTGQ4BU027235; Wed, 29 Dec 2004 16:26:04 GMT (envelope-from josef) Message-Id: <200412291626.iBTGQ4BU027235@repoman.freebsd.org> From: Josef El-Rayes Date: Wed, 29 Dec 2004 16:26:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 16:26:04 -0000 josef 2004-12-29 16:26:04 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document vulnerability in libxine. Revision Changes Path 1.423 +25 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 16:32:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 390F716A4CE; Wed, 29 Dec 2004 16:32:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B8A43D3F; Wed, 29 Dec 2004 16:32:38 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTGWbk3027485; Wed, 29 Dec 2004 16:32:37 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTGWbbI027484; Wed, 29 Dec 2004 16:32:37 GMT (envelope-from brueffer) Message-Id: <200412291632.iBTGWbbI027484@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Dec 2004 16:32:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 ixgb.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: Wed, 29 Dec 2004 16:32:38 -0000 brueffer 2004-12-29 16:32:37 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 ixgb.4 Log: MFC: rev. 1.6 + 1.7 The ixgb(4) driver actually first appeared in 5.3 and the upcomming 4.11. Revision Changes Path 1.2.2.3 +3 -1 src/share/man/man4/ixgb.4 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 16:37:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4825316A4CE; Wed, 29 Dec 2004 16:37:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2393243D1F; Wed, 29 Dec 2004 16:37:20 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTGbJJp027663; Wed, 29 Dec 2004 16:37:19 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTGbJbg027662; Wed, 29 Dec 2004 16:37:19 GMT (envelope-from brueffer) Message-Id: <200412291637.iBTGbJbg027662@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Dec 2004 16:37:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 ixgb.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: Wed, 29 Dec 2004 16:37:20 -0000 brueffer 2004-12-29 16:37:19 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 ixgb.4 Log: MFC: rev. 1.6 + 1.7 The ixgb(4) driver actually first appeared in 5.3 and the upcomming 4.11. Revision Changes Path 1.1.2.2 +3 -1 src/share/man/man4/ixgb.4 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 16:57:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66CB116A4CE; Wed, 29 Dec 2004 16:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41AE143D55; Wed, 29 Dec 2004 16:57:11 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTGvBGx034809; Wed, 29 Dec 2004 16:57:11 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTGvBee034808; Wed, 29 Dec 2004 16:57:11 GMT (envelope-from brueffer) Message-Id: <200412291657.iBTGvBee034808@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Dec 2004 16:57:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ath.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: Wed, 29 Dec 2004 16:57:11 -0000 brueffer 2004-12-29 16:57:11 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ath.4 Log: SMC SMC2536W-AG verified as working. MFC after: 3 days Revision Changes Path 1.27 +2 -1 src/share/man/man4/ath.4 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:05:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBA516A4CE; Wed, 29 Dec 2004 17:05:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1A543D41; Wed, 29 Dec 2004 17:05:02 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTH51eH035044; Wed, 29 Dec 2004 17:05:01 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTH51ua035043; Wed, 29 Dec 2004 17:05:01 GMT (envelope-from skv) Message-Id: <200412291705.iBTH51ua035043@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 29 Dec 2004 17:05:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-libapreq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 17:05:02 -0000 skv 2004-12-29 17:05:01 UTC FreeBSD ports repository Modified files: www/p5-libapreq Makefile Log: Unbreak build on perl < 5.6.x * add stub "#define aTHX_" Revision Changes Path 1.21 +7 -1 ports/www/p5-libapreq/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:11:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334D916A4CE; Wed, 29 Dec 2004 17:11:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 137E943D46; Wed, 29 Dec 2004 17:11:03 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHB2rU035401; Wed, 29 Dec 2004 17:11:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHB2LW035400; Wed, 29 Dec 2004 17:11:02 GMT (envelope-from hrs) Message-Id: <200412291711.iBTHB2LW035400@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 29 Dec 2004 17:11:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/ja_JP.eucJP/early-adopter article.sgml src/release/doc/ja_JP.eucJP/hardware/common dev.sgml intro.sgml src/release/doc/ja_JP.eucJP/hardware/i386 proc-ia64.sgmlsrc/release/doc/ja_JP.eucJP/share/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, 29 Dec 2004 17:11:03 -0000 hrs 2004-12-29 17:11:02 UTC FreeBSD src repository Modified files: release/doc/ja_JP.eucJP/early-adopter article.sgml release/doc/ja_JP.eucJP/hardware/common dev.sgml intro.sgml release/doc/ja_JP.eucJP/hardware/i386 proc-i386.sgml release/doc/ja_JP.eucJP/hardware/ia64 proc-ia64.sgml release/doc/ja_JP.eucJP/hardware/pc98 proc-pc98.sgml release/doc/ja_JP.eucJP/share/sgml release.dsl Log: Merge the following from the English version: 1.17 -> 1.21 early-adopter/article.sgml 1.261 -> 1.269 hardware/common/dev.sgml 1.6 -> 1.7 hardware/common/intro.sgml 1.13 -> 1.14 hardware/i386/proc-i386.sgml 1.7 -> 1.9 hardware/ia64/proc-ia64.sgml 1.4 -> 1.5 hardware/pc98/proc-pc98.sgml 1.7 -> 1.8 share/sgml/release.dsl Revision Changes Path 1.12 +25 -47 src/release/doc/ja_JP.eucJP/early-adopter/article.sgml 1.26 +14 -128 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.4 +2 -2 src/release/doc/ja_JP.eucJP/hardware/common/intro.sgml 1.8 +7 -6 src/release/doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml 1.5 +2 -2 src/release/doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml 1.4 +2 -2 src/release/doc/ja_JP.eucJP/hardware/pc98/proc-pc98.sgml 1.12 +4 -3 src/release/doc/ja_JP.eucJP/share/sgml/release.dsl From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:11:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9462F16A4CE; Wed, 29 Dec 2004 17:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D69B43D49; Wed, 29 Dec 2004 17:11:15 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHBFWD035443; Wed, 29 Dec 2004 17:11:15 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHBFP8035442; Wed, 29 Dec 2004 17:11:15 GMT (envelope-from skv) Message-Id: <200412291711.iBTHBFP8035442@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 29 Dec 2004 17:11:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Apache-Test Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 17:11:15 -0000 skv 2004-12-29 17:11:15 UTC FreeBSD ports repository Modified files: www/p5-Apache-Test Makefile distinfo pkg-plist Log: Update to 1.18 Revision Changes Path 1.11 +1 -1 ports/www/p5-Apache-Test/Makefile 1.10 +2 -2 ports/www/p5-Apache-Test/distinfo 1.5 +2 -0 ports/www/p5-Apache-Test/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:20:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E86716A4CE; Wed, 29 Dec 2004 17:20:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E928343D4C; Wed, 29 Dec 2004 17:20:00 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHK09i035743; Wed, 29 Dec 2004 17:20:00 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHK0oU035742; Wed, 29 Dec 2004 17:20:00 GMT (envelope-from skv) Message-Id: <200412291720.iBTHK0oU035742@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 29 Dec 2004 17:20:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-SAX-Machines Makefile ports/textproc/p5-XML-SAX-Machines/files 500503-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, 29 Dec 2004 17:20:01 -0000 skv 2004-12-29 17:20:00 UTC FreeBSD ports repository Modified files: textproc/p5-XML-SAX-Machines Makefile Added files: textproc/p5-XML-SAX-Machines/files 500503-Makefile.PL Log: Fix packaging on broken ExtUtils::MakeMaker Revision Changes Path 1.7 +7 -1 ports/textproc/p5-XML-SAX-Machines/Makefile 1.1 +12 -0 ports/textproc/p5-XML-SAX-Machines/files/500503-Makefile.PL (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:24:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B5916A4CE; Wed, 29 Dec 2004 17:24:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB3343D58; Wed, 29 Dec 2004 17:24:58 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHOwGQ035917; Wed, 29 Dec 2004 17:24:58 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHOwxm035916; Wed, 29 Dec 2004 17:24:58 GMT (envelope-from hrs) Message-Id: <200412291724.iBTHOwxm035916@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 29 Dec 2004 17:24:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml freebsd.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 17:24:58 -0000 hrs 2004-12-29 17:24:58 UTC FreeBSD doc repository Modified files: share/sgml freebsd.dsl Log: Fix rendering when the length of the address is shorter than 12 characters. Revision Changes Path 1.86 +13 -9 doc/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:28:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F40116A4CE; Wed, 29 Dec 2004 17:28:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29F9143D31; Wed, 29 Dec 2004 17:28:48 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHSmbd036156; Wed, 29 Dec 2004 17:28:48 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHSm4p036155; Wed, 29 Dec 2004 17:28:48 GMT (envelope-from hrs) Message-Id: <200412291728.iBTHSm4p036155@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 29 Dec 2004 17:28:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/articles/contributors article.sgml doc/ja_JP.eucJP/articles/diskless-xarticle.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, 29 Dec 2004 17:28:48 -0000 hrs 2004-12-29 17:28:48 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/articles/contributors article.sgml ja_JP.eucJP/articles/diskless-x article.sgml ja_JP.eucJP/articles/fbsd-from-scratch article.sgml Log: Merge the following from the English version: 1.434 -> 1.436 contributors/article.sgml 1.16 -> 1.17 diskless-x/article.sgml 1.4 -> 1.11 fbsd-from-scratch/article.sgml Revision Changes Path 1.20 +2 -11 doc/ja_JP.eucJP/articles/contributors/article.sgml 1.11 +2 -2 doc/ja_JP.eucJP/articles/diskless-x/article.sgml 1.5 +139 -77 doc/ja_JP.eucJP/articles/fbsd-from-scratch/article.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:30:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B486C16A4FE; Wed, 29 Dec 2004 17:30:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C507143D5D; Wed, 29 Dec 2004 17:30:26 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHUQjF036196; Wed, 29 Dec 2004 17:30:26 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHUQPR036195; Wed, 29 Dec 2004 17:30:26 GMT (envelope-from blackend) Message-Id: <200412291730.iBTHUQPR036195@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 29 Dec 2004 17:30:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en support.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, 29 Dec 2004 17:30:33 -0000 blackend 2004-12-29 17:30:26 UTC FreeBSD doc repository Modified files: en support.sgml Log: Fix some links regarding synchronizing methods, make them point directly on the right sections of the Handbook. PR: www/75612 Submitted by: David Adam Revision Changes Path 1.343 +4 -4 www/en/support.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:34:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 986AE16A4CE; Wed, 29 Dec 2004 17:34:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 726B743D3F; Wed, 29 Dec 2004 17:34:50 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHYos5036414; Wed, 29 Dec 2004 17:34:50 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHYooa036413; Wed, 29 Dec 2004 17:34:50 GMT (envelope-from josef) Message-Id: <200412291734.iBTHYooa036413@repoman.freebsd.org> From: Josef El-Rayes Date: Wed, 29 Dec 2004 17:34:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 17:34:50 -0000 josef 2004-12-29 17:34:50 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: libxine is also affected by the mplayer vulnerabilities. Add cvenames. Revision Changes Path 1.424 +9 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:36:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 435E916A4CE; Wed, 29 Dec 2004 17:36:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D2843D53; Wed, 29 Dec 2004 17:36:20 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHaK9B036587; Wed, 29 Dec 2004 17:36:20 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHaK3c036586; Wed, 29 Dec 2004 17:36:20 GMT (envelope-from sem) Message-Id: <200412291736.iBTHaK3c036586@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 17:36:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/coda6_client Makefile ports/net/coda6_server Makefile distinfo pkg-plist ports/net/coda6_server/filespatch-configure patch-hostname patch-pioctl.h patch-srv.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: Wed, 29 Dec 2004 17:36:20 -0000 sem 2004-12-29 17:36:20 UTC FreeBSD ports repository Modified files: net/coda6_client Makefile net/coda6_server Makefile distinfo pkg-plist Added files: net/coda6_server/files patch-configure patch-hostname patch-pioctl.h patch-srv.cc Removed files: net/coda6_server/files patch-coda-src-venus-comm.cc patch-coda-src-venus-fso.h Log: - Update to 6.0.7 PR: ports/74258, ports/74259 Submitted by: Radim Kolar Approved by: maintainer (timeout: 1+ month) Revision Changes Path 1.4 +0 -2 ports/net/coda6_client/Makefile 1.5 +12 -4 ports/net/coda6_server/Makefile 1.4 +2 -2 ports/net/coda6_server/distinfo 1.2 +0 -11 ports/net/coda6_server/files/patch-coda-src-venus-comm.cc (dead) 1.2 +0 -32 ports/net/coda6_server/files/patch-coda-src-venus-fso.h (dead) 1.1 +25 -0 ports/net/coda6_server/files/patch-configure (new) 1.1 +33 -0 ports/net/coda6_server/files/patch-hostname (new) 1.1 +11 -0 ports/net/coda6_server/files/patch-pioctl.h (new) 1.1 +20 -0 ports/net/coda6_server/files/patch-srv.cc (new) 1.3 +4 -4 ports/net/coda6_server/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:42:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35F7716A4CE; Wed, 29 Dec 2004 17:42:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE28543D1F; Wed, 29 Dec 2004 17:42:51 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHgp1p037049; Wed, 29 Dec 2004 17:42:51 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHgpbo037048; Wed, 29 Dec 2004 17:42:51 GMT (envelope-from remko) Message-Id: <200412291742.iBTHgpbo037048@repoman.freebsd.org> From: Remko Lodder Date: Wed, 29 Dec 2004 17:42:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/nl_NL.ISO8859-1/share/sgml bookinfo.ent books.ent catalog freebsd.dsl l10n.ent mailing-lists.ent doc/nl_NL.ISO8859-1/books/handbook doc/nl_NL.ISO8859-1/books/handbook/advanced-networking ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 17:42:52 -0000 remko 2004-12-29 17:42:51 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/share/sgml bookinfo.ent catalog freebsd.dsl mailing-lists.ent nl_NL.ISO8859-1/books/handbook Makefile book.sgml nl_NL.ISO8859-1/books/handbook/advanced-networking chapter.sgml nl_NL.ISO8859-1/books/handbook/mac chapter.sgml nl_NL.ISO8859-1/books/handbook/security chapter.sgml Added files: nl_NL.ISO8859-1/share/sgml books.ent l10n.ent nl_NL.ISO8859-1/share/sgml/glossary freebsd-glossary.sgml Log: Import security chapter based on 1.251. Update the following files: Makefile -> 1.91 book.sgml -> 1.158 bookinfo.ent -> 1.4 books.ent -> 1.1 catalog -> 1.5 freebsd.dsl -> 1.20 freebsd-glossary.sgml -> 1.20 l10n.ent -> 1.2 mailing-lists.ent -> 1.38 Placeholder updates: advanced-networking (split network-servers) mac (mac-glossary -> mac-inline-glossary for the freebsd-glossary.sgml) This will also enable the network-servers chapter and the firewalls chapter. Obtained from: The FreeBSD Dutch Documentation Project Approved by: simon (mentor) Revision Changes Path 1.4 +37 -7 doc/nl_NL.ISO8859-1/books/handbook/Makefile 1.3 +306 -665 doc/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.3 +168 -87 doc/nl_NL.ISO8859-1/books/handbook/book.sgml 1.2 +1 -1 doc/nl_NL.ISO8859-1/books/handbook/mac/chapter.sgml 1.3 +4994 -297 doc/nl_NL.ISO8859-1/books/handbook/security/chapter.sgml 1.2 +5 -1 doc/nl_NL.ISO8859-1/share/sgml/bookinfo.ent 1.1 +27 -0 doc/nl_NL.ISO8859-1/share/sgml/books.ent (new) 1.4 +11 -1 doc/nl_NL.ISO8859-1/share/sgml/catalog 1.5 +8 -4 doc/nl_NL.ISO8859-1/share/sgml/freebsd.dsl 1.1 +1827 -0 doc/nl_NL.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml (new) 1.1 +15 -0 doc/nl_NL.ISO8859-1/share/sgml/l10n.ent (new) 1.3 +0 -0 doc/nl_NL.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:48:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C4416A4CE; Wed, 29 Dec 2004 17:48:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B809143D41; Wed, 29 Dec 2004 17:48:40 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHmeaW037248; Wed, 29 Dec 2004 17:48:40 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHmenn037247; Wed, 29 Dec 2004 17:48:40 GMT (envelope-from josef) Message-Id: <200412291748.iBTHmenn037247@repoman.freebsd.org> From: Josef El-Rayes Date: Wed, 29 Dec 2004 17:48:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 17:48:41 -0000 josef 2004-12-29 17:48:40 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add m odified date to my last commit. Spotted by: simon Revision Changes Path 1.425 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:49:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A54C216A4CE; Wed, 29 Dec 2004 17:49:28 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D6343D1F; Wed, 29 Dec 2004 17:49:28 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBTHnRGT029974; Wed, 29 Dec 2004 12:49:27 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBTHnQro029961; Wed, 29 Dec 2004 12:49:26 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Wed, 29 Dec 2004 12:49:26 -0500 (EST) From: Jeff Roberson To: Nate Lawson In-Reply-To: <41D26CE3.4070404@root.org> Message-ID: <20041229124826.Q60504@mail.chesapeake.net> References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> 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 cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 17:49:28 -0000 On Wed, 29 Dec 2004, Nate Lawson wrote: > David O'Brien wrote: > > On Sun, Dec 26, 2004 at 12:13:38AM +0000, Jeff Roberson wrote: > > > >>jeff 2004-12-26 00:13:38 UTC > >> FreeBSD src repository > >> Modified files: > >> sys/sys ktr.h > >> Log: > >> - Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py. > >> > >> Revision Changes Path > >> 1.26 +3 -2 src/sys/sys/ktr.h > >>http://cvsweb.freebsd.org/src/sys/sys/ktr.h.diff?r1=1.25&r2=1.26 > > > > > > This conflicted with your > > http://www.chesapeake.net/~jroberson/smpffs.diff patch: > > > > +#define KTR_BUF 0x20000000 /* Buffer cache */ > > > > do you have an updated patch set? > > > > Also, could someone please get us more KTR ids while they're at it? We > only have 2 left. I think we should make one or to KTR_LOCAL's or something like that. So you can have a define in your file for KTR_MYCODE 0, and when you want to debug it, define it to KTR_LOCAL. There are a bunch of KTR ids that are used for things that don't really need to be global that we could gc if we do that. > > -- > Nate > From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:51:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5398416A4CE; Wed, 29 Dec 2004 17:51:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD2743D62; Wed, 29 Dec 2004 17:51:40 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHpemh037405; Wed, 29 Dec 2004 17:51:40 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHpe8r037404; Wed, 29 Dec 2004 17:51:40 GMT (envelope-from remko) Message-Id: <200412291751.iBTHpe8r037404@repoman.freebsd.org> From: Remko Lodder Date: Wed, 29 Dec 2004 17:51:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook chapters.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 17:51:40 -0000 remko 2004-12-29 17:51:40 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook chapters.ent Log: Also update the chapters.ent which i forgot to commit. This is still part of the previous commit which was approved by simon. Pointyhat: remko Approved by: simon (mentor) Revision Changes Path 1.2 +19 -12 doc/nl_NL.ISO8859-1/books/handbook/chapters.ent From owner-cvs-all@FreeBSD.ORG Wed Dec 29 17:56:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DD1616A4D4; Wed, 29 Dec 2004 17:56:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA0043D46; Wed, 29 Dec 2004 17:56:55 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTHutI9037565; Wed, 29 Dec 2004 17:56:55 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTHutAt037564; Wed, 29 Dec 2004 17:56:55 GMT (envelope-from hrs) Message-Id: <200412291756.iBTHutAt037564@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 29 Dec 2004 17:56:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml articles.ent books.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 17:56:56 -0000 hrs 2004-12-29 17:56:55 UTC FreeBSD doc repository Modified files: share/sgml articles.ent books.ent Log: Move %l10n; and %10n-common; to the head of the entity list. This allows l10n.ent to override other entity sets. Revision Changes Path 1.2 +4 -4 doc/share/sgml/articles.ent 1.2 +4 -4 doc/share/sgml/books.ent From owner-cvs-all@FreeBSD.ORG Wed Dec 29 18:08:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7D616A4CE; Wed, 29 Dec 2004 18:08:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92CCF43D31; Wed, 29 Dec 2004 18:08:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTI8kfE038070; Wed, 29 Dec 2004 18:08:46 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTI8kOd038069; Wed, 29 Dec 2004 18:08:46 GMT (envelope-from thierry) Message-Id: <200412291808.iBTI8kOd038069@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 29 Dec 2004 18:08:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/vietnamese Makefile ports/vietnamese/xvnkb Makefile distinfo pkg-descr pkg-message ports/vietnamese/xvnkb/files patch-Makefile.common patch-configure patch-main.c patch-scripts-new_install.sh xvnkb.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 18:08:46 -0000 thierry 2004-12-29 18:08:46 UTC FreeBSD ports repository Modified files: vietnamese Makefile Added files: vietnamese/xvnkb Makefile distinfo pkg-descr pkg-message vietnamese/xvnkb/files patch-Makefile.common patch-configure patch-main.c patch-scripts-new_install.sh xvnkb.1 Log: Add xvnkb 0.2.8, a Vietnamese input method for X-Window. PR: 65207 Submitted by: Nguyen Tam Chinh. Revision Changes Path 1.18 +1 -0 ports/vietnamese/Makefile 1.1 +49 -0 ports/vietnamese/xvnkb/Makefile (new) 1.1 +2 -0 ports/vietnamese/xvnkb/distinfo (new) 1.1 +12 -0 ports/vietnamese/xvnkb/files/patch-Makefile.common (new) 1.1 +11 -0 ports/vietnamese/xvnkb/files/patch-configure (new) 1.1 +38 -0 ports/vietnamese/xvnkb/files/patch-main.c (new) 1.1 +128 -0 ports/vietnamese/xvnkb/files/patch-scripts-new_install.sh (new) 1.1 +48 -0 ports/vietnamese/xvnkb/files/xvnkb.1 (new) 1.1 +5 -0 ports/vietnamese/xvnkb/pkg-descr (new) 1.1 +12 -0 ports/vietnamese/xvnkb/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 18:08:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2392A16A4CE; Wed, 29 Dec 2004 18:08:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0091E43D48; Wed, 29 Dec 2004 18:08:58 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTI8vCr038116; Wed, 29 Dec 2004 18:08:57 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTI8vb2038115; Wed, 29 Dec 2004 18:08:57 GMT (envelope-from thierry) Message-Id: <200412291808.iBTI8vb2038115@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 29 Dec 2004 18:08:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 18:08:58 -0000 thierry 2004-12-29 18:08:57 UTC FreeBSD ports repository Modified files: . modules Log: vi-xvnkb --> ports/vietnamese/xvnkb Revision Changes Path 1.11684 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 29 18:13:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1A8D16A4CE; Wed, 29 Dec 2004 18:13:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF9143D39; Wed, 29 Dec 2004 18:13:19 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTIDJ7t038297; Wed, 29 Dec 2004 18:13:19 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTIDJ74038296; Wed, 29 Dec 2004 18:13:19 GMT (envelope-from thierry) Message-Id: <200412291813.iBTIDJ74038296@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 29 Dec 2004 18:13:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 18:13:19 -0000 thierry 2004-12-29 18:13:19 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add an entry for Nguyen Tam Chinh. PR: ports/65207. Revision Changes Path 1.303 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 18:34:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C08AC16A4CF for ; Wed, 29 Dec 2004 18:34:13 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D30543D66 for ; Wed, 29 Dec 2004 18:34:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 2809 invoked from network); 29 Dec 2004 18:34:12 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 29 Dec 2004 18:34:12 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBTIY00A003706; Wed, 29 Dec 2004 13:34:08 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Wed, 29 Dec 2004 13:25:28 -0500 User-Agent: KMail/1.6.2 References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> In-Reply-To: <41D26CE3.4070404@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412291325.28666.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 18:34:13 -0000 On Wednesday 29 December 2004 03:37 am, Nate Lawson wrote: > David O'Brien wrote: > > On Sun, Dec 26, 2004 at 12:13:38AM +0000, Jeff Roberson wrote: > >>jeff 2004-12-26 00:13:38 UTC > >> FreeBSD src repository > >> Modified files: > >> sys/sys ktr.h > >> Log: > >> - Add KTR_SCHED to produce ktr data for sys/tools/sched/schedgraph.py. > >> > >> Revision Changes Path > >> 1.26 +3 -2 src/sys/sys/ktr.h > >>http://cvsweb.freebsd.org/src/sys/sys/ktr.h.diff?r1=1.25&r2=1.26 > > > > This conflicted with your > > http://www.chesapeake.net/~jroberson/smpffs.diff patch: > > > > +#define KTR_BUF 0x20000000 /* Buffer cache */ > > > > do you have an updated patch set? > > Also, could someone please get us more KTR ids while they're at it? We > only have 2 left. Do you have a good idea of how to implement them? -- 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 29 18:38:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CABD16A4CE; Wed, 29 Dec 2004 18:38:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6492A43D2D; Wed, 29 Dec 2004 18:38:16 +0000 (GMT) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTIcGIG039140; Wed, 29 Dec 2004 18:38:16 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTIcGvt039139; Wed, 29 Dec 2004 18:38:16 GMT (envelope-from jdp) Message-Id: <200412291838.iBTIcGvt039139@repoman.freebsd.org> From: John Polstra Date: Wed, 29 Dec 2004 18:38:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/spice Makefile ports/cad/spice/files FreeBSD.without_x11 Makefile ports/cad/spice/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 18:38:16 -0000 jdp 2004-12-29 18:38:16 UTC FreeBSD ports repository Modified files: cad/spice Makefile cad/spice/files Makefile cad/spice/scripts configure Added files: cad/spice/files FreeBSD.without_x11 Log: Allow the spice port to be built without X11 support by defining WITHOUT_X11. Revision Changes Path 1.31 +10 -3 ports/cad/spice/Makefile 1.1 +11 -0 ports/cad/spice/files/FreeBSD.without_x11 (new) 1.7 +9 -2 ports/cad/spice/files/Makefile 1.3 +1 -0 ports/cad/spice/scripts/configure From owner-cvs-all@FreeBSD.ORG Wed Dec 29 18:42:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D08616A4CE; Wed, 29 Dec 2004 18:42:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7844443D5E; Wed, 29 Dec 2004 18:42:34 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTIgYOo039281; Wed, 29 Dec 2004 18:42:34 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTIgYFO039280; Wed, 29 Dec 2004 18:42:34 GMT (envelope-from kris) Message-Id: <200412291842.iBTIgYFO039280@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 29 Dec 2004 18:42:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/openoffice-templates Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 18:42:34 -0000 kris 2004-12-29 18:42:34 UTC FreeBSD ports repository Modified files: japanese/openoffice-templates Makefile Log: BROKEN: Size mismatch Revision Changes Path 1.15 +2 -0 ports/japanese/openoffice-templates/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 18:58:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C7216A4CE; Wed, 29 Dec 2004 18:58:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC6F43D5C; Wed, 29 Dec 2004 18:58:22 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTIwM7L039785; Wed, 29 Dec 2004 18:58:22 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTIwM3B039778; Wed, 29 Dec 2004 18:58:22 GMT (envelope-from sem) Message-Id: <200412291858.iBTIwM3B039778@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 18:58:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/camserv Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 18:58:22 -0000 sem 2004-12-29 18:58:21 UTC FreeBSD ports repository Modified files: multimedia/camserv Makefile pkg-plist Log: - Fix plist, pointed out by kris - Don't install .la. Install .a instead - Silence sed invocation - Bump autoconf dependancy - Bump PORTREVISION - Use DATADIR macro PR: ports/75355 Submitted by: maintainer Revision Changes Path 1.14 +5 -6 ports/multimedia/camserv/Makefile 1.6 +11 -9 ports/multimedia/camserv/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:11:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC55F16A4EE; Wed, 29 Dec 2004 19:11:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C507543D45; Wed, 29 Dec 2004 19:11:22 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTJBM4b040218; Wed, 29 Dec 2004 19:11:22 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTJBMNk040217; Wed, 29 Dec 2004 19:11:22 GMT (envelope-from sem) Message-Id: <200412291911.iBTJBMNk040217@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 19:11:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/amule-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 19:11:23 -0000 sem 2004-12-29 19:11:22 UTC FreeBSD ports repository Modified files: net/amule-devel Makefile pkg-plist Log: - Fix pkg-plist - Improve CONFLICTS PR: ports/75354 Submitted by: maintainer Revision Changes Path 1.12 +2 -1 ports/net/amule-devel/Makefile 1.5 +59 -5 ports/net/amule-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:15:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80AD16A4CE; Wed, 29 Dec 2004 19:15:20 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB63F43D55; Wed, 29 Dec 2004 19:15:20 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBTJFHGV026669 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Dec 2004 11:15:18 -0800 Message-ID: <41D30245.8020600@root.org> Date: Wed, 29 Dec 2004 11:15:17 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> <20041229124826.Q60504@mail.chesapeake.net> In-Reply-To: <20041229124826.Q60504@mail.chesapeake.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 19:15:21 -0000 Jeff Roberson wrote: > On Wed, 29 Dec 2004, Nate Lawson wrote: >>Also, could someone please get us more KTR ids while they're at it? We >>only have 2 left. > > > I think we should make one or to KTR_LOCAL's or something like that. So > you can have a define in your file for KTR_MYCODE 0, and when you want to > debug it, define it to KTR_LOCAL. There are a bunch of KTR ids that are > used for things that don't really need to be global that we could gc if we > do that. Isn't there a way to dynamically allocate ids, like sysctl does for oid? -- Nate From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:19:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 205CB16A4CE; Wed, 29 Dec 2004 19:19:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBEF43D66; Wed, 29 Dec 2004 19:19:15 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTJJFUR040483; Wed, 29 Dec 2004 19:19:15 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTJJFSo040482; Wed, 29 Dec 2004 19:19:15 GMT (envelope-from obrien) Message-Id: <200412291919.iBTJJFSo040482@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 19:19:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_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: Wed, 29 Dec 2004 19:19:16 -0000 obrien 2004-12-29 19:19:15 UTC FreeBSD ports repository Modified files: emulators/linux_base Makefile Log: Don't use .error -- it breaks 'make index' on sparc64. Revision Changes Path 1.98 +0 -2 ports/emulators/linux_base/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:27:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3A6B16A4CE; Wed, 29 Dec 2004 19:27:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7EE43D53; Wed, 29 Dec 2004 19:27:28 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTJRSAK040786; Wed, 29 Dec 2004 19:27:28 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTJRSiV040785; Wed, 29 Dec 2004 19:27:28 GMT (envelope-from jeh) Message-Id: <200412291927.iBTJRSiV040785@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 29 Dec 2004 19:27:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 19:27:29 -0000 jeh 2004-12-29 19:27:28 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4417 Revision Changes Path 1.285 +1 -1 ports/security/uvscan-dat/Makefile 1.282 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:32:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3DE16A4CE; Wed, 29 Dec 2004 19:32:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981A243D2F; Wed, 29 Dec 2004 19:32:21 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTJWLR6041000; Wed, 29 Dec 2004 19:32:21 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTJWLSG040999; Wed, 29 Dec 2004 19:32:21 GMT (envelope-from keramida) Message-Id: <200412291932.iBTJWLSG040999@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 29 Dec 2004 19:32:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/send-pr send-pr.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 19:32:21 -0000 keramida 2004-12-29 19:32:21 UTC FreeBSD src repository (doc committer) Modified files: gnu/usr.bin/send-pr send-pr.1 Log: A lot of people may want to submit PRs from systems that are not connected to the Internet or systems that do not have a correctly configured email subsystem. Now that the send-pr web interface has antispam protection, mention that it is ok to use it for submitting problem reports. Ok by: linimon Submitted by: Rob on freebsd-doc Revision Changes Path 1.17 +7 -0 src/gnu/usr.bin/send-pr/send-pr.1 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:39:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC0A16A4CE; Wed, 29 Dec 2004 19:39:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0806343D49; Wed, 29 Dec 2004 19:39:07 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTJd6ob041195; Wed, 29 Dec 2004 19:39:06 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTJd6fQ041194; Wed, 29 Dec 2004 19:39:06 GMT (envelope-from obrien) Message-Id: <200412291939.iBTJd6fQ041194@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 19:39:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 19:39:07 -0000 obrien 2004-12-29 19:39:06 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Remove the special sparc64 time_t support. If someone isn't running with a 64-bit time_t by now, they don't track -CURRENT and would probably go to RELENG_5 vs. 6-CURRENT. Revision Changes Path 1.472 +0 -51 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:40:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5851616A4CE; Wed, 29 Dec 2004 19:40:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 323C243D4C; Wed, 29 Dec 2004 19:40:57 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTJev6T041310; Wed, 29 Dec 2004 19:40:57 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTJevEu041309; Wed, 29 Dec 2004 19:40:57 GMT (envelope-from keramida) Message-Id: <200412291940.iBTJevEu041309@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 29 Dec 2004 19:40:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen signal.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: Wed, 29 Dec 2004 19:40:57 -0000 keramida 2004-12-29 19:40:57 UTC FreeBSD src repository (doc committer) Modified files: lib/libc/gen signal.3 Log: Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'. PR: docs/75615 Submitted by: n-kogane@syd.odn.ne.jp Revision Changes Path 1.40 +3 -3 src/lib/libc/gen/signal.3 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:41:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F76E16A4CE; Wed, 29 Dec 2004 19:41:54 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id F327043D31; Wed, 29 Dec 2004 19:41:53 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBTJifVT017681; Wed, 29 Dec 2004 12:44:42 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41D30831.7040806@freebsd.org> Date: Wed, 29 Dec 2004 12:40:33 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <200412291939.iBTJd6fQ041194@repoman.freebsd.org> In-Reply-To: <200412291939.iBTJd6fQ041194@repoman.freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 19:41:54 -0000 David E. O'Brien wrote: > obrien 2004-12-29 19:39:06 UTC > > FreeBSD src repository > > Modified files: > . Makefile.inc1 > Log: > Remove the special sparc64 time_t support. > If someone isn't running with a 64-bit time_t by now, they don't > track -CURRENT and would probably go to RELENG_5 vs. 6-CURRENT. > > Revision Changes Path > 1.472 +0 -51 src/Makefile.inc1 You should probably add an UPDATING entry here to state that if you are going to upgrade from 5.2 to HEAD that you need to go through 5.3/RELENG_5 first. I know the number of people that this would acutally affect is likely quite small, but an entry would still be good to have. Scott From owner-cvs-all@FreeBSD.ORG Wed Dec 29 19:47:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1315216A4CE; Wed, 29 Dec 2004 19:47:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E383743D2F; Wed, 29 Dec 2004 19:47:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTJlsMl041543; Wed, 29 Dec 2004 19:47:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTJlscf041542; Wed, 29 Dec 2004 19:47:54 GMT (envelope-from obrien) Message-Id: <200412291947.iBTJlscf041542@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 19:47:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/vietnamese/vn7to8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 19:47:55 -0000 obrien 2004-12-29 19:47:54 UTC FreeBSD ports repository Modified files: vietnamese/vn7to8 Makefile Log: Portlint. Revision Changes Path 1.17 +1 -1 ports/vietnamese/vn7to8/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:00:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3936E16A4F8; Wed, 29 Dec 2004 20:00:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E8843D5D; Wed, 29 Dec 2004 20:00:30 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTK0Tkg041966; Wed, 29 Dec 2004 20:00:29 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTK0Tat041965; Wed, 29 Dec 2004 20:00:29 GMT (envelope-from trhodes) Message-Id: <200412292000.iBTK0Tat041965@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 29 Dec 2004 20:00:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys chmod.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: Wed, 29 Dec 2004 20:00:30 -0000 trhodes 2004-12-29 20:00:29 UTC FreeBSD src repository Modified files: lib/libc/sys chmod.2 Log: Catch up with stat.h a bit: o Sticky bit is actually defined as S_ISTXT not S_ISVTX. o Sticky bit is wrapped in if __BSD_VISIBLE not _POSIX_SOURCE. Revision Changes Path 1.32 +5 -6 src/lib/libc/sys/chmod.2 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:01:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF2BF16A4CE; Wed, 29 Dec 2004 20:01:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E1243D1D; Wed, 29 Dec 2004 20:01:19 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTK1JlK042062; Wed, 29 Dec 2004 20:01:19 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTK1JBN042061; Wed, 29 Dec 2004 20:01:19 GMT (envelope-from lofi) Message-Id: <200412292001.iBTK1JBN042061@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 29 Dec 2004 20:01:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:01:20 -0000 lofi 2004-12-29 20:01:19 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add a note about checking the ICE socket directory in case KDE refuses to start after upgrading to Xorg 6.8.1 (which for some reason that's escaping me makes .ICE-unix/ not owned by root a fatal error). Revision Changes Path 1.125 +14 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:10:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C86916A4CE; Wed, 29 Dec 2004 20:10:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187A343D4C; Wed, 29 Dec 2004 20:10:26 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKAPJA042298; Wed, 29 Dec 2004 20:10:25 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKAPQj042297; Wed, 29 Dec 2004 20:10:25 GMT (envelope-from obrien) Message-Id: <200412292010.iBTKAPQj042297@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 20:10:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/vietnamese/vntex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:10:26 -0000 obrien 2004-12-29 20:10:25 UTC FreeBSD ports repository Modified files: vietnamese/vntex Makefile Log: Portlint. Revision Changes Path 1.6 +1 -1 ports/vietnamese/vntex/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:11:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F90116A4CE; Wed, 29 Dec 2004 20:11:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 297A443D1D; Wed, 29 Dec 2004 20:11:36 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKBatr042399; Wed, 29 Dec 2004 20:11:36 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKBaKH042398; Wed, 29 Dec 2004 20:11:36 GMT (envelope-from obrien) Message-Id: <200412292011.iBTKBaKH042398@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 20:11:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/vietnamese/vnxfonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:11:36 -0000 obrien 2004-12-29 20:11:36 UTC FreeBSD ports repository Modified files: vietnamese/vnxfonts Makefile Log: Portlint. Revision Changes Path 1.8 +1 -1 ports/vietnamese/vnxfonts/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:18:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8DA16A4CE; Wed, 29 Dec 2004 20:18:33 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE63143D31; Wed, 29 Dec 2004 20:18:32 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBTKIWGT093013; Wed, 29 Dec 2004 15:18:32 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBTKIVYa093008; Wed, 29 Dec 2004 15:18:31 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Wed, 29 Dec 2004 15:18:31 -0500 (EST) From: Jeff Roberson To: Nate Lawson In-Reply-To: <41D30245.8020600@root.org> Message-ID: <20041229151758.S60504@mail.chesapeake.net> References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> <20041229124826.Q60504@mail.chesapeake.net> <41D30245.8020600@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/sys ktr.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, 29 Dec 2004 20:18:33 -0000 On Wed, 29 Dec 2004, Nate Lawson wrote: > Jeff Roberson wrote: > > On Wed, 29 Dec 2004, Nate Lawson wrote: > >>Also, could someone please get us more KTR ids while they're at it? We > >>only have 2 left. > > > > > > I think we should make one or to KTR_LOCAL's or something like that. So > > you can have a define in your file for KTR_MYCODE 0, and when you want to > > debug it, define it to KTR_LOCAL. There are a bunch of KTR ids that are > > used for things that don't really need to be global that we could gc if we > > do that. > > Isn't there a way to dynamically allocate ids, like sysctl does for oid? They need to be static at compile time or they always produce massive bloat in the kernel. > > -- > Nate > From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:27:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41EB616A4CE; Wed, 29 Dec 2004 20:27:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E5743D53; Wed, 29 Dec 2004 20:27:00 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKR0O5042862; Wed, 29 Dec 2004 20:27:00 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKR0qM042861; Wed, 29 Dec 2004 20:27:00 GMT (envelope-from brooks) Message-Id: <200412292027.iBTKR0qM042861@repoman.freebsd.org> From: Brooks Davis Date: Wed, 29 Dec 2004 20:27:00 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:27:01 -0000 brooks 2004-12-29 20:27:00 UTC FreeBSD doc repository (src,ports committer) Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Stop scaring people with impossibly vague comments about lack of standards compliance when routing. Listing specific issues would be useful, but compliance with all relevant standards is neither feasible nor desirable. Revision Changes Path 1.356 +0 -5 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:43:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F2E16A4CE; Wed, 29 Dec 2004 20:43:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3972943D39; Wed, 29 Dec 2004 20:43:26 +0000 (GMT) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKhQWQ043417; Wed, 29 Dec 2004 20:43:26 GMT (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKhQYB043416; Wed, 29 Dec 2004 20:43:26 GMT (envelope-from petef) Message-Id: <200412292043.iBTKhQYB043416@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 29 Dec 2004 20:43:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libevent Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:43:26 -0000 petef 2004-12-29 20:43:26 UTC FreeBSD ports repository Modified files: devel/libevent Makefile distinfo Log: * update to 1.0 PR: 74848 Submitted by: Phil Oleson Revision Changes Path 1.11 +12 -12 ports/devel/libevent/Makefile 1.9 +2 -2 ports/devel/libevent/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:46:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08FA716A4CE; Wed, 29 Dec 2004 20:46:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E759543D39; Wed, 29 Dec 2004 20:46:47 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKklwf043625; Wed, 29 Dec 2004 20:46:47 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKkloM043624; Wed, 29 Dec 2004 20:46:47 GMT (envelope-from thierry) Message-Id: <200412292046.iBTKkloM043624@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 29 Dec 2004 20:46:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science Makefile ports/science/isaac-cfd Makefile distinfo pkg-descr pkg-plist ports/science/isaac-cfd/files patch-makefile patch-turb+turb.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:46:48 -0000 thierry 2004-12-29 20:46:47 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/isaac-cfd Makefile distinfo pkg-descr pkg-plist science/isaac-cfd/files patch-makefile patch-turb+turb.mk Log: Add isaac-cfd 4.2, Integrated Solution Algorithm for Arbitrary Configuration. PR: 75529 Submitted by: Pedro F. Giffuni Revision Changes Path 1.56 +1 -0 ports/science/Makefile 1.1 +59 -0 ports/science/isaac-cfd/Makefile (new) 1.1 +8 -0 ports/science/isaac-cfd/distinfo (new) 1.1 +23 -0 ports/science/isaac-cfd/files/patch-makefile (new) 1.1 +8 -0 ports/science/isaac-cfd/files/patch-turb+turb.mk (new) 1.1 +13 -0 ports/science/isaac-cfd/pkg-descr (new) 1.1 +69 -0 ports/science/isaac-cfd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:47:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3BC916A4CE; Wed, 29 Dec 2004 20:47:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF6243D48; Wed, 29 Dec 2004 20:47:03 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKl3P3044685; Wed, 29 Dec 2004 20:47:03 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKl38n044680; Wed, 29 Dec 2004 20:47:03 GMT (envelope-from thierry) Message-Id: <200412292047.iBTKl38n044680@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 29 Dec 2004 20:47:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:47:04 -0000 thierry 2004-12-29 20:47:03 UTC FreeBSD ports repository Modified files: . modules Log: isaac-cfd --> ports/science/isaac-cfd Revision Changes Path 1.11685 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:47:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E030F16A4CE; Wed, 29 Dec 2004 20:47:43 +0000 (GMT) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C86043D45; Wed, 29 Dec 2004 20:47:43 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.1/8.13.1) with ESMTP id iBTKlgYD010989; Wed, 29 Dec 2004 12:47:42 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by leguin.anholt.net (8.13.1/8.13.1/Submit) id iBTKlgZa010988; Wed, 29 Dec 2004 12:47:42 -0800 (PST) (envelope-from eta@lclark.edu) X-Authentication-Warning: leguin.anholt.net: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Michael Nottebrock In-Reply-To: <200412292001.iBTK1JBN042061@repoman.freebsd.org> References: <200412292001.iBTK1JBN042061@repoman.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 29 Dec 2004 12:47:41 -0800 Message-Id: <1104353261.854.33.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:47:44 -0000 On Wed, 2004-12-29 at 20:01 +0000, Michael Nottebrock wrote: > lofi 2004-12-29 20:01:19 UTC > > FreeBSD ports repository > > Modified files: > . UPDATING > Log: > Add a note about checking the ICE socket directory in case KDE refuses > to start after upgrading to Xorg 6.8.1 (which for some reason that's > escaping me makes .ICE-unix/ not owned by root a fatal error). This is because for security that directory does need to be owned by root. The conclusion of various discussions and confcalls was that there was no way to make .ICE-unix be owned by root reasonably from X.Org's side, so distros would have to be responsible for it. I guess the question is whether the rc script that does that, along with the /tmp cleanup, should live in the base system or in the port. My opinion is that an x11 setup script should actually live in the base system, as there's no other sensible central place to put it, unless we were to have a single "X11 common misc stuff" port. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:49:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1305716A509; Wed, 29 Dec 2004 20:49:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04EC43D1F; Wed, 29 Dec 2004 20:49:55 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKntFp050317; Wed, 29 Dec 2004 20:49:55 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKntsY050316; Wed, 29 Dec 2004 20:49:55 GMT (envelope-from ceri) Message-Id: <200412292049.iBTKntsY050316@repoman.freebsd.org> From: Ceri Davies Date: Wed, 29 Dec 2004 20:49:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml 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: Wed, 29 Dec 2004 20:49:56 -0000 ceri 2004-12-29 20:49:55 UTC FreeBSD doc repository Modified files: en/donations donors.sgml wantlist.sgml Log: keramida has very kindly shipped me the book I wanted. Thanks! Revision Changes Path 1.243 +9 -1 www/en/donations/donors.sgml 1.296 +1 -9 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:51:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398BA16A4CE; Wed, 29 Dec 2004 20:51:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A8543D2F; Wed, 29 Dec 2004 20:51:08 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKp7bu050459; Wed, 29 Dec 2004 20:51:07 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKp7Jf050458; Wed, 29 Dec 2004 20:51:07 GMT (envelope-from trevor) Message-Id: <200412292051.iBTKp7Jf050458@repoman.freebsd.org> From: Trevor Johnson Date: Wed, 29 Dec 2004 20:51:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/snd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:51:08 -0000 trevor 2004-12-29 20:51:07 UTC FreeBSD ports repository Modified files: audio/snd Makefile distinfo Log: Update to 7.8. Define USE_X_PREFIX, so mtree will not create share/nls/POSIX and share/nls/en_US.US-ASCII under /usr/X11R6--submitted by kris. Revision Changes Path 1.43 +3 -4 ports/audio/snd/Makefile 1.5 +2 -2 ports/audio/snd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:53:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B6516A4CE; Wed, 29 Dec 2004 20:53:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A7243D53; Wed, 29 Dec 2004 20:53:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTKreqA050533; Wed, 29 Dec 2004 20:53:40 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTKrePT050532; Wed, 29 Dec 2004 20:53:40 GMT (envelope-from sem) Message-Id: <200412292053.iBTKrePT050532@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 20:53:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/torsmo/files patch-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, 29 Dec 2004 20:53:41 -0000 sem 2004-12-29 20:53:40 UTC FreeBSD ports repository Modified files: sysutils/torsmo/files patch-freebsd.c Log: - Try to fix build on alpha: * use CPU freq. detection code only on i386 * s/int/size_t/ PR: ports/75633 Submitted by: maintainer Reported by: pointyhat via kris Revision Changes Path 1.2 +19 -4 ports/sysutils/torsmo/files/patch-freebsd.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 20:57:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 532D216A4CE; Wed, 29 Dec 2004 20:57:27 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1722D43D1D; Wed, 29 Dec 2004 20:57:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BE5D351199; Wed, 29 Dec 2004 12:57:22 -0800 (PST) Date: Wed, 29 Dec 2004 12:57:22 -0800 From: Kris Kennaway To: Eric Anholt Message-ID: <20041229205722.GA41658@xor.obsecurity.org> References: <200412292001.iBTK1JBN042061@repoman.freebsd.org> <1104353261.854.33.camel@leguin> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <1104353261.854.33.camel@leguin> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 20:57:27 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 29, 2004 at 12:47:41PM -0800, Eric Anholt wrote: > On Wed, 2004-12-29 at 20:01 +0000, Michael Nottebrock wrote: > > lofi 2004-12-29 20:01:19 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > . UPDATING=20 > > Log: > > Add a note about checking the ICE socket directory in case KDE refuses > > to start after upgrading to Xorg 6.8.1 (which for some reason that's > > escaping me makes .ICE-unix/ not owned by root a fatal error). >=20 > This is because for security that directory does need to be owned by > root. The conclusion of various discussions and confcalls was that > there was no way to make .ICE-unix be owned by root reasonably from > X.Org's side, so distros would have to be responsible for it. I guess > the question is whether the rc script that does that, along with > the /tmp cleanup, should live in the base system or in the port. My > opinion is that an x11 setup script should actually live in the base > system, as there's no other sensible central place to put it, unless we > were to have a single "X11 common misc stuff" port. I think there's a PR about this. Kris --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0xoyWry0BWjoQKURAgN/AKDCIrBoiZmYB/FNxc4xrqN5wTcyRgCdEQbu NNr/E9FdqLIGpViEPXRoGV8= =8UYM -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:00:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B646F16A4CE for ; Wed, 29 Dec 2004 21:00:42 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA8D43D54 for ; Wed, 29 Dec 2004 21:00:41 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14864 invoked from network); 29 Dec 2004 21:00:41 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 29 Dec 2004 21:00:40 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBTL0QdH004673; Wed, 29 Dec 2004 16:00:32 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Wed, 29 Dec 2004 14:37:16 -0500 User-Agent: KMail/1.6.2 References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229124826.Q60504@mail.chesapeake.net> <41D30245.8020600@root.org> In-Reply-To: <41D30245.8020600@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412291437.16063.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 21:00:42 -0000 On Wednesday 29 December 2004 02:15 pm, Nate Lawson wrote: > Jeff Roberson wrote: > > On Wed, 29 Dec 2004, Nate Lawson wrote: > >>Also, could someone please get us more KTR ids while they're at it? We > >>only have 2 left. > > > > I think we should make one or to KTR_LOCAL's or something like that. So > > you can have a define in your file for KTR_MYCODE 0, and when you want to > > debug it, define it to KTR_LOCAL. There are a bunch of KTR ids that are > > used for things that don't really need to be global that we could gc if > > we do that. > > Isn't there a way to dynamically allocate ids, like sysctl does for oid? KTR_COMPILE is rather static and compile-time bound. -- 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 29 21:15:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E808716A4CE; Wed, 29 Dec 2004 21:15:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF2AF43D49; Wed, 29 Dec 2004 21:15:39 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLFdPB051289; Wed, 29 Dec 2004 21:15:39 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLFd18051288; Wed, 29 Dec 2004 21:15:39 GMT (envelope-from lth) Message-Id: <200412292115.iBTLFd18051288@repoman.freebsd.org> From: Lars Thegler Date: Wed, 29 Dec 2004 21:15:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-Class-DBI-AsForm Makefile distinfo ports/databases/p5-Class-DBI-AsForm/files 500503-AsForm.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:15:40 -0000 lth 2004-12-29 21:15:39 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-AsForm Makefile distinfo databases/p5-Class-DBI-AsForm/files 500503-AsForm.pm Log: Update to 2.41 Revision Changes Path 1.4 +1 -1 ports/databases/p5-Class-DBI-AsForm/Makefile 1.3 +2 -2 ports/databases/p5-Class-DBI-AsForm/distinfo 1.3 +40 -37 ports/databases/p5-Class-DBI-AsForm/files/500503-AsForm.pm From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:29:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B7F316A4CE; Wed, 29 Dec 2004 21:29:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622B343D41; Wed, 29 Dec 2004 21:29:21 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLTLwW051781; Wed, 29 Dec 2004 21:29:21 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLTLJt051780; Wed, 29 Dec 2004 21:29:21 GMT (envelope-from thierry) Message-Id: <200412292129.iBTLTLJt051780@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 29 Dec 2004 21:29:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/rxvt-unicode Makefile distinfo ports/x11/rxvt-unicode/files patch-configure patch-src::command.C X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:29:21 -0000 thierry 2004-12-29 21:29:21 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile distinfo x11/rxvt-unicode/files patch-configure patch-src::command.C Log: Upgrade to 4.7. Revision Changes Path 1.69 +1 -1 ports/x11/rxvt-unicode/Makefile 1.26 +2 -2 ports/x11/rxvt-unicode/distinfo 1.2 +2 -2 ports/x11/rxvt-unicode/files/patch-configure 1.6 +3 -12 ports/x11/rxvt-unicode/files/patch-src::command.C From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:36:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D00CD16A4CE; Wed, 29 Dec 2004 21:36:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB15543D41; Wed, 29 Dec 2004 21:36:43 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLahWW052244; Wed, 29 Dec 2004 21:36:43 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLah2d052243; Wed, 29 Dec 2004 21:36:43 GMT (envelope-from julian) Message-Id: <200412292136.iBTLah2d052243@repoman.freebsd.org> From: Julian Elischer Date: Wed, 29 Dec 2004 21:36:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:36:44 -0000 julian 2004-12-29 21:36:43 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Don't call ugen_destroy_devnodes(). it is called from ugen_set_config() which is the very next line. Submitted by: stefanf MFC after: 3 days Revision Changes Path 1.102 +0 -3 src/sys/dev/usb/ugen.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:41:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B80B116A4CE; Wed, 29 Dec 2004 21:41:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E6F43D3F; Wed, 29 Dec 2004 21:41:49 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLfnvw052452; Wed, 29 Dec 2004 21:41:49 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLfnAf052451; Wed, 29 Dec 2004 21:41:49 GMT (envelope-from lofi) Message-Id: <200412292141.iBTLfnAf052451@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 29 Dec 2004 21:41:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:41:49 -0000 lofi 2004-12-29 21:41:49 UTC FreeBSD ports repository Modified files: . UPDATING Log: Also suggest to not use clear_tmp_enable right now, since it'll nuke /tmp/.ICE-unix on each boot. Revision Changes Path 1.126 +5 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:45:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E6B116A4CE; Wed, 29 Dec 2004 21:45:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3813A43D2F; Wed, 29 Dec 2004 21:45:18 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLjIn1052627; Wed, 29 Dec 2004 21:45:18 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLjHkq052626; Wed, 29 Dec 2004 21:45:18 GMT (envelope-from brueffer) Message-Id: <200412292145.iBTLjHkq052626@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Dec 2004 21:45:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/share/man/man4 ixgb.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: Wed, 29 Dec 2004 21:45:18 -0000 brueffer 2004-12-29 21:45:17 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4_11) share/man/man4 ixgb.4 Log: MFC: rev. 1.6 + 1.7 The ixgb(4) driver actually first appeared in 5.3 and the upcoming 4.11. Approved by: re (kensmith) Revision Changes Path 1.1.2.1.2.1 +3 -1 src/share/man/man4/ixgb.4 From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:50:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E043416A4DC; Wed, 29 Dec 2004 21:50:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA43243D1F; Wed, 29 Dec 2004 21:50:44 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLoiVX053160; Wed, 29 Dec 2004 21:50:44 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLoieM053159; Wed, 29 Dec 2004 21:50:44 GMT (envelope-from obrien) Message-Id: <200412292150.iBTLoieM053159@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 21:50:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ti Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:50:45 -0000 obrien 2004-12-29 21:50:44 UTC FreeBSD src repository Modified files: sys/modules/ti Makefile Log: Remove vnode_if.h for rev 1.14. Revision Changes Path 1.15 +1 -2 src/sys/modules/ti/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:51:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9EA16A4CE; Wed, 29 Dec 2004 21:51:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4790E43D2F; Wed, 29 Dec 2004 21:51:42 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLpgxL053232; Wed, 29 Dec 2004 21:51:42 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLpgRU053231; Wed, 29 Dec 2004 21:51:42 GMT (envelope-from lofi) Message-Id: <200412292151.iBTLpgRU053231@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 29 Dec 2004 21:51:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.kde.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:51:42 -0000 lofi 2004-12-29 21:51:42 UTC FreeBSD ports repository Modified files: Mk bsd.kde.mk Log: Globally disable -Wl,-as-needed for all users of USE_KDELIBS_VER. Binaries linked with -pthread and -Wl,as-needed will have all references to libphthread stripped (reason/reasoning unknown), causing funny runtime errors when Qt decides to fire up a thread. Revision Changes Path 1.47 +3 -2 ports/Mk/bsd.kde.mk From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:52:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7728B16A4CF; Wed, 29 Dec 2004 21:52:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E54343D2F; Wed, 29 Dec 2004 21:52:25 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLqPFw053269; Wed, 29 Dec 2004 21:52:25 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLqPUx053268; Wed, 29 Dec 2004 21:52:25 GMT (envelope-from marius) Message-Id: <200412292152.iBTLqPUx053268@repoman.freebsd.org> From: Marius Strobl Date: Wed, 29 Dec 2004 21:52:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/ettercap Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:52:25 -0000 marius 2004-12-29 21:52:25 UTC FreeBSD ports repository (src committer) Modified files: net-mgmt/ettercap Makefile distinfo pkg-plist Log: Update to 0.7.2. For changes since 0.7.1 please see: http://ettercap.sourceforge.net/history.php Approved by: netchild Revision Changes Path 1.22 +2 -3 ports/net-mgmt/ettercap/Makefile 1.15 +2 -2 ports/net-mgmt/ettercap/distinfo 1.12 +1 -0 ports/net-mgmt/ettercap/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:00:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A3A16A4CF; Wed, 29 Dec 2004 22:00:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5EBC43D48; Wed, 29 Dec 2004 22:00:27 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTM0RZo053581; Wed, 29 Dec 2004 22:00:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTM0R9h053580; Wed, 29 Dec 2004 22:00:27 GMT (envelope-from marius) Message-Id: <200412292200.iBTM0R9h053580@repoman.freebsd.org> From: Marius Strobl Date: Wed, 29 Dec 2004 22:00:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/yacas Makefile distinfo pkg-plist patch-scripts::cstubgen.rep::code.ys patch-src::Makefile.in patch-src::cyacas.h patch-src::grower.inl patch-src::stdfileio.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:00:28 -0000 marius 2004-12-29 22:00:27 UTC FreeBSD ports repository (src committer) Modified files: math/yacas Makefile distinfo pkg-plist math/yacas/files patch-scripts::compile.rep::compilecpp.ys patch-src::Makefile.in Removed files: math/yacas/files patch-scripts::cstubgen.rep::code.ys patch-src::cyacas.h patch-src::grower.inl patch-src::mathcommands.h patch-src::obmalloc.cpp patch-src::stdfileio.cpp Log: Update to 1.0.57. For changes since 1.0.56 please see: http://yacas.sourceforge.net/changes.html The new optimze-compiled-plugin-size feature had to be disabled otherwise yacas would dump core. Approved by: netchild Revision Changes Path 1.23 +1 -2 ports/math/yacas/Makefile 1.13 +2 -2 ports/math/yacas/distinfo 1.2 +8 -8 ports/math/yacas/files/patch-scripts::compile.rep::compilecpp.ys 1.2 +0 -11 ports/math/yacas/files/patch-scripts::cstubgen.rep::code.ys (dead) 1.2 +4 -4 ports/math/yacas/files/patch-src::Makefile.in 1.2 +0 -11 ports/math/yacas/files/patch-src::cyacas.h (dead) 1.2 +0 -15 ports/math/yacas/files/patch-src::grower.inl (dead) 1.2 +0 -15 ports/math/yacas/files/patch-src::mathcommands.h (dead) 1.2 +0 -11 ports/math/yacas/files/patch-src::obmalloc.cpp (dead) 1.2 +0 -20 ports/math/yacas/files/patch-src::stdfileio.cpp (dead) 1.13 +6 -0 ports/math/yacas/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:04:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA4E16A4CE; Wed, 29 Dec 2004 22:04:53 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97FC43D1D; Wed, 29 Dec 2004 22:04:52 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1Cjlw3-000DKj-VV; Wed, 29 Dec 2004 22:04:51 +0000 Date: Wed, 29 Dec 2004 22:04:51 +0000 From: Ceri Davies To: Michael Nottebrock Message-ID: <20041229220451.GC50770@submonkey.net> Mail-Followup-To: Ceri Davies , Michael Nottebrock , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9Ek0hoCL9XbhcSqy" Content-Disposition: inline In-Reply-To: <200412292141.iBTLfnAf052451@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:04:53 -0000 --9Ek0hoCL9XbhcSqy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 29, 2004 at 09:41:49PM +0000, Michael Nottebrock wrote: > lofi 2004-12-29 21:41:49 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > . UPDATING=20 > Log: > Also suggest to not use clear_tmp_enable right now, since it'll nuke > /tmp/.ICE-unix on each boot. This is pretty nasty for those of us who have /tmp on memory disks. Does use of xdm/kdm work around the problem? Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --9Ek0hoCL9XbhcSqy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0yoDocfcwTS3JF8RAhgjAJ9RqbhRwGwfjSywnh4aA3u7ZY0/cwCgqm1M k/C8iGlFOqDrbJ6M88Qt7l0= =EroW -----END PGP SIGNATURE----- --9Ek0hoCL9XbhcSqy-- From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:11:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE9816A4CE; Wed, 29 Dec 2004 22:11:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A8643D1D; Wed, 29 Dec 2004 22:11:07 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMB78J053989; Wed, 29 Dec 2004 22:11:07 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMB7pI053988; Wed, 29 Dec 2004 22:11:07 GMT (envelope-from remko) Message-Id: <200412292211.iBTMB7pI053988@repoman.freebsd.org> From: Remko Lodder Date: Wed, 29 Dec 2004 22:11:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/nl_NL.ISO8859-1/share/sgml catalog X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:11:07 -0000 remko 2004-12-29 22:11:07 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/share/sgml catalog Log: Fix SGML comments. Approved by: simon (mentor) Revision Changes Path 1.5 +2 -3 doc/nl_NL.ISO8859-1/share/sgml/catalog From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:12:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D4716A4CF; Wed, 29 Dec 2004 22:12:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5412043D8A; Wed, 29 Dec 2004 22:12:37 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMCbit054159; Wed, 29 Dec 2004 22:12:37 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMCbnl054158; Wed, 29 Dec 2004 22:12:37 GMT (envelope-from sem) Message-Id: <200412292212.iBTMCbnl054158@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 22:12:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/xemacs21-mule Makefile ports/japanese/xemacs21-wnn6 Makefile ports/japanese/xemacs21-canna Makefile ports/japanese/xemacs21-freewnn Makefile ports/japanese/xemacs21-canna+freewnn Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:12:37 -0000 sem 2004-12-29 22:12:37 UTC FreeBSD ports repository Modified files: editors/xemacs21-mule Makefile japanese/xemacs21-wnn6 Makefile japanese/xemacs21-canna Makefile japanese/xemacs21-canna+wnn6 Makefile japanese/xemacs21-freewnn Makefile japanese/xemacs21-canna+freewnn Makefile Log: - maintainer of editors/xemacs21-mule can't maintain japanise ports. So, set maintainer to ports@ there. Submitted by: Andrey Slusar (maintainer of xemacs21-mule) Revision Changes Path 1.61 +1 -1 ports/editors/xemacs21-mule/Makefile 1.17 +1 -0 ports/japanese/xemacs21-canna+freewnn/Makefile 1.18 +1 -0 ports/japanese/xemacs21-canna+wnn6/Makefile 1.24 +1 -0 ports/japanese/xemacs21-canna/Makefile 1.16 +1 -0 ports/japanese/xemacs21-freewnn/Makefile 1.18 +1 -0 ports/japanese/xemacs21-wnn6/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:17:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9443E16A4CE; Wed, 29 Dec 2004 22:17:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7468343D4C; Wed, 29 Dec 2004 22:17:04 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMH4x1054424; Wed, 29 Dec 2004 22:17:04 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMH450054423; Wed, 29 Dec 2004 22:17:04 GMT (envelope-from marius) Message-Id: <200412292217.iBTMH450054423@repoman.freebsd.org> From: Marius Strobl Date: Wed, 29 Dec 2004 22:17:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cdrtools Makefile distinfo pkg-plist patch-RULES::rules.cnfpatch-librscg::scsi-remote.c patch-rscsi::rscsi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:17:04 -0000 marius 2004-12-29 22:17:04 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools Makefile distinfo pkg-plist sysutils/cdrtools/files patch-README.rscsi patch-cdda2wav::interface.c Removed files: sysutils/cdrtools/files patch-RULES::rules.cnf patch-conf::configure patch-librscg::scsi-remote.c patch-rscsi::rscsi.c Log: - Update to 2.01. For changes since 2.00.3 please see: ftp://ftp.berlios.de/pub/cdrecord/AN-2.01 - Once again remove the patch for the configure script to disable the use of mlockall(2) as it no longer causes negative side effects on FreeBSD => 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2) as such changes are not allowed according to a comment in xconfig.h.in. A patch for aclocal.m4 was submitted upstream but didn't get integrated. Mkisofs 2.01 was verified to produce working FreeBSD install images for alpha, i386, ia64 and sparc64. Thanks to: marcel for verifying mkisofs on ia64 Approved by: netchild Revision Changes Path 1.60 +13 -8 ports/sysutils/cdrtools/Makefile 1.29 +2 -2 ports/sysutils/cdrtools/distinfo 1.3 +1 -15 ports/sysutils/cdrtools/files/patch-README.rscsi 1.2 +0 -12 ports/sysutils/cdrtools/files/patch-RULES::rules.cnf (dead) 1.3 +0 -44 ports/sysutils/cdrtools/files/patch-cdda2wav::interface.c 1.2 +0 -10 ports/sysutils/cdrtools/files/patch-conf::configure (dead) 1.2 +0 -16 ports/sysutils/cdrtools/files/patch-librscg::scsi-remote.c (dead) 1.2 +0 -18 ports/sysutils/cdrtools/files/patch-rscsi::rscsi.c (dead) 1.12 +2 -0 ports/sysutils/cdrtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:17:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0536216A4CF; Wed, 29 Dec 2004 22:17:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BDC343D39; Wed, 29 Dec 2004 22:17:08 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMH8AO054455; Wed, 29 Dec 2004 22:17:08 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMH8JS054454; Wed, 29 Dec 2004 22:17:08 GMT (envelope-from marius) Message-Id: <200412292217.iBTMH8JS054454@repoman.freebsd.org> From: Marius Strobl Date: Wed, 29 Dec 2004 22:17:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cdrtools-cjk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:17:09 -0000 marius 2004-12-29 22:17:08 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-cjk Makefile distinfo Log: Updated patch for cdrtools/mkisofs 2.01. A bug that could cause corrupted file names was also fixed. There are hints that cjk-cdrtools-2.0.3.20030714 already didn't work for at least euc-kr. Any reports about whether this port works for you or not are appreciated. Approved by: netchild Revision Changes Path 1.2 +4 -3 ports/sysutils/cdrtools-cjk/Makefile 1.2 +4 -4 ports/sysutils/cdrtools-cjk/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:23:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BF216A4CE; Wed, 29 Dec 2004 22:23:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8088243D31; Wed, 29 Dec 2004 22:23:18 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMNIA0054673; Wed, 29 Dec 2004 22:23:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMNIoY054672; Wed, 29 Dec 2004 22:23:18 GMT (envelope-from marius) Message-Id: <200412292223.iBTMNIoY054672@repoman.freebsd.org> From: Marius Strobl Date: Wed, 29 Dec 2004 22:23:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/cdrtools-devel Makefile distinfo ports/sysutils/cdrtools-devel/files patch-conf::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: Wed, 29 Dec 2004 22:23:19 -0000 marius 2004-12-29 22:23:18 UTC FreeBSD ports repository (src committer) Modified files: sysutils/cdrtools-devel Makefile distinfo Removed files: sysutils/cdrtools-devel/files patch-conf::configure Log: - Update to 2.01.01a01 which adds support for GigaRec feature found in some Plextor writers. This release doesn't start a new cdrtools alpha series though. - Once again remove the patch for the configure script to disable the use of mlockall(2) as it no longer causes negative side effects on FreeBSD => 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2) as such changes are not allowed according to a comment in xconfig.h.in. A patch for aclocal.m4 was submitted upstream but didn't get integrated. Approved by: netchild Revision Changes Path 1.70 +7 -3 ports/sysutils/cdrtools-devel/Makefile 1.47 +2 -2 ports/sysutils/cdrtools-devel/distinfo 1.5 +0 -10 ports/sysutils/cdrtools-devel/files/patch-conf::configure (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:28:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E76A16A4CE; Wed, 29 Dec 2004 22:28:55 +0000 (GMT) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B76143D3F; Wed, 29 Dec 2004 22:28:55 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.1/8.13.1) with ESMTP id iBTMSsqg048308; Wed, 29 Dec 2004 14:28:54 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by leguin.anholt.net (8.13.1/8.13.1/Submit) id iBTMSrFA048307; Wed, 29 Dec 2004 14:28:53 -0800 (PST) (envelope-from eta@lclark.edu) X-Authentication-Warning: leguin.anholt.net: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Ceri Davies In-Reply-To: <20041229220451.GC50770@submonkey.net> References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> <20041229220451.GC50770@submonkey.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 29 Dec 2004 14:28:53 -0800 Message-Id: <1104359333.854.38.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port cc: cvs-ports@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:28:55 -0000 On Wed, 2004-12-29 at 22:04 +0000, Ceri Davies wrote: > On Wed, Dec 29, 2004 at 09:41:49PM +0000, Michael Nottebrock wrote: > > lofi 2004-12-29 21:41:49 UTC > > > > FreeBSD ports repository > > > > Modified files: > > . UPDATING > > Log: > > Also suggest to not use clear_tmp_enable right now, since it'll nuke > > /tmp/.ICE-unix on each boot. > > This is pretty nasty for those of us who have /tmp on memory disks. > Does use of xdm/kdm work around the problem? Nope, unless xdm/kdm run an X client as root as the first thing they do. I was talking with lofi@ on irc about this. .ICE-unix is something used by clients, not the server. The problem is that clients don't necessarily have root which is needed to make the directory properly. You can't rely on the server to do it, because apps are often not run on systems with a server, and certainly not a running one. This directory needs to be made during startup by the system, i.e. not X.Org or XFree86. The only question is whether we're going to put the rc script in a common port, each of the ports that needs it, or the base system. I lean towards #3. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:29:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB6316A4CE; Wed, 29 Dec 2004 22:29:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52C643D49; Wed, 29 Dec 2004 22:29:30 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMTUjh054883; Wed, 29 Dec 2004 22:29:30 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMTUSL054882; Wed, 29 Dec 2004 22:29:30 GMT (envelope-from obrien) Message-Id: <200412292229.iBTMTUSL054882@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Dec 2004 22:29:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-gnu pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:29:31 -0000 obrien 2004-12-29 22:29:30 UTC FreeBSD ports repository Modified files: print/ghostscript-gnu pkg-descr Log: Make it clearer what this is vs. ghostscript-gpl. Revision Changes Path 1.14 +3 -0 ports/print/ghostscript-gnu/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:31:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB97016A4CE; Wed, 29 Dec 2004 22:31:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D7C43D1D; Wed, 29 Dec 2004 22:31:09 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMV9hb055014; Wed, 29 Dec 2004 22:31:09 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMV93s055013; Wed, 29 Dec 2004 22:31:09 GMT (envelope-from marcus) Message-Id: <200412292231.iBTMV93s055013@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Dec 2004 22:31:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gaim Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:31:10 -0000 marcus 2004-12-29 22:31:09 UTC FreeBSD ports repository Modified files: net/gaim Makefile distinfo pkg-plist Log: Update to 1.1.1. See http://gaim.sourceforge.net/ChangeLog for the list of changes. Revision Changes Path 1.161 +1 -1 ports/net/gaim/Makefile 1.94 +2 -2 ports/net/gaim/distinfo 1.71 +5 -0 ports/net/gaim/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:31:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE4816A4CE; Wed, 29 Dec 2004 22:31:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3509443D2D; Wed, 29 Dec 2004 22:31:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMVrTB055067; Wed, 29 Dec 2004 22:31:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMVrrK055066; Wed, 29 Dec 2004 22:31:53 GMT (envelope-from marcus) Message-Id: <200412292231.iBTMVrrK055066@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Dec 2004 22:31:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gaim-encryption Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:31:53 -0000 marcus 2004-12-29 22:31:53 UTC FreeBSD ports repository Modified files: security/gaim-encryption Makefile distinfo pkg-plist Log: Update to 2.32. PR: 75599 Submitted by: maintainer Revision Changes Path 1.19 +3 -4 ports/security/gaim-encryption/Makefile 1.8 +2 -2 ports/security/gaim-encryption/distinfo 1.5 +2 -0 ports/security/gaim-encryption/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:32:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B933316A4CE; Wed, 29 Dec 2004 22:32:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E5143D1F; Wed, 29 Dec 2004 22:32:47 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMWlRS055111; Wed, 29 Dec 2004 22:32:47 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMWl0G055110; Wed, 29 Dec 2004 22:32:47 GMT (envelope-from lth) Message-Id: <200412292232.iBTMWl0G055110@repoman.freebsd.org> From: Lars Thegler Date: Wed, 29 Dec 2004 22:32:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Email-MIME-Attachment-Stripper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:32:47 -0000 lth 2004-12-29 22:32:47 UTC FreeBSD ports repository Modified files: mail/p5-Email-MIME-Attachment-Stripper Makefile Log: Fixed dependency Noticed by: pointyhat via kris Pointy hat to: me Revision Changes Path 1.4 +2 -1 ports/mail/p5-Email-MIME-Attachment-Stripper/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:33:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 555A416A4CE; Wed, 29 Dec 2004 22:33:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E62C43D45; Wed, 29 Dec 2004 22:33:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMXr7g055158; Wed, 29 Dec 2004 22:33:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMXrK8055157; Wed, 29 Dec 2004 22:33:53 GMT (envelope-from marcus) Message-Id: <200412292233.iBTMXrK8055157@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Dec 2004 22:33:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gaim-guifications Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:33:53 -0000 marcus 2004-12-29 22:33:53 UTC FreeBSD ports repository Modified files: misc/gaim-guifications Makefile distinfo pkg-plist Log: Update to 2.6. PR: 75600 Submitted by: maintainer Revision Changes Path 1.19 +1 -2 ports/misc/gaim-guifications/Makefile 1.12 +2 -2 ports/misc/gaim-guifications/distinfo 1.7 +1 -0 ports/misc/gaim-guifications/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:35:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01B7916A4CE; Wed, 29 Dec 2004 22:35:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD1643D48; Wed, 29 Dec 2004 22:35:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMZga4055341; Wed, 29 Dec 2004 22:35:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMZgU1055340; Wed, 29 Dec 2004 22:35:42 GMT (envelope-from marcus) Message-Id: <200412292235.iBTMZgU1055340@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Dec 2004 22:35:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile-gaim Makefile ports/net/gaim-openq Makefile ports/japanese/gaim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:35:43 -0000 marcus 2004-12-29 22:35:42 UTC FreeBSD ports repository Modified files: net/meanwhile-gaim Makefile net/gaim-openq Makefile japanese/gaim Makefile Log: Chase the Gaim 1.1.1 update. Revision Changes Path 1.24 +2 -0 ports/japanese/gaim/Makefile 1.6 +1 -1 ports/net/gaim-openq/Makefile 1.16 +1 -1 ports/net/meanwhile-gaim/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:41:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB1816A4CE; Wed, 29 Dec 2004 22:41:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3486D43D45; Wed, 29 Dec 2004 22:41:28 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMfSjk055533; Wed, 29 Dec 2004 22:41:28 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMfSHB055532; Wed, 29 Dec 2004 22:41:28 GMT (envelope-from anholt) Message-Id: <200412292241.iBTMfSHB055532@repoman.freebsd.org> From: Eric Anholt Date: Wed, 29 Dec 2004 22:41:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/dri Makefile ports/graphics/dri/files patch-freebsd-dri X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:41:28 -0000 anholt 2004-12-29 22:41:28 UTC FreeBSD ports repository Modified files: graphics/dri Makefile graphics/dri/files patch-freebsd-dri Log: [1] Try to respect PTHREAD_LIBS, to unbreak the build on 4.x. [2] Respect CXXFLAGS a little more thoroughly. PR: [1] ports/75473 Submitted by: [1] KIMURA Yasuhiro, yasu at utahime dot org, among many others Based on: [1] patch by thierry Revision Changes Path 1.10 +2 -1 ports/graphics/dri/Makefile 1.2 +3 -3 ports/graphics/dri/files/patch-freebsd-dri From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:53:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E7916A4CE; Wed, 29 Dec 2004 22:53:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A07E43D1D; Wed, 29 Dec 2004 22:53:17 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMrGqF055981; Wed, 29 Dec 2004 22:53:16 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMrGWY055980; Wed, 29 Dec 2004 22:53:16 GMT (envelope-from lth) Message-Id: <200412292253.iBTMrGWY055980@repoman.freebsd.org> From: Lars Thegler Date: Wed, 29 Dec 2004 22:53:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Test-Reporter Makefile distinfo ports/devel/p5-Test-Reporter/files 500503-Test::Reporter.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:53:17 -0000 lth 2004-12-29 22:53:16 UTC FreeBSD ports repository Modified files: devel/p5-Test-Reporter Makefile distinfo Added files: devel/p5-Test-Reporter/files 500503-Test::Reporter.pm Log: Update to 1.24 Revision Changes Path 1.5 +4 -1 ports/devel/p5-Test-Reporter/Makefile 1.3 +2 -2 ports/devel/p5-Test-Reporter/distinfo 1.1 +12 -0 ports/devel/p5-Test-Reporter/files/500503-Test::Reporter.pm (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:58:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA4216A4CE; Wed, 29 Dec 2004 22:58:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B534743D1D; Wed, 29 Dec 2004 22:58:29 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMwT17056224; Wed, 29 Dec 2004 22:58:29 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMwTmY056223; Wed, 29 Dec 2004 22:58:29 GMT (envelope-from sem) Message-Id: <200412292258.iBTMwTmY056223@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 29 Dec 2004 22:58:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/kahakai Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:58:30 -0000 sem 2004-12-29 22:58:29 UTC FreeBSD ports repository Modified files: x11-wm/kahakai Makefile pkg-plist Log: - Fix recent python conflict PR: ports/75437 Submitted by: maintainer Revision Changes Path 1.13 +9 -1 ports/x11-wm/kahakai/Makefile 1.3 +2 -0 ports/x11-wm/kahakai/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 29 22:58:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8782816A4CE; Wed, 29 Dec 2004 22:58:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6234643D46; Wed, 29 Dec 2004 22:58:58 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTMww1b056259; Wed, 29 Dec 2004 22:58:58 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTMwwg2056258; Wed, 29 Dec 2004 22:58:58 GMT (envelope-from kientzle) Message-Id: <200412292258.iBTMwwg2056258@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 29 Dec 2004 22:58:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/tar bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 22:58:58 -0000 kientzle 2004-12-29 22:58:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/tar bsdtar.c Log: MFC v1.58: Fix -W long option handling. Revision Changes Path 1.52.2.4 +15 -6 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 23:17:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D670A16A4CE; Wed, 29 Dec 2004 23:17:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B203543D46; Wed, 29 Dec 2004 23:17:18 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTNHIo7056955; Wed, 29 Dec 2004 23:17:18 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTNHI6K056954; Wed, 29 Dec 2004 23:17:18 GMT (envelope-from kris) Message-Id: <200412292317.iBTNHI6K056954@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 29 Dec 2004 23:17:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/ksh93 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 23:17:19 -0000 kris 2004-12-29 23:17:18 UTC FreeBSD ports repository Modified files: shells/ksh93 Makefile Log: BROKEN: unfetchable (maintainer confirms that a new release was uploaded but the download password changed) Revision Changes Path 1.38 +2 -0 ports/shells/ksh93/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 29 23:17:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E801616A4CE; Wed, 29 Dec 2004 23:17:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C122143D39; Wed, 29 Dec 2004 23:17:33 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTNHXo7056984; Wed, 29 Dec 2004 23:17:33 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTNHXYV056983; Wed, 29 Dec 2004 23:17:33 GMT (envelope-from kientzle) Message-Id: <200412292317.iBTNHXYV056983@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 29 Dec 2004 23:17:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 23:17:34 -0000 kientzle 2004-12-29 23:17:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libarchive archive_read_support_format_tar.c Log: MFC 1.29: Tune bidding for tar archives to improve heuristic for deciding whether a hardlink entry with non-zero size really has a body or not. Revision Changes Path 1.26.2.3 +9 -2 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 23:23:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3F016A4CE; Wed, 29 Dec 2004 23:23:00 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E05E43D46; Wed, 29 Dec 2004 23:23:00 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBTNMvGV002668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Dec 2004 15:22:58 -0800 Message-ID: <41D33C50.6090109@root.org> Date: Wed, 29 Dec 2004 15:22:56 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> <20041229124826.Q60504@mail.chesapeake.net> <41D30245.8020600@root.org> <20041229151758.S60504@mail.chesapeake.net> In-Reply-To: <20041229151758.S60504@mail.chesapeake.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.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, 29 Dec 2004 23:23:01 -0000 Jeff Roberson wrote: > On Wed, 29 Dec 2004, Nate Lawson wrote: >>Jeff Roberson wrote: >> >>>On Wed, 29 Dec 2004, Nate Lawson wrote: >>> >>>>Also, could someone please get us more KTR ids while they're at it? We >>>>only have 2 left. >>> >>> >>>I think we should make one or to KTR_LOCAL's or something like that. So >>>you can have a define in your file for KTR_MYCODE 0, and when you want to >>>debug it, define it to KTR_LOCAL. There are a bunch of KTR ids that are >>>used for things that don't really need to be global that we could gc if we >>>do that. >> >>Isn't there a way to dynamically allocate ids, like sysctl does for oid? > > They need to be static at compile time or they always produce massive > bloat in the kernel. Right, I thought we did something like that for other subsystems. I'm very fuzzy on the current best approach but in the past we used linker sets to gather a class of data at link time (including mod load). If the linker set was an id placeholder for a particular type of debug data, the kernel could overwrite this with the actual runtime id. -- Nate From owner-cvs-all@FreeBSD.ORG Wed Dec 29 23:25:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A6B16A4CE for ; Wed, 29 Dec 2004 23:25:45 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C73543D60 for ; Wed, 29 Dec 2004 23:25:44 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail invoked by alias); 29 Dec 2004 23:25:42 -0000 Received: from pD9E2489E.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.226.72.158) by mail.gmx.net (mp014) with SMTP; 30 Dec 2004 00:25:42 +0100 X-Authenticated: #443188 Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id iBTNQPeH055467 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 30 Dec 2004 00:26:27 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Ceri Davies Date: Thu, 30 Dec 2004 00:25:19 +0100 User-Agent: KMail/1.7.2 References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> <20041229220451.GC50770@submonkey.net> In-Reply-To: <20041229220451.GC50770@submonkey.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1687358.HFh7ImT8XV"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412300025.24315.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new X-Y-GMX-Trusted: 0 cc: cvs-ports@freebsd.org cc: Michael Nottebrock cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 23:25:46 -0000 --nextPart1687358.HFh7ImT8XV Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday, 29. December 2004 23:04, Ceri Davies wrote: > On Wed, Dec 29, 2004 at 09:41:49PM +0000, Michael Nottebrock wrote: > > lofi 2004-12-29 21:41:49 UTC > > > > FreeBSD ports repository > > > > Modified files: > > . UPDATING > > Log: > > Also suggest to not use clear_tmp_enable right now, since it'll nuke > > /tmp/.ICE-unix on each boot. > > This is pretty nasty for those of us who have /tmp on memory disks. > Does use of xdm/kdm work around the problem? The easiest workaround is putting something to the effect of (sudo) mkdir -= m=20 1755 -p /tmp/.ICE-unix where it's convenient (in .xsession before startkde= =20 will do for KDE). =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1687358.HFh7ImT8XV Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB0zzkXhc68WspdLARAhtWAJsFGndRd7PopVuCR+ghnnb0O3UJMQCfS86X EFNDl4jiwWD+PCSMvQKkUoA= =epDs -----END PGP SIGNATURE----- --nextPart1687358.HFh7ImT8XV-- From owner-cvs-all@FreeBSD.ORG Wed Dec 29 23:26:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9184116A4CE; Wed, 29 Dec 2004 23:26:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 690AD43D31; Wed, 29 Dec 2004 23:26:18 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTNQIa8057292; Wed, 29 Dec 2004 23:26:18 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTNQIKo057291; Wed, 29 Dec 2004 23:26:18 GMT (envelope-from kientzle) Message-Id: <200412292326.iBTNQIKo057291@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 29 Dec 2004 23:26:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 23:26:18 -0000 kientzle 2004-12-29 23:26:18 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: Rewrite the code that hacks a short names to use in the regular ustar entry. The old code sometimes created a too-long name that overflowed the ustar fields and triggered an internal assertion failure. This version should be more robust. Thanks to: Michal Listos Fixes: bin/74385 MFC after: 15 days Revision Changes Path 1.25 +154 -62 src/lib/libarchive/archive_write_set_format_pax.c From owner-cvs-all@FreeBSD.ORG Wed Dec 29 23:26:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A708216A4CE; Wed, 29 Dec 2004 23:26:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB2F43D54; Wed, 29 Dec 2004 23:26:44 +0000 (GMT) (envelope-from pat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTNQi8V057362; Wed, 29 Dec 2004 23:26:44 GMT (envelope-from pat@repoman.freebsd.org) Received: (from pat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTNQi7T057361; Wed, 29 Dec 2004 23:26:44 GMT (envelope-from pat) Message-Id: <200412292326.iBTNQi7T057361@repoman.freebsd.org> From: Patrick Li Date: Wed, 29 Dec 2004 23:26:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/starplot Makefile distinfo pkg-plist ports/astro/starplot/files patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 23:26:44 -0000 pat 2004-12-29 23:26:44 UTC FreeBSD ports repository Modified files: astro/starplot Makefile distinfo pkg-plist astro/starplot/files patch-src::Makefile.in Log: Update to 0.95.2 Revision Changes Path 1.11 +1 -1 ports/astro/starplot/Makefile 1.6 +2 -2 ports/astro/starplot/distinfo 1.2 +2 -11 ports/astro/starplot/files/patch-src::Makefile.in 1.4 +1 -2 ports/astro/starplot/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:06:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 126A516A4CE; Thu, 30 Dec 2004 00:06:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E055B43D1F; Thu, 30 Dec 2004 00:06:52 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU06qP9058592; Thu, 30 Dec 2004 00:06:52 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU06qYo058591; Thu, 30 Dec 2004 00:06:52 GMT (envelope-from sem) Message-Id: <200412300006.iBU06qYo058591@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 30 Dec 2004 00:06:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/revelation 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, 30 Dec 2004 00:06:53 -0000 sem 2004-12-30 00:06:52 UTC FreeBSD ports repository Modified files: security/revelation Makefile pkg-plist Log: - Fix plist - use GCONF_SCHEMAS PR: ports/75357 Submitted by: maintainer Revision Changes Path 1.5 +1 -0 ports/security/revelation/Makefile 1.3 +2 -3 ports/security/revelation/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:16:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C55216A4CE; Thu, 30 Dec 2004 00:16:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E5D43D2D; Thu, 30 Dec 2004 00:16:26 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU0GQJd059000; Thu, 30 Dec 2004 00:16:26 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU0GQCS058999; Thu, 30 Dec 2004 00:16:26 GMT (envelope-from nobutaka) Message-Id: <200412300016.iBU0GQCS058999@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 30 Dec 2004 00:16:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/boehm-gc/files patch-mach_dep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 00:16:26 -0000 nobutaka 2004-12-30 00:16:26 UTC FreeBSD ports repository Removed files: devel/boehm-gc/files patch-mach_dep.c Log: Remove patch-mach_dep.c. This file should have been removed in previous update. Pointed out by: Scott Robbins , kris Revision Changes Path 1.2 +0 -11 ports/devel/boehm-gc/files/patch-mach_dep.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:36:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F2E316A4CE; Thu, 30 Dec 2004 00:36:51 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70D943D2D; Thu, 30 Dec 2004 00:36:50 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBU0aoGT093946; Wed, 29 Dec 2004 19:36:50 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBU0anrE093942; Wed, 29 Dec 2004 19:36:49 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Wed, 29 Dec 2004 19:36:49 -0500 (EST) From: Jeff Roberson To: Nate Lawson In-Reply-To: <41D33C50.6090109@root.org> Message-ID: <20041229193531.M60504@mail.chesapeake.net> References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> <20041229124826.Q60504@mail.chesapeake.net> <41D30245.8020600@root.org> <20041229151758.S60504@mail.chesapeake.net> <41D33C50.6090109@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/sys ktr.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, 30 Dec 2004 00:36:51 -0000 On Wed, 29 Dec 2004, Nate Lawson wrote: > Jeff Roberson wrote: > > On Wed, 29 Dec 2004, Nate Lawson wrote: > >>Jeff Roberson wrote: > >> > >>>On Wed, 29 Dec 2004, Nate Lawson wrote: > >>> > >>>>Also, could someone please get us more KTR ids while they're at it? We > >>>>only have 2 left. > >>> > >>> > >>>I think we should make one or to KTR_LOCAL's or something like that. So > >>>you can have a define in your file for KTR_MYCODE 0, and when you want to > >>>debug it, define it to KTR_LOCAL. There are a bunch of KTR ids that are > >>>used for things that don't really need to be global that we could gc if we > >>>do that. > >> > >>Isn't there a way to dynamically allocate ids, like sysctl does for oid? > > > > They need to be static at compile time or they always produce massive > > bloat in the kernel. > > Right, I thought we did something like that for other subsystems. I'm > very fuzzy on the current best approach but in the past we used linker > sets to gather a class of data at link time (including mod load). If > the linker set was an id placeholder for a particular type of debug > data, the kernel could overwrite this with the actual runtime id. We already have a runtime mechanism for disabling a particular class that could tolerate dynamic class ids. That's KTR_MASK. The issue I'm talking about, is the ability to compile it out. Since gcc's dead code eliminator doesn't run after link time, all ktrs would forever be compiled into the kernel. > > -- > Nate > From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:39:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB5F416A4CE; Thu, 30 Dec 2004 00:39:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD0843D1D; Thu, 30 Dec 2004 00:39:19 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU0dJAM059741; Thu, 30 Dec 2004 00:39:19 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU0dJqt059740; Thu, 30 Dec 2004 00:39:19 GMT (envelope-from nobutaka) Message-Id: <200412300039.iBU0dJqt059740@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 30 Dec 2004 00:39:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libxine Makefile distinfo pkg-plist patch-src:input:vcd:xineplug_inp_vcd.c patch-src:libffmpeg:libavcodec:mpeg12.c patch-src:libffmpeg:libavcodec:msmpeg4.c patch-src:libmad: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, 30 Dec 2004 00:39:19 -0000 nobutaka 2004-12-30 00:39:19 UTC FreeBSD ports repository Modified files: multimedia/libxine Makefile distinfo pkg-plist multimedia/libxine/files patch-src:input:vcd:xineplug_inp_vcd.c patch-src:liba52:Makefile.in patch-src:libffmpeg:libavcodec:h263.c patch-src:libffmpeg:libavcodec:mpeg12.c patch-src:libffmpeg:libavcodec:msmpeg4.c patch-src:libmad:Makefile.in patch-src:libreal:xine_decoder.c Added files: multimedia/libxine/files patch-configure patch-src:libreal:audio_decoder.c Removed files: multimedia/libxine/files patch-src:libffmpeg:libavcodec:mpegvideo.c patch-src:post:goom:zoom_filter_xmmx.c Log: Update to 1.0. (At last!) Revision Changes Path 1.70 +13 -5 ports/multimedia/libxine/Makefile 1.25 +2 -2 ports/multimedia/libxine/distinfo 1.3 +11 -0 ports/multimedia/libxine/files/patch-configure (new) 1.2 +4 -48 ports/multimedia/libxine/files/patch-src:input:vcd:xineplug_inp_vcd.c 1.5 +28 -25 ports/multimedia/libxine/files/patch-src:liba52:Makefile.in 1.2 +5 -7 ports/multimedia/libxine/files/patch-src:libffmpeg:libavcodec:h263.c 1.2 +6 -31 ports/multimedia/libxine/files/patch-src:libffmpeg:libavcodec:mpeg12.c 1.2 +0 -19 ports/multimedia/libxine/files/patch-src:libffmpeg:libavcodec:mpegvideo.c (dead) 1.2 +12 -14 ports/multimedia/libxine/files/patch-src:libffmpeg:libavcodec:msmpeg4.c 1.3 +34 -28 ports/multimedia/libxine/files/patch-src:libmad:Makefile.in 1.1 +46 -0 ports/multimedia/libxine/files/patch-src:libreal:audio_decoder.c (new) 1.2 +43 -30 ports/multimedia/libxine/files/patch-src:libreal:xine_decoder.c 1.2 +0 -11 ports/multimedia/libxine/files/patch-src:post:goom:zoom_filter_xmmx.c (dead) 1.29 +9 -2 ports/multimedia/libxine/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:41:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E58716A4CE; Thu, 30 Dec 2004 00:41:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B4243D1D; Thu, 30 Dec 2004 00:41:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU0fxxD059934; Thu, 30 Dec 2004 00:41:59 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU0fxuv059933; Thu, 30 Dec 2004 00:41:59 GMT (envelope-from ahze) Message-Id: <200412300041.iBU0fxuv059933@repoman.freebsd.org> From: Michael Johnson Date: Thu, 30 Dec 2004 00:41:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gimp Makefile distinfo pkg-plist ports/graphics/gimp/files patch-plug-ins-pygimp-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, 30 Dec 2004 00:41:59 -0000 ahze 2004-12-30 00:41:59 UTC FreeBSD ports repository Modified files: graphics/gimp Makefile distinfo pkg-plist Removed files: graphics/gimp/files patch-plug-ins-pygimp-Makefile.in Log: Update to 2.2.1 Revision Changes Path 1.169 +1 -2 ports/graphics/gimp/Makefile 1.74 +2 -2 ports/graphics/gimp/distinfo 1.2 +0 -11 ports/graphics/gimp/files/patch-plug-ins-pygimp-Makefile.in (dead) 1.97 +0 -1 ports/graphics/gimp/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:42:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F26E516A4CE; Thu, 30 Dec 2004 00:42:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B707143D2D; Thu, 30 Dec 2004 00:42:38 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU0gcRc060022; Thu, 30 Dec 2004 00:42:38 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU0gcXh060021; Thu, 30 Dec 2004 00:42:38 GMT (envelope-from nobutaka) Message-Id: <200412300042.iBU0gcXh060021@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 30 Dec 2004 00:42:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/xine Makefile distinfo pkg-plist patch-src:xitk:file_browser.cpatch-src:xitk:kbindings_man.c patch-src:xitk:setup.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 00:42:39 -0000 nobutaka 2004-12-30 00:42:38 UTC FreeBSD ports repository Modified files: multimedia/xine Makefile distinfo pkg-plist Added files: multimedia/xine/files patch-src:xitk:event_sender.c patch-src:xitk:file_browser.c patch-src:xitk:help.c patch-src:xitk:kbindings.c patch-src:xitk:kbindings_man.c patch-src:xitk:mediamark.c patch-src:xitk:post.c patch-src:xitk:setup.c patch-src:xitk:skins.c patch-src:xitk:skins:xinetic:skinconfig patch-src:xitk:tvset.c patch-src:xitk:viewlog.c patch-src:xitk:xine-toolkit:font.h Log: Update to 0.99.3. Revision Changes Path 1.58 +2 -3 ports/multimedia/xine/Makefile 1.27 +2 -2 ports/multimedia/xine/distinfo 1.1 +11 -0 ports/multimedia/xine/files/patch-src:xitk:event_sender.c (new) 1.1 +13 -0 ports/multimedia/xine/files/patch-src:xitk:file_browser.c (new) 1.1 +13 -0 ports/multimedia/xine/files/patch-src:xitk:help.c (new) 1.1 +13 -0 ports/multimedia/xine/files/patch-src:xitk:kbindings.c (new) 1.1 +13 -0 ports/multimedia/xine/files/patch-src:xitk:kbindings_man.c (new) 1.1 +13 -0 ports/multimedia/xine/files/patch-src:xitk:mediamark.c (new) 1.1 +18 -0 ports/multimedia/xine/files/patch-src:xitk:post.c (new) 1.1 +15 -0 ports/multimedia/xine/files/patch-src:xitk:setup.c (new) 1.1 +14 -0 ports/multimedia/xine/files/patch-src:xitk:skins.c (new) 1.1 +128 -0 ports/multimedia/xine/files/patch-src:xitk:skins:xinetic:skinconfig (new) 1.1 +15 -0 ports/multimedia/xine/files/patch-src:xitk:tvset.c (new) 1.1 +13 -0 ports/multimedia/xine/files/patch-src:xitk:viewlog.c (new) 1.1 +21 -0 ports/multimedia/xine/files/patch-src:xitk:xine-toolkit:font.h (new) 1.28 +2 -1 ports/multimedia/xine/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:44:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE7B16A4CE; Thu, 30 Dec 2004 00:44:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15FA943D1D; Thu, 30 Dec 2004 00:44:25 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU0iOW5060146; Thu, 30 Dec 2004 00:44:24 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU0iOHK060145; Thu, 30 Dec 2004 00:44:24 GMT (envelope-from ahze) Message-Id: <200412300044.iBU0iOHK060145@repoman.freebsd.org> From: Michael Johnson Date: Thu, 30 Dec 2004 00:44:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/pnet-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: Thu, 30 Dec 2004 00:44:25 -0000 ahze 2004-12-30 00:44:24 UTC FreeBSD ports repository Modified files: lang/pnet-base Makefile Log: Attempt to fix build on !i386 Reported by: pointyhat via kris Revision Changes Path 1.16 +2 -5 ports/lang/pnet-base/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:48:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B59616A4CE; Thu, 30 Dec 2004 00:48:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C8C43D46; Thu, 30 Dec 2004 00:48:37 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU0mbrO066846; Thu, 30 Dec 2004 00:48:37 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU0mbKR066845; Thu, 30 Dec 2004 00:48:37 GMT (envelope-from obrien) Message-Id: <200412300048.iBU0mbKR066845@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 30 Dec 2004 00:48:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/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: Thu, 30 Dec 2004 00:48:37 -0000 obrien 2004-12-30 00:48:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/modules Makefile Log: MFC: rev. 1.395: enable sound modules. Revision Changes Path 1.393.2.6 +1 -0 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:51:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FAEB16A4CE; Thu, 30 Dec 2004 00:51:40 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C1E43D46; Thu, 30 Dec 2004 00:51:39 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBU0paGV004683 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Dec 2004 16:51:37 -0800 Message-ID: <41D35117.4010505@root.org> Date: Wed, 29 Dec 2004 16:51:35 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> <20041229124826.Q60504@mail.chesapeake.net> <41D30245.8020600@root.org> <20041229151758.S60504@mail.chesapeake.net> <41D33C50.6090109@root.org> <20041229193531.M60504@mail.chesapeake.net> In-Reply-To: <20041229193531.M60504@mail.chesapeake.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.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, 30 Dec 2004 00:51:40 -0000 Jeff Roberson wrote: > On Wed, 29 Dec 2004, Nate Lawson wrote: >>>>Isn't there a way to dynamically allocate ids, like sysctl does for oid? >>> >>>They need to be static at compile time or they always produce massive >>>bloat in the kernel. >> >>Right, I thought we did something like that for other subsystems. I'm >>very fuzzy on the current best approach but in the past we used linker >>sets to gather a class of data at link time (including mod load). If >>the linker set was an id placeholder for a particular type of debug >>data, the kernel could overwrite this with the actual runtime id. > > > We already have a runtime mechanism for disabling a particular class that > could tolerate dynamic class ids. That's KTR_MASK. The issue I'm talking > about, is the ability to compile it out. Since gcc's dead code eliminator > doesn't run after link time, all ktrs would forever be compiled into the > kernel. Ok. It might be possible to mark such code with __init and KTR ids with __initdata. Then the linker can discard them if not using KTR. This is the approach Linux takes to reclaim memory from code/data that only needs to be accessed once, at boot. -- Nate From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:53:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AF2A16A4CE; Thu, 30 Dec 2004 00:53:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B2F43D48; Thu, 30 Dec 2004 00:53:57 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU0ruCX067032; Thu, 30 Dec 2004 00:53:56 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU0ruES067031; Thu, 30 Dec 2004 00:53:56 GMT (envelope-from obrien) Message-Id: <200412300053.iBU0ruES067031@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 30 Dec 2004 00:53:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dump optr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 00:53:57 -0000 obrien 2004-12-30 00:53:56 UTC FreeBSD src repository Modified files: sbin/dump optr.c Log: Clearer va-args usage. Submitted by: bde Revision Changes Path 1.31 +3 -4 src/sbin/dump/optr.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 00:59:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9AD16A4CE; Thu, 30 Dec 2004 00:59:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B57E43D48; Thu, 30 Dec 2004 00:59:15 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU0xFV6067441; Thu, 30 Dec 2004 00:59:15 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU0xFAC067440; Thu, 30 Dec 2004 00:59:15 GMT (envelope-from nobutaka) Message-Id: <200412300059.iBU0xFAC067440@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 30 Dec 2004 00:59:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/amarok Makefile ports/audio/muine Makefile ports/multimedia/gxine Makefile ports/multimedia/kmplayer Makefile ports/multimedia/konverter Makefile ports/multimedia/qdvdauthor... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 00:59:15 -0000 nobutaka 2004-12-30 00:59:15 UTC FreeBSD ports repository Modified files: audio/amarok Makefile audio/muine Makefile multimedia/gxine Makefile multimedia/kmplayer Makefile multimedia/konverter Makefile multimedia/qdvdauthor Makefile multimedia/quark Makefile multimedia/totem Makefile multimedia/xine_artsplugin Makefile Log: Sync with libxine shared library version bump. Revision Changes Path 1.14 +1 -1 ports/audio/amarok/Makefile 1.6 +1 -1 ports/audio/muine/Makefile 1.11 +2 -2 ports/multimedia/gxine/Makefile 1.17 +1 -0 ports/multimedia/kmplayer/Makefile 1.3 +2 -1 ports/multimedia/konverter/Makefile 1.4 +2 -1 ports/multimedia/qdvdauthor/Makefile 1.12 +2 -2 ports/multimedia/quark/Makefile 1.45 +2 -2 ports/multimedia/totem/Makefile 1.5 +1 -0 ports/multimedia/xine_artsplugin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 01:48:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 801CF16A4CE; Thu, 30 Dec 2004 01:48:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D2243D53; Thu, 30 Dec 2004 01:48:12 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU1mC2f068902; Thu, 30 Dec 2004 01:48:12 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU1mCln068901; Thu, 30 Dec 2004 01:48:12 GMT (envelope-from brueffer) Message-Id: <200412300148.iBU1mCln068901@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 30 Dec 2004 01:48:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 01:48:12 -0000 brueffer 2004-12-30 01:48:12 UTC FreeBSD src repository (doc committer) Modified files: sbin/sconfig sconfig.8 Log: Fix typos. PR: 75616 Submitted by: n-kogane@syd.odn.ne.jp Revision Changes Path 1.7 +3 -3 src/sbin/sconfig/sconfig.8 From owner-cvs-all@FreeBSD.ORG Thu Dec 30 01:52:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A132016A4CE; Thu, 30 Dec 2004 01:52:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF5343D2D; Thu, 30 Dec 2004 01:52:21 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU1qLXH069067; Thu, 30 Dec 2004 01:52:21 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU1qLuc069066; Thu, 30 Dec 2004 01:52:21 GMT (envelope-from brueffer) Message-Id: <200412300152.iBU1qLuc069066@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 30 Dec 2004 01:52:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 01:52:21 -0000 brueffer 2004-12-30 01:52:21 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sbin/sconfig sconfig.8 Log: MFC: rev. 1.7 Fix typos. Revision Changes Path 1.5.2.2 +3 -3 src/sbin/sconfig/sconfig.8 From owner-cvs-all@FreeBSD.ORG Thu Dec 30 01:56:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1884E16A4CE; Thu, 30 Dec 2004 01:56:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64C843D31; Thu, 30 Dec 2004 01:56:30 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU1uUbb069216; Thu, 30 Dec 2004 01:56:30 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU1uUaS069215; Thu, 30 Dec 2004 01:56:30 GMT (envelope-from ahze) Message-Id: <200412300156.iBU1uUaS069215@repoman.freebsd.org> From: Michael Johnson Date: Thu, 30 Dec 2004 01:56:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/lsdvd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 01:56:31 -0000 ahze 2004-12-30 01:56:30 UTC FreeBSD ports repository Modified files: multimedia/lsdvd Makefile Log: Remove a few un-needed lines since we don't use a configure script anymore. Revision Changes Path 1.6 +3 -9 ports/multimedia/lsdvd/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 02:17:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5745816A4CE; Thu, 30 Dec 2004 02:17:16 +0000 (GMT) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FDD843D2F; Thu, 30 Dec 2004 02:17:15 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.64.9]) by mta13.adelphia.netESMTP <20041230021702.BTWY5807.mta13.adelphia.net@default.chvlva.adelphia.net>; Wed, 29 Dec 2004 21:17:02 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 5F7DAB4F6; Wed, 29 Dec 2004 21:16:49 -0500 (EST) Date: Wed, 29 Dec 2004 21:16:49 -0500 From: Parv To: Eric Anholt Message-ID: <20041230021649.GA1267@holestein.holy.cow> Mail-Followup-To: Eric Anholt , Ceri Davies , cvs-ports@FreeBSD.org, Michael Nottebrock , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> <20041229220451.GC50770@submonkey.net> <1104359333.854.38.camel@leguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1104359333.854.38.camel@leguin> cc: cvs-ports@FreeBSD.org cc: Ceri Davies cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:17:16 -0000 in message <1104359333.854.38.camel@leguin>, wrote Eric Anholt thusly... > > This directory needs to be made during startup by the system, i.e. > not X.Org or XFree86. The only question is whether we're going to > put the rc script in a common port, each of the ports that needs > it, or the base system. I lean towards #3. I sure hope there would be NO_ICE_DIR or some such knob for those of us that have no use for KDE if the directory creation goes into the base system. - Parv -- From owner-cvs-all@FreeBSD.ORG Thu Dec 30 02:27:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CC8116A4CE; Thu, 30 Dec 2004 02:27:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 468C143D46; Thu, 30 Dec 2004 02:27:19 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU2RJQq070127; Thu, 30 Dec 2004 02:27:19 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU2RJom070126; Thu, 30 Dec 2004 02:27:19 GMT (envelope-from ahze) Message-Id: <200412300227.iBU2RJom070126@repoman.freebsd.org> From: Michael Johnson Date: Thu, 30 Dec 2004 02:27:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/vlc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:27:19 -0000 ahze 2004-12-30 02:27:19 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Log: Add a new knob, WITHOUT_TRANSCODE WITHOUT_TRANSCODE=yes Disable transcode of multimedia via transcode (multimedia/transcode). This option allows you to convert a media file, dvd, A/V stream, etc in to another format. This also allows you to transcode multimedia on-the-fly and stream to a network and/or local playback. Revision Changes Path 1.73 +10 -0 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 02:37:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE23916A4CE; Thu, 30 Dec 2004 02:37:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF7E43D45; Thu, 30 Dec 2004 02:37:15 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU2bFxX070859; Thu, 30 Dec 2004 02:37:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU2bF9Q070858; Thu, 30 Dec 2004 02:37:15 GMT (envelope-from edwin) Message-Id: <200412300237.iBU2bF9Q070858@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 30 Dec 2004 02:37:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/bforce-kst Makefile ports/comms/qicosi Makefile ports/databases/msql Makefile ports/databases/msql3 Makefile ports/editors/xemacs-mule-packages Makefile... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:37:15 -0000 edwin 2004-12-30 02:37:15 UTC FreeBSD ports repository Modified files: comms/bforce-kst Makefile comms/qicosi Makefile databases/msql Makefile databases/msql3 Makefile editors/xemacs-mule-packages Makefile editors/xemacs-packages Makefile editors/xemacs21-mule Makefile graphics/ida Makefile graphics/libpcd Makefile mail/masqmail Makefile mail/masqmail-devel Makefile net/kf Makefile news/fidogate-ds Makefile news/newsstar Makefile news/s-news Makefile www/mknmz-wwwoffle Makefile Log: [PATCH] change MAINTAINER email address for all my ports. PR: ports/75559 Submitted by: Andrey Slusar Revision Changes Path 1.12 +1 -1 ports/comms/bforce-kst/Makefile 1.20 +1 -1 ports/comms/qicosi/Makefile 1.64 +1 -1 ports/databases/msql/Makefile 1.66 +1 -1 ports/databases/msql3/Makefile 1.33 +1 -1 ports/editors/xemacs-mule-packages/Makefile 1.46 +1 -1 ports/editors/xemacs-packages/Makefile 1.62 +1 -1 ports/editors/xemacs21-mule/Makefile 1.2 +1 -1 ports/graphics/ida/Makefile 1.4 +1 -1 ports/graphics/libpcd/Makefile 1.4 +1 -1 ports/mail/masqmail-devel/Makefile 1.4 +1 -1 ports/mail/masqmail/Makefile 1.6 +1 -1 ports/net/kf/Makefile 1.5 +1 -1 ports/news/fidogate-ds/Makefile 1.7 +1 -1 ports/news/newsstar/Makefile 1.4 +1 -1 ports/news/s-news/Makefile 1.4 +1 -1 ports/www/mknmz-wwwoffle/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 02:39:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54EE16A4CE; Thu, 30 Dec 2004 02:39:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C46C43D41; Thu, 30 Dec 2004 02:39:27 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU2dRJ7070925; Thu, 30 Dec 2004 02:39:27 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU2dRvo070924; Thu, 30 Dec 2004 02:39:27 GMT (envelope-from edwin) Message-Id: <200412300239.iBU2dRvo070924@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 30 Dec 2004 02:39:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:39:28 -0000 edwin 2004-12-30 02:39:27 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: [PATCH] change MAINTAINER email address for all my ports. PR: ports/75559 Submitted by: Andrey Slusar Revision Changes Path 1.304 +1 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 30 02:54:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6509316A4CE; Thu, 30 Dec 2004 02:54:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E59043D58; Thu, 30 Dec 2004 02:54:28 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU2sSkX071419; Thu, 30 Dec 2004 02:54:28 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU2sSaW071418; Thu, 30 Dec 2004 02:54:28 GMT (envelope-from brueffer) Message-Id: <200412300254.iBU2sSaW071418@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 30 Dec 2004 02:54:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:54:28 -0000 brueffer 2004-12-30 02:54:27 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) sbin/sconfig sconfig.8 Log: MFC: rev. 1.7 Fix typos. Revision Changes Path 1.3.2.3 +3 -3 src/sbin/sconfig/sconfig.8 From owner-cvs-all@FreeBSD.ORG Thu Dec 30 02:55:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0EF816A4CE; Thu, 30 Dec 2004 02:55:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8801443D48; Thu, 30 Dec 2004 02:55:16 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU2tG3P071477; Thu, 30 Dec 2004 02:55:16 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU2tGfM071476; Thu, 30 Dec 2004 02:55:16 GMT (envelope-from brueffer) Message-Id: <200412300255.iBU2tGfM071476@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 30 Dec 2004 02:55:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:55:16 -0000 brueffer 2004-12-30 02:55:16 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4_11) sbin/sconfig sconfig.8 Log: MFC: rev. 1.7 Fix typos. Approved by: re (kensmith) Revision Changes Path 1.3.2.2.2.1 +3 -3 src/sbin/sconfig/sconfig.8 From owner-cvs-all@FreeBSD.ORG Thu Dec 30 02:56:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC4716A4D6; Thu, 30 Dec 2004 02:56:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B4B43D48; Thu, 30 Dec 2004 02:56:17 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU2uHbA071596; Thu, 30 Dec 2004 02:56:17 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU2uHuN071595; Thu, 30 Dec 2004 02:56:17 GMT (envelope-from davidxu) Message-Id: <200412300256.iBU2uHuN071595@repoman.freebsd.org> From: David Xu Date: Thu, 30 Dec 2004 02:56:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys umtx.h src/sys/kern kern_umtx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:56:18 -0000 davidxu 2004-12-30 02:56:17 UTC FreeBSD src repository Modified files: sys/sys umtx.h sys/kern kern_umtx.c Log: Make umtx_wait and umtx_wake more like linux futex does, it is more general than previous. It also lets me implement cancelable point in thread library. Also in theory, umtx_lock and umtx_unlock can be implemented by using umtx_wait and umtx_wake, all atomic operations can be done in userland without kernel's casuptr() function. Revision Changes Path 1.25 +9 -41 src/sys/kern/kern_umtx.c 1.9 +7 -9 src/sys/sys/umtx.h From owner-cvs-all@FreeBSD.ORG Thu Dec 30 02:59:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F9F16A4CE; Thu, 30 Dec 2004 02:59:42 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F1FA43D49; Thu, 30 Dec 2004 02:59:42 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EF85751194; Wed, 29 Dec 2004 18:59:38 -0800 (PST) Date: Wed, 29 Dec 2004 18:59:38 -0800 From: Kris Kennaway To: Eric Anholt , Ceri Davies , cvs-ports@FreeBSD.org, Michael Nottebrock , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Message-ID: <20041230025938.GA6056@xor.obsecurity.org> References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> <20041229220451.GC50770@submonkey.net> <1104359333.854.38.camel@leguin> <20041230021649.GA1267@holestein.holy.cow> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: <20041230021649.GA1267@holestein.holy.cow> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:59:42 -0000 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 29, 2004 at 09:16:49PM -0500, Parv wrote: > in message <1104359333.854.38.camel@leguin>, > wrote Eric Anholt thusly... > > > > This directory needs to be made during startup by the system, i.e. > > not X.Org or XFree86. The only question is whether we're going to > > put the rc script in a common port, each of the ports that needs > > it, or the base system. I lean towards #3. >=20 > I sure hope there would be NO_ICE_DIR or some such knob for those of > us that have no use for KDE if the directory creation goes into the > base system. Let's all take up a collection to buy Parv a spare inode, instead. :-) Kris --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB028aWry0BWjoQKURAqXvAKDS4wFLkwqhOlQSrmDzgP5I8RBnOACgzGnM gWA+NbNIpRwHfe7mImF+EEg= =j7nw -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From owner-cvs-all@FreeBSD.ORG Thu Dec 30 03:08:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 545B216A4CE; Thu, 30 Dec 2004 03:08:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D0DC43D2D; Thu, 30 Dec 2004 03:08:56 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU38uJ4072277; Thu, 30 Dec 2004 03:08:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU38u71072276; Thu, 30 Dec 2004 03:08:56 GMT (envelope-from edwin) Message-Id: <200412300308.iBU38u71072276@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 30 Dec 2004 03:08:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/simpletest Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 03:08:56 -0000 edwin 2004-12-30 03:08:56 UTC FreeBSD ports repository Modified files: devel/simpletest Makefile Log: Add NO_BUILD=yes since the do-build is commented out. Noticed by: PointyHat Building Clusters Ltd. Revision Changes Path 1.5 +1 -0 ports/devel/simpletest/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 03:10:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED9516A4CE; Thu, 30 Dec 2004 03:10:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284CE43D2F; Thu, 30 Dec 2004 03:10:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU3Agtx072412; Thu, 30 Dec 2004 03:10:42 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU3AgJ3072411; Thu, 30 Dec 2004 03:10:42 GMT (envelope-from edwin) Message-Id: <200412300310.iBU3AgJ3072411@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 30 Dec 2004 03:10:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/celestia Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 03:10:42 -0000 edwin 2004-12-30 03:10:42 UTC FreeBSD ports repository Modified files: astro/celestia Makefile Log: Fix dependency: libglut.3. -> glut.3 Noticed by: PointyHat Construction Company Revision Changes Path 1.21 +1 -1 ports/astro/celestia/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 04:32:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 163AA16A4CE; Thu, 30 Dec 2004 04:32:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E45FE43D1F; Thu, 30 Dec 2004 04:32:21 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU4WLOJ074820; Thu, 30 Dec 2004 04:32:21 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU4WLMY074819; Thu, 30 Dec 2004 04:32:21 GMT (envelope-from vanilla) Message-Id: <200412300432.iBU4WLMY074819@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 30 Dec 2004 04:32:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/enlightenment 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, 30 Dec 2004 04:32:22 -0000 vanilla 2004-12-30 04:32:21 UTC FreeBSD ports repository Modified files: x11-wm/enlightenment pkg-plist Log: Fix pkg-plist. Obtained from: kris@ Revision Changes Path 1.23 +1 -0 ports/x11-wm/enlightenment/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 05:05:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB6F816A4CE; Thu, 30 Dec 2004 05:05:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C538243D1D; Thu, 30 Dec 2004 05:05:45 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU55jQB082372; Thu, 30 Dec 2004 05:05:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU55jX3082371; Thu, 30 Dec 2004 05:05:45 GMT (envelope-from clsung) Message-Id: <200412300505.iBU55jX3082371@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 30 Dec 2004 05:05:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/plog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 05:05:46 -0000 clsung 2004-12-30 05:05:45 UTC FreeBSD ports repository Modified files: www/plog Makefile Log: - Again, it requires session function when execute admin.php Observed by: sbaby dot bbs AT bbs dot badcow dot com dot tw Revision Changes Path 1.4 +1 -1 ports/www/plog/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 05:52:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3154216A4CE; Thu, 30 Dec 2004 05:52:11 +0000 (GMT) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2585C43D39; Thu, 30 Dec 2004 05:52:08 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (localhost [127.0.0.1]) (authenticated bits=0) by cain.gsoft.com.au (8.12.11/8.12.10) with ESMTP id iBU5q0AK017655; Thu, 30 Dec 2004 16:22:01 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Thu, 30 Dec 2004 16:21:57 +1030 User-Agent: KMail/1.7.1 References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> <1104359333.854.38.camel@leguin> <20041230021649.GA1267@holestein.holy.cow> In-Reply-To: <20041230021649.GA1267@holestein.holy.cow> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4740891.i0VPYVJ7yp"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412301621.58919.doconnor@gsoft.com.au> X-Spam-Score: -5.4 () IN_REP_TO,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_KMAIL X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: Parv cc: Eric Anholt cc: Michael Nottebrock cc: ports-committers@freebsd.org cc: cvs-ports@freebsd.org cc: Ceri Davies Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 05:52:11 -0000 --nextPart4740891.i0VPYVJ7yp Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thu, 30 Dec 2004 12:46, Parv wrote: > in message <1104359333.854.38.camel@leguin>, > wrote Eric Anholt thusly... > > > This directory needs to be made during startup by the system, i.e. > > not X.Org or XFree86. The only question is whether we're going to > > put the rc script in a common port, each of the ports that needs > > it, or the base system. I lean towards #3. > > I sure hope there would be NO_ICE_DIR or some such knob for those of > us that have no use for KDE if the directory creation goes into the > base system. Note that ICE isn't a KDE only thing, but KDE uses it extensivly (KDE's=20 messaging system - DCOP - is built on ICE). =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart4740891.i0VPYVJ7yp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBB05d+5ZPcIHs/zowRAjYiAJ9O6Ouwv/4FDiMBD8AtjXhmsakfOACeN1Hu 7UE60tZU+idzT72bN/Pn9cA= =jEgk -----END PGP SIGNATURE----- --nextPart4740891.i0VPYVJ7yp-- From owner-cvs-all@FreeBSD.ORG Thu Dec 30 06:18:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A04EA16A4CE; Thu, 30 Dec 2004 06:18:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B8E643D2F; Thu, 30 Dec 2004 06:18:17 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU6IHUG087369; Thu, 30 Dec 2004 06:18:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU6IHs5087368; Thu, 30 Dec 2004 06:18:17 GMT (envelope-from yongari) Message-Id: <200412300618.iBU6IHs5087368@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 30 Dec 2004 06:18:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libdisk disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 06:18:17 -0000 yongari 2004-12-30 06:18:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libdisk disk.c Log: MFC 1.124 Plug memory leak. Revision Changes Path 1.122.2.1 +4 -1 src/lib/libdisk/disk.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 06:23:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D372F16A4CE; Thu, 30 Dec 2004 06:23:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFCF543D45; Thu, 30 Dec 2004 06:23:39 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU6NdHh087571; Thu, 30 Dec 2004 06:23:39 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU6Nd5g087570; Thu, 30 Dec 2004 06:23:39 GMT (envelope-from yongari) Message-Id: <200412300623.iBU6Nd5g087570@repoman.freebsd.org> From: Pyun YongHyeon Date: Thu, 30 Dec 2004 06:23:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/sysinstall devices.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 06:23:40 -0000 yongari 2004-12-30 06:23:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/sysinstall devices.c Log: MFC 1.159 Due to unknown reasons, Disk_Names() returns SCSI CDROM as a valid disk. This is main reason why sysinstall presents SCSI CDROM to available disks in Fdisk/Label menu. In addition, adding a blank SCSI CDROM to the menu generates floating point exception in sparc64. Disk_Names() just extracts sysctl "kern.disks". Why GEOM treats SCSI CDROM as a disk is beyond me and that should be investigated. For temporary workaround, ignore SCSI CDROM device. PR: sparc64/72962 Tested by: R. Tyler Ballance < tyler AT tamu DOT edu> MFC after: 1 week Revision Changes Path 1.156.2.2 +14 -0 src/usr.sbin/sysinstall/devices.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 06:39:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA5A16A4CE; Thu, 30 Dec 2004 06:39:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973C843D3F; Thu, 30 Dec 2004 06:39:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU6dsOb088024; Thu, 30 Dec 2004 06:39:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU6dsRr088023; Thu, 30 Dec 2004 06:39:54 GMT (envelope-from pav) Message-Id: <200412300639.iBU6dsRr088023@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 30 Dec 2004 06:39:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/py-fpconst 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, 30 Dec 2004 06:39:54 -0000 pav 2004-12-30 06:39:54 UTC FreeBSD ports repository Modified files: math/py-fpconst Makefile distinfo pkg-descr Log: - Update to 0.7.1 PR: ports/75408 Submitted by: Marcus Grando Approved by: Rui Lopes (maintainer) Revision Changes Path 1.3 +2 -2 ports/math/py-fpconst/Makefile 1.3 +2 -2 ports/math/py-fpconst/distinfo 1.2 +1 -1 ports/math/py-fpconst/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Dec 30 06:52:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AD1216A4CE; Thu, 30 Dec 2004 06:52:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03ABB43D41; Thu, 30 Dec 2004 06:52:33 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU6qWlE088445; Thu, 30 Dec 2004 06:52:32 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU6qWI9088444; Thu, 30 Dec 2004 06:52:32 GMT (envelope-from anholt) Message-Id: <200412300652.iBU6qWI9088444@repoman.freebsd.org> From: Eric Anholt Date: Thu, 30 Dec 2004 06:52:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci agp_amd64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 06:52:33 -0000 anholt 2004-12-30 06:52:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci agp_amd64.c Log: MFC r1.3: Add PCI ID for VIA K8T800Pro chipset. Revision Changes Path 1.1.2.1 +2 -0 src/sys/pci/agp_amd64.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 07:14:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFF716A4CE; Thu, 30 Dec 2004 07:14:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B35B43D48; Thu, 30 Dec 2004 07:14:28 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU7ERrG089160; Thu, 30 Dec 2004 07:14:27 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU7ERhn089159; Thu, 30 Dec 2004 07:14:27 GMT (envelope-from kris) Message-Id: <200412300714.iBU7ERhn089159@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 30 Dec 2004 07:14:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 07:14:28 -0000 kris 2004-12-30 07:14:27 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: * Back out introduction of DATE variable in previous commit; it conflicts with the reasonable use of that variable to hold date strings in the environment [1] * Overhaul the mtree spec file selection code: instead of deciding based on the value of USE_X_PREFIX, compare PREFIX to X11BASE and LOCALBASE directly. This fixes the MTREE_FILE for ports that set PREFIX=${X11BASE} but don't set USE_X_PREFIX for some reason. If PREFIX is a nonstandard value, set NO_MTREE=yes. Noticed by: Jez Hancock [1] Revision Changes Path 1.503 +7 -6 ports/Mk/bsd.port.mk From owner-cvs-all@FreeBSD.ORG Thu Dec 30 07:18:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E33616A4CE; Thu, 30 Dec 2004 07:18:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283CF43D49; Thu, 30 Dec 2004 07:18:59 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU7IxX3089356; Thu, 30 Dec 2004 07:18:59 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU7Iwe5089355; Thu, 30 Dec 2004 07:18:58 GMT (envelope-from anholt) Message-Id: <200412300718.iBU7Iwe5089355@repoman.freebsd.org> From: Eric Anholt Date: Thu, 30 Dec 2004 07:18:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp_ali.c agp_intel.c agp_sis.c agp_via.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 07:18:59 -0000 anholt 2004-12-30 07:18:58 UTC FreeBSD src repository Modified files: sys/pci agp_ali.c agp_intel.c agp_sis.c agp_via.c Log: [1] Remove the generic bridge support from those drivers that had it. The generic bridge support was biting us more than it helped, whenever a new chipset came out from a vendor and misprogramming it caused strange hangs or corruption. [2] Add a large number of PCI IDs based on what the linux drivers support. Note that the new PCI IDs haven't been tested, they're just *likely* to work. In particular the VIA AGP 8x chipsets are concerning, due to lack of testing, possible issues (kern/69953), and not having a nice "does this bridge say it would do 8x" function. However, this shouldn't make the situation worse, since these chips would have probed in the past anyway. Revision Changes Path 1.15 +2 -3 src/sys/pci/agp_ali.c 1.26 +0 -3 src/sys/pci/agp_intel.c 1.16 +0 -3 src/sys/pci/agp_sis.c 1.20 +53 -6 src/sys/pci/agp_via.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 07:32:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D5616A4CE; Thu, 30 Dec 2004 07:32:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51C6043D31; Thu, 30 Dec 2004 07:32:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU7WLrP089935; Thu, 30 Dec 2004 07:32:21 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU7WLNO089927; Thu, 30 Dec 2004 07:32:21 GMT (envelope-from linimon) Message-Id: <200412300732.iBU7WLNO089927@repoman.freebsd.org> From: Mark Linimon Date: Thu, 30 Dec 2004 07:32:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/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, 30 Dec 2004 07:32:21 -0000 linimon 2004-12-30 07:32:20 UTC FreeBSD ports repository Modified files: security/drweb-qmail Makefile Log: Maintainer has stated that he no longer has time to maintain this port. We appreciate your past work. Revision Changes Path 1.5 +1 -1 ports/security/drweb-qmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 07:43:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09F9B16A4CE; Thu, 30 Dec 2004 07:43:37 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5B843D1F; Thu, 30 Dec 2004 07:43:36 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iBU7hYGT025375; Thu, 30 Dec 2004 02:43:34 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iBU7hX0U025353; Thu, 30 Dec 2004 02:43:33 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Thu, 30 Dec 2004 02:43:32 -0500 (EST) From: Jeff Roberson To: David Xu In-Reply-To: <200412300256.iBU2uHuN071595@repoman.freebsd.org> Message-ID: <20041230024007.B60504@mail.chesapeake.net> References: <200412300256.iBU2uHuN071595@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/sys umtx.h src/sys/kern kern_umtx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 07:43:37 -0000 I'm not sure I understand how you can protect against all races without the kernel's casuptr(). What happens if thread a owns a lock, and thread b fails to acquire it in userland, so it calls into the kernel to block, but inbetween, thread a has released the lock? You need to be able to atomically go to sleep and mark the mutex as contested. Otherwise you have wakeup races. Do you have some other solution for this? On Thu, 30 Dec 2004, David Xu wrote: > davidxu 2004-12-30 02:56:17 UTC > > FreeBSD src repository > > Modified files: > sys/sys umtx.h > sys/kern kern_umtx.c > Log: > Make umtx_wait and umtx_wake more like linux futex does, it is > more general than previous. It also lets me implement cancelable point > in thread library. Also in theory, umtx_lock and umtx_unlock can > be implemented by using umtx_wait and umtx_wake, all atomic operations > can be done in userland without kernel's casuptr() function. > > Revision Changes Path > 1.25 +9 -41 src/sys/kern/kern_umtx.c > 1.9 +7 -9 src/sys/sys/umtx.h > From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:05:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD0D16A4CF for ; Thu, 30 Dec 2004 08:05:04 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF78C43D2F for ; Thu, 30 Dec 2004 08:05:03 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iBU81xld099852 for cvs-all@FreeBSD.org.checked; Thu, 30 Dec 2004 11:01:59 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iBU808MM099829; Thu, 30 Dec 2004 11:00:08 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41D3B359.5010708@cronyx.ru> Date: Thu, 30 Dec 2004 10:50:49 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Christian Brueffer References: <200412300148.iBU1mCln068901@repoman.freebsd.org> In-Reply-To: <200412300148.iBU1mCln068901@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/sbin/sconfig sconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 08:05:04 -0000 Christian Brueffer: >brueffer 2004-12-30 01:48:12 UTC > > FreeBSD src repository (doc committer) > > Modified files: > sbin/sconfig sconfig.8 > Log: > Fix typos. > > PR: 75616 > Submitted by: n-kogane@syd.odn.ne.jp > > Revision Changes Path > 1.7 +3 -3 src/sbin/sconfig/sconfig.8 > > Thanks! From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:32:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D70116A4CE; Thu, 30 Dec 2004 08:32:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81A843D39; Thu, 30 Dec 2004 08:32:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8W5ra091787; Thu, 30 Dec 2004 08:32:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8W5TF091786; Thu, 30 Dec 2004 08:32:05 GMT (envelope-from krion) Message-Id: <200412300832.iBU8W5TF091786@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:32:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/glunarclock Makefile distinfo pkg-plist ports/astro/glunarclock/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, 30 Dec 2004 08:32:06 -0000 krion 2004-12-30 08:32:05 UTC FreeBSD ports repository Modified files: astro/glunarclock Makefile distinfo pkg-plist Removed files: astro/glunarclock/files patch-configure Log: Update to version 0.3.21 PR: ports/75617 Submitted by: Ports Fury Revision Changes Path 1.27 +16 -6 ports/astro/glunarclock/Makefile 1.13 +2 -2 ports/astro/glunarclock/distinfo 1.3 +0 -27 ports/astro/glunarclock/files/patch-configure (dead) 1.12 +24 -27 ports/astro/glunarclock/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:33:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A396616A4CE; Thu, 30 Dec 2004 08:33:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B58E43D2F; Thu, 30 Dec 2004 08:33:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8XSwP091846; Thu, 30 Dec 2004 08:33:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8XSMk091845; Thu, 30 Dec 2004 08:33:28 GMT (envelope-from krion) Message-Id: <200412300833.iBU8XSMk091845@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:33:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/abcmidi 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, 30 Dec 2004 08:33:28 -0000 krion 2004-12-30 08:33:28 UTC FreeBSD ports repository Modified files: audio/abcmidi Makefile distinfo Log: Update to version 2004.12.18 PR: ports/75618 Submitted by: Ports Fury Revision Changes Path 1.20 +1 -1 ports/audio/abcmidi/Makefile 1.15 +2 -2 ports/audio/abcmidi/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:35:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DD4116A4CE; Thu, 30 Dec 2004 08:35:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5899743D2D; Thu, 30 Dec 2004 08:35:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8Zngc092006; Thu, 30 Dec 2004 08:35:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8ZncV092005; Thu, 30 Dec 2004 08:35:49 GMT (envelope-from krion) Message-Id: <200412300835.iBU8ZncV092005@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:35:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/genius Makefile distinfo pkg-descr pkg-plist ports/deskutils/genius/files patch-src::Makefile.in patch-src::mpwrap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 08:35:49 -0000 krion 2004-12-30 08:35:49 UTC FreeBSD ports repository Modified files: deskutils/genius Makefile distinfo pkg-descr pkg-plist deskutils/genius/files patch-src::Makefile.in Added files: deskutils/genius/files patch-src::mpwrap.c Log: Update to version 0.7.2 PR: ports/75619 Submitted by: Ports Fury Revision Changes Path 1.34 +10 -9 ports/deskutils/genius/Makefile 1.12 +2 -2 ports/deskutils/genius/distinfo 1.2 +22 -4 ports/deskutils/genius/files/patch-src::Makefile.in 1.1 +14 -0 ports/deskutils/genius/files/patch-src::mpwrap.c (new) 1.4 +1 -1 ports/deskutils/genius/pkg-descr 1.11 +52 -1 ports/deskutils/genius/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:37:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE50E16A4CE; Thu, 30 Dec 2004 08:37:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5EBF43D2D; Thu, 30 Dec 2004 08:37:15 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8bFLR092090; Thu, 30 Dec 2004 08:37:15 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8bFeJ092089; Thu, 30 Dec 2004 08:37:15 GMT (envelope-from krion) Message-Id: <200412300837.iBU8bFeJ092089@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:37:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/atari800 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, 30 Dec 2004 08:37:16 -0000 krion 2004-12-30 08:37:15 UTC FreeBSD ports repository Modified files: emulators/atari800 Makefile distinfo Log: Update to version 1.3.4 PR: ports/75620 Submitted by: Ports Fury Revision Changes Path 1.26 +1 -1 ports/emulators/atari800/Makefile 1.13 +2 -2 ports/emulators/atari800/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:37:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E12D16A4CE; Thu, 30 Dec 2004 08:37:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140FB43D49; Thu, 30 Dec 2004 08:37:30 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8bTdx092143; Thu, 30 Dec 2004 08:37:29 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8bT6V092142; Thu, 30 Dec 2004 08:37:29 GMT (envelope-from obrien) Message-Id: <200412300837.iBU8bT6V092142@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 30 Dec 2004 08:37:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-afpl Makefile.inc distinfo pkg-plist ports/print/ghostscript-afpl/files patch-lib:pdf_font.ps X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 08:37:30 -0000 obrien 2004-12-30 08:37:29 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl Makefile.inc distinfo pkg-plist print/ghostscript-afpl/files patch-lib:pdf_font.ps Log: Upgrade to version 8.15. Revision Changes Path 1.13 +3 -3 ports/print/ghostscript-afpl/Makefile.inc 1.56 +2 -2 ports/print/ghostscript-afpl/distinfo 1.2 +5 -5 ports/print/ghostscript-afpl/files/patch-lib:pdf_font.ps 1.37 +77 -3 ports/print/ghostscript-afpl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:39:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD5116A4CE; Thu, 30 Dec 2004 08:39:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C41E43D5C; Thu, 30 Dec 2004 08:39:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8dXBp092225; Thu, 30 Dec 2004 08:39:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8dXsc092224; Thu, 30 Dec 2004 08:39:33 GMT (envelope-from krion) Message-Id: <200412300839.iBU8dXsc092224@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:39:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/spim Makefile distinfo pkg-plist ports/emulators/spim/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, 30 Dec 2004 08:39:34 -0000 krion 2004-12-30 08:39:33 UTC FreeBSD ports repository Modified files: emulators/spim Makefile distinfo emulators/spim/files patch-aa Removed files: emulators/spim pkg-plist Log: Update to version 7.0 PR: ports/75621 Submitted by: Ports Fury Revision Changes Path 1.25 +10 -5 ports/emulators/spim/Makefile 1.8 +2 -2 ports/emulators/spim/distinfo 1.2 +11 -11 ports/emulators/spim/files/patch-aa 1.6 +0 -7 ports/emulators/spim/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:45:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE3E16A4CE; Thu, 30 Dec 2004 08:45:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 316E543D39; Thu, 30 Dec 2004 08:45:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8jaaD092561; Thu, 30 Dec 2004 08:45:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8janW092560; Thu, 30 Dec 2004 08:45:36 GMT (envelope-from krion) Message-Id: <200412300845.iBU8janW092560@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:45:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/briquolo Makefile distinfo pkg-plist ports/games/briquolo/files patch-src-MOGL-MOGL_Signal.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, 30 Dec 2004 08:45:36 -0000 krion 2004-12-30 08:45:36 UTC FreeBSD ports repository Modified files: games/briquolo Makefile distinfo pkg-plist Removed files: games/briquolo/files patch-src-MOGL-MOGL_Signal.h Log: Update to version 0.5 PR: ports/75622 Submitted by: Ports Fury Revision Changes Path 1.14 +15 -14 ports/games/briquolo/Makefile 1.4 +2 -2 ports/games/briquolo/distinfo 1.2 +0 -82 ports/games/briquolo/files/patch-src-MOGL-MOGL_Signal.h (dead) 1.3 +104 -87 ports/games/briquolo/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:47:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAFE716A4CE; Thu, 30 Dec 2004 08:47:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B4143D48; Thu, 30 Dec 2004 08:47:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8luRR099182; Thu, 30 Dec 2004 08:47:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8lu61099181; Thu, 30 Dec 2004 08:47:56 GMT (envelope-from krion) Message-Id: <200412300847.iBU8lu61099181@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:47:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/qnetwalk 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, 30 Dec 2004 08:47:57 -0000 krion 2004-12-30 08:47:56 UTC FreeBSD ports repository Modified files: games/qnetwalk Makefile distinfo pkg-plist Log: Update to version 1.1 PR: ports/75623 Submitted by: Ports Fury Revision Changes Path 1.4 +15 -10 ports/games/qnetwalk/Makefile 1.2 +2 -2 ports/games/qnetwalk/distinfo 1.2 +4 -1 ports/games/qnetwalk/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:50:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C56416A4CE; Thu, 30 Dec 2004 08:50:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670E243D1F; Thu, 30 Dec 2004 08:50:58 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8owGm099356; Thu, 30 Dec 2004 08:50:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8owrJ099355; Thu, 30 Dec 2004 08:50:58 GMT (envelope-from krion) Message-Id: <200412300850.iBU8owrJ099355@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:50:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gliv Makefile distinfo pkg-plist patch-src::collection.c patch-src::options.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 08:50:58 -0000 krion 2004-12-30 08:50:58 UTC FreeBSD ports repository Modified files: graphics/gliv Makefile distinfo pkg-plist graphics/gliv/files patch-Makefile.in patch-src::collection.c Added files: graphics/gliv/files patch-src::options.c Log: Update to version 1.9 PR: ports/75624 Submitted by: Ports Fury Revision Changes Path 1.33 +2 -2 ports/graphics/gliv/Makefile 1.19 +2 -2 ports/graphics/gliv/distinfo 1.2 +4 -4 ports/graphics/gliv/files/patch-Makefile.in 1.3 +7 -15 ports/graphics/gliv/files/patch-src::collection.c 1.1 +38 -0 ports/graphics/gliv/files/patch-src::options.c (new) 1.9 +6 -0 ports/graphics/gliv/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 08:55:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E98D416A4CE; Thu, 30 Dec 2004 08:55:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C397D43D2F; Thu, 30 Dec 2004 08:55:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU8taD0099500; Thu, 30 Dec 2004 08:55:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU8taQZ099499; Thu, 30 Dec 2004 08:55:36 GMT (envelope-from krion) Message-Id: <200412300855.iBU8taQZ099499@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 08:55:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/white_dune 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, 30 Dec 2004 08:55:37 -0000 krion 2004-12-30 08:55:36 UTC FreeBSD ports repository Modified files: graphics/white_dune Makefile distinfo Log: Update to version 0.28.11 PR: ports/75625 Submitted by: Ports Fury Revision Changes Path 1.20 +1 -1 ports/graphics/white_dune/Makefile 1.14 +2 -2 ports/graphics/white_dune/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 09:00:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B6316A4CE; Thu, 30 Dec 2004 09:00:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A14643D3F; Thu, 30 Dec 2004 09:00:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU90r9J099706; Thu, 30 Dec 2004 09:00:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU90rRM099705; Thu, 30 Dec 2004 09:00:53 GMT (envelope-from krion) Message-Id: <200412300900.iBU90rRM099705@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 09:00:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/libetpan 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, 30 Dec 2004 09:00:53 -0000 krion 2004-12-30 09:00:53 UTC FreeBSD ports repository Modified files: mail/libetpan Makefile distinfo pkg-plist Log: Update to version 0.35 PR: ports/75626 Submitted by: Port Fury Revision Changes Path 1.19 +2 -1 ports/mail/libetpan/Makefile 1.13 +2 -2 ports/mail/libetpan/distinfo 1.12 +6 -2 ports/mail/libetpan/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 09:15:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A88716A4CE; Thu, 30 Dec 2004 09:15:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1BEB43D1F; Thu, 30 Dec 2004 09:14:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU9Ex9o000334; Thu, 30 Dec 2004 09:14:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU9ExVj000333; Thu, 30 Dec 2004 09:14:59 GMT (envelope-from krion) Message-Id: <200412300914.iBU9ExVj000333@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 09:14:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/gv Makefile distinfo pkg-descr pkg-plist ports/print/gv/files patch-aa patch-ab patch-ac patch-adpatch-source::ps.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 09:15:00 -0000 krion 2004-12-30 09:14:59 UTC FreeBSD ports repository Modified files: print/gv Makefile distinfo pkg-descr Added files: print/gv/files patch-src::Makefile.in patch-src::file.c patch-src::gv_misc_res.dat patch-src::main.c patch-src::ps.c patch-src::resource.c Removed files: print/gv pkg-plist print/gv/files patch-aa patch-ab patch-ac patch-ad patch-source::gv_misc_res.dat patch-source::paths.h patch-source::ps.c patch-source::secscanf.c Log: Update to version 3.6.1 PR: ports/75627 Submitted by: Ports Fury Revision Changes Path 1.43 +22 -15 ports/print/gv/Makefile 1.14 +2 -4 ports/print/gv/distinfo 1.7 +0 -20 ports/print/gv/files/patch-aa (dead) 1.7 +0 -18 ports/print/gv/files/patch-ab (dead) 1.2 +0 -11 ports/print/gv/files/patch-ac (dead) 1.2 +0 -10 ports/print/gv/files/patch-ad (dead) 1.2 +0 -10 ports/print/gv/files/patch-source::gv_misc_res.dat (dead) 1.2 +0 -15 ports/print/gv/files/patch-source::paths.h (dead) 1.2 +0 -26 ports/print/gv/files/patch-source::ps.c (dead) 1.2 +0 -36 ports/print/gv/files/patch-source::secscanf.c (dead) 1.1 +11 -0 ports/print/gv/files/patch-src::Makefile.in (new) 1.1 +13 -0 ports/print/gv/files/patch-src::file.c (new) 1.1 +10 -0 ports/print/gv/files/patch-src::gv_misc_res.dat (new) 1.1 +20 -0 ports/print/gv/files/patch-src::main.c (new) 1.1 +22 -0 ports/print/gv/files/patch-src::ps.c (new) 1.1 +20 -0 ports/print/gv/files/patch-src::resource.c (new) 1.3 +4 -3 ports/print/gv/pkg-descr 1.9 +0 -28 ports/print/gv/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 09:17:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA4B16A4CE; Thu, 30 Dec 2004 09:17:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FEC43D49; Thu, 30 Dec 2004 09:17:19 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU9HJEv000450; Thu, 30 Dec 2004 09:17:19 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU9HJrS000449; Thu, 30 Dec 2004 09:17:19 GMT (envelope-from krion) Message-Id: <200412300917.iBU9HJrS000449@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 09:17:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/dictfmt 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, 30 Dec 2004 09:17:19 -0000 krion 2004-12-30 09:17:19 UTC FreeBSD ports repository Modified files: textproc/dictfmt Makefile distinfo Log: Update to version 1.9.15 PR: ports/75628 Submitted by: Ports Fury Revision Changes Path 1.13 +1 -1 ports/textproc/dictfmt/Makefile 1.9 +2 -2 ports/textproc/dictfmt/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 09:18:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0078A16A4CE; Thu, 30 Dec 2004 09:18:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF9A43D39; Thu, 30 Dec 2004 09:18:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU9IUmX000499; Thu, 30 Dec 2004 09:18:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU9IUg9000498; Thu, 30 Dec 2004 09:18:30 GMT (envelope-from krion) Message-Id: <200412300918.iBU9IUg9000498@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 09:18:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/doclifter 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, 30 Dec 2004 09:18:31 -0000 krion 2004-12-30 09:18:30 UTC FreeBSD ports repository Modified files: textproc/doclifter Makefile distinfo Log: Update to version 2.0 PR: ports/75629 Submitted by: Ports Fury Revision Changes Path 1.10 +5 -3 ports/textproc/doclifter/Makefile 1.10 +2 -2 ports/textproc/doclifter/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 09:21:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C414E16A4CE; Thu, 30 Dec 2004 09:21:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E20643D31; Thu, 30 Dec 2004 09:21:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU9LdsF000672; Thu, 30 Dec 2004 09:21:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU9LdGL000671; Thu, 30 Dec 2004 09:21:39 GMT (envelope-from krion) Message-Id: <200412300921.iBU9LdGL000671@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 09:21:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/icewm 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, 30 Dec 2004 09:21:39 -0000 krion 2004-12-30 09:21:39 UTC FreeBSD ports repository Modified files: x11-wm/icewm Makefile distinfo Log: Update to version 1.2.19 PR: ports/75630 Submitted by: Ports Fury Revision Changes Path 1.106 +1 -4 ports/x11-wm/icewm/Makefile 1.52 +2 -2 ports/x11-wm/icewm/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 09:33:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3444C16A4CE; Thu, 30 Dec 2004 09:33:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A7F843D53; Thu, 30 Dec 2004 09:33:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBU9X5x0001240; Thu, 30 Dec 2004 09:33:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBU9X4BB001239; Thu, 30 Dec 2004 09:33:04 GMT (envelope-from krion) Message-Id: <200412300933.iBU9X4BB001239@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 09:33:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/arnettf Makefile ports/chinese/mingunittf Makefile ports/editors/jext Makefile ports/games/bogged Makefile ports/lang/scriba Makefile ports/math/nsc2ke Makefile ports/math/triangle Makefile ports/misc/mgp-mode.el Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 09:33:05 -0000 krion 2004-12-30 09:33:04 UTC FreeBSD ports repository Modified files: chinese/arnettf Makefile chinese/mingunittf Makefile editors/jext Makefile games/bogged Makefile lang/scriba Makefile math/nsc2ke Makefile math/triangle Makefile misc/mgp-mode.el Makefile science/simlib Makefile sysutils/procmap Makefile www/css-mode.el Makefile x11-fonts/bitmap-fonts Makefile Log: Support NO_WRKSUBDIR properly PR: ports/75631 Submitted by: Ports Fury Revision Changes Path 1.2 +1 -1 ports/chinese/arnettf/Makefile 1.3 +1 -1 ports/chinese/mingunittf/Makefile 1.19 +1 -1 ports/editors/jext/Makefile 1.12 +1 -1 ports/games/bogged/Makefile 1.10 +1 -1 ports/lang/scriba/Makefile 1.3 +1 -2 ports/math/nsc2ke/Makefile 1.2 +1 -2 ports/math/triangle/Makefile 1.7 +0 -1 ports/misc/mgp-mode.el/Makefile 1.2 +1 -1 ports/science/simlib/Makefile 1.7 +1 -1 ports/sysutils/procmap/Makefile 1.7 +0 -1 ports/www/css-mode.el/Makefile 1.23 +1 -1 ports/x11-fonts/bitmap-fonts/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 11:00:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB6A316A4CE; Thu, 30 Dec 2004 11:00:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C496543D46; Thu, 30 Dec 2004 11:00:33 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUB0Xwj003707; Thu, 30 Dec 2004 11:00:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUB0Xxf003706; Thu, 30 Dec 2004 11:00:33 GMT (envelope-from ahze) Message-Id: <200412301100.iBUB0Xxf003706@repoman.freebsd.org> From: Michael Johnson Date: Thu, 30 Dec 2004 11:00:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/kazehakase/files patch-src::kz-window.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 11:00:34 -0000 ahze 2004-12-30 11:00:33 UTC FreeBSD ports repository Modified files: www/kazehakase/files patch-src::kz-window.c Log: Really fix build on 4,x, I don't know how this slipped from being committed in last commit Reported by: pointyhat via kris Revision Changes Path 1.2 +13 -1 ports/www/kazehakase/files/patch-src::kz-window.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 11:50:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B3F16A4CE; Thu, 30 Dec 2004 11:50:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A9C43D2F; Thu, 30 Dec 2004 11:50:50 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUBooKQ005200; Thu, 30 Dec 2004 11:50:50 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUBoodT005199; Thu, 30 Dec 2004 11:50:50 GMT (envelope-from se) Message-Id: <200412301150.iBUBoodT005199@repoman.freebsd.org> From: Stefan Esser Date: Thu, 30 Dec 2004 11:50:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xblast/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, 30 Dec 2004 11:50:51 -0000 se 2004-12-30 11:50:50 UTC FreeBSD ports repository Added files: games/xblast/files patch-ac Log: Fix build on RELENG_4. There is a syntax error in xblast.c, that is only reported by gcc-2.x, but ignored by gcc-3.x and gcc-4.x. Revision Changes Path 1.3 +17 -0 ports/games/xblast/files/patch-ac (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 11:59:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 683) id 9488316A4D1; Thu, 30 Dec 2004 11:59:02 +0000 (GMT) Date: Thu, 30 Dec 2004 11:59:02 +0000 From: Eivind Eklund To: "David E. O'Brien" Message-ID: <20041230115902.GC44922@FreeBSD.org> References: <200412300837.iBU8bT6V092142@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412300837.iBU8bT6V092142@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript-afpl Makefile.inc distinfo pkg-plist ports/print/ghostscript-afpl/files patch-lib:pdf_font.ps X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 11:59:02 -0000 On Thu, Dec 30, 2004 at 08:37:29AM +0000, David E. O'Brien wrote: > obrien 2004-12-30 08:37:29 UTC > > FreeBSD ports repository > > Modified files: > print/ghostscript-afpl Makefile.inc distinfo pkg-plist > print/ghostscript-afpl/files patch-lib:pdf_font.ps > Log: > Upgrade to version 8.15. According to the information web sites and the FTP mirror, there is no APFL 8.15 release. There is a GPL ghostscript 8.15 release (as of 2004-09-23), and there is an APFL 8.50 release as of 2004-12-11. Misfiling? Eivind. From owner-cvs-all@FreeBSD.ORG Thu Dec 30 12:10:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123D516A4CE; Thu, 30 Dec 2004 12:10:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E130743D2F; Thu, 30 Dec 2004 12:10:49 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUCAn2K005835; Thu, 30 Dec 2004 12:10:49 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUCAnju005834; Thu, 30 Dec 2004 12:10:49 GMT (envelope-from roam) Message-Id: <200412301210.iBUCAnju005834@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 30 Dec 2004 12:10:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/despoof 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, 30 Dec 2004 12:10:50 -0000 roam 2004-12-30 12:10:49 UTC FreeBSD ports repository Modified files: net/despoof Makefile pkg-descr Log: Update the website URL. Revision Changes Path 1.7 +1 -0 ports/net/despoof/Makefile 1.3 +1 -1 ports/net/despoof/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Dec 30 12:18:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F96616A4CE; Thu, 30 Dec 2004 12:18:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACE443D4C; Thu, 30 Dec 2004 12:18:31 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUCIVUt006077; Thu, 30 Dec 2004 12:18:31 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUCIVha006076; Thu, 30 Dec 2004 12:18:31 GMT (envelope-from schweikh) Message-Id: <200412301218.iBUCIVha006076@repoman.freebsd.org> From: Jens Schweikhardt Date: Thu, 30 Dec 2004 12:18:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/games/fortune/datfiles fortunes2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 12:18:31 -0000 schweikh 2004-12-30 12:18:31 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes2 Log: Correct two typos; remove a duplicate. Revision Changes Path 1.79 +2 -5 src/games/fortune/datfiles/fortunes2 From owner-cvs-all@FreeBSD.ORG Thu Dec 30 12:21:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F1516A4CE; Thu, 30 Dec 2004 12:21:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C7443D3F; Thu, 30 Dec 2004 12:21:58 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUCLwGU006242; Thu, 30 Dec 2004 12:21:58 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUCLwj4006241; Thu, 30 Dec 2004 12:21:58 GMT (envelope-from mat) Message-Id: <200412301221.iBUCLwj4006241@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 30 Dec 2004 12:21:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-PPPort 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, 30 Dec 2004 12:21:58 -0000 mat 2004-12-30 12:21:58 UTC FreeBSD ports repository Modified files: devel/p5-Devel-PPPort Makefile distinfo Log: Update to 3.04 Add docs Revision Changes Path 1.10 +11 -2 ports/devel/p5-Devel-PPPort/Makefile 1.10 +2 -2 ports/devel/p5-Devel-PPPort/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 12:22:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0210F16A4CE; Thu, 30 Dec 2004 12:22:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D03AF43D55; Thu, 30 Dec 2004 12:22:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUCMpta006284; Thu, 30 Dec 2004 12:22:51 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUCMpV3006283; Thu, 30 Dec 2004 12:22:51 GMT (envelope-from glebius) Message-Id: <200412301222.iBUCMpV3006283@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 30 Dec 2004 12:22:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_ether.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 12:22:52 -0000 glebius 2004-12-30 12:22:51 UTC FreeBSD src repository Modified files: sys/netgraph ng_ether.c Log: Remove a check that never returns true, because in this case we have panic before the check. Revision Changes Path 1.41 +0 -2 src/sys/netgraph/ng_ether.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 12:44:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADB116A4CE; Thu, 30 Dec 2004 12:44:05 +0000 (GMT) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB4943D72; Thu, 30 Dec 2004 12:44:05 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr9.xs4all.nl (8.12.11/8.12.11) with ESMTP id iBUCi3RD095129; Thu, 30 Dec 2004 13:44:04 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.1/8.12.9) with ESMTP id iBUCi36x075345; Thu, 30 Dec 2004 13:44:03 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.1/8.13.1/Submit) id iBUCi3nb075344; Thu, 30 Dec 2004 13:44:03 +0100 (CET) (envelope-from wb) Date: Thu, 30 Dec 2004 13:44:03 +0100 From: Wilko Bulte To: Pyun YongHyeon Message-ID: <20041230124403.GA74875@freebie.xs4all.nl> References: <200412300623.iBU6Nd5g087570@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412300623.iBU6Nd5g087570@repoman.freebsd.org> X-OS: FreeBSD 4.11-PRERELEASE X-PGP: finger wilko@freebsd.org User-Agent: Mutt/1.5.6i X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall devices.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 12:44:06 -0000 On Thu, Dec 30, 2004 at 06:23:39AM +0000, Pyun YongHyeon wrote.. > yongari 2004-12-30 06:23:39 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > usr.sbin/sysinstall devices.c > Log: > MFC 1.159 > Due to unknown reasons, Disk_Names() returns SCSI CDROM as a valid > disk. This is main reason why sysinstall presents SCSI CDROM to > available disks in Fdisk/Label menu. In addition, adding a blank > SCSI CDROM to the menu generates floating point exception in sparc64. > Disk_Names() just extracts sysctl "kern.disks". Why GEOM treats SCSI > CDROM as a disk is beyond me and that should be investigated. > For temporary workaround, ignore SCSI CDROM device. This should also fix the problem on Alpha. Given a bit of time I'll test it on that arch as well. -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Dec 30 12:48:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7280C16A4CE; Thu, 30 Dec 2004 12:48:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D4443D1D; Thu, 30 Dec 2004 12:48:29 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUCmTMA013611; Thu, 30 Dec 2004 12:48:29 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUCmT5r013610; Thu, 30 Dec 2004 12:48:29 GMT (envelope-from roam) Message-Id: <200412301248.iBUCmT5r013610@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 30 Dec 2004 12:48:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/mhash 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, 30 Dec 2004 12:48:29 -0000 roam 2004-12-30 12:48:29 UTC FreeBSD ports repository Modified files: security/mhash Makefile distinfo pkg-plist Log: Update mhash to version 0.9.1, which provides three new hashes. Shorten COMMENT at portlint's suggestion. Install a couple of docfiles. Revision Changes Path 1.23 +10 -2 ports/security/mhash/Makefile 1.12 +2 -2 ports/security/mhash/distinfo 1.6 +4 -0 ports/security/mhash/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 12:56:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E932616A4CE; Thu, 30 Dec 2004 12:56:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F6D43D1F; Thu, 30 Dec 2004 12:56:07 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUCu70U013879; Thu, 30 Dec 2004 12:56:07 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUCu7SY013878; Thu, 30 Dec 2004 12:56:07 GMT (envelope-from erwin) Message-Id: <200412301256.iBUCu7SY013878@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 30 Dec 2004 12:56:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 12:56:08 -0000 erwin 2004-12-30 12:56:07 UTC FreeBSD ports repository Modified files: games Makefile Log: Remove xblast-beta Forgotten by: se Revision Changes Path 1.732 +0 -1 ports/games/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 13:09:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4014316A4CE; Thu, 30 Dec 2004 13:09:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A43C43D39; Thu, 30 Dec 2004 13:09:35 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUD9YTv014245; Thu, 30 Dec 2004 13:09:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUD9YJr014244; Thu, 30 Dec 2004 13:09:34 GMT (envelope-from krion) Message-Id: <200412301309.iBUD9YJr014244@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 13:09:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen syslog.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: Thu, 30 Dec 2004 13:09:35 -0000 krion 2004-12-30 13:09:34 UTC FreeBSD src repository (doc,ports committer) Modified files: lib/libc/gen syslog.3 Log: Add LOG_NTP facility. Submitted by: Kurt Jaeger Approved by: ru MFC after: 3 days Revision Changes Path 1.24 +3 -1 src/lib/libc/gen/syslog.3 From owner-cvs-all@FreeBSD.ORG Thu Dec 30 13:17:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE7ED16A4CE; Thu, 30 Dec 2004 13:17:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B16043D48; Thu, 30 Dec 2004 13:17:05 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUDH51R014624; Thu, 30 Dec 2004 13:17:05 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUDH5N6014623; Thu, 30 Dec 2004 13:17:05 GMT (envelope-from sem) Message-Id: <200412301317.iBUDH5N6014623@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 30 Dec 2004 13:17:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ldapsh Makefile distinfo pkg-message pkg-plist ports/net/ldapsh/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 13:17:05 -0000 sem 2004-12-30 13:17:05 UTC FreeBSD ports repository Modified files: net/ldapsh Makefile distinfo pkg-plist Added files: net/ldapsh/files pkg-message.in Removed files: net/ldapsh pkg-message Log: - Update ldapsh port to 2.00. - Make use of new SUB_FILES variable. - Use newly created Makefile.PL. PR: ports/75537 Submitted by: maintainer Revision Changes Path 1.5 +21 -23 ports/net/ldapsh/Makefile 1.3 +2 -2 ports/net/ldapsh/distinfo 1.1 +11 -0 ports/net/ldapsh/files/pkg-message.in (new) 1.3 +0 -9 ports/net/ldapsh/pkg-message (dead) 1.4 +10 -1 ports/net/ldapsh/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 13:49:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2847216A4CE; Thu, 30 Dec 2004 13:49:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 029ED43D54; Thu, 30 Dec 2004 13:49:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUDn19Q015556; Thu, 30 Dec 2004 13:49:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUDn1Pa015553; Thu, 30 Dec 2004 13:49:01 GMT (envelope-from rwatson) Message-Id: <200412301349.iBUDn1Pa015553@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 13:49:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/mac_portacl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 13:49:02 -0000 rwatson 2004-12-30 13:49:01 UTC FreeBSD src repository Modified files: sys/modules/mac_portacl Makefile Log: mac_portacl.c no longer references vnode_if.h. Revision Changes Path 1.2 +1 -2 src/sys/modules/mac_portacl/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 13:56:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE5DF16A4CE; Thu, 30 Dec 2004 13:56:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8869743D46; Thu, 30 Dec 2004 13:56:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUDuYAw015830; Thu, 30 Dec 2004 13:56:34 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUDuYsU015829; Thu, 30 Dec 2004 13:56:34 GMT (envelope-from rwatson) Message-Id: <200412301356.iBUDuYsU015829@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 13:56:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sysv_msg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 13:56:34 -0000 rwatson 2004-12-30 13:56:34 UTC FreeBSD src repository Modified files: sys/kern sysv_msg.c Log: Make the sysctls kern.ipc.msgmnb and kern.ipc.msgtql into tunables as is the case for most other sysctls in the System V IPC message queue implementation. PR: 75541 Submitted by: Sergiy Vyshnevetskiy MFC after: 2 weeks Revision Changes Path 1.55 +4 -2 src/sys/kern/sysv_msg.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 14:11:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C175B16A4CE; Thu, 30 Dec 2004 14:11:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C1D343D45; Thu, 30 Dec 2004 14:11:23 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUEBNow016346; Thu, 30 Dec 2004 14:11:23 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUEBN40016345; Thu, 30 Dec 2004 14:11:23 GMT (envelope-from simon) Message-Id: <200412301411.iBUEBN40016345@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 30 Dec 2004 14:11:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 14:11:23 -0000 simon 2004-12-30 14:11:23 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Add more references to two older entries. Revision Changes Path 1.426 +6 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Dec 30 14:22:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9683516A4CE; Thu, 30 Dec 2004 14:22:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DC3843D39; Thu, 30 Dec 2004 14:22:10 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUEMAo3016753; Thu, 30 Dec 2004 14:22:10 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUEMA7e016752; Thu, 30 Dec 2004 14:22:10 GMT (envelope-from roam) Message-Id: <200412301422.iBUEMA7e016752@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 30 Dec 2004 14:22:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/stunnel Makefileports/security/stunnel/files patch-src::network.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 14:22:10 -0000 roam 2004-12-30 14:22:10 UTC FreeBSD ports repository Modified files: security/stunnel Makefile security/stunnel/files patch-src::network.c Log: Fix a getnameinfo() out-of-memory error caused by passing a 20-character buffer to hold a numeric IPv4/v6 address. Of course, IPv6 addresses may be a bit longer than 20 characters :) A-ha! moment during: discussion with the stunnel author Revision Changes Path 1.57 +1 -0 ports/security/stunnel/Makefile 1.3 +6 -4 ports/security/stunnel/files/patch-src::network.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 14:27:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A67BB16A4CE; Thu, 30 Dec 2004 14:27:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8063643D46; Thu, 30 Dec 2004 14:27:57 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUERvhP016897; Thu, 30 Dec 2004 14:27:57 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUERvbL016896; Thu, 30 Dec 2004 14:27:57 GMT (envelope-from dds) Message-Id: <200412301427.iBUERvbL016896@repoman.freebsd.org> From: Diomidis Spinellis Date: Thu, 30 Dec 2004 14:27:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/regex engine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 14:27:57 -0000 dds 2004-12-30 14:27:57 UTC FreeBSD src repository Modified files: lib/libc/regex engine.c Log: Plug memory leak. PR: bin/75656 MFC after: 2 weeks Revision Changes Path 1.16 +4 -0 src/lib/libc/regex/engine.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 14:42:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CBDA16A4D0 for ; Thu, 30 Dec 2004 14:42:10 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2AD9643D58 for ; Thu, 30 Dec 2004 14:42:09 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail invoked by alias); 30 Dec 2004 14:42:07 -0000 Received: from pD955F8D8.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.85.248.216) by mail.gmx.net (mp023) with SMTP; 30 Dec 2004 15:42:07 +0100 X-Authenticated: #443188 Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id iBUEggeH067679 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 30 Dec 2004 15:42:45 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Parv Date: Thu, 30 Dec 2004 15:41:27 +0100 User-Agent: KMail/1.7.2 References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> <1104359333.854.38.camel@leguin> <20041230021649.GA1267@holestein.holy.cow> In-Reply-To: <20041230021649.GA1267@holestein.holy.cow> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1641775.kLYh37gYEp"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412301541.32140.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new X-Y-GMX-Trusted: 0 cc: Ceri Davies cc: cvs-ports@freebsd.org cc: Eric Anholt cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 14:42:10 -0000 --nextPart1641775.kLYh37gYEp Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday, 30. December 2004 03:16, Parv wrote: > in message <1104359333.854.38.camel@leguin>, > wrote Eric Anholt thusly... > > > This directory needs to be made during startup by the system, i.e. > > not X.Org or XFree86. The only question is whether we're going to > > put the rc script in a common port, each of the ports that needs > > it, or the base system. I lean towards #3. > > I sure hope there would be NO_ICE_DIR or some such knob for those of > us that have no use for KDE if the directory creation goes into the > base system. ICE is is the X11 Inter Client Exchange, it has nothing to do with KDE (oth= er=20 than the fact KDE happens to use it). =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1641775.kLYh37gYEp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB1BObXhc68WspdLARAurBAKCMdP+RvktWThFrouju6Hwg+epwFACdFFKY nAQF2L/ZxcGs1KvccQDd7hc= =fkkX -----END PGP SIGNATURE----- --nextPart1641775.kLYh37gYEp-- From owner-cvs-all@FreeBSD.ORG Thu Dec 30 14:54:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 424E216A4CE; Thu, 30 Dec 2004 14:54:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C71843D39; Thu, 30 Dec 2004 14:54:40 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUEsdqh017699; Thu, 30 Dec 2004 14:54:39 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUEsdJq017698; Thu, 30 Dec 2004 14:54:39 GMT (envelope-from ceri) Message-Id: <200412301454.iBUEsdJq017698@repoman.freebsd.org> From: Ceri Davies Date: Thu, 30 Dec 2004 14:54:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en 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: Thu, 30 Dec 2004 14:54:40 -0000 ceri 2004-12-30 14:54:39 UTC FreeBSD doc repository Modified files: en index.xsl Log: Clarify the FreeBSD Foundation's postal address. Revision Changes Path 1.121 +4 -4 www/en/index.xsl From owner-cvs-all@FreeBSD.ORG Thu Dec 30 14:55:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A6016A4CE; Thu, 30 Dec 2004 14:55:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC4B43D48; Thu, 30 Dec 2004 14:55:44 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUEtiuP017804; Thu, 30 Dec 2004 14:55:44 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUEtiJ9017803; Thu, 30 Dec 2004 14:55:44 GMT (envelope-from den) Message-Id: <200412301455.iBUEtiJ9017803@repoman.freebsd.org> From: Denis Peplin Date: Thu, 30 Dec 2004 14:55:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/ports chapter.sgml doc/ru_RU.KOI8-R/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: Thu, 30 Dec 2004 14:55:44 -0000 den 2004-12-30 14:55:44 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/ports chapter.sgml ru_RU.KOI8-R/books/handbook/x11 chapter.sgml Log: Merge the following from the English version: 1.230 -> 1.233 ports/chapter.sgml 1.156 -> 1.159 x11/chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.12 +17 -13 doc/ru_RU.KOI8-R/books/handbook/ports/chapter.sgml 1.14 +8 -6 doc/ru_RU.KOI8-R/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 30 15:04:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D78ED16A4CE; Thu, 30 Dec 2004 15:04:58 +0000 (GMT) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DFD43D1D; Thu, 30 Dec 2004 15:04:58 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 16C20137BD; Thu, 30 Dec 2004 16:04:57 +0100 (CET) Date: Thu, 30 Dec 2004 16:05:00 +0100 (CET) From: Gerald Pfeifer To: Kirill Ponomarew In-Reply-To: <200412300914.iBU9ExVj000333@repoman.freebsd.org> Message-ID: References: <200412300914.iBU9ExVj000333@repoman.freebsd.org> MIME-Version: 1.0 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/print/gv Makefile distinfo pkg-descrpkg-plist ports/print/gv/files patch-aa patch-ab patch-ac patch-ad patch-source::gv_misc_res.dat patch-source::paths.h patch-source::ps.c patch-source::secscanf.c patch-src::Makefile.in patch-src::file.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 15:04:59 -0000 On Thu, 30 Dec 2004, Kirill Ponomarew wrote: > Log: > Update to version 3.6.1 > > PR: ports/75627 Yeah. Incidently, I started working on this update yesterday as well... > 1.1 +13 -0 ports/print/gv/files/patch-src::file.c (new) ...and found a better (more portable) fix for this which I already submitted upstream and got a positive response from the maintainer. My testing of the updated port shows that the packaging list not correct. The port now leaves $PREFIX/lib/X11/gv/gv_spartan.dat $PREFIX/lib/X11/gv/gv_user_res.dat $PREFIX/lib/X11/gv/gv_copyright.dat behind. Would you mind having a look? > 1.1 +10 -0 ports/print/gv/files/patch-src::gv_misc_res.dat (new) > 1.1 +20 -0 ports/print/gv/files/patch-src::main.c (new) > 1.1 +22 -0 ports/print/gv/files/patch-src::ps.c (new) > 1.1 +20 -0 ports/print/gv/files/patch-src::resource.c (new) Have all the other ones been submitted upstream as well? That's the only way to really educate developers on portability (see how much Wine has improved in that build failures on non-Linux platforms got increasingly rare!) and helps us maintain our ports in the long term. + CPPFLAGS= -I${X11BASE}/include is only needed due to a bug upstream which should be fixed there, not worked around. I'll discuss this with the upstream maintainer. Also, some of the patches shouldn't be needed for FreeBSD, unless one wants to use a strict ISO compiler: patch-src::main.c, patch-src::ps.c, patch-src::resource.c. Do we really want this in our ports collection? (If someone cares, he really should submit upstream and we'll get it via the next update.) Gerald -- Gerald Pfeifer (Jerry) gerald@pfeifer.com http://www.pfeifer.com/gerald/ From owner-cvs-all@FreeBSD.ORG Thu Dec 30 15:15:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6921216A4CE; Thu, 30 Dec 2004 15:15:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5574943D45; Thu, 30 Dec 2004 15:15:01 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUFF1mP018548; Thu, 30 Dec 2004 15:15:01 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUFF1Kc018547; Thu, 30 Dec 2004 15:15:01 GMT (envelope-from lth) Message-Id: <200412301515.iBUFF1Kc018547@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 15:15:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Email-FolderType-Net 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, 30 Dec 2004 15:15:01 -0000 lth 2004-12-30 15:15:00 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Email-FolderType-Net Makefile distinfo pkg-descr pkg-plist Log: Add p5-Email-FolderType-Net 1.02, recognize folder types for network based message protocols. Revision Changes Path 1.597 +1 -0 ports/mail/Makefile 1.1 +26 -0 ports/mail/p5-Email-FolderType-Net/Makefile (new) 1.1 +2 -0 ports/mail/p5-Email-FolderType-Net/distinfo (new) 1.1 +5 -0 ports/mail/p5-Email-FolderType-Net/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-Email-FolderType-Net/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 15:15:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC85016A4CE; Thu, 30 Dec 2004 15:15:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F8D43D4C; Thu, 30 Dec 2004 15:15:41 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUFFfvE018649; Thu, 30 Dec 2004 15:15:41 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUFFfAl018648; Thu, 30 Dec 2004 15:15:41 GMT (envelope-from lth) Message-Id: <200412301515.iBUFFfAl018648@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 15:15:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 15:15:41 -0000 lth 2004-12-30 15:15:41 UTC FreeBSD ports repository Modified files: . modules Log: p5-Email-FolderType-Net --> ports/mail/p5-Email-FolderType-Net Revision Changes Path 1.11686 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 15:30:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5970516A4CE; Thu, 30 Dec 2004 15:30:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D5B43D41; Thu, 30 Dec 2004 15:30:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUFUNkl019105; Thu, 30 Dec 2004 15:30:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUFUNL1019104; Thu, 30 Dec 2004 15:30:23 GMT (envelope-from jhb) Message-Id: <200412301530.iBUFUNL1019104@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 15:30:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 15:30:24 -0000 jhb 2004-12-30 15:30:23 UTC FreeBSD src repository Modified files: sys/i386/conf GENERIC Log: - Indent the comments beside the SMP options to the same level as all the other comments. Clarify that the next two things needed for SMP are two lines. - Expand mii abbreviation to miibus for clarity in the USB ethernet comment. Revision Changes Path 1.421 +4 -4 src/sys/i386/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Thu Dec 30 15:32:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA41416A4CE; Thu, 30 Dec 2004 15:32:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D2343D45; Thu, 30 Dec 2004 15:32:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUFWVBM019211; Thu, 30 Dec 2004 15:32:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUFWVsa019210; Thu, 30 Dec 2004 15:32:31 GMT (envelope-from jhb) Message-Id: <200412301532.iBUFWVsa019210@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 15:32:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 15:32:31 -0000 jhb 2004-12-30 15:32:31 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC Log: Sync with i386 GENERIC some: - Update comments to newer style (space after #) - Bring across various comment updates. - Add AHC_REG_PRETTY_PRINT, ADAPTIVE_GIANT, and rue(4). Revision Changes Path 1.182 +46 -41 src/sys/alpha/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Thu Dec 30 15:37:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB79216A4CE; Thu, 30 Dec 2004 15:37:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33FE43D41; Thu, 30 Dec 2004 15:37:50 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUFboJs019445; Thu, 30 Dec 2004 15:37:50 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUFboOM019444; Thu, 30 Dec 2004 15:37:50 GMT (envelope-from roam) Message-Id: <200412301537.iBUFboOM019444@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 30 Dec 2004 15:37:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/stunnel Makefile pkg-plist ports/security/stunnel/files stunnel.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, 30 Dec 2004 15:37:51 -0000 roam 2004-12-30 15:37:50 UTC FreeBSD ports repository Modified files: security/stunnel Makefile pkg-plist security/stunnel/files stunnel.sh Log: The last update for this year, I hope :) Make stunnel use the rc_subr framework, allowing for much cleaner startup and shutdown of multiple instances of stunnel. Revision Changes Path 1.58 +12 -4 ports/security/stunnel/Makefile 1.3 +35 -19 ports/security/stunnel/files/stunnel.sh 1.10 +1 -1 ports/security/stunnel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 15:39:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FCF16A4CE; Thu, 30 Dec 2004 15:39:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E3F343D2D; Thu, 30 Dec 2004 15:39:27 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUFdRDi019506; Thu, 30 Dec 2004 15:39:27 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUFdQ2W019505; Thu, 30 Dec 2004 15:39:26 GMT (envelope-from roam) Message-Id: <200412301539.iBUFdQ2W019505@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 30 Dec 2004 15:39:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/stunnel/files stunnel.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, 30 Dec 2004 15:39:27 -0000 roam 2004-12-30 15:39:26 UTC FreeBSD ports repository Modified files: security/stunnel/files stunnel.sh Log: Okay then, purge the last reference to MySQL in the startup script... Revision Changes Path 1.4 +1 -1 ports/security/stunnel/files/stunnel.sh From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:05:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B83D16A4CE; Thu, 30 Dec 2004 16:05:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 261E743D49; Thu, 30 Dec 2004 16:05:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUG5Cii020261; Thu, 30 Dec 2004 16:05:12 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUG5B1U020260; Thu, 30 Dec 2004 16:05:11 GMT (envelope-from glebius) Message-Id: <200412301605.iBUG5B1U020260@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 30 Dec 2004 16:05:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 16:05:12 -0000 glebius 2004-12-30 16:05:11 UTC FreeBSD src repository Modified files: lib/libc/gen syslog.c Log: Make syslog(3) thread safe. PR: bin/72394 Submitted by: Dan Nelson Reviewed by: deischen MFC after: 2 weeks Revision Changes Path 1.34 +53 -9 src/lib/libc/gen/syslog.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:11:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5372F16A4CE; Thu, 30 Dec 2004 16:11:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DED643D1D; Thu, 30 Dec 2004 16:11:35 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUGBZNr020523; Thu, 30 Dec 2004 16:11:35 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUGBZJF020522; Thu, 30 Dec 2004 16:11:35 GMT (envelope-from josef) Message-Id: <200412301611.iBUGBZJF020522@repoman.freebsd.org> From: Josef El-Rayes Date: Thu, 30 Dec 2004 16:11:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/moinmoin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 16:11:35 -0000 josef 2004-12-30 16:11:34 UTC FreeBSD ports repository Modified files: www/moinmoin Makefile Log: Take maintainership of the port. I have an update to 1.3.1 in my queue i will commit later that day. Revision Changes Path 1.17 +1 -1 ports/www/moinmoin/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:17:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7632316A4CE; Thu, 30 Dec 2004 16:17:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3EF43D1D; Thu, 30 Dec 2004 16:17:29 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUGHTpr020793; Thu, 30 Dec 2004 16:17:29 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUGHTgK020792; Thu, 30 Dec 2004 16:17:29 GMT (envelope-from lth) Message-Id: <200412301617.iBUGHTgK020792@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 16:17:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-URI-imap 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, 30 Dec 2004 16:17:29 -0000 lth 2004-12-30 16:17:29 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-URI-imap Makefile distinfo pkg-descr pkg-plist Log: Add p5-URI-imap 1.01, URI::imap - Support IMAP URI. Revision Changes Path 1.598 +1 -0 ports/mail/Makefile 1.1 +25 -0 ports/mail/p5-URI-imap/Makefile (new) 1.1 +2 -0 ports/mail/p5-URI-imap/distinfo (new) 1.1 +3 -0 ports/mail/p5-URI-imap/pkg-descr (new) 1.1 +5 -0 ports/mail/p5-URI-imap/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:17:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052FE16A4CE; Thu, 30 Dec 2004 16:17:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CD843D46; Thu, 30 Dec 2004 16:17:43 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUGHhqk020839; Thu, 30 Dec 2004 16:17:43 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUGHhc4020838; Thu, 30 Dec 2004 16:17:43 GMT (envelope-from lth) Message-Id: <200412301617.iBUGHhc4020838@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 16:17:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 16:17:44 -0000 lth 2004-12-30 16:17:43 UTC FreeBSD ports repository Modified files: . modules Log: p5-URI-imap --> ports/mail/p5-URI-imap Revision Changes Path 1.11687 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:44:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2315416A4CE; Thu, 30 Dec 2004 16:44:30 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB9243D1F; Thu, 30 Dec 2004 16:44:30 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 0020E5C9A7; Thu, 30 Dec 2004 08:44:29 -0800 (PST) Date: Thu, 30 Dec 2004 08:44:29 -0800 From: Alfred Perlstein To: Robert Watson Message-ID: <20041230164429.GE35701@elvis.mu.org> References: <200412301356.iBUDuYsU015829@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412301356.iBUDuYsU015829@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sysv_msg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 16:44:30 -0000 * Robert Watson [041230 05:56] wrote: > rwatson 2004-12-30 13:56:34 UTC > > FreeBSD src repository > > Modified files: > sys/kern sysv_msg.c > Log: > Make the sysctls kern.ipc.msgmnb and kern.ipc.msgtql into tunables as > is the case for most other sysctls in the System V IPC message queue > implementation. While you're there... is there any docs for these tunables? I alwasys wind up having to UTSL whenever adjusting sysV tunables. :( -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:53:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54ADA16A4CE; Thu, 30 Dec 2004 16:53:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4FE43D45; Thu, 30 Dec 2004 16:53:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUGrLsD028434; Thu, 30 Dec 2004 16:53:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUGrLFR028433; Thu, 30 Dec 2004 16:53:21 GMT (envelope-from rwatson) Message-Id: <200412301653.iBUGrLFR028433@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 16:53:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/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, 30 Dec 2004 16:53:21 -0000 rwatson 2004-12-30 16:53:20 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Enable NCP build in NOTES so that it is visible in LINT. Revision Changes Path 1.1291 +1 -1 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:55:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4155716A4CE; Thu, 30 Dec 2004 16:55:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1723343D1F; Thu, 30 Dec 2004 16:55:57 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUGtudw028738; Thu, 30 Dec 2004 16:55:56 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUGtuhK028737; Thu, 30 Dec 2004 16:55:56 GMT (envelope-from lth) Message-Id: <200412301655.iBUGtuhK028737@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 16:55:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Net-IMAP-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, 30 Dec 2004 16:55:57 -0000 lth 2004-12-30 16:55:56 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Net-IMAP-Simple Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-IMAP-Simple 0.95, Perl extension for simple IMAP account handling. Revision Changes Path 1.599 +1 -0 ports/mail/Makefile 1.1 +22 -0 ports/mail/p5-Net-IMAP-Simple/Makefile (new) 1.1 +2 -0 ports/mail/p5-Net-IMAP-Simple/distinfo (new) 1.1 +3 -0 ports/mail/p5-Net-IMAP-Simple/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-Net-IMAP-Simple/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:56:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D27AC16A4CE; Thu, 30 Dec 2004 16:56:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC1943D1D; Thu, 30 Dec 2004 16:56:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUGu73g028803; Thu, 30 Dec 2004 16:56:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUGu7mh028802; Thu, 30 Dec 2004 16:56:07 GMT (envelope-from rwatson) Message-Id: <200412301656.iBUGu7mh028802@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 16:56:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipx ipx_input.c ipx_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: Thu, 30 Dec 2004 16:56:08 -0000 rwatson 2004-12-30 16:56:07 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_var.h Log: Constify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_broadhost. Remove 'allones' since the values of the broadcast network and host variables are set statically. Revision Changes Path 1.35 +7 -8 src/sys/netipx/ipx_input.c 1.18 +4 -4 src/sys/netipx/ipx_var.h From owner-cvs-all@FreeBSD.ORG Thu Dec 30 16:56:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3821116A56A; Thu, 30 Dec 2004 16:56:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FA043D1D; Thu, 30 Dec 2004 16:56:10 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUGuAtL028839; Thu, 30 Dec 2004 16:56:10 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUGuAeq028838; Thu, 30 Dec 2004 16:56:10 GMT (envelope-from lth) Message-Id: <200412301656.iBUGuAeq028838@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 16:56:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 30 Dec 2004 16:56:14 -0000 lth 2004-12-30 16:56:10 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-IMAP-Simple --> ports/mail/p5-Net-IMAP-Simple Revision Changes Path 1.11688 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:21:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE0416A4D2; Thu, 30 Dec 2004 17:21:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238C443D3F; Thu, 30 Dec 2004 17:21:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHL8VG029785; Thu, 30 Dec 2004 17:21:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHL7DT029783; Thu, 30 Dec 2004 17:21:07 GMT (envelope-from rwatson) Message-Id: <200412301721.iBUHL7DT029783@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 17:21:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipx ipx_pcb.c ipx_pcb.h spx_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:21:08 -0000 rwatson 2004-12-30 17:21:07 UTC FreeBSD src repository Modified files: sys/netipx ipx_pcb.c ipx_pcb.h spx_usrreq.c Log: Garbage collect unused (and incompletely implemented) functions: - ipx_pcbnotify(), which is never called. - ipx_rtchange(), which is never called, is incomplete inplemented, and also #ifdef notdef. - spx_fixmtu(), which is never called, is incompletely implemented, and also #ifdef notdef. Revision Changes Path 1.30 +0 -55 src/sys/netipx/ipx_pcb.c 1.19 +0 -3 src/sys/netipx/ipx_pcb.h 1.48 +0 -50 src/sys/netipx/spx_usrreq.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:36:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 217DA16A4CE; Thu, 30 Dec 2004 17:36:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B477F43D58; Thu, 30 Dec 2004 17:36:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHas9q030293; Thu, 30 Dec 2004 17:36:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHasSA030292; Thu, 30 Dec 2004 17:36:54 GMT (envelope-from pav) Message-Id: <200412301736.iBUHasSA030292@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 30 Dec 2004 17:36:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs porting.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, 30 Dec 2004 17:36:55 -0000 pav 2004-12-30 17:36:54 UTC FreeBSD doc repository (ports committer) Modified files: en/gnome/docs porting.sgml Log: - Add instructions on how to deal with share/mime and share/gnome/applications/mimeinfo.cache leftovers Revision Changes Path 1.46 +48 -1 www/en/gnome/docs/porting.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:42:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A099516A4CE; Thu, 30 Dec 2004 17:42:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 456D043D2F; Thu, 30 Dec 2004 17:42:30 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHgUCq030571; Thu, 30 Dec 2004 17:42:30 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHgUQO030570; Thu, 30 Dec 2004 17:42:30 GMT (envelope-from lofi) Message-Id: <200412301742.iBUHgUQO030570@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 30 Dec 2004 17:42:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators Makefile ports/emulators/linux-zsnes Makefile distinfo pkg-descr ports/emulators/zsnes Makefile distinfo pkg-message ports/emulators/zsnes/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, 30 Dec 2004 17:42:30 -0000 lofi 2004-12-30 17:42:30 UTC FreeBSD ports repository Modified files: emulators Makefile emulators/zsnes Makefile distinfo Removed files: emulators/linux-zsnes Makefile distinfo pkg-descr emulators/zsnes pkg-message emulators/zsnes/files patch-aa Log: Update emulators/zsnes to 1.40, remove emulators/linux-zsnes. PR: 75500 Submitted by: maintainer Revision Changes Path 1.153 +0 -1 ports/emulators/Makefile 1.2 +0 -44 ports/emulators/linux-zsnes/Makefile (dead) 1.2 +0 -2 ports/emulators/linux-zsnes/distinfo (dead) 1.2 +0 -13 ports/emulators/linux-zsnes/pkg-descr (dead) 1.22 +10 -6 ports/emulators/zsnes/Makefile 1.11 +2 -2 ports/emulators/zsnes/distinfo 1.2 +0 -20 ports/emulators/zsnes/files/patch-aa (dead) 1.4 +0 -14 ports/emulators/zsnes/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:43:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC45B16A4D0; Thu, 30 Dec 2004 17:43:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5FE343D54; Thu, 30 Dec 2004 17:43:26 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHhQCY030670; Thu, 30 Dec 2004 17:43:26 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHhQ1t030669; Thu, 30 Dec 2004 17:43:26 GMT (envelope-from lofi) Message-Id: <200412301743.iBUHhQ1t030669@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 30 Dec 2004 17:43:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:43:27 -0000 lofi 2004-12-30 17:43:26 UTC FreeBSD ports repository Modified files: . modules Log: Remove linux-zsnes PR: 75500 Submitted by: maintainer Revision Changes Path 1.11689 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:45:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E32016A4CE; Thu, 30 Dec 2004 17:45:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B4843D5A; Thu, 30 Dec 2004 17:45:44 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHjitw030821; Thu, 30 Dec 2004 17:45:44 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHjiL6030820; Thu, 30 Dec 2004 17:45:44 GMT (envelope-from des) Message-Id: <200412301745.iBUHjiL6030820@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 30 Dec 2004 17:45:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/porteasy Makefile ports/misc/porteasy/src porteasy.8 porteasy.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: Thu, 30 Dec 2004 17:45:44 -0000 des 2004-12-30 17:45:43 UTC FreeBSD ports repository Modified files: misc/porteasy Makefile misc/porteasy/src porteasy.8 porteasy.pl Log: Before performing any work, unset a number of environment variables which may adversely affect the port build. See the man page for details. Revision Changes Path 1.48 +1 -1 ports/misc/porteasy/Makefile 1.18 +9 -1 ports/misc/porteasy/src/porteasy.8 1.53 +10 -2 ports/misc/porteasy/src/porteasy.pl From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:46:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35BFB16A4CE; Thu, 30 Dec 2004 17:46:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1112243D49; Thu, 30 Dec 2004 17:46:17 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHkG0a030874; Thu, 30 Dec 2004 17:46:16 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHkGuh030873; Thu, 30 Dec 2004 17:46:16 GMT (envelope-from lofi) Message-Id: <200412301746.iBUHkGuh030873@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 30 Dec 2004 17:46:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports 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: Thu, 30 Dec 2004 17:46:17 -0000 lofi 2004-12-30 17:46:16 UTC FreeBSD ports repository Modified files: . MOVED Log: Note removal of linux-zsnes Revision Changes Path 1.603 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:49:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC5DD16A4CE; Thu, 30 Dec 2004 17:49:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C31C043D45; Thu, 30 Dec 2004 17:49:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHneew030968; Thu, 30 Dec 2004 17:49:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHneXh030967; Thu, 30 Dec 2004 17:49:40 GMT (envelope-from rwatson) Message-Id: <200412301749.iBUHneXh030967@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 17:49:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipx ipx_input.c ipx_pcb.c ipx_pcb.h ipx_usrreq.c ipx_var.h spx_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:49:41 -0000 rwatson 2004-12-30 17:49:40 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_pcb.c ipx_pcb.h ipx_usrreq.c ipx_var.h spx_usrreq.c Log: Convert netipx to use queue(9) doubly-linked lists instead of home-brew linked lists for ipxpcb's. Revision Changes Path 1.36 +11 -8 src/sys/netipx/ipx_input.c 1.31 +5 -4 src/sys/netipx/ipx_pcb.c 1.20 +10 -4 src/sys/netipx/ipx_pcb.h 1.43 +3 -2 src/sys/netipx/ipx_usrreq.c 1.19 +0 -1 src/sys/netipx/ipx_var.h 1.49 +16 -19 src/sys/netipx/spx_usrreq.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:53:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAAC16A4CE; Thu, 30 Dec 2004 17:53:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F7443D1F; Thu, 30 Dec 2004 17:53:44 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHrilN031361; Thu, 30 Dec 2004 17:53:44 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHrimn031360; Thu, 30 Dec 2004 17:53:44 GMT (envelope-from hrs) Message-Id: <200412301753.iBUHrimn031360@repoman.freebsd.org> From: Hiroki Sato Date: Thu, 30 Dec 2004 17:53:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/de Makefile index.xsl www/de/news Makefile newsflash.xsl press.xsl www/en Makefile index.xsl www/en/news Makefile news.xml newsflash.xsl press.xsl www/fr Makefile index.xsl www/fr/news Makefile newsflash.xsl press.xsl www/ja ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:53:45 -0000 hrs 2004-12-30 17:53:44 UTC FreeBSD doc repository Modified files: de Makefile index.xsl de/news Makefile newsflash.xsl press.xsl en Makefile index.xsl en/news Makefile news.xml newsflash.xsl press.xsl fr Makefile index.xsl fr/news Makefile newsflash.xsl press.xsl ja Makefile includes.xsl index.xsl ja/news Makefile newsflash.xsl press.xsl ru Makefile index.xsl ru/news Makefile newsflash.xsl press.xsl share/sgml includes.misc.xsl Log: Implement templates for selectively picking up the latest news items and putting them into the localized web pages. If the translation is available it will be used, otherwise the original (English) version of the news item will be used. Revision Changes Path 1.19 +6 -2 www/de/Makefile 1.19 +8 -4 www/de/index.xsl 1.4 +12 -8 www/de/news/Makefile 1.5 +24 -52 www/de/news/newsflash.xsl 1.6 +17 -42 www/de/news/press.xsl 1.117 +6 -2 www/en/Makefile 1.122 +8 -4 www/en/index.xsl 1.40 +11 -7 www/en/news/Makefile 1.257 +1 -4 www/en/news/news.xml 1.12 +11 -59 www/en/news/newsflash.xsl 1.10 +8 -49 www/en/news/press.xsl 1.8 +10 -3 www/fr/Makefile 1.12 +9 -5 www/fr/index.xsl 1.8 +12 -8 www/fr/news/Makefile 1.7 +17 -56 www/fr/news/newsflash.xsl 1.3 +10 -38 www/fr/news/press.xsl 1.68 +9 -4 www/ja/Makefile 1.23 +8 -8 www/ja/includes.xsl 1.39 +15 -11 www/ja/index.xsl 1.36 +16 -7 www/ja/news/Makefile 1.10 +32 -38 www/ja/news/newsflash.xsl 1.5 +18 -36 www/ja/news/press.xsl 1.42 +6 -2 www/ru/Makefile 1.24 +8 -4 www/ru/index.xsl 1.11 +12 -6 www/ru/news/Makefile 1.8 +15 -55 www/ru/news/newsflash.xsl 1.7 +17 -47 www/ru/news/press.xsl 1.14 +340 -27 www/share/sgml/includes.misc.xsl From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:54:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6363D16A4CE; Thu, 30 Dec 2004 17:54:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB6F43D41; Thu, 30 Dec 2004 17:54:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHsrFn031412; Thu, 30 Dec 2004 17:54:53 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHsr8o031411; Thu, 30 Dec 2004 17:54:53 GMT (envelope-from rwatson) Message-Id: <200412301754.iBUHsr8o031411@repoman.freebsd.org> From: Robert Watson Date: Thu, 30 Dec 2004 17:54:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipx ipx_input.c ipx_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:54:54 -0000 rwatson 2004-12-30 17:54:53 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_pcb.c Log: Use a global variable, ipxpcb_lport_cache, to cache the most recently used IPX port number, rather than using the global ipxpcb list head. Revision Changes Path 1.37 +1 -0 src/sys/netipx/ipx_input.c 1.32 +5 -5 src/sys/netipx/ipx_pcb.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:55:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE7016A4CE; Thu, 30 Dec 2004 17:55:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1591543D45; Thu, 30 Dec 2004 17:55:09 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHt8ZJ031454; Thu, 30 Dec 2004 17:55:08 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHt8RR031453; Thu, 30 Dec 2004 17:55:08 GMT (envelope-from simon) Message-Id: <200412301755.iBUHt8RR031453@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 30 Dec 2004 17:55:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:55:09 -0000 simon 2004-12-30 17:55:08 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document insecure temporary file creation in a2ps. Revision Changes Path 1.427 +30 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:58:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D6116A4CE; Thu, 30 Dec 2004 17:58:28 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AEF43D4C; Thu, 30 Dec 2004 17:58:27 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0I9J003LCR9D20@ms-dienst.rz.rwth-aachen.de>; Thu, 30 Dec 2004 18:58:26 +0100 (MET) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Thu, 30 Dec 2004 18:58:25 +0100 (MET) Received: from haakonia.hitnet.rwth-aachen.de (mulzirak.hitnet.RWTH-Aachen.DE [137.226.181.149]) iBUHwNRS024785; Thu, 30 Dec 2004 18:58:23 +0100 (MET) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id 1E4C92842E; Thu, 30 Dec 2004 18:58:16 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id 714E822859; Thu, 30 Dec 2004 18:58:15 +0100 (CET) Date: Thu, 30 Dec 2004 18:58:14 +0100 From: Christian Brueffer In-reply-to: <200412301753.iBUHrimn031360@repoman.freebsd.org> To: Hiroki Sato Message-id: <20041230175814.GI759@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=FCF9ydJxlAJsfRTu; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200412301753.iBUHrimn031360@repoman.freebsd.org> cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: www/de Makefile index.xsl www/de/news Makefile newsflash.xsl press.xsl www/en Makefile index.xsl www/en/news Makefile news.xml newsflash.xsl press.xsl www/fr Makefile index.xsl www/fr/news Makefile newsflash.xsl press.xsl www/ja ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:58:28 -0000 --FCF9ydJxlAJsfRTu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 30, 2004 at 05:53:44PM +0000, Hiroki Sato wrote: > Implement templates for selectively picking up the latest > news items and putting them into the localized web pages. > If the translation is available it will be used, otherwise > the original (English) version of the news item will be used. > =20 Very nice! - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --FCF9ydJxlAJsfRTu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1EG2bHYXjKDtmC0RAgVIAJ98N6xQukWWtBfapEwnmSLguRa+SgCfaWPY d6dRKXNYL45MUVqPHL8y3C4= =OYzL -----END PGP SIGNATURE----- --FCF9ydJxlAJsfRTu-- From owner-cvs-all@FreeBSD.ORG Thu Dec 30 18:31:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98AE416A4CE; Thu, 30 Dec 2004 18:31:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738DB43D3F; Thu, 30 Dec 2004 18:31:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUIVrn4033244; Thu, 30 Dec 2004 18:31:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUIVrWj033243; Thu, 30 Dec 2004 18:31:53 GMT (envelope-from jhb) Message-Id: <200412301831.iBUIVrWj033243@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 18:31:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 18:31:53 -0000 jhb 2004-12-30 18:31:53 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Minor sync to alpha and i386: - Add ADAPTIVE_GIANT and AHC_REG_PRETTY_PRINT. - Indent SMP to match other options. Revision Changes Path 1.87 +4 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Thu Dec 30 18:41:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D7A816A4CE; Thu, 30 Dec 2004 18:41:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4830D43D2D; Thu, 30 Dec 2004 18:41:48 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUIfmVK033608; Thu, 30 Dec 2004 18:41:48 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUIfm2K033607; Thu, 30 Dec 2004 18:41:48 GMT (envelope-from sumikawa) Message-Id: <200412301841.iBUIfm2K033607@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 30 Dec 2004 18:41:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/gonzui Makefile distinfo pkg-descr pkg-plist ports/devel/gonzui/files patch-util.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 18:41:48 -0000 sumikawa 2004-12-30 18:41:48 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/gonzui Makefile distinfo pkg-descr pkg-plist devel/gonzui/files patch-util.rb Log: gonzui is a source code search engine for accelerating open source software development. In the open source software development, programmers frequently refer to source codes written by others. Our goal is to help programmers develop programs effectively by creating a source code search engine that covers vast quantities of open source codes available on the Internet. WWW: http://namazu.org/~satoru/gonzui/ Revision Changes Path 1.1785 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/gonzui/Makefile (new) 1.1 +2 -0 ports/devel/gonzui/distinfo (new) 1.1 +11 -0 ports/devel/gonzui/files/patch-util.rb (new) 1.1 +8 -0 ports/devel/gonzui/pkg-descr (new) 1.1 +44 -0 ports/devel/gonzui/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 18:42:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C41E16A4CE; Thu, 30 Dec 2004 18:42:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EAE43D31; Thu, 30 Dec 2004 18:42:40 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUIgdQn033670; Thu, 30 Dec 2004 18:42:39 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUIgd05033669; Thu, 30 Dec 2004 18:42:39 GMT (envelope-from sumikawa) Message-Id: <200412301842.iBUIgd05033669@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 30 Dec 2004 18:42:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 18:42:40 -0000 sumikawa 2004-12-30 18:42:39 UTC FreeBSD ports repository Modified files: . modules Log: gonzui --> ports/devel/gonzui Revision Changes Path 1.11690 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 18:51:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC72D16A4CE; Thu, 30 Dec 2004 18:51:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A746943D3F; Thu, 30 Dec 2004 18:51:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUIpNfa033982; Thu, 30 Dec 2004 18:51:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUIpNb9033981; Thu, 30 Dec 2004 18:51:23 GMT (envelope-from jhb) Message-Id: <200412301851.iBUIpNb9033981@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 18:51:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 18:51:23 -0000 jhb 2004-12-30 18:51:23 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Minor sync to i386 GENERIC in the form of comments and whitespace. Revision Changes Path 1.427 +3 -2 src/sys/amd64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Thu Dec 30 18:59:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8936116A4CE; Thu, 30 Dec 2004 18:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622D943D1F; Thu, 30 Dec 2004 18:59:33 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUIxXs6034256; Thu, 30 Dec 2004 18:59:33 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUIxXk5034255; Thu, 30 Dec 2004 18:59:33 GMT (envelope-from nobutaka) Message-Id: <200412301859.iBUIxXk5034255@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 30 Dec 2004 18:59:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libxine/files patch-src:xine-engine:xine_internal.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, 30 Dec 2004 18:59:33 -0000 nobutaka 2004-12-30 18:59:33 UTC FreeBSD ports repository Added files: multimedia/libxine/files patch-src:xine-engine:xine_internal.h Log: Fix compile error on 4.x. Submitted by: kan Revision Changes Path 1.1 +45 -0 ports/multimedia/libxine/files/patch-src:xine-engine:xine_internal.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:14:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FAC16A4E6; Thu, 30 Dec 2004 19:14:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D41A43D45; Thu, 30 Dec 2004 19:14:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJEnJu034797; Thu, 30 Dec 2004 19:14:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJEnPW034796; Thu, 30 Dec 2004 19:14:49 GMT (envelope-from jhb) Message-Id: <200412301914.iBUJEnPW034796@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 19:14:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 exception.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:14:49 -0000 jhb 2004-12-30 19:14:49 UTC FreeBSD src repository Modified files: sys/i386/i386 exception.s Log: Small whitespace fixes. Revision Changes Path 1.112 +1 -2 src/sys/i386/i386/exception.s From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:24:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B5B16A4CE; Thu, 30 Dec 2004 19:24:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6EF43D1F; Thu, 30 Dec 2004 19:24:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJOn75035162; Thu, 30 Dec 2004 19:24:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJOntm035161; Thu, 30 Dec 2004 19:24:49 GMT (envelope-from jhb) Message-Id: <200412301924.iBUJOntm035161@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 19:24:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:24:49 -0000 jhb 2004-12-30 19:24:49 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: Call tty_close() at the very end of ttyclose() since otherwise NULL deferences can occur since tty_close() may end up freeing the tty structure if it drops the last reference to it. Glanced at by: phk Revision Changes Path 1.244 +1 -1 src/sys/kern/tty.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:24:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D358116A4CE; Thu, 30 Dec 2004 19:24:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD5B443D1F; Thu, 30 Dec 2004 19:24:56 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJOu4P035195; Thu, 30 Dec 2004 19:24:56 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJOu6T035194; Thu, 30 Dec 2004 19:24:56 GMT (envelope-from sem) Message-Id: <200412301924.iBUJOu6T035194@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 30 Dec 2004 19:24:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/cpuid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:24:57 -0000 sem 2004-12-30 19:24:56 UTC FreeBSD ports repository Modified files: misc/cpuid Makefile Log: - This port works on amd64 PR: ports/75653 Submitted by: Roland Smith Revision Changes Path 1.11 +1 -1 ports/misc/cpuid/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:26:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 028F516A4CE; Thu, 30 Dec 2004 19:26:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D22D943D3F; Thu, 30 Dec 2004 19:26:20 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJQKNW035324; Thu, 30 Dec 2004 19:26:20 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJQKd5035323; Thu, 30 Dec 2004 19:26:20 GMT (envelope-from trevor) Message-Id: <200412301926.iBUJQKd5035323@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 30 Dec 2004 19:26:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/netscape7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:26:21 -0000 trevor 2004-12-30 19:26:20 UTC FreeBSD ports repository Modified files: www/netscape7 Makefile Log: The Canadian English localization is no longer available (pointyhat log forwarded by kris). Revision Changes Path 1.81 +0 -1 ports/www/netscape7/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:26:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B518D16A556; Thu, 30 Dec 2004 19:26:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB8643D46; Thu, 30 Dec 2004 19:26:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJQN3N035356; Thu, 30 Dec 2004 19:26:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJQNXQ035355; Thu, 30 Dec 2004 19:26:23 GMT (envelope-from jhb) Message-Id: <200412301926.iBUJQNXQ035355@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 19:26:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 sys_machdep.c vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:26:24 -0000 jhb 2004-12-30 19:26:23 UTC FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c vm_machdep.c Log: Use NULL instead of 0 in a few places as well as various whitespace fixes. Revision Changes Path 1.94 +5 -5 src/sys/i386/i386/sys_machdep.c 1.249 +7 -7 src/sys/i386/i386/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:31:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12BFF16A4CE; Thu, 30 Dec 2004 19:31:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0FC043D1D; Thu, 30 Dec 2004 19:31:24 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJVOaO035581; Thu, 30 Dec 2004 19:31:24 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJVOr1035580; Thu, 30 Dec 2004 19:31:24 GMT (envelope-from trevor) Message-Id: <200412301931.iBUJVOr1035580@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 30 Dec 2004 19:31:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/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: Thu, 30 Dec 2004 19:31:25 -0000 trevor 2004-12-30 19:31:24 UTC FreeBSD ports repository Modified files: x11/linux-XFree86-libs Makefile Log: Support amd64. PR: 75646 Submitted by: Conrad J. Sabatier Revision Changes Path 1.13 +2 -2 ports/x11/linux-XFree86-libs/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:41:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 725BC16A4CE; Thu, 30 Dec 2004 19:41:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465FE43D4C; Thu, 30 Dec 2004 19:41:02 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJf2wC035885; Thu, 30 Dec 2004 19:41:02 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJf2kF035884; Thu, 30 Dec 2004 19:41:02 GMT (envelope-from trevor) Message-Id: <200412301941.iBUJf2kF035884@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 30 Dec 2004 19:41:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:41:02 -0000 trevor 2004-12-30 19:41:02 UTC FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile Log: On amd64, the installation script contained in the glibc RPM fails. Work around this by using the --noscripts option. PR: 75645 Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier Revision Changes Path 1.94 +1 -0 ports/emulators/linux_base-8/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:46:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7964F16A4CE; Thu, 30 Dec 2004 19:46:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F29943D46; Thu, 30 Dec 2004 19:46:21 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJkLIE036086; Thu, 30 Dec 2004 19:46:21 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJkLWq036085; Thu, 30 Dec 2004 19:46:21 GMT (envelope-from trevor) Message-Id: <200412301946.iBUJkLWq036085@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 30 Dec 2004 19:46:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/acroread Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:46:21 -0000 trevor 2004-12-30 19:46:21 UTC FreeBSD ports repository Modified files: print/acroread Makefile Log: Support amd64. PR: 75594 Submitted by: Conrad J. Sabatier Revision Changes Path 1.34 +1 -5 ports/print/acroread/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:48:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C8C16A4CE; Thu, 30 Dec 2004 19:48:07 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6322243D1F; Thu, 30 Dec 2004 19:48:07 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C22E5512B3; Thu, 30 Dec 2004 11:48:15 -0800 (PST) Date: Thu, 30 Dec 2004 11:48:15 -0800 From: Kris Kennaway To: Trevor Johnson Message-ID: <20041230194815.GA91131@xor.obsecurity.org> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <200412301941.iBUJf2kF035884@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:48:07 -0000 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > trevor 2004-12-30 19:41:02 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > emulators/linux_base-8 Makefile=20 > Log: > On amd64, the installation script contained in the glibc RPM fails. > Work around this by using the --noscripts option. > =20 > PR: 75645 > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier I thought I'd made myself sufficiently clear in previous requests, but: * Do not make any further commits to the files affected by the linux_base-8 patchset without approval from myself or netchild. * We're hard up against the ports freeze and still trying to get the patchsets to work, and we can do without further patch conflicts and accidental mistakes breaking the ports. Kris --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1Ft/Wry0BWjoQKURAjPsAJ9TnbEQb+CcoB8GQ6cZa+f5+V/fLQCdEOlG /VlzEbFA/A7VR2+I70nZlpo= =kwwO -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- From owner-cvs-all@FreeBSD.ORG Thu Dec 30 19:57:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B5416A4CE; Thu, 30 Dec 2004 19:57:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B440C43D45; Thu, 30 Dec 2004 19:57:29 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUJvTVd036439; Thu, 30 Dec 2004 19:57:29 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUJvTPM036438; Thu, 30 Dec 2004 19:57:29 GMT (envelope-from trevor) Message-Id: <200412301957.iBUJvTPM036438@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 30 Dec 2004 19:57:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/acroread Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 19:57:30 -0000 trevor 2004-12-30 19:57:29 UTC FreeBSD ports repository Modified files: print/acroread Makefile Log: The acroread 3.X port was removed, so it need no longer be listed as a conflict. Revision Changes Path 1.35 +0 -1 ports/print/acroread/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 20:01:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDE1316A4CE; Thu, 30 Dec 2004 20:01:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AC643D39; Thu, 30 Dec 2004 20:01:00 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUK10CA036622; Thu, 30 Dec 2004 20:01:00 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUK10iV036621; Thu, 30 Dec 2004 20:01:00 GMT (envelope-from trevor) Message-Id: <200412302001.iBUK10iV036621@repoman.freebsd.org> From: Trevor Johnson Date: Thu, 30 Dec 2004 20:01:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/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, 30 Dec 2004 20:01:01 -0000 trevor 2004-12-30 20:01:00 UTC FreeBSD ports repository Modified files: emulators/linux_base-gentoo-stage1 Makefile Log: Rename pre-install target to do-extract, so packing list will be available after "make all". Submitted by: obrien Revision Changes Path 1.20 +2 -2 ports/emulators/linux_base-gentoo-stage1/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 20:01:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 421EC16A4CE; Thu, 30 Dec 2004 20:01:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A0843D2D; Thu, 30 Dec 2004 20:01:15 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUK1EmJ036704; Thu, 30 Dec 2004 20:01:14 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUK1EGq036703; Thu, 30 Dec 2004 20:01:14 GMT (envelope-from mezz) Message-Id: <200412302001.iBUK1EGq036703@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 30 Dec 2004 20:01:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/mcatalog Makefile distinfo pkg-plist ports/deskutils/mcatalog/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, 30 Dec 2004 20:01:15 -0000 mezz 2004-12-30 20:01:14 UTC FreeBSD ports repository Modified files: deskutils/mcatalog Makefile distinfo pkg-plist deskutils/mcatalog/files patch-src::Makefile.in Log: Update to 0.0.6. Revision Changes Path 1.4 +2 -3 ports/deskutils/mcatalog/Makefile 1.2 +2 -2 ports/deskutils/mcatalog/distinfo 1.2 +1 -1 ports/deskutils/mcatalog/files/patch-src::Makefile.in 1.2 +3 -0 ports/deskutils/mcatalog/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 20:20:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF3E16A4CE; Thu, 30 Dec 2004 20:20:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E8F43D3F; Thu, 30 Dec 2004 20:20:46 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUKKk6Z037281; Thu, 30 Dec 2004 20:20:46 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUKKkQG037280; Thu, 30 Dec 2004 20:20:46 GMT (envelope-from simon) Message-Id: <200412302020.iBUKKkQG037280@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 30 Dec 2004 20:20:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 20:20:47 -0000 simon 2004-12-30 20:20:46 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Improve topic for latest phpbb vulnerability to highlight the main problem (arbitrary command execution). Prodded by: remko Revision Changes Path 1.428 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Dec 30 20:29:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47FDE16A4CF; Thu, 30 Dec 2004 20:29:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BA343D1F; Thu, 30 Dec 2004 20:29:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUKTxJH037652; Thu, 30 Dec 2004 20:29:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUKTxfe037651; Thu, 30 Dec 2004 20:29:59 GMT (envelope-from jhb) Message-Id: <200412302029.iBUKTxfe037651@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 20:29:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_intr.c kern_resource.c kern_synch.c src/sys/compat/ndis subr_hal.c src/sys/dev/md md.c src/sys/geom geom_kern.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 20:29:59 -0000 jhb 2004-12-30 20:29:59 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c kern_resource.c kern_synch.c sys/compat/ndis subr_hal.c sys/dev/md md.c sys/geom geom_kern.c sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Stop explicitly touching td_base_pri outside of the scheduler and simply set a thread's priority via sched_prio() when that is the desired action. The schedulers will start managing td_base_pri internally shortly. Revision Changes Path 1.14 +0 -2 src/sys/compat/ndis/subr_hal.c 1.147 +4 -1 src/sys/dev/md/md.c 1.36 +11 -4 src/sys/geom/geom_kern.c 1.55 +4 -1 src/sys/geom/mirror/g_mirror.c 1.34 +4 -1 src/sys/geom/raid3/g_raid3.c 1.121 +3 -4 src/sys/kern/kern_intr.c 1.147 +0 -1 src/sys/kern/kern_resource.c 1.267 +0 -2 src/sys/kern/kern_synch.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 20:30:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E411216A4CE; Thu, 30 Dec 2004 20:30:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE0143D1D; Thu, 30 Dec 2004 20:30:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUKUwJd037789; Thu, 30 Dec 2004 20:30:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUKUwHn037788; Thu, 30 Dec 2004 20:30:58 GMT (envelope-from jhb) Message-Id: <200412302030.iBUKUwHn037788@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 20:30:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 20:30:59 -0000 jhb 2004-12-30 20:30:58 UTC FreeBSD src repository Modified files: sys/kern subr_trap.c Log: Whitespace fix. Revision Changes Path 1.278 +1 -0 src/sys/kern/subr_trap.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 20:52:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F6A16A4CE; Thu, 30 Dec 2004 20:52:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7105943D48; Thu, 30 Dec 2004 20:52:31 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUKqVl7044987; Thu, 30 Dec 2004 20:52:31 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUKqVwZ044986; Thu, 30 Dec 2004 20:52:31 GMT (envelope-from brian) Message-Id: <200412302052.iBUKqVwZ044986@repoman.freebsd.org> From: Brian Somers Date: Thu, 30 Dec 2004 20:52:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pppoa Makefile ports/net/pppoa/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, 30 Dec 2004 20:52:32 -0000 brian 2004-12-30 20:52:31 UTC FreeBSD ports repository Modified files: net/pppoa Makefile Added files: net/pppoa/files patch-aa patch-ab Log: Unbreak for -current Approved by: tom (maintainer) Revision Changes Path 1.22 +0 -4 ports/net/pppoa/Makefile 1.7 +11 -0 ports/net/pppoa/files/patch-aa (new) 1.5 +11 -0 ports/net/pppoa/files/patch-ab (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 20:52:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F6F16A4CE; Thu, 30 Dec 2004 20:52:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E60CF43D1D; Thu, 30 Dec 2004 20:52:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUKqirn045072; Thu, 30 Dec 2004 20:52:44 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUKqi2T045071; Thu, 30 Dec 2004 20:52:44 GMT (envelope-from jhb) Message-Id: <200412302052.iBUKqi2T045071@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 20:52:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_4bsd.c sched_ule.c subr_turnstile.c src/sys/sys proc.h sched.h turnstile.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, 30 Dec 2004 20:52:45 -0000 jhb 2004-12-30 20:52:44 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c sched_ule.c subr_turnstile.c sys/sys proc.h sched.h turnstile.h Log: Rework the interface between priority propagation (lending) and the schedulers a bit to ensure more correct handling of priorities and fewer priority inversions: - Add two functions to the sched(9) API to handle priority lending: sched_lend_prio() and sched_unlend_prio(). The turnstile code uses these functions to ask the scheduler to lend a thread a set priority and to tell the scheduler when it thinks it is ok for a thread to stop borrowing priority. The unlend case is slightly complex in that the turnstile code tells the scheduler what the minimum priority of the thread needs to be to satisfy the requirements of any other threads blocked on locks owned by the thread in question. The scheduler then decides where the thread can go back to normal mode (if it's normal priority is high enough to satisfy the pending lock requests) or it it should continue to use the priority specified to the sched_unlend_prio() call. This involves adding a new per-thread flag TDF_BORROWING that replaces the ULE-only kse flag for priority elevation. - Schedulers now refuse to lower the priority of a thread that is currently borrowing another therad's priority. - If a scheduler changes the priority of a thread that is currently sitting on a turnstile, it will call a new function turnstile_adjust() to inform the turnstile code of the change. This function resorts the thread on the priority list of the turnstile if needed, and if the thread ends up at the head of the list (due to having the highest priority) and its priority was raised, then it will propagate that new priority to the owner of the lock it is blocked on. Some additional fixes specific to the 4BSD scheduler include: - Common code for updating the priority of a thread when the user priority of its associated kse group has been consolidated in a new static function resetpriority_thread(). One change to this function is that it will now only adjust the priority of a thread if it already has a time sharing priority, thus preserving any boosts from a tsleep() until the thread returns to userland. Also, resetpriority() no longer calls maybe_resched() on each thread in the group. Instead, the code calling resetpriority() is responsible for calling resetpriority_thread() on any threads that need to be updated. - schedcpu() now uses resetpriority_thread() instead of just calling sched_prio() directly after it updates a kse group's user priority. - sched_clock() now uses resetpriority_thread() rather than writing directly to td_priority. - sched_nice() now updates all the priorities of the threads after the group priority has been adjusted. Discussed with: bde Reviewed by: ups, jeffr Tested on: 4bsd, ule Tested on: i386, alpha, sparc64 Revision Changes Path 1.71 +102 -14 src/sys/kern/sched_4bsd.c 1.144 +77 -20 src/sys/kern/sched_ule.c 1.151 +120 -71 src/sys/kern/subr_turnstile.c 1.415 +1 -0 src/sys/sys/proc.h 1.23 +2 -0 src/sys/sys/sched.h 1.6 +1 -0 src/sys/sys/turnstile.h From owner-cvs-all@FreeBSD.ORG Thu Dec 30 20:59:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E125016A4D0 for ; Thu, 30 Dec 2004 20:59:22 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id F422443D1F for ; Thu, 30 Dec 2004 20:59:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1872 invoked from network); 30 Dec 2004 20:59:21 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 30 Dec 2004 20:59:21 -0000 Received: from [10.50.41.243] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iBUKxEvP012148; Thu, 30 Dec 2004 15:59:15 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: src-committers@FreeBSD.org Date: Thu, 30 Dec 2004 15:56:24 -0500 User-Agent: KMail/1.6.2 References: <200412302052.iBUKqi2T045071@repoman.freebsd.org> In-Reply-To: <200412302052.iBUKqi2T045071@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412301556.24858.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sched_4bsd.c sched_ule.c subr_turnstile.c src/sys/sys proc.h sched.h turnstile.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, 30 Dec 2004 20:59:23 -0000 On Thursday 30 December 2004 03:52 pm, John Baldwin wrote: > jhb 2004-12-30 20:52:44 UTC > > FreeBSD src repository > > Modified files: > sys/kern sched_4bsd.c sched_ule.c subr_turnstile.c > sys/sys proc.h sched.h turnstile.h > Log: > Rework the interface between priority propagation (lending) and the > schedulers a bit to ensure more correct handling of priorities and fewer > priority inversions: > - Add two functions to the sched(9) API to handle priority lending: > sched_lend_prio() and sched_unlend_prio(). The turnstile code uses > these functions to ask the scheduler to lend a thread a set priority and to > tell the scheduler when it thinks it is ok for a thread to stop borrowing > priority. The unlend case is slightly complex in that the turnstile code > tells the scheduler what the minimum priority of the thread needs to be to > satisfy the requirements of any other threads blocked on locks owned by the > thread in question. The scheduler then decides where the thread can go > back to normal mode (if it's normal priority is high enough to satisfy the > pending lock requests) or it it should continue to use the priority > specified to the sched_unlend_prio() call. This involves adding a new > per-thread flag TDF_BORROWING that replaces the ULE-only kse flag for > priority elevation. > - Schedulers now refuse to lower the priority of a thread that is > currently borrowing another therad's priority. > - If a scheduler changes the priority of a thread that is currently > sitting on a turnstile, it will call a new function turnstile_adjust() to > inform the turnstile code of the change. This function resorts the thread > on the priority list of the turnstile if needed, and if the thread ends up > at the head of the list (due to having the highest priority) and its > priority was raised, then it will propagate that new priority to the owner > of the lock it is blocked on. > > Some additional fixes specific to the 4BSD scheduler include: > - Common code for updating the priority of a thread when the user > priority of its associated kse group has been consolidated in a new static > function resetpriority_thread(). One change to this function is that it > will now only adjust the priority of a thread if it already has a time > sharing priority, thus preserving any boosts from a tsleep() until the > thread returns to userland. Also, resetpriority() no longer calls > maybe_resched() on each thread in the group. Instead, the code calling > resetpriority() is responsible for calling resetpriority_thread() on any > threads that need to be updated. > - schedcpu() now uses resetpriority_thread() instead of just calling > sched_prio() directly after it updates a kse group's user priority. > - sched_clock() now uses resetpriority_thread() rather than writing > directly to td_priority. > - sched_nice() now updates all the priorities of the threads after the > group priority has been adjusted. > > Discussed with: bde > Reviewed by: ups, jeffr > Tested on: 4bsd, ule > Tested on: i386, alpha, sparc64 I just noticed while committing this that I lost part of the recent change to ULE to handle priority elevation in that it doesn't reevaluate a kse's slice after ending priority lending. I will work up a patch for this and test it shortly followed by a commit once all is 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 30 21:16:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08EBC16A50A; Thu, 30 Dec 2004 21:16:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D200643D39; Thu, 30 Dec 2004 21:15:59 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULFxC1045972; Thu, 30 Dec 2004 21:15:59 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULFxH1045971; Thu, 30 Dec 2004 21:15:59 GMT (envelope-from lth) Message-Id: <200412302115.iBULFxH1045971@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 21:15:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Email-Folder-IMAP 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, 30 Dec 2004 21:16:00 -0000 lth 2004-12-30 21:15:59 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Email-Folder-IMAP Makefile distinfo pkg-descr pkg-plist Log: Add p5-Email-Folder-IMAP 1.02, Email::Folder access to IMAP folders. Revision Changes Path 1.600 +1 -0 ports/mail/Makefile 1.1 +27 -0 ports/mail/p5-Email-Folder-IMAP/Makefile (new) 1.1 +2 -0 ports/mail/p5-Email-Folder-IMAP/distinfo (new) 1.1 +4 -0 ports/mail/p5-Email-Folder-IMAP/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-Email-Folder-IMAP/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:16:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFA416A4CE; Thu, 30 Dec 2004 21:16:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1603D43D1F; Thu, 30 Dec 2004 21:16:13 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULGC7M046022; Thu, 30 Dec 2004 21:16:12 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULGCg2046021; Thu, 30 Dec 2004 21:16:12 GMT (envelope-from lth) Message-Id: <200412302116.iBULGCg2046021@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 21:16:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 21:16:13 -0000 lth 2004-12-30 21:16:12 UTC FreeBSD ports repository Modified files: . modules Log: p5-Email-Folder-IMAP --> ports/mail/p5-Email-Folder-IMAP Revision Changes Path 1.11691 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:17:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5E7416A4CF; Thu, 30 Dec 2004 21:17:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 904AF43D49; Thu, 30 Dec 2004 21:17:51 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULHpQ4046072; Thu, 30 Dec 2004 21:17:51 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULHpom046071; Thu, 30 Dec 2004 21:17:51 GMT (envelope-from kris) Message-Id: <200412302117.iBULHpom046071@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 30 Dec 2004 21:17:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/hybserv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 21:17:51 -0000 kris 2004-12-30 21:17:51 UTC FreeBSD ports repository Modified files: irc/hybserv Makefile Log: Mark IGNORE, because this port attempts to create uid 73 with a user name of 'hybserv', but that uid is already registered to the ircservices user. Revision Changes Path 1.7 +2 -0 ports/irc/hybserv/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:34:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431EC16A4CF; Thu, 30 Dec 2004 21:34:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B54243D2F; Thu, 30 Dec 2004 21:34:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULYKBp046606; Thu, 30 Dec 2004 21:34:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULYKhx046605; Thu, 30 Dec 2004 21:34:20 GMT (envelope-from pav) Message-Id: <200412302134.iBULYKhx046605@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 30 Dec 2004 21:34:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/shared-mime-info 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, 30 Dec 2004 21:34:21 -0000 pav 2004-12-30 21:34:20 UTC FreeBSD ports repository Modified files: misc/shared-mime-info Makefile pkg-plist Log: - Create an empty database in X11BASE This is not strictly needed, and it violates a "stay in prefix" rule, but it's necessary to avoid pointyhat from reporting leftover files in ports which actually do create mime database in X11BASE, for example, comms/xlog. - Change @cwd+%D to %%X11BASE%%, there are no files listed after @cwd anymore. Revision Changes Path 1.29 +4 -1 ports/misc/shared-mime-info/Makefile 1.15 +15 -15 ports/misc/shared-mime-info/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:35:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F40D16A4CE; Thu, 30 Dec 2004 21:35:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A78B43D31; Thu, 30 Dec 2004 21:35:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULZnvn046729; Thu, 30 Dec 2004 21:35:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULZnXk046728; Thu, 30 Dec 2004 21:35:49 GMT (envelope-from pav) Message-Id: <200412302135.iBULZnXk046728@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 30 Dec 2004 21:35:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/xlog 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, 30 Dec 2004 21:35:49 -0000 pav 2004-12-30 21:35:49 UTC FreeBSD ports repository Modified files: comms/xlog Makefile pkg-plist Log: - Deal with empty directories left behind Revision Changes Path 1.21 +1 -0 ports/comms/xlog/Makefile 1.7 +9 -0 ports/comms/xlog/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:39:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB00C16A4CE; Thu, 30 Dec 2004 21:39:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DFE43D31; Thu, 30 Dec 2004 21:39:35 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULdZwQ046820; Thu, 30 Dec 2004 21:39:35 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULdZ6J046819; Thu, 30 Dec 2004 21:39:35 GMT (envelope-from kensmith) Message-Id: <200412302139.iBULdZ6J046819@repoman.freebsd.org> From: Ken Smith Date: Thu, 30 Dec 2004 21:39:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/release/sysinstall index.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 21:39:35 -0000 kensmith 2004-12-30 21:39:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) release/sysinstall index.c Log: MFC of revision 1.80.2.21, which was MFC of rev 1.103: date: 2004/12/22 04:45:49; author: kensmith; state: Exp; lines: +7 -0 MFC rev 1.103: date: 2004/11/03 18:26:06; author: kensmith; state: Exp; lines: +7 -0 Update the list of package names/descriptions. Approved by: re (scottl) Revision Changes Path 1.80.2.20.8.1 +7 -0 src/release/sysinstall/index.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:44:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3761116A4CF; Thu, 30 Dec 2004 21:44:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1042043D45; Thu, 30 Dec 2004 21:44:18 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULiHtt047039; Thu, 30 Dec 2004 21:44:17 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULiHl9047038; Thu, 30 Dec 2004 21:44:17 GMT (envelope-from lofi) Message-Id: <200412302144.iBULiHl9047038@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 30 Dec 2004 21:44:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/kompose 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, 30 Dec 2004 21:44:18 -0000 lofi 2004-12-30 21:44:17 UTC FreeBSD ports repository Modified files: deskutils/kompose Makefile distinfo pkg-plist Log: Update to 0.5.1 Submitted by: maintainer Revision Changes Path 1.4 +1 -2 ports/deskutils/kompose/Makefile 1.2 +2 -2 ports/deskutils/kompose/distinfo 1.2 +4 -5 ports/deskutils/kompose/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:45:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A3E116A4CE; Thu, 30 Dec 2004 21:45:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32BF543D41; Thu, 30 Dec 2004 21:45:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULjdG3047141; Thu, 30 Dec 2004 21:45:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULjdAa047140; Thu, 30 Dec 2004 21:45:39 GMT (envelope-from krion) Message-Id: <200412302145.iBULjdAa047140@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 30 Dec 2004 21:45:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/nut 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, 30 Dec 2004 21:45:39 -0000 krion 2004-12-30 21:45:39 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: Update to 10.14 Revision Changes Path 1.46 +1 -1 ports/misc/nut/Makefile 1.42 +2 -2 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:51:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DC116A4CE; Thu, 30 Dec 2004 21:51:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E737C43D1F; Thu, 30 Dec 2004 21:51:22 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULpM0p047317; Thu, 30 Dec 2004 21:51:22 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULpMTQ047316; Thu, 30 Dec 2004 21:51:22 GMT (envelope-from se) Message-Id: <200412302151.iBULpMTQ047316@repoman.freebsd.org> From: Stefan Esser Date: Thu, 30 Dec 2004 21:51:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xblast/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: Thu, 30 Dec 2004 21:51:23 -0000 se 2004-12-30 21:51:22 UTC FreeBSD ports repository Modified files: games/xblast/files patch-ab Log: Make xbsndsrv exit on pipe read errors. Revision Changes Path 1.2 +28 -3 ports/games/xblast/files/patch-ab From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:57:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DEE816A4CE; Thu, 30 Dec 2004 21:57:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D6843D1D; Thu, 30 Dec 2004 21:57:35 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULvZKw047529; Thu, 30 Dec 2004 21:57:35 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULvZgc047528; Thu, 30 Dec 2004 21:57:35 GMT (envelope-from lth) Message-Id: <200412302157.iBULvZgc047528@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 21:57:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Net-IMAP-Simple-SSL 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, 30 Dec 2004 21:57:35 -0000 lth 2004-12-30 21:57:35 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Net-IMAP-Simple-SSL Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-IMAP-Simple-SSL 1.3, SSL support for Net::IMAP::Simple. Revision Changes Path 1.601 +1 -0 ports/mail/Makefile 1.1 +26 -0 ports/mail/p5-Net-IMAP-Simple-SSL/Makefile (new) 1.1 +2 -0 ports/mail/p5-Net-IMAP-Simple-SSL/distinfo (new) 1.1 +4 -0 ports/mail/p5-Net-IMAP-Simple-SSL/pkg-descr (new) 1.1 +9 -0 ports/mail/p5-Net-IMAP-Simple-SSL/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 21:57:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E6CE16A4CF; Thu, 30 Dec 2004 21:57:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6982743D1D; Thu, 30 Dec 2004 21:57:49 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBULvnwF047575; Thu, 30 Dec 2004 21:57:49 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBULvnWT047574; Thu, 30 Dec 2004 21:57:49 GMT (envelope-from lth) Message-Id: <200412302157.iBULvnWT047574@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 21:57:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 21:57:49 -0000 lth 2004-12-30 21:57:49 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-IMAP-Simple-SSL --> ports/mail/p5-Net-IMAP-Simple-SSL Revision Changes Path 1.11692 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:17:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B6016A4CE; Thu, 30 Dec 2004 22:17:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E8EE43D48; Thu, 30 Dec 2004 22:17:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUMH0XX048217; Thu, 30 Dec 2004 22:17:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUMH07m048214; Thu, 30 Dec 2004 22:17:00 GMT (envelope-from jhb) Message-Id: <200412302217.iBUMH07m048214@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Dec 2004 22:17:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 22:17:00 -0000 jhb 2004-12-30 22:17:00 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: Fix a typo and two whitespace nits. Revision Changes Path 1.145 +3 -3 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:21:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECEC816A4CE; Thu, 30 Dec 2004 22:21:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C696843D1F; Thu, 30 Dec 2004 22:21:02 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUML2Fk048492; Thu, 30 Dec 2004 22:21:02 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUML2Jp048491; Thu, 30 Dec 2004 22:21:02 GMT (envelope-from lioux) Message-Id: <200412302221.iBUML2Jp048491@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 30 Dec 2004 22:21:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/jsch 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, 30 Dec 2004 22:21:03 -0000 lioux 2004-12-30 22:21:02 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/jsch Makefile distinfo pkg-descr Log: New port jsch version 0.1.18: A pure Java implementation of SSH2 Revision Changes Path 1.1396 +1 -0 ports/net/Makefile 1.1 +36 -0 ports/net/jsch/Makefile (new) 1.1 +2 -0 ports/net/jsch/distinfo (new) 1.1 +20 -0 ports/net/jsch/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:21:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D3916A4CE; Thu, 30 Dec 2004 22:21:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 800F843D2D; Thu, 30 Dec 2004 22:21:17 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUMLHmf048539; Thu, 30 Dec 2004 22:21:17 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUMLHRp048538; Thu, 30 Dec 2004 22:21:17 GMT (envelope-from lioux) Message-Id: <200412302221.iBUMLHRp048538@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 30 Dec 2004 22:21:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 22:21:17 -0000 lioux 2004-12-30 22:21:17 UTC FreeBSD ports repository Modified files: . modules Log: jsch --> ports/net/jsch Revision Changes Path 1.11693 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:24:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C8616A4CE; Thu, 30 Dec 2004 22:24:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EECF43D1D; Thu, 30 Dec 2004 22:24:43 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUMOhro048638; Thu, 30 Dec 2004 22:24:43 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUMOh6I048637; Thu, 30 Dec 2004 22:24:43 GMT (envelope-from julian) Message-Id: <200412302224.iBUMOh6I048637@repoman.freebsd.org> From: Julian Elischer Date: Thu, 30 Dec 2004 22:24:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 22:24:43 -0000 julian 2004-12-30 22:24:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/vm vm_page.c Log: Merge a fix from Dragonfly: to quote Matt: Fix a very serious bug in contigmalloc() which we inherited from FreeBSD-4.x. The contigmalloc() code incorrectly assumes that a page in PQ_CACHE can be reused without having to do any further checks and it unconditionally busies and frees such pages, and assumes that the page becomes PQ_FREE even though it might actually have gone to a PQ_HOLD state. Additionally the contigmalloc() code unconditionally sets m->object to NULL, ignoring the fact that the page will be in the VM page bucket hash table if object happens to not be NULL, leading to page bucket hash table corruption. The fix is two fold. First, we add checks for m->busy, (m->flags & PG_BUSY), m->wire_count, and m->hold_count and do not reuse a page with any of those set. We do this for all pages, not just PQ_CACHE pages, though it is believed that it only needs to be done for PQ_CACHE pages. Second, we replace the m->object = NULL assignment with an assertion that it is already NULL, since it had better be NULL and we cannot just set it to NULL unconditionally without blowing up the VM page hash table. Symptoms of the bug include: * Filesystem corruption, in particular with slower disk drivers (e.g. like the 'twe' driver), or in systems with drivers which use contigmalloc() a lot (e.g. require bounce buffers). Mangled directory entries, bad indirect blocks (containing data instead of indirect block pointers), and files containing other file's data. * 'page not found in hash' panic. This is the last major VM issue in DragonFly, one that has plagued in particular David Rhodus (who is a heavy user of the 'twe' driver) for over a year. I would never have found this bug if not for DR's persistence and the dozens of kernel cores he was able to provide me over the last year. We finally got a core with a 'smoking gun', after having written a program (/usr/src/test/debug/vmpageinfo.c) to run through all the VM pages and check their hash table association for correctness it became obvious that pages were being reused without being removed from the hash table which finally led to contigmalloc*(). Many thanks to: David Rhodus! Free gift enclosed! Revision Changes Path 1.147.2.23 +18 -12 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:34:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A4B16A4CE; Thu, 30 Dec 2004 22:34:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C41443D45; Thu, 30 Dec 2004 22:34:10 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUMYAii049029; Thu, 30 Dec 2004 22:34:10 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUMYA4W049028; Thu, 30 Dec 2004 22:34:10 GMT (envelope-from olgeni) Message-Id: <200412302234.iBUMYA4W049028@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 30 Dec 2004 22:34:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/erlang Makefile ports/lang/erlang/files patch-lib_sasl_src_rb.erl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 22:34:10 -0000 olgeni 2004-12-30 22:34:10 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Added files: lang/erlang/files patch-lib_sasl_src_rb.erl Log: Fix issue with rb:show/1 (could not be called twice). Obtained from: Peter Andersson Revision Changes Path 1.63 +1 -0 ports/lang/erlang/Makefile 1.1 +65 -0 ports/lang/erlang/files/patch-lib_sasl_src_rb.erl (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:36:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32AA116A4CE; Thu, 30 Dec 2004 22:36:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D05543D39; Thu, 30 Dec 2004 22:36:55 +0000 (GMT) (envelope-from tackerman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUMas0N049149; Thu, 30 Dec 2004 22:36:54 GMT (envelope-from tackerman@repoman.freebsd.org) Received: (from tackerman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUMasog049148; Thu, 30 Dec 2004 22:36:54 GMT (envelope-from tackerman) Message-Id: <200412302236.iBUMasog049148@repoman.freebsd.org> From: Tony Ackerman Date: Thu, 30 Dec 2004 22:36:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/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: Thu, 30 Dec 2004 22:36:55 -0000 tackerman 2004-12-30 22:36:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/em if_em.c Log: Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter. PR: None Revision Changes Path 1.2.2.21 +2 -0 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:43:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E2EC16A4CE; Thu, 30 Dec 2004 22:43:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E0143D2D; Thu, 30 Dec 2004 22:43:56 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUMhuLI049466; Thu, 30 Dec 2004 22:43:56 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUMhucG049465; Thu, 30 Dec 2004 22:43:56 GMT (envelope-from lth) Message-Id: <200412302243.iBUMhucG049465@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 22:43:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-URI-imaps 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, 30 Dec 2004 22:43:56 -0000 lth 2004-12-30 22:43:56 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-URI-imaps Makefile distinfo pkg-descr pkg-plist Log: Add p5-URI-imaps 1.01, support IMAPS URI. Revision Changes Path 1.602 +1 -0 ports/mail/Makefile 1.1 +25 -0 ports/mail/p5-URI-imaps/Makefile (new) 1.1 +2 -0 ports/mail/p5-URI-imaps/distinfo (new) 1.1 +3 -0 ports/mail/p5-URI-imaps/pkg-descr (new) 1.1 +5 -0 ports/mail/p5-URI-imaps/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:44:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA3316A4CE; Thu, 30 Dec 2004 22:44:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 563E043D2D; Thu, 30 Dec 2004 22:44:11 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUMiBTh049520; Thu, 30 Dec 2004 22:44:11 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUMiBXO049519; Thu, 30 Dec 2004 22:44:11 GMT (envelope-from lth) Message-Id: <200412302244.iBUMiBXO049519@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 22:44:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 22:44:11 -0000 lth 2004-12-30 22:44:11 UTC FreeBSD ports repository Modified files: . modules Log: p5-URI-imaps --> ports/mail/p5-URI-imaps Revision Changes Path 1.11694 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 22:50:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F51616A4CE; Thu, 30 Dec 2004 22:50:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B6143D48; Thu, 30 Dec 2004 22:50:25 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUMoPcX049712; Thu, 30 Dec 2004 22:50:25 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUMoPeD049711; Thu, 30 Dec 2004 22:50:25 GMT (envelope-from lioux) Message-Id: <200412302250.iBUMoPeD049711@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 30 Dec 2004 22:50:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/amarok Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 22:50:25 -0000 lioux 2004-12-30 22:50:24 UTC FreeBSD ports repository Modified files: audio/amarok Makefile Log: Set maintainer to Lauri Watts Revision Changes Path 1.15 +1 -1 ports/audio/amarok/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:18:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FEE416A4CE; Thu, 30 Dec 2004 23:18:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD5043D1D; Thu, 30 Dec 2004 23:18:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNIYAd050578; Thu, 30 Dec 2004 23:18:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNIYhG050577; Thu, 30 Dec 2004 23:18:34 GMT (envelope-from imp) Message-Id: <200412302318.iBUNIYhG050577@repoman.freebsd.org> From: Warner Losh Date: Thu, 30 Dec 2004 23:18:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/tools usbdevs2h.awk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 23:18:35 -0000 imp 2004-12-30 23:18:34 UTC FreeBSD src repository Modified files: sys/tools usbdevs2h.awk Log: Allow -d and -h as command line flags. These are used to generate only the .h or _data.h files respectively. Restructure code to allow for this. Revision Changes Path 1.4 +168 -131 src/sys/tools/usbdevs2h.awk From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:19:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C1016A4CE; Thu, 30 Dec 2004 23:19:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90AFB43D31; Thu, 30 Dec 2004 23:19:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNJeEY050646; Thu, 30 Dec 2004 23:19:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNJeSD050645; Thu, 30 Dec 2004 23:19:40 GMT (envelope-from imp) Message-Id: <200412302319.iBUNJeSD050645@repoman.freebsd.org> From: Warner Losh Date: Thu, 30 Dec 2004 23:19:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 23:19:40 -0000 imp 2004-12-30 23:19:40 UTC FreeBSD src repository Modified files: sys/conf files Log: Call usbdevs2h with -h for .h file Explicitly generate usbdevs_data.h for usb kernels with new -d switch Revision Changes Path 1.977 +7 -2 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:19:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D4216A4DD; Thu, 30 Dec 2004 23:19:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5005F43D3F; Thu, 30 Dec 2004 23:19:46 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNJkWW050712; Thu, 30 Dec 2004 23:19:46 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNJkfW050711; Thu, 30 Dec 2004 23:19:46 GMT (envelope-from lth) Message-Id: <200412302319.iBUNJkfW050711@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 23:19:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Email-Folder-IMAPS 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, 30 Dec 2004 23:19:46 -0000 lth 2004-12-30 23:19:46 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Email-Folder-IMAPS Makefile distinfo pkg-descr pkg-plist Log: Add p5-Email-Folder-IMAPS 1.02, Email::Folder access to IMAP over SSL folders. Revision Changes Path 1.603 +1 -0 ports/mail/Makefile 1.1 +28 -0 ports/mail/p5-Email-Folder-IMAPS/Makefile (new) 1.1 +2 -0 ports/mail/p5-Email-Folder-IMAPS/distinfo (new) 1.1 +4 -0 ports/mail/p5-Email-Folder-IMAPS/pkg-descr (new) 1.1 +7 -0 ports/mail/p5-Email-Folder-IMAPS/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:20:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF7716A4CE; Thu, 30 Dec 2004 23:20:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE5043D1D; Thu, 30 Dec 2004 23:20:01 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNK1I1050775; Thu, 30 Dec 2004 23:20:01 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNK1Iq050774; Thu, 30 Dec 2004 23:20:01 GMT (envelope-from lth) Message-Id: <200412302320.iBUNK1Iq050774@repoman.freebsd.org> From: Lars Thegler Date: Thu, 30 Dec 2004 23:20:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 23:20:01 -0000 lth 2004-12-30 23:20:00 UTC FreeBSD ports repository Modified files: . modules Log: p5-Email-Folder-IMAPS --> ports/mail/p5-Email-Folder-IMAPS Revision Changes Path 1.11695 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:22:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFAB16A4CE; Thu, 30 Dec 2004 23:22:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9F943D1F; Thu, 30 Dec 2004 23:22:08 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNM8Ec050953; Thu, 30 Dec 2004 23:22:08 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNM8bG050952; Thu, 30 Dec 2004 23:22:08 GMT (envelope-from imp) Message-Id: <200412302322.iBUNM8bG050952@repoman.freebsd.org> From: Warner Losh Date: Thu, 30 Dec 2004 23:22:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 23:22:09 -0000 imp 2004-12-30 23:22:08 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Remove special case from *devs2h loop for usb Move usb out of the loop since the other devs2h programs don't grok -h Add new rule for usbdevs_data.h Revision Changes Path 1.177 +21 -5 src/sys/conf/kmod.mk From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:43:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D77B16A4CE; Thu, 30 Dec 2004 23:43:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3955D43D41; Thu, 30 Dec 2004 23:43:44 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNhibc051604; Thu, 30 Dec 2004 23:43:44 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNhi59051603; Thu, 30 Dec 2004 23:43:44 GMT (envelope-from hq) Message-Id: <200412302343.iBUNhi59051603@repoman.freebsd.org> From: Herve Quiroz Date: Thu, 30 Dec 2004 23:43:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/saxon-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 23:43:44 -0000 hq 2004-12-30 23:43:44 UTC FreeBSD ports repository Modified files: textproc/saxon-devel Makefile distinfo Log: - Back out version upgrade from last commit: Saxon 8.2 requires JAXP 1.3 which it is not possible (AFAICT) to port for now, due to the GUI installer used by Sun. JAXP 1.3 is included in J2SE 1.5 so Saxon 8.2 will be back in the ports tree when we get a working JDK 1.5. - Rename a temporary variable to keep portlint(1) happy Revision Changes Path 1.7 +6 -5 ports/textproc/saxon-devel/Makefile 1.4 +2 -2 ports/textproc/saxon-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:56:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B65516A4CE; Thu, 30 Dec 2004 23:56:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F7043D1D; Thu, 30 Dec 2004 23:56:13 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNuDD4051969; Thu, 30 Dec 2004 23:56:13 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNuDW3051968; Thu, 30 Dec 2004 23:56:13 GMT (envelope-from kris) Message-Id: <200412302356.iBUNuDW3051968@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 30 Dec 2004 23:56:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 23:56:14 -0000 kris 2004-12-30 23:56:13 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Rework MTREE_FILE handling from last commit: * Users may specify a nonstandard PREFIX to install somewhere. If they are trying to use an USE_X_PREFIX=yes port, install with BSD.x11*.dist. Otherwise, use BSD.local.dist. Ports that deliberately set a nonstandard PREFIX must also set NO_MTREE to avoid spamming their hierarchy with an inappropriate MTREE specfile. Pointed out by: krion Revision Changes Path 1.504 +5 -7 ports/Mk/bsd.port.mk From owner-cvs-all@FreeBSD.ORG Thu Dec 30 23:57:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B93916A4CE; Thu, 30 Dec 2004 23:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4553443D1D; Thu, 30 Dec 2004 23:57:11 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUNvBmO052012; Thu, 30 Dec 2004 23:57:11 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUNvBk6052011; Thu, 30 Dec 2004 23:57:11 GMT (envelope-from kris) Message-Id: <200412302357.iBUNvBk6052011@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 30 Dec 2004 23:57:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/docbook-to-man Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 23:57:11 -0000 kris 2004-12-30 23:57:11 UTC FreeBSD ports repository Modified files: textproc/docbook-to-man Makefile Log: Remove USE_X_PREFIX=no and set PREFIX?=${LOCALBASE} explicitly, since we still want the X libraries but don't want to install in X11BASE for some reason. Revision Changes Path 1.6 +1 -1 ports/textproc/docbook-to-man/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:15:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3A16A4CE; Fri, 31 Dec 2004 00:15:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DB543D2D; Fri, 31 Dec 2004 00:15:36 +0000 (GMT) (envelope-from tackerman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV0FadX052699; Fri, 31 Dec 2004 00:15:36 GMT (envelope-from tackerman@repoman.freebsd.org) Received: (from tackerman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV0Fad9052698; Fri, 31 Dec 2004 00:15:36 GMT (envelope-from tackerman) Message-Id: <200412310015.iBV0Fad9052698@repoman.freebsd.org> From: Tony Ackerman Date: Fri, 31 Dec 2004 00:15:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/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: Fri, 31 Dec 2004 00:15:36 -0000 tackerman 2004-12-31 00:15:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/em if_em.c Log: Corrected a workaround that should only be applied to one adapter. Workaround was causing device hangs when incorrectly applied to other adapters. PR: kern/66634 Revision Changes Path 1.2.2.22 +14 -2 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:16:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CF8C16A4CE; Fri, 31 Dec 2004 00:16:43 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 097BF43D1D; Fri, 31 Dec 2004 00:16:43 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBV0Ggxt023336; Thu, 30 Dec 2004 16:16:42 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBV0Gg9O023335; Thu, 30 Dec 2004 16:16:42 -0800 (PST) (envelope-from obrien) Date: Thu, 30 Dec 2004 16:16:42 -0800 From: "David O'Brien" To: Trevor Johnson , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041231001642.GA23112@dragon.nuxi.com> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> <20041230194815.GA91131@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041230194815.GA91131@xor.obsecurity.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 00:16:43 -0000 On Thu, Dec 30, 2004 at 11:48:15AM -0800, Kris Kennaway wrote: > On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > > trevor 2004-12-30 19:41:02 UTC > > > > FreeBSD ports repository > > > > Modified files: > > emulators/linux_base-8 Makefile > > Log: > > On amd64, the installation script contained in the glibc RPM fails. > > Work around this by using the --noscripts option. > > > > PR: 75645 > > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > I thought I'd made myself sufficiently clear in previous requests, > but: > > * Do not make any further commits to the files affected by the > linux_base-8 patchset without approval from myself or netchild. * Also, this is a wrong commit. Please pass amd64 related linux_base commits by me or someone else active on freebsd-amd64@. There is a reason I hadn't already set --noscripts. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:17:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF7716A4CF; Fri, 31 Dec 2004 00:17:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8027343D1D; Fri, 31 Dec 2004 00:17:05 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV0H5xl052779; Fri, 31 Dec 2004 00:17:05 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV0H53D052778; Fri, 31 Dec 2004 00:17:05 GMT (envelope-from brooks) Message-Id: <200412310017.iBV0H53D052778@repoman.freebsd.org> From: Brooks Davis Date: Fri, 31 Dec 2004 00:17:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/slimserver Makefile pkg-install ports/audio/slimserver/files CPANfiles patch-Slim_Utils_Prefs.pm pm2port softsqueeze.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, 31 Dec 2004 00:17:06 -0000 brooks 2004-12-31 00:17:05 UTC FreeBSD ports repository Modified files: audio/slimserver Makefile pkg-install audio/slimserver/files patch-Slim_Utils_Prefs.pm Added files: audio/slimserver/files CPANfiles pm2port softsqueeze.sh Log: Various enhancements and fixes for slimserver: - Use a new system to track which files in the CPAN directory should be installed. As a side effect, generate most of the RUN_DEPENDS list at runtime. - Add a script to start softsqueeze. The javavm port and a Jave VM must be installed to the script to actually work. A dependency was not added at this point because that's a huge barrier. - Fix a bug in EXCEPTFILES processing. - Patch the configuration parsing code to default the cache and playlist directories to locations under /var/db/slimserver instead of the weird defaults. This will fix the cache on new installs. [0] - Bump port revision. Reported by: Kraig Vander Berg [0] Revision Changes Path 1.7 +36 -48 ports/audio/slimserver/Makefile 1.1 +304 -0 ports/audio/slimserver/files/CPANfiles (new) 1.2 +22 -4 ports/audio/slimserver/files/patch-Slim_Utils_Prefs.pm 1.1 +41 -0 ports/audio/slimserver/files/pm2port (new) 1.1 +10 -0 ports/audio/slimserver/files/softsqueeze.sh (new) 1.5 +6 -1 ports/audio/slimserver/pkg-install From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:18:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB4F616A4CE; Fri, 31 Dec 2004 00:18:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A82F843D55; Fri, 31 Dec 2004 00:18:42 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV0IgtE052821; Fri, 31 Dec 2004 00:18:42 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV0IgGB052820; Fri, 31 Dec 2004 00:18:42 GMT (envelope-from gad) Message-Id: <200412310018.iBV0IgGB052820@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 31 Dec 2004 00:18:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/lpr/common_source ctlinfo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 00:18:42 -0000 gad 2004-12-31 00:18:42 UTC FreeBSD src repository Modified files: usr.sbin/lpr/common_source ctlinfo.c Log: Do more extensive checking of the userid field which is read in from the control-file for each print job. This is partially because the previous checks still let through some characters which would cause trouble for other applications which try to process the resulting userid -- such as accounting programs. But the main reason is to handle the case where some remote host sends a print job where the given userid is an uppercase-version of the real userid. For that case, lpd will now check for uppercase letters in the userid. If there are any, it will check to see if the given userid (with the uppercase letters) is a valid one. If it is *not* valid, then lpd will change the userid to all-lowercase right when the job is received. MFC after: 2 weeks Revision Changes Path 1.10 +46 -7 src/usr.sbin/lpr/common_source/ctlinfo.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:32:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D940C16A4CE; Fri, 31 Dec 2004 00:32:13 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED0043D53; Fri, 31 Dec 2004 00:32:13 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBV0WC10029351; Thu, 30 Dec 2004 16:32:12 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBV0WCRR029350; Thu, 30 Dec 2004 16:32:12 -0800 (PST) (envelope-from obrien) Date: Thu, 30 Dec 2004 16:32:12 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041231003212.GA23359@dragon.nuxi.com> References: <200412302001.iBUK10iV036621@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412302001.iBUK10iV036621@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 00:32:14 -0000 On Thu, Dec 30, 2004 at 08:01:00PM +0000, Trevor Johnson wrote: > trevor 2004-12-30 20:01:00 UTC > > FreeBSD ports repository > > Modified files: > emulators/linux_base-gentoo-stage1 Makefile > Log: > Rename pre-install target to do-extract, so packing list will be > available after "make all". > > Submitted by: obrien Missed in my patch was not doing: do-extct: ..snip.. + @${RM} -fr ${WRKSRC} Please don't do that -- rm'ing of ${WRKSRC} is for 'make clean'. Maybe I need to extract a single file and don't want to spam ${LINUXBASE}. Here is a patch that makes 'make extract' do what's expected. It also puts the ONLY_FOR_ARCHS where it belongs. EXTRACT_ONLY isn't needed since 'do-install' isn't the standard target. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/linux_base-gentoo-stage1/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 30 Dec 2004 20:01:00 -0000 1.20 +++ Makefile 31 Dec 2004 00:27:49 -0000 @@ -9,22 +9,21 @@ PORTVERSION= 2004.3 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_GENTOO} -EXTRACT_ONLY= MAINTAINER= trevor@FreeBSD.org COMMENT= Files from Gentoo distribution, for Linux compatibility RESTRICTED= "binaries licensed under GNU GPL without accompanying source" +ONLY_FOR_ARCHS= alpha amd64 ia64 i386 + CONFLICTS= linux_base-6* linux_base-7* linux_base-8* linux_base-debian* \ linux_base-rh* linux_base-suse* DIST_SUBDIR= gentoo-linux MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} -NO_BUILD= y NO_FILTER_SHLIBS=y NO_MTREE= y -ONLY_FOR_ARCHS= alpha amd64 ia64 i386 PLIST= ${WRKDIR}/pkg-plist PREFIX= ${LINUXBASE} USE_BZIP2= y @@ -47,11 +46,12 @@ @${MKDIR} ${WRKSRC} @${TAR} --exclude=./dev -xp -C ${WRKSRC} \ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} + +do-build: @${ECHO_CMD} etc/resolv.conf > ${PLIST} @cd ${WRKSRC} && ${FIND} * -type f -o -type l >> ${PLIST} \ && ${FIND} * -type d | ${SORT} -r | ${SED} -e 's:^:@dirrm :' \ >> ${PLIST} - @${RM} -fr ${WRKSRC} do-install: - ${MKDIR} ${PREFIX} From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:32:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E2F16A4CE; Fri, 31 Dec 2004 00:32:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C094843D31; Fri, 31 Dec 2004 00:32:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV0Wobm053277; Fri, 31 Dec 2004 00:32:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV0WoHw053276; Fri, 31 Dec 2004 00:32:50 GMT (envelope-from rwatson) Message-Id: <200412310032.iBV0WoHw053276@repoman.freebsd.org> From: Robert Watson Date: Fri, 31 Dec 2004 00:32:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat ipx.c 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: Fri, 31 Dec 2004 00:32:51 -0000 rwatson 2004-12-31 00:32:50 UTC FreeBSD src repository Modified files: usr.bin/netstat ipx.c main.c Log: Update netstat(1) for recent conversion of netipx to queue(9) from home-brew linked lists. Read in the ipxpcb_list structure first in order to find the first pcb pointer. Then follow the chain as before, only the termination condition is a NULL next pointer rather than a next pointer equal to the original offset. Revision Changes Path 1.21 +23 -3 src/usr.bin/netstat/ipx.c 1.71 +1 -1 src/usr.bin/netstat/main.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:34:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71AF316A4CE; Fri, 31 Dec 2004 00:34:57 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 286EF43D1F; Fri, 31 Dec 2004 00:34:57 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBV0YuUA029410; Thu, 30 Dec 2004 16:34:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBV0Yu5G029409; Thu, 30 Dec 2004 16:34:56 -0800 (PST) (envelope-from obrien) Date: Thu, 30 Dec 2004 16:34:56 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041231003456.GB23359@dragon.nuxi.com> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412301941.iBUJf2kF035884@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 00:34:57 -0000 On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > trevor 2004-12-30 19:41:02 UTC > > FreeBSD ports repository > > Modified files: > emulators/linux_base-8 Makefile > Log: > On amd64, the installation script contained in the glibc RPM fails. > Work around this by using the --noscripts option. > > PR: 75645 > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > Revision Changes Path > 1.94 +1 -0 ports/emulators/linux_base-8/Makefile > http://cvsweb.freebsd.org/ports/emulators/linux_base-8/Makefile.diff?r1=1.93&r2=1.94 Please back this out -- it is wrong as you didn't add code to manually do all the things glibc's script does. There is a reason I have't made this change -- it gives the perception that this port now cleanly installs and runs on AMD64 -- it doesn't (even with this change). I've put a lot of time into trying to polish the linux32 compat experience on FreeBSD/AMD64 and this undoes some of that effort. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:36:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DAA316A4CE; Fri, 31 Dec 2004 00:36:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1653843D45; Fri, 31 Dec 2004 00:36:29 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV0aSaI053428; Fri, 31 Dec 2004 00:36:28 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV0aS3N053427; Fri, 31 Dec 2004 00:36:28 GMT (envelope-from gad) Message-Id: <200412310036.iBV0aS3N053427@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 31 Dec 2004 00:36:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/lpr/common_source common.c displayq.c lp.h matchjobs.c rmjob.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 00:36:29 -0000 gad 2004-12-31 00:36:28 UTC FreeBSD src repository Modified files: usr.sbin/lpr/common_source common.c displayq.c lp.h matchjobs.c rmjob.c Log: Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithm for calculating the job number for a job based on the control-file name. We might receive cf-files named by other implementations of lpr, where the job number shown by lpq would not match the job number that other commands expected for the same name. This also uses a newer algorithm for determining a job number, to avoid problems caused when a control-file is named using an IP address, instead of the hostname. This also moved the declaration if isowner() from lp.h to rmjob.c. When I went to change the parameters, I noticed that rmjob.c was the only source file which uses it. MFC after: 2 weeks Revision Changes Path 1.34 +55 -0 src/usr.sbin/lpr/common_source/common.c 1.26 +8 -7 src/usr.sbin/lpr/common_source/displayq.c 1.25 +1 -1 src/usr.sbin/lpr/common_source/lp.h 1.5 +2 -17 src/usr.sbin/lpr/common_source/matchjobs.c 1.21 +13 -12 src/usr.sbin/lpr/common_source/rmjob.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:42:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D9A16A4CE; Fri, 31 Dec 2004 00:42:06 +0000 (GMT) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D78A43D1F; Fri, 31 Dec 2004 00:42:06 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp4.server.rpi.edu (8.13.0/8.13.0) with ESMTP id iBV0g4Nm018718; Thu, 30 Dec 2004 19:42:05 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <200412310036.iBV0aS3N053427@repoman.freebsd.org> References: <200412310036.iBV0aS3N053427@repoman.freebsd.org> Date: Thu, 30 Dec 2004 19:42:03 -0500 To: Garance A Drosehn , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosehn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvs commit: src/usr.sbin/lpr/common_source common.c displayq.c lp.h matchjobs.c rmjob.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 00:42:07 -0000 At 12:36 AM +0000 12/31/04, Garance A Drosehn wrote: > > This also moved the declaration if isowner() from lp.h to rmjob.c. > When I went to change the parameters, I noticed that rmjob.c was > the only source file which uses it. I also realize that the changes to rmjob.c do not live up to all the wishes of style(9), but that file already has a lot of style errors. I wanted to get this fix in (for all the files) now, and then worry about style issues in some later commit... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:48:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9737816A4CE; Fri, 31 Dec 2004 00:48:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC6143D3F; Fri, 31 Dec 2004 00:48:48 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV0mmdQ060371; Fri, 31 Dec 2004 00:48:48 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV0mmof060370; Fri, 31 Dec 2004 00:48:48 GMT (envelope-from obrien) Message-Id: <200412310048.iBV0mmof060370@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 31 Dec 2004 00:48:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-afpl Makefile.inc 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, 31 Dec 2004 00:48:48 -0000 obrien 2004-12-31 00:48:48 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl Makefile.inc distinfo pkg-plist Log: Upgrade to version 8.30. Revision Changes Path 1.14 +2 -2 ports/print/ghostscript-afpl/Makefile.inc 1.57 +2 -2 ports/print/ghostscript-afpl/distinfo 1.38 +3 -77 ports/print/ghostscript-afpl/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 31 01:42:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D14116A4CE; Fri, 31 Dec 2004 01:42:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 043D043D48; Fri, 31 Dec 2004 01:42:05 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV1g4MO061979; Fri, 31 Dec 2004 01:42:04 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV1g4Rr061978; Fri, 31 Dec 2004 01:42:04 GMT (envelope-from lioux) Message-Id: <200412310142.iBV1g4Rr061978@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 01:42:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/gnu-crypto 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, 31 Dec 2004 01:42:05 -0000 lioux 2004-12-31 01:42:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/gnu-crypto Makefile distinfo pkg-descr Log: New port gnu-crypto version 2.0.1: Java cryptographic primitives and tools Revision Changes Path 1.564 +1 -0 ports/security/Makefile 1.1 +67 -0 ports/security/gnu-crypto/Makefile (new) 1.1 +2 -0 ports/security/gnu-crypto/distinfo (new) 1.1 +14 -0 ports/security/gnu-crypto/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 01:42:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9ECA16A4CE; Fri, 31 Dec 2004 01:42:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92D5943D45; Fri, 31 Dec 2004 01:42:19 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV1gJld062025; Fri, 31 Dec 2004 01:42:19 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV1gJBF062024; Fri, 31 Dec 2004 01:42:19 GMT (envelope-from lioux) Message-Id: <200412310142.iBV1gJBF062024@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 01:42:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 01:42:20 -0000 lioux 2004-12-31 01:42:19 UTC FreeBSD ports repository Modified files: . modules Log: gnu-crypto --> ports/security/gnu-crypto Revision Changes Path 1.11696 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 31 03:17:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED95F16A4CE; Fri, 31 Dec 2004 03:17:17 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6378343D3F; Fri, 31 Dec 2004 03:17:17 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.1/8.13.1) with ESMTP id iBV3H7cd096975; Thu, 30 Dec 2004 19:17:11 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200412310317.iBV3H7cd096975@gw.catspoiler.org> Date: Thu, 30 Dec 2004 19:17:07 -0800 (PST) From: Don Lewis To: kan@FreeBSD.org In-Reply-To: <200412270517.iBR5HBYT088546@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_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, 31 Dec 2004 03:17:18 -0000 On 27 Dec, Alexander Kabaev wrote: > kan 2004-12-27 05:17:11 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_mount.c > Log: > Do not vput(9) unlocked vnode and do not VREF it with the sole purpose > of vputting it back immediately. > > Complained by: DEBUG_VFS_LOCKS > > Revision Changes Path > 1.174 +0 -2 src/sys/kern/vfs_mount.c Thanks! From owner-cvs-all@FreeBSD.ORG Fri Dec 31 04:15:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B00016A4CE; Fri, 31 Dec 2004 04:15:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0562B43D48; Fri, 31 Dec 2004 04:15:53 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV4FqZI066851; Fri, 31 Dec 2004 04:15:52 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV4FqTN066850; Fri, 31 Dec 2004 04:15:52 GMT (envelope-from gad) Message-Id: <200412310415.iBV4FqTN066850@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 31 Dec 2004 04:15:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 04:15:53 -0000 gad 2004-12-31 04:15:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/lpr/lpd printjob.c Log: MFC 1.62: When printing a data file received from some other host, check to make sure the data file has been completely transfered before starting to print it. Revision Changes Path 1.61.4.2 +100 -0 src/usr.sbin/lpr/lpd/printjob.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 05:35:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97AF816A4CE; Fri, 31 Dec 2004 05:35:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B8A43D45; Fri, 31 Dec 2004 05:35:20 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV5ZKaR075814; Fri, 31 Dec 2004 05:35:20 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV5ZKM3075813; Fri, 31 Dec 2004 05:35:20 GMT (envelope-from hrs) Message-Id: <200412310535.iBV5ZKM3075813@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 31 Dec 2004 05:35:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/share/sgml transtable-common.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: Fri, 31 Dec 2004 05:35:20 -0000 hrs 2004-12-31 05:35:20 UTC FreeBSD doc repository Modified files: share/sgml transtable-common.xsl Log: Ensure the $word (lookup key) is a string, not a node-list or so on. Revision Changes Path 1.2 +4 -4 www/share/sgml/transtable-common.xsl From owner-cvs-all@FreeBSD.ORG Fri Dec 31 06:17:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2216816A4CE; Fri, 31 Dec 2004 06:17:24 +0000 (GMT) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461B043D2D; Fri, 31 Dec 2004 06:17:23 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.64.9]) by mta13.adelphia.netESMTP <20041231061722.TDNX5807.mta13.adelphia.net@default.chvlva.adelphia.net>; Fri, 31 Dec 2004 01:17:22 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id EDA2CB509; Fri, 31 Dec 2004 01:17:08 -0500 (EST) Date: Fri, 31 Dec 2004 01:17:08 -0500 From: Parv To: Kris Kennaway Message-ID: <20041231061708.GA4671@holestein.holy.cow> Mail-Followup-To: Kris Kennaway , cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org References: <200412292141.iBTLfnAf052451@repoman.freebsd.org> <20041229220451.GC50770@submonkey.net> <1104359333.854.38.camel@leguin> <20041230021649.GA1267@holestein.holy.cow> <20041230025938.GA6056@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041230025938.GA6056@xor.obsecurity.org> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 06:17:24 -0000 in message <20041230025938.GA6056@xor.obsecurity.org>, wrote Kris Kennaway thusly... > > On Wed, Dec 29, 2004 at 09:16:49PM -0500, Parv wrote: > > in message <1104359333.854.38.camel@leguin>, > > wrote Eric Anholt thusly... > > > > > > This directory needs to be made during startup by the system, i.e. > > > not X.Org or XFree86. The only question is whether we're going to > > > put the rc script in a common port, each of the ports that needs > > > it, or the base system. I lean towards #3. > > > > I sure hope there would be NO_ICE_DIR or some such knob for those of > > us that have no use for KDE if the directory creation goes into the > > base system. > > Let's all take up a collection to buy Parv a spare inode, instead. :-) I certainly can use it for my /usr partition (581 MB, 5.3, UFS2, "-b 8192 -f 1024" newfs options) which runs out of inodes around 70-80% capacity. That was quite a surprise in comparison to /usr of slightly smaller size on FreeBSD 4.x of. Anyway, my point was ... whatever would create the directory should not be part of base installation. It should only be installed when a particular version of XFree86/Xorg will require it outside of base system directories, which can be overridden like in the case of openssh port. - Parv -- From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:24:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE71716A4CE; Fri, 31 Dec 2004 07:24:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C66E743D39; Fri, 31 Dec 2004 07:24:05 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7O50q079150; Fri, 31 Dec 2004 07:24:05 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7O53R079149; Fri, 31 Dec 2004 07:24:05 GMT (envelope-from hrs) Message-Id: <200412310724.iBV7O53R079149@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 31 Dec 2004 07:24:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/de/news newsflash.xsl www/en/news/2001 Makefile www/en/news/2002 Makefile www/fr/news/2001 Makefile www/fr/news/2002 Makefile www/ja includes.xsl www/ja/news newsflash.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: Fri, 31 Dec 2004 07:24:06 -0000 hrs 2004-12-31 07:24:05 UTC FreeBSD doc repository Modified files: de/news newsflash.xsl en/news/2001 Makefile en/news/2002 Makefile fr/news/2001 Makefile fr/news/2002 Makefile ja includes.xsl ja/news newsflash.xsl share/sgml includes.misc.xsl Log: Add a generic l10n template for formatting date string and clean up the previous hack. Now we can redefine the following parameters in the localized includes.xsl: Revision Changes Path 1.6 +1 -10 www/de/news/newsflash.xsl 1.4 +3 -3 www/en/news/2001/Makefile 1.4 +5 -5 www/en/news/2002/Makefile 1.2 +4 -2 www/fr/news/2001/Makefile 1.2 +4 -2 www/fr/news/2002/Makefile 1.24 +9 -54 www/ja/includes.xsl 1.11 +1 -17 www/ja/news/newsflash.xsl 1.15 +114 -63 www/share/sgml/includes.misc.xsl From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:29:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48EDF16A4CE; Fri, 31 Dec 2004 07:29:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2443143D41; Fri, 31 Dec 2004 07:29:57 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7TuPW079376; Fri, 31 Dec 2004 07:29:57 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7TumR079375; Fri, 31 Dec 2004 07:29:56 GMT (envelope-from obrien) Message-Id: <200412310729.iBV7TumR079375@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 31 Dec 2004 07:29:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-afpl 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, 31 Dec 2004 07:29:57 -0000 obrien 2004-12-31 07:29:56 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl pkg-descr Log: Add a secondary (really primary) website. Revision Changes Path 1.16 +1 -0 ports/print/ghostscript-afpl/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:30:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F2316A4CE; Fri, 31 Dec 2004 07:30:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E88D43D3F; Fri, 31 Dec 2004 07:30:56 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7UteH079512; Fri, 31 Dec 2004 07:30:55 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7UtYK079511; Fri, 31 Dec 2004 07:30:55 GMT (envelope-from obrien) Message-Id: <200412310730.iBV7UtYK079511@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 31 Dec 2004 07:30:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-afpl/files patch-src:gdevgdi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 07:30:56 -0000 obrien 2004-12-31 07:30:55 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl/files patch-src:gdevgdi.c Log: Note where the missing parameter is. I don't understand enough of what this patch is trying to do, to be able to adjust it for versions 8.31+. Revision Changes Path 1.5 +1 -1 ports/print/ghostscript-afpl/files/patch-src:gdevgdi.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:31:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B9D16A4D0; Fri, 31 Dec 2004 07:31:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEAAA43D3F; Fri, 31 Dec 2004 07:31:15 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7VFFQ079548; Fri, 31 Dec 2004 07:31:15 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7VFk3079547; Fri, 31 Dec 2004 07:31:15 GMT (envelope-from julian) Message-Id: <200412310731.iBV7VFk3079547@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 07:31:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ums.c usbhid.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, 31 Dec 2004 07:31:16 -0000 julian 2004-12-31 07:31:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ums.c usbhid.h Log: MFC: Add support for USB Microsoft Intellimouse Submitted by: Matt Wright Revision Changes Path 1.70.2.1 +65 -22 src/sys/dev/usb/ums.c 1.13.8.1 +1 -0 src/sys/dev/usb/usbhid.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:32:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87F0F16A4CE; Fri, 31 Dec 2004 07:32:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F2C43D1F; Fri, 31 Dec 2004 07:32:13 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7WDhu079633; Fri, 31 Dec 2004 07:32:13 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7WDXj079632; Fri, 31 Dec 2004 07:32:13 GMT (envelope-from julian) Message-Id: <200412310732.iBV7WDXj079632@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 07:32:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb ums.c usbhid.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, 31 Dec 2004 07:32:13 -0000 julian 2004-12-31 07:32:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ums.c usbhid.h Log: MFC: Add support for USB Microsoft Intellimouse Submitted by: Matt Wright Revision Changes Path 1.36.2.8 +65 -22 src/sys/dev/usb/ums.c 1.7.2.4 +1 -0 src/sys/dev/usb/usbhid.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:49:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A90A416A4CE; Fri, 31 Dec 2004 07:49:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3C843D54; Fri, 31 Dec 2004 07:49:17 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7nHiA080183; Fri, 31 Dec 2004 07:49:17 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7nHip080182; Fri, 31 Dec 2004 07:49:17 GMT (envelope-from demon) Message-Id: <200412310749.iBV7nHip080182@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 31 Dec 2004 07:49:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-MARC-Record 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, 31 Dec 2004 07:49:17 -0000 demon 2004-12-31 07:49:17 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-MARC-Record Makefile distinfo pkg-descr pkg-plist Log: New port: p5-MARC-Record. The core class for representing a single MARC record. Revision Changes Path 1.779 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-MARC-Record/Makefile (new) 1.1 +2 -0 ports/textproc/p5-MARC-Record/distinfo (new) 1.1 +4 -0 ports/textproc/p5-MARC-Record/pkg-descr (new) 1.1 +16 -0 ports/textproc/p5-MARC-Record/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:49:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E02EA16A4CE; Fri, 31 Dec 2004 07:49:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B96FE43D53; Fri, 31 Dec 2004 07:49:32 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7nWfu080229; Fri, 31 Dec 2004 07:49:32 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7nW0R080228; Fri, 31 Dec 2004 07:49:32 GMT (envelope-from demon) Message-Id: <200412310749.iBV7nW0R080228@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 31 Dec 2004 07:49:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 07:49:33 -0000 demon 2004-12-31 07:49:32 UTC FreeBSD ports repository Modified files: . modules Log: p5-MARC-Record --> ports/textproc/p5-MARC-Record Revision Changes Path 1.11697 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:51:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82A216A4CE; Fri, 31 Dec 2004 07:51:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED8843D53; Fri, 31 Dec 2004 07:51:03 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7p3wm080367; Fri, 31 Dec 2004 07:51:03 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7p3Xe080366; Fri, 31 Dec 2004 07:51:03 GMT (envelope-from jkoshy) Message-Id: <200412310751.iBV7p3Xe080366@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 31 Dec 2004 07:51:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/sml-nj Makefile ports/lang/sml-nj/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, 31 Dec 2004 07:51:03 -0000 jkoshy 2004-12-31 07:51:03 UTC FreeBSD ports repository Modified files: lang/sml-nj Makefile lang/sml-nj/files patch-ab Log: Use "install.sh" during build and also during install as done in lang/sml-nj-devel to resolve PR 40866. Submitted by: Johannes 5 Joemann Revision Changes Path 1.19 +7 -2 ports/lang/sml-nj/Makefile 1.7 +13 -4 ports/lang/sml-nj/files/patch-ab From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:52:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B2F916A4CE; Fri, 31 Dec 2004 07:52:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA5443D55; Fri, 31 Dec 2004 07:52:48 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7qmKH080462; Fri, 31 Dec 2004 07:52:48 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7qm7T080461; Fri, 31 Dec 2004 07:52:48 GMT (envelope-from demon) Message-Id: <200412310752.iBV7qm7T080461@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 31 Dec 2004 07:52:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-Net-Z3950 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, 31 Dec 2004 07:52:48 -0000 demon 2004-12-31 07:52:47 UTC FreeBSD ports repository Modified files: net/p5-Net-Z3950 Makefile distinfo Log: Upgrade to version 0.46. Revision Changes Path 1.10 +2 -2 ports/net/p5-Net-Z3950/Makefile 1.8 +2 -2 ports/net/p5-Net-Z3950/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 31 07:53:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A2416A4CE; Fri, 31 Dec 2004 07:53:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FBFF43D3F; Fri, 31 Dec 2004 07:53:47 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV7rl1N080507; Fri, 31 Dec 2004 07:53:47 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV7rlhB080506; Fri, 31 Dec 2004 07:53:47 GMT (envelope-from julian) Message-Id: <200412310753.iBV7rlhB080506@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 07:53:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 07:53:47 -0000 julian 2004-12-31 07:53:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ugen.c Log: MFC: Changes to cache endpoint descriptors for all the interfaces. this information is not always available if we change interfaces. Submitted by: jamie at bishopston dot net (jamie jones) Revision Changes Path 1.88.2.1 +114 -34 src/sys/dev/usb/ugen.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:01:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0DF916A4CE; Fri, 31 Dec 2004 08:01:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9DD343D2F; Fri, 31 Dec 2004 08:01:49 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV81nsY080830; Fri, 31 Dec 2004 08:01:49 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV81nrE080829; Fri, 31 Dec 2004 08:01:49 GMT (envelope-from julian) Message-Id: <200412310801.iBV81nrE080829@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:01:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 08:01:50 -0000 julian 2004-12-31 08:01:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ugen.c Log: MFC: Whitespace diff reduction, formatting fixes and one actual arithmetic error that NetBSD have fixed. Obtained from: NetBSD Revision Changes Path 1.88.2.2 +20 -12 src/sys/dev/usb/ugen.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:15:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D34216A4CE; Fri, 31 Dec 2004 08:15:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 254D543D39; Fri, 31 Dec 2004 08:15:20 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8FJev081306; Fri, 31 Dec 2004 08:15:20 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8FJn6081305; Fri, 31 Dec 2004 08:15:19 GMT (envelope-from julian) Message-Id: <200412310815.iBV8FJn6081305@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:15:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb ugen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 08:15:20 -0000 julian 2004-12-31 08:15:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ugen.c Log: MFC of some whitespace chenges. The change in current had a real bugfix but when I merged it in to 4.x it disappeared and only the formatting changes remained.. Oh well it's a diff reduction.. Revision Changes Path 1.38.2.12 +19 -11 src/sys/dev/usb/ugen.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:15:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF05616A4CE; Fri, 31 Dec 2004 08:15:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6985443D4C; Fri, 31 Dec 2004 08:15:59 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8FxhN081454; Fri, 31 Dec 2004 08:15:59 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8FxDM081453; Fri, 31 Dec 2004 08:15:59 GMT (envelope-from hrs) Message-Id: <200412310815.iBV8FxDM081453@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 31 Dec 2004 08:15:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xmlcatmgr Makefile distinfo pkg-plist ports/textproc/xmlcatmgr/files pkg-deinstall.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, 31 Dec 2004 08:16:00 -0000 hrs 2004-12-31 08:15:59 UTC FreeBSD ports repository Modified files: textproc/xmlcatmgr Makefile distinfo pkg-plist textproc/xmlcatmgr/files pkg-deinstall.in Log: Update to 2.2. Revision Changes Path 1.10 +10 -27 ports/textproc/xmlcatmgr/Makefile 1.9 +2 -2 ports/textproc/xmlcatmgr/distinfo 1.2 +3 -3 ports/textproc/xmlcatmgr/files/pkg-deinstall.in 1.4 +1 -7 ports/textproc/xmlcatmgr/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:33:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E3A616A4CE; Fri, 31 Dec 2004 08:33:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645FC43D31; Fri, 31 Dec 2004 08:33:32 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8XW5X082103; Fri, 31 Dec 2004 08:33:32 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8XW8A082102; Fri, 31 Dec 2004 08:33:32 GMT (envelope-from julian) Message-Id: <200412310833.iBV8XW8A082102@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:33:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/bktr bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.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, 31 Dec 2004 08:33:32 -0000 julian 2004-12-31 08:33:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/bktr bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.h Log: MFC: Allow /sys/dev/bktr to support Pinnacle PCTV Rave cards PR: 73669 Submitted by: arne_woerner at yahoo dot com Revision Changes Path 1.9.2.8 +28 -0 src/sys/dev/bktr/bktr_card.c 1.2.4.5 +4 -3 src/sys/dev/bktr/bktr_card.h 1.5.2.5 +394 -1 src/sys/dev/bktr/bktr_tuner.c 1.1.4.1 +17 -17 src/sys/dev/bktr/bktr_tuner.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:33:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF16916A4CE; Fri, 31 Dec 2004 08:33:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B7943D3F; Fri, 31 Dec 2004 08:33:52 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8XqoK082146; Fri, 31 Dec 2004 08:33:52 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8XqJx082145; Fri, 31 Dec 2004 08:33:52 GMT (envelope-from julian) Message-Id: <200412310833.iBV8XqJx082145@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:33:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/bktr bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.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, 31 Dec 2004 08:33:52 -0000 julian 2004-12-31 08:33:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/bktr bktr_card.c bktr_card.h bktr_tuner.c bktr_tuner.h Log: MFC: Allow /sys/dev/bktr to support Pinnacle PCTV Rave cards PR: 73669 Submitted by: arne_woerner at yahoo dot com Revision Changes Path 1.24.2.1 +28 -0 src/sys/dev/bktr/bktr_card.c 1.7.2.1 +2 -1 src/sys/dev/bktr/bktr_card.h 1.13.2.1 +394 -1 src/sys/dev/bktr/bktr_tuner.c 1.1.28.1 +17 -17 src/sys/dev/bktr/bktr_tuner.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:36:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 995A316A4CE; Fri, 31 Dec 2004 08:36:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7201443D45; Fri, 31 Dec 2004 08:36:17 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8aHi4082280; Fri, 31 Dec 2004 08:36:17 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8aHA4082279; Fri, 31 Dec 2004 08:36:17 GMT (envelope-from julian) Message-Id: <200412310836.iBV8aHA4082279@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:36:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/bktr msp34xx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 08:36:17 -0000 julian 2004-12-31 08:36:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/bktr msp34xx.c Log: MFC: Add some locking for -currnet/5.x PR: 74305 Submitted by: Anish Mistry Revision Changes Path 1.3.2.1 +6 -0 src/sys/dev/bktr/msp34xx.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:39:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A62A16A4CE; Fri, 31 Dec 2004 08:39:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 226B643D39; Fri, 31 Dec 2004 08:39:04 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8d4GP082365; Fri, 31 Dec 2004 08:39:04 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8d4tq082364; Fri, 31 Dec 2004 08:39:04 GMT (envelope-from julian) Message-Id: <200412310839.iBV8d4tq082364@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:39:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ohci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 08:39:04 -0000 julian 2004-12-31 08:39:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ohci.c Log: MFC: Slightly reorganise part of the ohci_softintr() function to better keep track of the total amoutn transferred during a transfer. Seems similar to some code in the NetBSD version. I notice they have incorporated matches from him so I don't know which direction it went. Submitted by: damien.bergamini@free.fr Obtained from: patches to make the ueagle driver work Revision Changes Path 1.144.2.2 +26 -15 src/sys/dev/usb/ohci.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:40:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E855516A4CE; Fri, 31 Dec 2004 08:40:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BAA43D53; Fri, 31 Dec 2004 08:40:04 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8e4Cj082417; Fri, 31 Dec 2004 08:40:04 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8e4fi082416; Fri, 31 Dec 2004 08:40:04 GMT (envelope-from julian) Message-Id: <200412310840.iBV8e4fi082416@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:40:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb ohci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 08:40:05 -0000 julian 2004-12-31 08:40:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ohci.c Log: MFC: Slightly reorganise part of the ohci_softintr() function to better keep track of the total amoutn transferred during a transfer. Seems similar to some code in the NetBSD version. I notice they have incorporated matches from him so I don't know which direction it went. Submitted by: damien.bergamini@free.fr Obtained from: patches to make the ueagle driver work Revision Changes Path 1.39.2.14 +26 -15 src/sys/dev/usb/ohci.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:44:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B8F16A4CE; Fri, 31 Dec 2004 08:44:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC9543D48; Fri, 31 Dec 2004 08:44:51 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8ipVh082626; Fri, 31 Dec 2004 08:44:51 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8ip07082625; Fri, 31 Dec 2004 08:44:51 GMT (envelope-from julian) Message-Id: <200412310844.iBV8ip07082625@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:44:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 08:44:51 -0000 julian 2004-12-31 08:44:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ehci.c Log: MFC: Formatting changes and a small correction when count of companions is wrong. Diff reduction. Revision Changes Path 1.5.4.12 +26 -21 src/sys/dev/usb/ehci.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:45:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94B3616A51C; Fri, 31 Dec 2004 08:45:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E23143D1D; Fri, 31 Dec 2004 08:45:18 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8jIqp082670; Fri, 31 Dec 2004 08:45:18 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8jIQq082668; Fri, 31 Dec 2004 08:45:18 GMT (envelope-from julian) Message-Id: <200412310845.iBV8jIQq082668@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:45:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 08:45:18 -0000 julian 2004-12-31 08:45:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci.c Log: MFC: Formatting changes and a small correction when count of companions is wrong. Diff reduction. Revision Changes Path 1.14.2.4 +29 -22 src/sys/dev/usb/ehci.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:50:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E1DE16A4CE; Fri, 31 Dec 2004 08:50:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5773043D31; Fri, 31 Dec 2004 08:50:49 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8onWi089497; Fri, 31 Dec 2004 08:50:49 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8onEi089496; Fri, 31 Dec 2004 08:50:49 GMT (envelope-from julian) Message-Id: <200412310850.iBV8onEi089496@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:50:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb usbdi.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, 31 Dec 2004 08:50:49 -0000 julian 2004-12-31 08:50:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb usbdi.h Log: MFC: Diff reduction to NetBSD. Now only things that are different between us and NetBSD show up. Means that these files are more of NetBSD style in some places but since thay are NetBSD files, um, that's ok. Obtained from: NetBSD Revision Changes Path 1.50.2.1 +59 -67 src/sys/dev/usb/usbdi.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:54:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F6516A4CF; Fri, 31 Dec 2004 08:54:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6240143D46; Fri, 31 Dec 2004 08:54:11 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV8sBS9089864; Fri, 31 Dec 2004 08:54:11 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8sBv7089863; Fri, 31 Dec 2004 08:54:11 GMT (envelope-from julian) Message-Id: <200412310854.iBV8sBv7089863@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:54:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb usbdi.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, 31 Dec 2004 08:54:11 -0000 julian 2004-12-31 08:54:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb usbdi.h Log: get the right NetBSD ID on this file. Revision Changes Path 1.50.2.2 +1 -1 src/sys/dev/usb/usbdi.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 09:02:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A7116A4CE; Fri, 31 Dec 2004 09:02:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B18D43D1F; Fri, 31 Dec 2004 09:02:28 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV92SJ2090437; Fri, 31 Dec 2004 09:02:28 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV92Scx090436; Fri, 31 Dec 2004 09:02:28 GMT (envelope-from anholt) Message-Id: <200412310902.iBV92Scx090436@repoman.freebsd.org> From: Eric Anholt Date: Fri, 31 Dec 2004 09:02:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xorg-libraries Makefile pkg-plist patch-GL-GL-Imakefileports/x11-servers/xorg-server/files patch-FreeBSD.cf patch-X11.tmpl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 09:02:28 -0000 anholt 2004-12-31 09:02:28 UTC FreeBSD ports repository Modified files: x11/xorg-libraries Makefile pkg-plist x11-servers/xorg-server/files patch-FreeBSD.cf patch-X11.tmpl Added files: x11/xorg-libraries/files XThrStub-Imakefile patch-GL-GL-Imakefile patch-X11-Imakefile patch-lib-Imakefile Log: Re-add libXThrStub for FreeBSD that requires thread stubs. Between 6.7 and 6.8 I had moved libXThrStub into libX11, because it seemed unnecessary. However, because libc_r symbols are also weak, the weak stubs in libX11 would interfere, however they don't if they are in a library linked by libX11. The most common manifestation of the problem was: GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error 'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy, &sched)' in glib apps. PR: ports/75477 Submitted by: KIMURA Yasuhiro, yasu at utahime dot org Testing by: marcus Revision Changes Path 1.4 +24 -12 ports/x11-servers/xorg-server/files/patch-FreeBSD.cf 1.4 +54 -4 ports/x11-servers/xorg-server/files/patch-X11.tmpl 1.12 +9 -0 ports/x11/xorg-libraries/Makefile 1.1 +35 -0 ports/x11/xorg-libraries/files/XThrStub-Imakefile (new) 1.1 +20 -0 ports/x11/xorg-libraries/files/patch-GL-GL-Imakefile (new) 1.1 +12 -0 ports/x11/xorg-libraries/files/patch-X11-Imakefile (new) 1.1 +22 -0 ports/x11/xorg-libraries/files/patch-lib-Imakefile (new) 1.4 +2 -0 ports/x11/xorg-libraries/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 31 09:18:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52EAB16A4CE; Fri, 31 Dec 2004 09:18:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C49343D2F; Fri, 31 Dec 2004 09:18:30 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBV9IUUR090971; Fri, 31 Dec 2004 09:18:30 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV9IUZk090970; Fri, 31 Dec 2004 09:18:30 GMT (envelope-from julian) Message-Id: <200412310918.iBV9IUZk090970@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 09:18:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bktr CHANGELOG.TXT X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 09:18:30 -0000 julian 2004-12-31 09:18:30 UTC FreeBSD src repository Modified files: sys/dev/bktr CHANGELOG.TXT Log: Roger is away, note that his maintainership is on vacation until he gets back. (hopefully next year) Submitted by: linimon Revision Changes Path 1.20 +4 -1 src/sys/dev/bktr/CHANGELOG.TXT From owner-cvs-all@FreeBSD.ORG Fri Dec 31 09:26:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5776516A4CE for ; Fri, 31 Dec 2004 09:26:12 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD3743D39 for ; Fri, 31 Dec 2004 09:26:11 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iBV9N6H5007524 for cvs-all@FreeBSD.org.checked; Fri, 31 Dec 2004 12:23:06 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iBV9K8fA007478; Fri, 31 Dec 2004 12:20:09 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41D51799.6050204@cronyx.ru> Date: Fri, 31 Dec 2004 12:10:49 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Robert Watson References: <200412310032.iBV0WoHw053276@repoman.freebsd.org> In-Reply-To: <200412310032.iBV0WoHw053276@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/netstat ipx.c 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: Fri, 31 Dec 2004 09:26:12 -0000 Robert Watson: >rwatson 2004-12-31 00:32:50 UTC > > FreeBSD src repository > > Modified files: > usr.bin/netstat ipx.c main.c > Log: > Update netstat(1) for recent conversion of netipx to queue(9) from > home-brew linked lists. Read in the ipxpcb_list structure first in > order to find the first pcb pointer. Then follow the chain as > before, only the termination condition is a NULL next pointer > rather than a next pointer equal to the original offset. > Please look on my variant of this code that was done for you changes long time ago. Current diff with HEAD could be found online here: http://people.freebsd.org/~rik/rik_netperf_20041231-3.pch rik > > Revision Changes Path > 1.21 +23 -3 src/usr.bin/netstat/ipx.c > 1.71 +1 -1 src/usr.bin/netstat/main.c > > From owner-cvs-all@FreeBSD.ORG Fri Dec 31 10:45:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4805116A4CE; Fri, 31 Dec 2004 10:45:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C1643D49; Fri, 31 Dec 2004 10:45:41 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVAjeEN093228; Fri, 31 Dec 2004 10:45:41 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVAjehV093227; Fri, 31 Dec 2004 10:45:40 GMT (envelope-from lth) Message-Id: <200412311045.iBVAjehV093227@repoman.freebsd.org> From: Lars Thegler Date: Fri, 31 Dec 2004 10:45:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Net-IMAP-Simple Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 10:45:41 -0000 lth 2004-12-31 10:45:40 UTC FreeBSD ports repository Modified files: mail/p5-Net-IMAP-Simple Makefile Log: Fixed MASTER_SITE_SUBDIR. Reported by: kris Revision Changes Path 1.2 +1 -1 ports/mail/p5-Net-IMAP-Simple/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:03:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F53016A4CE; Fri, 31 Dec 2004 11:03:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5EF243D39; Fri, 31 Dec 2004 11:03:17 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVB3HoK093757; Fri, 31 Dec 2004 11:03:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVB3HVB093756; Fri, 31 Dec 2004 11:03:17 GMT (envelope-from brueffer) Message-Id: <200412311103.iBVB3HVB093756@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 11:03:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 11:03:18 -0000 brueffer 2004-12-31 11:03:17 UTC FreeBSD doc repository Modified files: en/events events.xml Log: Add Fosdem 2005. Revision Changes Path 1.42 +25 -1 www/en/events/events.xml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:12:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22A4716A4CE; Fri, 31 Dec 2004 11:12:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E2EC43D3F; Fri, 31 Dec 2004 11:12:19 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBCIdB094077; Fri, 31 Dec 2004 11:12:18 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBCIAU094076; Fri, 31 Dec 2004 11:12:18 GMT (envelope-from kensmith) Message-Id: <200412311112.iBVBCIAU094076@repoman.freebsd.org> From: Ken Smith Date: Fri, 31 Dec 2004 11:12:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/vm vm_map.c vm_object.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 11:12:19 -0000 kensmith 2004-12-31 11:12:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/vm vm_map.c vm_object.c Log: MFC of rev 1.329 of vm_object.c: date: 2004/07/28 18:23:08; author: alc; state: Exp; lines: +2 -2 Correct a very old error in both vm_object_madvise() (originating in vm/vm_object.c revision 1.88) and vm_object_sync() (originating in vm/vm_map.c revision 1.36): When descending a chain of backing objects, both use the wrong object's backing offset. Consequently, both may operate on the wrong pages. Quoting Matt, "This could be responsible for all of the sporatic madvise oddness that has been reported over the years." Reviewed by: Matt Dillon Reviewed by: alc Helped by: DFly vm_map.c rev 1.31, vm_object.c rev 1.17 Revision Changes Path 1.187.2.32 +1 -1 src/sys/vm/vm_map.c 1.171.2.10 +2 -2 src/sys/vm/vm_object.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:14:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CEC616A4CE; Fri, 31 Dec 2004 11:14:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1A543D48; Fri, 31 Dec 2004 11:14:19 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBEJqH094418; Fri, 31 Dec 2004 11:14:19 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBEJOg094417; Fri, 31 Dec 2004 11:14:19 GMT (envelope-from lioux) Message-Id: <200412311114.iBVBEJOg094417@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 11:14:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/edonkey-gui-java Makefile pkg-plist ports/net/edonkey-gui-java/files wrapper.sh ports/net/freenet Makefile pkg-plist ports/net/freenet/files wrapper.sh ports/net/frost Makefile pkg-plist ports/net/frost/files ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 11:14:19 -0000 lioux 2004-12-31 11:14:19 UTC FreeBSD ports repository Modified files: net/edonkey-gui-java Makefile net/edonkey-gui-java/files wrapper.sh net/freenet Makefile net/freenet/files wrapper.sh net/frost Makefile net/frost/files wrapper.sh net/jsch Makefile net/phex Makefile net/xnap Makefile pkg-plist net/xnap/files wrapper.sh security/gnu-crypto Makefile Removed files: net/edonkey-gui-java pkg-plist net/freenet pkg-plist net/frost pkg-plist net/phex pkg-plist Log: o Update to standard 2.0 o Bump PORTREVISION due to jar location changes Prompted by: hq Revision Changes Path 1.15 +12 -11 ports/net/edonkey-gui-java/Makefile 1.4 +2 -2 ports/net/edonkey-gui-java/files/wrapper.sh 1.3 +0 -4 ports/net/edonkey-gui-java/pkg-plist (dead) 1.22 +13 -9 ports/net/freenet/Makefile 1.6 +3 -6 ports/net/freenet/files/wrapper.sh 1.3 +0 -7 ports/net/freenet/pkg-plist (dead) 1.8 +27 -10 ports/net/frost/Makefile 1.5 +4 -9 ports/net/frost/files/wrapper.sh 1.5 +0 -24 ports/net/frost/pkg-plist (dead) 1.2 +5 -10 ports/net/jsch/Makefile 1.20 +19 -10 ports/net/phex/Makefile 1.6 +0 -14 ports/net/phex/pkg-plist (dead) 1.26 +13 -8 ports/net/xnap/Makefile 1.4 +2 -2 ports/net/xnap/files/wrapper.sh 1.4 +0 -11 ports/net/xnap/pkg-plist 1.2 +3 -6 ports/security/gnu-crypto/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:22:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E995716A4CE; Fri, 31 Dec 2004 11:22:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C242643D39; Fri, 31 Dec 2004 11:22:19 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBMJxT094716; Fri, 31 Dec 2004 11:22:19 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBMJF2094715; Fri, 31 Dec 2004 11:22:19 GMT (envelope-from pav) Message-Id: <200412311122.iBVBMJF2094715@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 31 Dec 2004 11:22:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/ngspice_rework Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 11:22:20 -0000 pav 2004-12-31 11:22:19 UTC FreeBSD ports repository Modified files: cad/ngspice_rework Makefile Log: - Disable debug for package - Enable readline for non-package PR: ports/75504 Submitted by: Pedro F. Giffuni Approved by: AMAKAWA Shuhei (maintainer) Revision Changes Path 1.5 +6 -0 ports/cad/ngspice_rework/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:29:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A1AC16A4CE; Fri, 31 Dec 2004 11:29:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5370B43D53; Fri, 31 Dec 2004 11:29:29 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBTTdW094944; Fri, 31 Dec 2004 11:29:29 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBTTgX094943; Fri, 31 Dec 2004 11:29:29 GMT (envelope-from brueffer) Message-Id: <200412311129.iBVBTTgX094943@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 11:29:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/java/docs howtoports.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, 31 Dec 2004 11:29:29 -0000 brueffer 2004-12-31 11:29:29 UTC FreeBSD doc repository Modified files: en/java/docs howtoports.sgml Log: - Replace "unofficial standard" section with a link to the porters's handbook (1) - Fix a broken link - use lowercase tags for consistent style - add a url.books entity for convenience PR: 75680 (1) Submitted by: hq Revision Changes Path 1.7 +9 -18 www/en/java/docs/howtoports.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:31:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8178816A4CE; Fri, 31 Dec 2004 11:31:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC7F43D48; Fri, 31 Dec 2004 11:31:58 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBVwIb095086; Fri, 31 Dec 2004 11:31:58 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBVwHp095085; Fri, 31 Dec 2004 11:31:58 GMT (envelope-from lioux) Message-Id: <200412311131.iBVBVwHp095085@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 11:31:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/freenet 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, 31 Dec 2004 11:31:58 -0000 lioux 2004-12-31 11:31:58 UTC FreeBSD ports repository Modified files: net/freenet Makefile distinfo Log: o Update to Freenet Stable build 5100 released 20041220 snapshot o Bump PORTREVISION since it is the same build number but another snapshot Revision Changes Path 1.23 +2 -2 ports/net/freenet/Makefile 1.15 +2 -2 ports/net/freenet/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:35:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E21E916A4CE; Fri, 31 Dec 2004 11:35:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE67143D41; Fri, 31 Dec 2004 11:35:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBZ9s3095182; Fri, 31 Dec 2004 11:35:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBZ9dV095181; Fri, 31 Dec 2004 11:35:09 GMT (envelope-from pav) Message-Id: <200412311135.iBVBZ9dV095181@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 31 Dec 2004 11:35:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/awstats Makefile distinfo pkg-message pkg-plist ports/www/awstats/files patch.awstats.model.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 11:35:10 -0000 pav 2004-12-31 11:35:09 UTC FreeBSD ports repository Modified files: www/awstats Makefile distinfo pkg-plist www/awstats/files patch.awstats.model.conf Added files: www/awstats pkg-message Log: - Update to 6.2 PR: ports/74788 (followup) Submitted by: Chris Stuart (maintainer) Revision Changes Path 1.19 +67 -57 ports/www/awstats/Makefile 1.13 +2 -2 ports/www/awstats/distinfo 1.3 +6 -13 ports/www/awstats/files/patch.awstats.model.conf 1.1 +22 -0 ports/www/awstats/pkg-message (new) 1.13 +559 -545 ports/www/awstats/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:36:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC25116A4CE; Fri, 31 Dec 2004 11:36:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E5743D2F; Fri, 31 Dec 2004 11:36:46 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBakKT095322; Fri, 31 Dec 2004 11:36:46 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBakVF095321; Fri, 31 Dec 2004 11:36:46 GMT (envelope-from oliver) Message-Id: <200412311136.iBVBakVF095321@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 31 Dec 2004 11:36:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libzvbi Makefile distinfo pkg-plist ports/multimedia/xawtv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 11:36:47 -0000 oliver 2004-12-31 11:36:46 UTC FreeBSD ports repository Modified files: devel/libzvbi Makefile distinfo pkg-plist multimedia/xawtv Makefile Log: update to libzvbi 0.2.11 Revision Changes Path 1.17 +1 -1 ports/devel/libzvbi/Makefile 1.8 +2 -2 ports/devel/libzvbi/distinfo 1.6 +1 -1 ports/devel/libzvbi/pkg-plist 1.44 +1 -1 ports/multimedia/xawtv/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:38:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE36716A4CE; Fri, 31 Dec 2004 11:38:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A29143D3F; Fri, 31 Dec 2004 11:38:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBcg20095390; Fri, 31 Dec 2004 11:38:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBcga4095389; Fri, 31 Dec 2004 11:38:42 GMT (envelope-from pav) Message-Id: <200412311138.iBVBcga4095389@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 31 Dec 2004 11:38:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports 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: Fri, 31 Dec 2004 11:38:42 -0000 pav 2004-12-31 11:38:42 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Add a note for users of www/awstats - Collect nearby spurious whitespace Revision Changes Path 1.127 +9 -2 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:51:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A65416A4CE; Fri, 31 Dec 2004 11:51:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B2F43D46; Fri, 31 Dec 2004 11:51:12 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBpCFZ095833; Fri, 31 Dec 2004 11:51:12 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBpC3S095832; Fri, 31 Dec 2004 11:51:12 GMT (envelope-from lioux) Message-Id: <200412311151.iBVBpC3S095832@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 11:51:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/frost Makefile distinfo ports/net/frost/files wrapper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 11:51:12 -0000 lioux 2004-12-31 11:51:12 UTC FreeBSD ports repository Modified files: net/frost Makefile distinfo net/frost/files wrapper.sh Log: Update to snapshot 20041202 Submitted by: Peter Thoenen Revision Changes Path 1.9 +6 -4 ports/net/frost/Makefile 1.6 +3 -2 ports/net/frost/distinfo 1.6 +4 -2 ports/net/frost/files/wrapper.sh From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:53:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B116616A4CE; Fri, 31 Dec 2004 11:53:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8983743D41; Fri, 31 Dec 2004 11:53:18 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBrIP7095887; Fri, 31 Dec 2004 11:53:18 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBrIMd095886; Fri, 31 Dec 2004 11:53:18 GMT (envelope-from brueffer) Message-Id: <200412311153.iBVBrIMd095886@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 11:53:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/search search.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, 31 Dec 2004 11:53:18 -0000 brueffer 2004-12-31 11:53:18 UTC FreeBSD doc repository Modified files: en/search search.sgml Log: Add the freebsd-usb list. PR: 75475 Submitted by: Craig Rodrigues Revision Changes Path 1.97 +7 -1 www/en/search/search.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 11:54:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404C116A4CE; Fri, 31 Dec 2004 11:54:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1889A43D45; Fri, 31 Dec 2004 11:54:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVBsd5u095968; Fri, 31 Dec 2004 11:54:39 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVBsdkW095967; Fri, 31 Dec 2004 11:54:39 GMT (envelope-from rwatson) Message-Id: <200412311154.iBVBsdkW095967@repoman.freebsd.org> From: Robert Watson Date: Fri, 31 Dec 2004 11:54:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipx ipx_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: Fri, 31 Dec 2004 11:54:40 -0000 rwatson 2004-12-31 11:54:39 UTC FreeBSD src repository Modified files: sys/netipx ipx_var.h Log: Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this in the netperf branch but for some reason didn't trigger a build failure locally when I merged to CVS and omitted it. Presumably driver error. Pointed out by: cperciva, tinderbox Revision Changes Path 1.20 +1 -0 src/sys/netipx/ipx_var.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 12:04:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9056016A4CE; Fri, 31 Dec 2004 12:04:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6940B43D1F; Fri, 31 Dec 2004 12:04:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVC4L9p096292; Fri, 31 Dec 2004 12:04:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVC4LTG096291; Fri, 31 Dec 2004 12:04:21 GMT (envelope-from rwatson) Message-Id: <200412311204.iBVC4LTG096291@repoman.freebsd.org> From: Robert Watson Date: Fri, 31 Dec 2004 12:04:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat ipx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 12:04:21 -0000 rwatson 2004-12-31 12:04:21 UTC FreeBSD src repository Modified files: usr.bin/netstat ipx.c Log: Apply a simplifying patch submitted by rik to the IPX support in netstat(1): - Make previously unnecessarily global variables local. - Use LIST_FOREACH() in preference to manual iteration. - Restore a sanity check through slightly incestuous use of queue macro knowledge. Submitted by: rik Revision Changes Path 1.22 +14 -34 src/usr.bin/netstat/ipx.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 12:04:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6414A16A4CE; Fri, 31 Dec 2004 12:04:50 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A2C43D48; Fri, 31 Dec 2004 12:04:50 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iBVC1Hpn093609; Fri, 31 Dec 2004 07:01:17 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iBVC1Hax093606; Fri, 31 Dec 2004 12:01:17 GMT (envelope-from robert@fledge.watson.org) Date: Fri, 31 Dec 2004 12:01:17 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Roman Kurakin In-Reply-To: <41D51799.6050204@cronyx.ru> 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/usr.bin/netstat ipx.c 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: Fri, 31 Dec 2004 12:04:50 -0000 On Fri, 31 Dec 2004, Roman Kurakin wrote: > > Update netstat(1) for recent conversion of netipx to queue(9) from > > home-brew linked lists. Read in the ipxpcb_list structure first in > > order to find the first pcb pointer. Then follow the chain as > > before, only the termination condition is a NULL next pointer > > rather than a next pointer equal to the original offset. > > > Please look on my variant of this code that was done for you changes > long time ago. Current diff with HEAD could be found online here: > http://people.freebsd.org/~rik/rik_netperf_20041231-3.pch Committed, thanks! Robert N M Watson From owner-cvs-all@FreeBSD.ORG Fri Dec 31 12:07:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18FCF16A4CE; Fri, 31 Dec 2004 12:07:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63EC43D3F; Fri, 31 Dec 2004 12:07:35 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVC7Z4X096445; Fri, 31 Dec 2004 12:07:35 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVC7ZA9096444; Fri, 31 Dec 2004 12:07:35 GMT (envelope-from demon) Message-Id: <200412311207.iBVC7ZA9096444@repoman.freebsd.org> From: Dmitry Sivachenko Date: Fri, 31 Dec 2004 12:07:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysql-navigator/files patch-src-mysql-mainwindow-mainwindowslotshutdown.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 12:07:36 -0000 demon 2004-12-31 12:07:35 UTC FreeBSD ports repository Added files: databases/mysql-navigator/files patch-src-mysql-mainwindow-mainwindowslotshutdown.cxx Log: Fix build with MySQL 4.1.x. Submitted by: Michael Hambly PR: 74237 Revision Changes Path 1.1 +14 -0 ports/databases/mysql-navigator/files/patch-src-mysql-mainwindow-mainwindowslotshutdown.cxx (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 12:25:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F44516A4CE; Fri, 31 Dec 2004 12:25:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C6643D31; Fri, 31 Dec 2004 12:25:55 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVCPs2g097057; Fri, 31 Dec 2004 12:25:54 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVCPsB1097056; Fri, 31 Dec 2004 12:25:54 GMT (envelope-from roam) Message-Id: <200412311225.iBVCPsB1097056@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 31 Dec 2004 12:25:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb usbhid.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, 31 Dec 2004 12:25:55 -0000 roam 2004-12-31 12:25:54 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) sys/dev/usb usbhid.h Log: Fix the build: gcc 2.95 with -ansi does not like C++ // comments. Revision Changes Path 1.7.2.5 +1 -1 src/sys/dev/usb/usbhid.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 12:49:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D0316A4CE; Fri, 31 Dec 2004 12:49:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E22243D2F; Fri, 31 Dec 2004 12:49:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVCnWjN004503; Fri, 31 Dec 2004 12:49:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVCnWMk004502; Fri, 31 Dec 2004 12:49:32 GMT (envelope-from brueffer) Message-Id: <200412311249.iBVCnWMk004502@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 12:49:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/search search.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, 31 Dec 2004 12:49:32 -0000 brueffer 2004-12-31 12:49:32 UTC FreeBSD doc repository Modified files: en/search search.sgml Log: Add the following lists: - freebsd-acpi - freebsd-apache - freebsd-bluetooth - freebsd-pf - freebsd-python - freebsd-vuxml While I'm here, properly indent the freebsd-geom description. Revision Changes Path 1.98 +38 -2 www/en/search/search.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:12:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6654A16A4CE; Fri, 31 Dec 2004 13:12:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FADD43D46; Fri, 31 Dec 2004 13:12:46 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDCkTC005306; Fri, 31 Dec 2004 13:12:46 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDCk1k005305; Fri, 31 Dec 2004 13:12:46 GMT (envelope-from brueffer) Message-Id: <200412311312.iBVDCk1k005305@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 13:12:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml mailing-lists.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: Fri, 31 Dec 2004 13:12:46 -0000 brueffer 2004-12-31 13:12:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/share/sgml mailing-lists.ent Log: Add the freebsd-python list. Revision Changes Path 1.39 +4 -0 doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:14:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E075316A4CE; Fri, 31 Dec 2004 13:14:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA07B43D1D; Fri, 31 Dec 2004 13:14:40 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDEeMF005384; Fri, 31 Dec 2004 13:14:40 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDEe3L005383; Fri, 31 Dec 2004 13:14:40 GMT (envelope-from brueffer) Message-Id: <200412311314.iBVDEe3L005383@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 13:14:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 13:14:41 -0000 brueffer 2004-12-31 13:14:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add information about the freebsd-python list (obtained from the description in mailman). Revision Changes Path 1.158 +18 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:16:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4640B16A4CE; Fri, 31 Dec 2004 13:16:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2047043D1F; Fri, 31 Dec 2004 13:16:15 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDGFq4005543; Fri, 31 Dec 2004 13:16:15 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDGFlI005542; Fri, 31 Dec 2004 13:16:15 GMT (envelope-from brueffer) Message-Id: <200412311316.iBVDGFlI005542@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 13:16:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 13:16:15 -0000 brueffer 2004-12-31 13:16:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Fix indentation. Translators can ignore this commit. Revision Changes Path 1.159 +1 -1 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:17:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E8FC16A4CE; Fri, 31 Dec 2004 13:17:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C0F43D4C; Fri, 31 Dec 2004 13:17:30 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDHUZL005588; Fri, 31 Dec 2004 13:17:30 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDHUkN005587; Fri, 31 Dec 2004 13:17:30 GMT (envelope-from krion) Message-Id: <200412311317.iBVDHUkN005587@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 31 Dec 2004 13:17:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/gerbv 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, 31 Dec 2004 13:17:30 -0000 krion 2004-12-31 13:17:30 UTC FreeBSD ports repository Modified files: cad/gerbv Makefile distinfo Log: Update to version 1.0.0 PR: ports/75688 Submitted by: Ports Fury Revision Changes Path 1.19 +8 -3 ports/cad/gerbv/Makefile 1.9 +2 -2 ports/cad/gerbv/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:18:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E7E516A4CE; Fri, 31 Dec 2004 13:18:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5716F43D45; Fri, 31 Dec 2004 13:18:35 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDIZXc005646; Fri, 31 Dec 2004 13:18:35 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDIZPv005645; Fri, 31 Dec 2004 13:18:35 GMT (envelope-from arved) Message-Id: <200412311318.iBVDIZPv005645@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 31 Dec 2004 13:18:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/pornview Makefileports/graphics/pornview/files patch-debian X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 13:18:35 -0000 arved 2004-12-31 13:18:35 UTC FreeBSD ports repository Modified files: graphics/pornview Makefile Added files: graphics/pornview/files patch-debian Log: - Chase libxine Shared library Forgotten by: nobutaka (5 times in a row) - Sync with debian package: * Fixed an out-of-bounds error in src/support/widgets/zlist.c discovered by Matthias Urlichs. * Fixed a segfault on exit when no audio device available. - Bump PORTREVISION Revision Changes Path 1.14 +2 -2 ports/graphics/pornview/Makefile 1.1 +53 -0 ports/graphics/pornview/files/patch-debian (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:18:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6222C16A4CE; Fri, 31 Dec 2004 13:18:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B0B743D2F; Fri, 31 Dec 2004 13:18:58 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDIw6S005684; Fri, 31 Dec 2004 13:18:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDIwsU005683; Fri, 31 Dec 2004 13:18:58 GMT (envelope-from krion) Message-Id: <200412311318.iBVDIwsU005683@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 31 Dec 2004 13:18:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/oregano 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, 31 Dec 2004 13:18:58 -0000 krion 2004-12-31 13:18:58 UTC FreeBSD ports repository Modified files: cad/oregano Makefile distinfo pkg-plist Log: Update to version 0.40.1 PR: ports/75689 Submitted by: Ports Fury Revision Changes Path 1.14 +6 -7 ports/cad/oregano/Makefile 1.5 +2 -2 ports/cad/oregano/distinfo 1.6 +2 -0 ports/cad/oregano/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:20:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4A116A4CE; Fri, 31 Dec 2004 13:20:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C1E43D54; Fri, 31 Dec 2004 13:20:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDKoBX005832; Fri, 31 Dec 2004 13:20:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDKokW005831; Fri, 31 Dec 2004 13:20:50 GMT (envelope-from krion) Message-Id: <200412311320.iBVDKokW005831@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 31 Dec 2004 13:20:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/atari800 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, 31 Dec 2004 13:20:51 -0000 krion 2004-12-31 13:20:50 UTC FreeBSD ports repository Modified files: emulators/atari800 Makefile distinfo Log: Update to version 1.3.5 PR: ports/75692 Submitted by: Ports Fury Revision Changes Path 1.27 +1 -1 ports/emulators/atari800/Makefile 1.14 +2 -2 ports/emulators/atari800/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:23:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C4816A4CE; Fri, 31 Dec 2004 13:23:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5129A43D2F; Fri, 31 Dec 2004 13:23:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDN4ib005911; Fri, 31 Dec 2004 13:23:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDN4A2005910; Fri, 31 Dec 2004 13:23:04 GMT (envelope-from krion) Message-Id: <200412311323.iBVDN4A2005910@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 31 Dec 2004 13:23:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/aewm++ 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, 31 Dec 2004 13:23:04 -0000 krion 2004-12-31 13:23:04 UTC FreeBSD ports repository Modified files: x11-wm/aewm++ Makefile distinfo Log: Update to version 1.0.27 PR: ports/75691 Submitted by: Ports Fury Revision Changes Path 1.13 +3 -4 ports/x11-wm/aewm++/Makefile 1.7 +2 -2 ports/x11-wm/aewm++/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 31 13:32:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC2816A4CE; Fri, 31 Dec 2004 13:32:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA0643D5A; Fri, 31 Dec 2004 13:32:25 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVDWPWQ006295; Fri, 31 Dec 2004 13:32:25 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVDWPW1006294; Fri, 31 Dec 2004 13:32:25 GMT (envelope-from krion) Message-Id: <200412311332.iBVDWPW1006294@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 31 Dec 2004 13:32:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/ghostscript-afpl Makefile Makefile.inc distinfo pkg-plist ports/print/ghostscript-afpl/files patch-gdev10v:gdev10v.cpatch-lips:gdevl4r.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 13:32:26 -0000 krion 2004-12-31 13:32:25 UTC FreeBSD ports repository Modified files: print/ghostscript-afpl Makefile Makefile.inc distinfo pkg-plist print/ghostscript-afpl/files patch-lips:gdevl4r.c patch-lxm3200:gdevlx32.c patch-md2k:gdevmd2k.c patch-mjc:gdevmjc.c patch-src:gdevcd8.c patch-src:gdevdj9.c patch-src:gdevgdi.c patch-src:gdevlx50.c print/ghostscript-afpl/scripts configure Added files: print/ghostscript-afpl/files patch-alps:gdevalps.c patch-epag:gdevepag.c patch-gdev10v:gdev10v.c patch-lex7000:src:gdevlx7.c patch-lips:gdevespg.c patch-lips:gdevlprn.c patch-lips:gdevnpdl.c patch-lips:gdevrpdl.c patch-src:gdevperm.c Log: Update to version 8.50 PR: ports/75690 Submitted by: Ports Fury Revision Changes Path 1.138 +3 -0 ports/print/ghostscript-afpl/Makefile 1.15 +2 -2 ports/print/ghostscript-afpl/Makefile.inc 1.58 +2 -2 ports/print/ghostscript-afpl/distinfo 1.1 +22 -0 ports/print/ghostscript-afpl/files/patch-alps:gdevalps.c (new) 1.1 +35 -0 ports/print/ghostscript-afpl/files/patch-epag:gdevepag.c (new) 1.1 +23 -0 ports/print/ghostscript-afpl/files/patch-gdev10v:gdev10v.c (new) 1.1 +31 -0 ports/print/ghostscript-afpl/files/patch-lex7000:src:gdevlx7.c (new) 1.1 +20 -0 ports/print/ghostscript-afpl/files/patch-lips:gdevespg.c (new) 1.4 +80 -1 ports/print/ghostscript-afpl/files/patch-lips:gdevl4r.c 1.1 +35 -0 ports/print/ghostscript-afpl/files/patch-lips:gdevlprn.c (new) 1.1 +20 -0 ports/print/ghostscript-afpl/files/patch-lips:gdevnpdl.c (new) 1.1 +20 -0 ports/print/ghostscript-afpl/files/patch-lips:gdevrpdl.c (new) 1.2 +28 -1 ports/print/ghostscript-afpl/files/patch-lxm3200:gdevlx32.c 1.2 +19 -1 ports/print/ghostscript-afpl/files/patch-md2k:gdevmd2k.c 1.3 +38 -2 ports/print/ghostscript-afpl/files/patch-mjc:gdevmjc.c 1.2 +19 -1 ports/print/ghostscript-afpl/files/patch-src:gdevcd8.c 1.2 +20 -2 ports/print/ghostscript-afpl/files/patch-src:gdevdj9.c 1.6 +28 -4 ports/print/ghostscript-afpl/files/patch-src:gdevgdi.c 1.2 +47 -2 ports/print/ghostscript-afpl/files/patch-src:gdevlx50.c 1.1 +11 -0 ports/print/ghostscript-afpl/files/patch-src:gdevperm.c (new) 1.39 +83 -1 ports/print/ghostscript-afpl/pkg-plist 1.36 +2 -12 ports/print/ghostscript-afpl/scripts/configure From owner-cvs-all@FreeBSD.ORG Fri Dec 31 14:00:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 204BB16A4D1; Fri, 31 Dec 2004 14:00:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D5E43D53; Fri, 31 Dec 2004 14:00:40 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVE0ep3007187; Fri, 31 Dec 2004 14:00:40 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVE0eEw007186; Fri, 31 Dec 2004 14:00:40 GMT (envelope-from arved) Message-Id: <200412311400.iBVE0eEw007186@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 31 Dec 2004 14:00:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/kaffeine Makefile distinfo pkg-plist ports/multimedia/kaffeine/files patch-http.c patch-kaffeineapp.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: Fri, 31 Dec 2004 14:00:45 -0000 arved 2004-12-31 14:00:40 UTC FreeBSD ports repository Modified files: multimedia/kaffeine Makefile distinfo pkg-plist multimedia/kaffeine/files patch-http.c Removed files: multimedia/kaffeine/files patch-kaffeineapp.cpp Log: Update to 0.5 Chase xine Shared Library version Revision Changes Path 1.16 +4 -3 ports/multimedia/kaffeine/Makefile 1.10 +2 -2 ports/multimedia/kaffeine/distinfo 1.2 +27 -3 ports/multimedia/kaffeine/files/patch-http.c 1.2 +0 -10 ports/multimedia/kaffeine/files/patch-kaffeineapp.cpp (dead) 1.8 +35 -17 ports/multimedia/kaffeine/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 31 14:32:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B4916A4CE; Fri, 31 Dec 2004 14:32:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D559043D3F; Fri, 31 Dec 2004 14:32:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVEW8dX008238; Fri, 31 Dec 2004 14:32:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVEW8be008237; Fri, 31 Dec 2004 14:32:08 GMT (envelope-from brueffer) Message-Id: <200412311432.iBVEW8be008237@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 14:32:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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, 31 Dec 2004 14:32:09 -0000 brueffer 2004-12-31 14:32:08 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Refer to Xorg, rather than XFree86. MFC after: 3 days Revision Changes Path 1.271 +4 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 14:33:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9334616A4CE; Fri, 31 Dec 2004 14:33:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A45243D46; Fri, 31 Dec 2004 14:33:16 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVEXGtc008327; Fri, 31 Dec 2004 14:33:16 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVEXGKO008326; Fri, 31 Dec 2004 14:33:16 GMT (envelope-from lioux) Message-Id: <200412311433.iBVEXGKO008326@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 14:33:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers Makefile ports/archivers/jzlib 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, 31 Dec 2004 14:33:16 -0000 lioux 2004-12-31 14:33:16 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/jzlib Makefile distinfo pkg-descr Log: New port jzlib version 1.0.5: A re-implementation of zlib in pure Java Revision Changes Path 1.116 +1 -0 ports/archivers/Makefile 1.1 +63 -0 ports/archivers/jzlib/Makefile (new) 1.1 +2 -0 ports/archivers/jzlib/distinfo (new) 1.1 +19 -0 ports/archivers/jzlib/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 14:33:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B3816A4CE; Fri, 31 Dec 2004 14:33:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F26C43D3F; Fri, 31 Dec 2004 14:33:30 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVEXUWL008373; Fri, 31 Dec 2004 14:33:30 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVEXUbw008372; Fri, 31 Dec 2004 14:33:30 GMT (envelope-from lioux) Message-Id: <200412311433.iBVEXUbw008372@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 14:33:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 14:33:30 -0000 lioux 2004-12-31 14:33:30 UTC FreeBSD ports repository Modified files: . modules Log: jzlib --> ports/archivers/jzlib Revision Changes Path 1.11698 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 31 14:39:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E04216A4CE; Fri, 31 Dec 2004 14:39:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1900243D5E; Fri, 31 Dec 2004 14:39:24 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVEdNS4008567; Fri, 31 Dec 2004 14:39:23 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVEdNeJ008566; Fri, 31 Dec 2004 14:39:23 GMT (envelope-from simon) Message-Id: <200412311439.iBVEdNeJ008566@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 31 Dec 2004 14:39:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/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: Fri, 31 Dec 2004 14:39:24 -0000 simon 2004-12-31 14:39:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Add a sentence about the root password not being echoed when entered. PR: docs/75235 Submitted by: Joel Dahl Revision Changes Path 1.315 +2 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 14:52:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA80B16A4CE; Fri, 31 Dec 2004 14:52:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9618443D3F; Fri, 31 Dec 2004 14:52:53 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVEqrSr009018; Fri, 31 Dec 2004 14:52:53 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVEqrpS009017; Fri, 31 Dec 2004 14:52:53 GMT (envelope-from pjd) Message-Id: <200412311452.iBVEqrpS009017@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 31 Dec 2004 14:52:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_sysctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 14:52:53 -0000 pjd 2004-12-31 14:52:53 UTC FreeBSD src repository Modified files: sys/kern kern_sysctl.c Log: Be consistent and always use form 'return (value);' instead of 'return value;'. We had (before this change) 84 lines where it was style(9)-clean and 15 lines where it was not. Revision Changes Path 1.163 +15 -15 src/sys/kern/kern_sysctl.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 14:57:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EF316A4CE; Fri, 31 Dec 2004 14:57:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE5D43D2D; Fri, 31 Dec 2004 14:57:31 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVEvV91009256; Fri, 31 Dec 2004 14:57:31 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVEvVku009255; Fri, 31 Dec 2004 14:57:31 GMT (envelope-from brueffer) Message-Id: <200412311457.iBVEvVku009255@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 14:57:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en docs.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, 31 Dec 2004 14:57:31 -0000 brueffer 2004-12-31 14:57:31 UTC FreeBSD doc repository Modified files: en docs.sgml Log: Pre-spring cleanup: Remove long outdated stuff. Revision Changes Path 1.187 +1 -25 www/en/docs.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 15:07:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C1316A4CE; Fri, 31 Dec 2004 15:07:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2241B43D46; Fri, 31 Dec 2004 15:07:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVF76mA009695; Fri, 31 Dec 2004 15:07:06 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVF76Si009694; Fri, 31 Dec 2004 15:07:06 GMT (envelope-from brueffer) Message-Id: <200412311507.iBVF76Si009694@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 15:07:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en navigation.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 15:07:06 -0000 brueffer 2004-12-31 15:07:06 UTC FreeBSD doc repository Modified files: en navigation.xml Log: Link to the Mailing Lists chapter of the handbook, instead on support.html. The handbook chapter is much more useful and takes one directly to the subscription pages. Revision Changes Path 1.14 +2 -2 www/en/navigation.xml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 15:24:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 845F016A4CE; Fri, 31 Dec 2004 15:24:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B49F43D31; Fri, 31 Dec 2004 15:24:29 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVFOTI6010408; Fri, 31 Dec 2004 15:24:29 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVFOTmM010407; Fri, 31 Dec 2004 15:24:29 GMT (envelope-from lioux) Message-Id: <200412311524.iBVFOTmM010407@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 15:24:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gnu-crypto Makefile ports/security/gnu-crypto/files patch-docs::gnu-crypto.texi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 15:24:29 -0000 lioux 2004-12-31 15:24:29 UTC FreeBSD ports repository Modified files: security/gnu-crypto Makefile Added files: security/gnu-crypto/files patch-docs::gnu-crypto.texi Log: - Fix gnu-crypto.info: o Properly categorize it under "GNU Libraries" o Register it within post-install target - Bump PORTREVISION since it fixes installation issues Submitted by: Tim Welch Revision Changes Path 1.3 +6 -2 ports/security/gnu-crypto/Makefile 1.1 +14 -0 ports/security/gnu-crypto/files/patch-docs::gnu-crypto.texi (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 15:38:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B64616A4CE; Fri, 31 Dec 2004 15:38:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C26843D39; Fri, 31 Dec 2004 15:38:47 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVFclss010938; Fri, 31 Dec 2004 15:38:47 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVFclsR010937; Fri, 31 Dec 2004 15:38:47 GMT (envelope-from lth) Message-Id: <200412311538.iBVFclsR010937@repoman.freebsd.org> From: Lars Thegler Date: Fri, 31 Dec 2004 15:38:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/p5-Email-Delete 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, 31 Dec 2004 15:38:47 -0000 lth 2004-12-31 15:38:47 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Email-Delete Makefile distinfo pkg-descr pkg-plist Log: Add p5-Email-Delete 1.02, delete Messages from Folders. Revision Changes Path 1.604 +1 -0 ports/mail/Makefile 1.1 +31 -0 ports/mail/p5-Email-Delete/Makefile (new) 1.1 +2 -0 ports/mail/p5-Email-Delete/distinfo (new) 1.1 +4 -0 ports/mail/p5-Email-Delete/pkg-descr (new) 1.1 +8 -0 ports/mail/p5-Email-Delete/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 15:39:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC8B16A4CE; Fri, 31 Dec 2004 15:39:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FE843D46; Fri, 31 Dec 2004 15:39:01 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVFd14p010987; Fri, 31 Dec 2004 15:39:01 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVFd1SO010986; Fri, 31 Dec 2004 15:39:01 GMT (envelope-from lth) Message-Id: <200412311539.iBVFd1SO010986@repoman.freebsd.org> From: Lars Thegler Date: Fri, 31 Dec 2004 15:39:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 31 Dec 2004 15:39:01 -0000 lth 2004-12-31 15:39:01 UTC FreeBSD ports repository Modified files: . modules Log: p5-Email-Delete --> ports/mail/p5-Email-Delete Revision Changes Path 1.11699 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 31 15:39:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C242D16A4CE; Fri, 31 Dec 2004 15:39:38 +0000 (GMT) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC73B43D41; Fri, 31 Dec 2004 15:39:37 +0000 (GMT) (envelope-from andre.albsmeier@siemens.com) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.12.6/8.12.6) with ESMTP id iBVFdYtr019727; Fri, 31 Dec 2004 16:39:34 +0100 Received: from mars.cert.siemens.com (mars.cert.siemens.com [139.25.19.9]) by mail2.siemens.de (8.12.6/8.12.6) with ESMTP id iBVFdY3r017097; Fri, 31 Dec 2004 16:39:34 +0100 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) mail/cert.mc.pre,v 1.65 2004/10/29 21:53:46 mailadm Exp $) with ESMTP id iBVFdYN1070331; Fri, 31 Dec 2004 16:39:34 +0100 (CET) Received: (from localhost) by curry.mchp.siemens.de (8.13.1/8.13.1) id iBVFdYKx041449; Date: Fri, 31 Dec 2004 16:39:34 +0100 From: Andre Albsmeier To: Maxime Henrion Message-ID: <20041231153934.GA78726@curry.mchp.siemens.de> References: <200412282249.iBSMnOlJ061931@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412282249.iBSMnOlJ061931@repoman.freebsd.org> X-Echelon: SWAT, 777, NCSA, Secure, USCODE X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.6i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Andre.Albsmeier@siemens.com cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 15:39:38 -0000 This broke my two 10MBit Intel NICs... On Tue, 28-Dec-2004 at 22:49:24 +0000, Maxime Henrion wrote: > mux 2004-12-28 22:49:24 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/dev/fxp if_fxp.c > Log: > Merge if_fxp.c:1.220 from HEAD to RELENG_4: > > date: 2004/12/20 10:18:21; author: mux; state: Exp; lines: +2 -2 > Only try to use the 82503 serial interface for the 82557 chipsets. The > datasheet says it is only valid for such chipsets and shouldn't be used > with others. This fixes some 82559 based cards which otherwise only > work at 10Mbit. > > MFC after: 5 days > Tested by: krion > > Revision Changes Path > 1.110.2.35 +2 -2 src/sys/dev/fxp/if_fxp.c This one works (100MBit): fxp0: port 0xd000-0xd03f mem 0xe1000000-0xe101ffff,0xe1800000-0xe1800fff irq 12 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:1f:25:dc inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto The first broken one: fxp1: port 0xb800-0xb81f mem 0xe0800000-0xe08fffff,0xe3800000-0xe3800fff irq 10 at device 11.0 on pci0 fxp1: Ethernet address 00:a0:c9:a9:1d:06 fxp1: MII without any PHY! device_probe_and_attach: fxp1 attach returned 6 The other broken one (It got named fxp1 as well -- probably because the first one couldn't be attached before) fxp1: port 0xb400-0xb41f mem 0xe0000000-0xe00fffff,0xe2800000-0xe2800fff irq 11 at device 12.0 on pci0 fxp1: Ethernet address 00:a0:c9:a9:1d:23 fxp1: MII without any PHY! device_probe_and_attach: fxp1 attach returned 6 They have an INTEL S82557 and a SEEQ NQ80C24 chip on them. I could make them work again with this patch: --- if_fxp.c.ORI Fri Dec 31 12:03:42 2004 +++ if_fxp.c Fri Dec 31 15:24:01 2004 @@ -511,7 +511,7 @@ * Determine whether we must use the 503 serial interface. */ fxp_read_eeprom(sc, &data, 6, 1); - if (sc->revision == FXP_REV_82557 && (data & FXP_PHY_DEVICE_MASK) != 0 + if ((sc->revision == 0 || sc->revision == FXP_REV_82557) && (data & FXP_PHY_DEVICE_MASK) != 0 && (data & FXP_PHY_SERIAL_ONLY)) sc->flags |= FXP_FLAG_SERIAL_MEDIA; Hope this gets fixed properly. If you want diagnostics data, tell me. -Andre From owner-cvs-all@FreeBSD.ORG Fri Dec 31 15:56:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497C316A4CE for ; Fri, 31 Dec 2004 15:56:10 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70CAC43D2D for ; Fri, 31 Dec 2004 15:56:09 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iBVFr8Ba009148 for cvs-all@FreeBSD.org.checked; Fri, 31 Dec 2004 18:53:08 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iBVFpqhv009126; Fri, 31 Dec 2004 18:51:52 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41D57368.8090004@cronyx.ru> Date: Fri, 31 Dec 2004 18:42:32 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Robert Watson References: <200412311204.iBVC4LTG096291@repoman.freebsd.org> In-Reply-To: <200412311204.iBVC4LTG096291@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/netstat ipx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 15:56:10 -0000 Robert Watson: >rwatson 2004-12-31 12:04:21 UTC > > FreeBSD src repository > > Modified files: > usr.bin/netstat ipx.c > Log: > Apply a simplifying patch submitted by rik to the IPX support in > netstat(1): > > - Make previously unnecessarily global variables local. > - Use LIST_FOREACH() in preference to manual iteration. > - Restore a sanity check through slightly incestuous use of queue macro > knowledge. > > Submitted by: rik > > Revision Changes Path > 1.22 +14 -34 src/usr.bin/netstat/ipx.c > > Thanks! From owner-cvs-all@FreeBSD.ORG Fri Dec 31 16:05:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B78416A4CE; Fri, 31 Dec 2004 16:05:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2663543D3F; Fri, 31 Dec 2004 16:05:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVG57Dt011834; Fri, 31 Dec 2004 16:05:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVG573i011833; Fri, 31 Dec 2004 16:05:07 GMT (envelope-from jhb) Message-Id: <200412311605.iBVG573i011833@repoman.freebsd.org> From: John Baldwin Date: Fri, 31 Dec 2004 16:05:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/usb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 16:05:08 -0000 jhb 2004-12-31 16:05:07 UTC FreeBSD src repository Modified files: sys/modules/usb Makefile Log: Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forces old usbdevs_data.h files to be updated as well as fixing the standalone usb module build. Revision Changes Path 1.17 +1 -1 src/sys/modules/usb/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 16:10:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B91C16A4CE; Fri, 31 Dec 2004 16:10:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5672443D48; Fri, 31 Dec 2004 16:10:12 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVGACU9012054; Fri, 31 Dec 2004 16:10:12 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVGACsP012053; Fri, 31 Dec 2004 16:10:12 GMT (envelope-from brueffer) Message-Id: <200412311610.iBVGACsP012053@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 16:10:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 16:10:12 -0000 brueffer 2004-12-31 16:10:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Fix broken link. Revision Changes Path 1.76 +1 -1 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 16:17:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E394A16A4CE; Fri, 31 Dec 2004 16:17:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE7D43D3F; Fri, 31 Dec 2004 16:17:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVGHM8H012382; Fri, 31 Dec 2004 16:17:22 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVGHMod012381; Fri, 31 Dec 2004 16:17:22 GMT (envelope-from brueffer) Message-Id: <200412311617.iBVGHMod012381@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 16:17:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 16:17:23 -0000 brueffer 2004-12-31 16:17:22 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Mention the "How to get best results from the FreeBSD-questions mailing list" and "Mailing List Frequently Asked Questions" articles. Taken from www/en/support.sgml Revision Changes Path 1.160 +9 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 16:26:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 285BE16A4CE; Fri, 31 Dec 2004 16:26:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B8A43D1F; Fri, 31 Dec 2004 16:26:50 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVGQnSG012648; Fri, 31 Dec 2004 16:26:49 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVGQnmV012647; Fri, 31 Dec 2004 16:26:49 GMT (envelope-from brueffer) Message-Id: <200412311626.iBVGQnmV012647@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 31 Dec 2004 16:26:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 16:26:50 -0000 brueffer 2004-12-31 16:26:49 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add missing tags. Revision Changes Path 1.161 +1 -1 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 17:05:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB82D16A4CF; Fri, 31 Dec 2004 17:05:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB38743D46; Fri, 31 Dec 2004 17:05:31 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVH5V9W020321; Fri, 31 Dec 2004 17:05:31 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVH5Vja020320; Fri, 31 Dec 2004 17:05:31 GMT (envelope-from cperciva) Message-Id: <200412311705.iBVH5Vja020320@repoman.freebsd.org> From: Colin Percival Date: Fri, 31 Dec 2004 17:05:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/security security.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, 31 Dec 2004 17:05:32 -0000 cperciva 2004-12-31 17:05:31 UTC FreeBSD doc repository (src committer) Modified files: en/security security.sgml Log: Use 4.10 for examples instead of 4.6. Update RELENG_4 EoL to January 31, 2007 -- two years after the (anticipated) 4.11-RELEASE. Remove RELENG_5_2 as it has exceeded its lifetime in most of the world. Time to update those 5.2.1-RELEASE systems to 5.3-RELEASE! Revision Changes Path 1.168 +6 -13 www/en/security/security.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 17:05:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5973D16A4CF; Fri, 31 Dec 2004 17:05:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBBA43D55; Fri, 31 Dec 2004 17:05:38 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVH5b05020386; Fri, 31 Dec 2004 17:05:37 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVH5bOh020385; Fri, 31 Dec 2004 17:05:37 GMT (envelope-from rwatson) Message-Id: <200412311705.iBVH5bOh020385@repoman.freebsd.org> From: Robert Watson Date: Fri, 31 Dec 2004 17:05:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipx ipx_input.c ipx_pcb.c ipx_usrreq.c spx_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 17:05:38 -0000 rwatson 2004-12-31 17:05:37 UTC FreeBSD src repository Modified files: sys/netipx ipx_input.c ipx_pcb.c ipx_usrreq.c spx_usrreq.c Log: Marginally reformat copyright statements to remove an excess ','. Revision Changes Path 1.38 +1 -1 src/sys/netipx/ipx_input.c 1.33 +1 -1 src/sys/netipx/ipx_pcb.c 1.44 +1 -1 src/sys/netipx/ipx_usrreq.c 1.50 +1 -1 src/sys/netipx/spx_usrreq.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 17:22:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A750F16A4CE; Fri, 31 Dec 2004 17:22:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830C843D1F; Fri, 31 Dec 2004 17:22:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVHMsqc020988; Fri, 31 Dec 2004 17:22:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVHMsrx020987; Fri, 31 Dec 2004 17:22:54 GMT (envelope-from pav) Message-Id: <200412311722.iBVHMsrx020987@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 31 Dec 2004 17:22:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 17:22:54 -0000 pav 2004-12-31 17:22:54 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile Log: - Chase libxine update Pointy hat to: the usual suspect Revision Changes Path 1.72 +2 -2 ports/multimedia/gstreamer-plugins/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 17:47:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA6E416A4CE; Fri, 31 Dec 2004 17:47:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C9B43D1D; Fri, 31 Dec 2004 17:47:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVHlg7Z021722; Fri, 31 Dec 2004 17:47:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVHlgk8021721; Fri, 31 Dec 2004 17:47:42 GMT (envelope-from pav) Message-Id: <200412311747.iBVHlgk8021721@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 31 Dec 2004 17:47:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rhythmbox Makefileports/graphics/gimageview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 17:47:43 -0000 pav 2004-12-31 17:47:42 UTC FreeBSD ports repository Modified files: audio/rhythmbox Makefile graphics/gimageview Makefile Log: - Chase libxine update Pointy hat: nobutaka (in stereo) Revision Changes Path 1.52 +1 -1 ports/audio/rhythmbox/Makefile 1.18 +1 -1 ports/graphics/gimageview/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 18:06:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED6E16A4CE; Fri, 31 Dec 2004 18:06:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09ED743D1D; Fri, 31 Dec 2004 18:06:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVI6jBK022304; Fri, 31 Dec 2004 18:06:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVI6jjI022303; Fri, 31 Dec 2004 18:06:45 GMT (envelope-from imp) Message-Id: <200412311806.iBVI6jjI022303@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 18:06:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys copyright.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, 31 Dec 2004 18:06:46 -0000 imp 2004-12-31 18:06:45 UTC FreeBSD src repository Modified files: sys/sys copyright.h Log: Bump to 2005 for the new year. Revision Changes Path 1.18 +3 -3 src/sys/sys/copyright.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 18:24:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF60716A4CE; Fri, 31 Dec 2004 18:24:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C7943D1F; Fri, 31 Dec 2004 18:24:10 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVIOAC8026390; Fri, 31 Dec 2004 18:24:10 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVIOAhM026389; Fri, 31 Dec 2004 18:24:10 GMT (envelope-from netchild) Message-Id: <200412311824.iBVIOAhM026389@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 31 Dec 2004 18:24:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/accessibility/linux-atk Makefile pkg-plist ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile ports/audio/baudline Makefile ports/audio/linux-arts ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 18:24:10 -0000 netchild 2004-12-31 18:24:10 UTC FreeBSD ports repository Modified files: . CHANGES UPDATING Mk bsd.port.mk accessibility/linux-atk Makefile archivers/stuffit Makefile astro/linux-setiathome Makefile audio/baudline Makefile audio/linux-arts Makefile audio/linux-esound Makefile audio/linux-libaudiofile Makefile audio/linux-vsound Makefile cad/linux-eagle Makefile devel/linux-allegro Makefile devel/linux-glib2 Makefile devel/linux-libglade Makefile devel/linux-runrev Makefile devel/linux-sdl12 Makefile devel/linux-understand_ada Makefile devel/linux-understand_c Makefile devel/linux-understand_java Makefile devel/linux_devtools Makefile devel/linux_devtools-6 Makefile devel/linux_devtools-7 Makefile devel/linux_kdump Makefile devel/zendstudio Makefile editors/edith Makefile editors/staroffice5 Makefile editors/staroffice52 Makefile editors/staroffice60 Makefile editors/staroffice70 Makefile emulators/linux-geepee32 Makefile emulators/linux-peops-softgpu Makefile emulators/linux-peops-spu Makefile emulators/linux-pete-mesagpu Makefile emulators/linux-vmware-toolbox2 Makefile emulators/linux-vmware-toolbox4 Makefile emulators/linux-winetools Makefile emulators/linux_base-8 Makefile distinfo.i386 pkg-install emulators/vmware2 Makefile emulators/vmware3 Makefile french/gibi Makefile french/homard Makefile french/staroffice52 Makefile games/HeroesOfMightAndMagic Makefile games/adom Makefile games/atitd Makefile games/dsnake Makefile games/halflifeserver Makefile games/hlserver-cs Makefile games/hohlin Makefile games/linux-enemyterritory Makefile games/linux-nwnclient Makefile games/linux-nwserver Makefile games/linux-q3ademo Makefile games/linux-steam Makefile games/q3server Makefile games/rt2-demo Makefile games/rtcw Makefile games/rtcw-paks Makefile games/ssamtse Makefile games/stvef-paks Makefile games/stvef-server Makefile games/utserver Makefile games/utserver-to Makefile german/citrix_ica Makefile german/staroffice5 Makefile german/staroffice52 Makefile german/staroffice70 Makefile graphics/linux-ac3d Makefile graphics/linux-bmrt Makefile graphics/linux-gdk-pixbuf Makefile graphics/linux-jpeg Makefile graphics/linux-libmng Makefile graphics/linux-panorama-tools Makefile graphics/linux-png Makefile graphics/linux-png10 Makefile graphics/linux-sdl_image Makefile graphics/linux-tiff Makefile graphics/linux-ungif Makefile graphics/linux_dri Makefile graphics/linux_glide Makefile graphics/linux_glx Makefile graphics/linux_mesa3 Makefile japanese/linux-mozillafirebird-gtk2 Makefile japanese/linux-ttfonts Makefile java/linux-blackdown-jdk12 Makefile java/linux-blackdown-jdk13 Makefile java/linux-blackdown-jdk14 Makefile java/linux-blackdown-jre11 Makefile java/linux-ibm-jdk13 Makefile java/linux-ibm-jdk14 Makefile java/linux-sun-jdk12 Makefile java/linux-sun-jdk13 Makefile java/linux-sun-jdk14 Makefile java/linux-sun-jdk15 Makefile korean/linux_locale Makefile lang/icc Makefile lang/icc7 Makefile lang/ifc Makefile lang/ifc7 Makefile lang/linux-j Makefile lang/visualworks Makefile mail/mulberry Makefile math/linux-dislin Makefile math/linux-relview Makefile math/mupad Makefile math/wingz Makefile math/wingz3 Makefile misc/ftree Makefile misc/linux-edonkey-tool-list Makefile misc/linux-edonkey-tool-recovermet Makefile misc/linux-opengroupware Makefile misc/opencyc Makefile multimedia/linux-divx4linux Makefile multimedia/linux-divx4linux4 Makefile multimedia/linux-divxplayer Makefile multimedia/linux-realplayer Makefile multimedia/linux-xmovie Makefile multimedia/mtv Makefile multimedia/netshow Makefile net/aim Makefile net/citrix_ica Makefile net/linux-agsatellite Makefile net/linux-edonkey-core Makefile net/linux-edonkey-gui-gtk Makefile net/linux-edonkey-server Makefile net/peercast Makefile net/skype Makefile palm/hdconv Makefile portuguese/staroffice52 Makefile print/acroread Makefile print/bjfiltercom Makefile russian/linux-mozillafirebird Makefile sysutils/linux-acu Makefile sysutils/linux-afaapps Makefile textproc/linux-aspell Makefile textproc/linux-expat Makefile textproc/linux-libxml Makefile textproc/pocketreader Makefile www/aswedit Makefile www/linux-beonex Makefile www/linux-flashplugin Makefile www/linux-flashplugin6 Makefile www/linux-flashplugin7 Makefile www/linux-lesstif-ns Makefile www/linux-mozilla Makefile www/linux-mozilla-devel Makefile www/linux-mozillafirebird Makefile www/linux-nvu Makefile www/linux-opera Makefile www/netscape7 Makefile x11/linux-XFree86-libs Makefile x11/linux-gnomelibs Makefile x11/nvidia-driver Makefile x11-fonts/linux-fontconfig Makefile x11-fonts/linux-urw-fonts Makefile x11-toolkits/linux-gtk Makefile x11-toolkits/linux-gtk2 Makefile x11-toolkits/linux-openmotif Makefile x11-toolkits/linux-pango Makefile Added files: accessibility/linux-atk pkg-plist devel/linux-glib2 pkg-plist x11/linux-XFree86-libs/files pkg-install.in x11-fonts/linux-fontconfig/files pkg-install.in x11-toolkits/linux-gtk2 pkg-plist x11-toolkits/linux-pango pkg-plist Log: Say hello to the linux mega patch, it consolidates our linux bits a little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX= specifies a dependency upon emulators/linux_base-, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base- (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Revision Changes Path 1.36 +5 -1 ports/CHANGES 1.505 +13 -6 ports/Mk/bsd.port.mk 1.128 +12 -1 ports/UPDATING 1.8 +4 -12 ports/accessibility/linux-atk/Makefile 1.1 +22 -0 ports/accessibility/linux-atk/pkg-plist (new) 1.13 +1 -0 ports/archivers/stuffit/Makefile 1.7 +1 -0 ports/astro/linux-setiathome/Makefile 1.18 +3 -1 ports/audio/baudline/Makefile 1.7 +2 -2 ports/audio/linux-arts/Makefile 1.7 +2 -2 ports/audio/linux-esound/Makefile 1.7 +2 -2 ports/audio/linux-libaudiofile/Makefile 1.4 +1 -0 ports/audio/linux-vsound/Makefile 1.14 +2 -2 ports/cad/linux-eagle/Makefile 1.2 +3 -1 ports/devel/linux-allegro/Makefile 1.7 +3 -13 ports/devel/linux-glib2/Makefile 1.1 +55 -0 ports/devel/linux-glib2/pkg-plist (new) 1.7 +2 -2 ports/devel/linux-libglade/Makefile 1.5 +3 -1 ports/devel/linux-runrev/Makefile 1.9 +3 -2 ports/devel/linux-sdl12/Makefile 1.51 +3 -0 ports/devel/linux-understand_ada/Makefile 1.70 +3 -0 ports/devel/linux-understand_c/Makefile 1.5 +3 -0 ports/devel/linux-understand_java/Makefile 1.38 +3 -4 ports/devel/linux_devtools-6/Makefile 1.44 +2 -4 ports/devel/linux_devtools-7/Makefile 1.47 +3 -5 ports/devel/linux_devtools/Makefile 1.23 +1 -0 ports/devel/linux_kdump/Makefile 1.4 +3 -0 ports/devel/zendstudio/Makefile 1.8 +3 -0 ports/editors/edith/Makefile 1.20 +2 -0 ports/editors/staroffice5/Makefile 1.45 +4 -2 ports/editors/staroffice52/Makefile 1.56 +3 -1 ports/editors/staroffice60/Makefile 1.60 +3 -1 ports/editors/staroffice70/Makefile 1.6 +4 -3 ports/emulators/linux-geepee32/Makefile 1.4 +2 -0 ports/emulators/linux-peops-softgpu/Makefile 1.4 +2 -0 ports/emulators/linux-peops-spu/Makefile 1.4 +2 -0 ports/emulators/linux-pete-mesagpu/Makefile 1.14 +3 -0 ports/emulators/linux-vmware-toolbox2/Makefile 1.19 +3 -0 ports/emulators/linux-vmware-toolbox4/Makefile 1.6 +3 -1 ports/emulators/linux-winetools/Makefile 1.95 +6 -6 ports/emulators/linux_base-8/Makefile 1.16 +50 -51 ports/emulators/linux_base-8/distinfo.i386 1.5 +1 -1 ports/emulators/linux_base-8/pkg-install 1.61 +3 -1 ports/emulators/vmware2/Makefile 1.82 +3 -2 ports/emulators/vmware3/Makefile 1.5 +3 -3 ports/french/gibi/Makefile 1.10 +1 -1 ports/french/homard/Makefile 1.23 +4 -2 ports/french/staroffice52/Makefile 1.4 +3 -2 ports/games/HeroesOfMightAndMagic/Makefile 1.15 +3 -0 ports/games/adom/Makefile 1.6 +1 -0 ports/games/atitd/Makefile 1.4 +3 -1 ports/games/dsnake/Makefile 1.39 +2 -0 ports/games/halflifeserver/Makefile 1.33 +2 -0 ports/games/hlserver-cs/Makefile 1.2 +2 -5 ports/games/hohlin/Makefile 1.3 +2 -0 ports/games/linux-enemyterritory/Makefile 1.8 +1 -0 ports/games/linux-nwnclient/Makefile 1.14 +1 -0 ports/games/linux-nwserver/Makefile 1.10 +3 -4 ports/games/linux-q3ademo/Makefile 1.4 +3 -0 ports/games/linux-steam/Makefile 1.12 +2 -0 ports/games/q3server/Makefile 1.3 +2 -0 ports/games/rt2-demo/Makefile 1.3 +1 -0 ports/games/rtcw-paks/Makefile 1.9 +2 -0 ports/games/rtcw/Makefile 1.3 +4 -1 ports/games/ssamtse/Makefile 1.3 +2 -0 ports/games/stvef-paks/Makefile 1.5 +2 -0 ports/games/stvef-server/Makefile 1.8 +2 -0 ports/games/utserver-to/Makefile 1.14 +2 -1 ports/games/utserver/Makefile 1.9 +2 -2 ports/german/citrix_ica/Makefile 1.15 +3 -1 ports/german/staroffice5/Makefile 1.37 +4 -2 ports/german/staroffice52/Makefile 1.61 +3 -1 ports/german/staroffice70/Makefile 1.6 +2 -0 ports/graphics/linux-ac3d/Makefile 1.9 +2 -1 ports/graphics/linux-bmrt/Makefile 1.4 +5 -1 ports/graphics/linux-gdk-pixbuf/Makefile 1.9 +2 -2 ports/graphics/linux-jpeg/Makefile 1.4 +2 -0 ports/graphics/linux-libmng/Makefile 1.3 +1 -1 ports/graphics/linux-panorama-tools/Makefile 1.15 +2 -1 ports/graphics/linux-png/Makefile 1.17 +2 -1 ports/graphics/linux-png10/Makefile 1.2 +1 -1 ports/graphics/linux-sdl_image/Makefile 1.7 +2 -2 ports/graphics/linux-tiff/Makefile 1.4 +1 -1 ports/graphics/linux-ungif/Makefile 1.11 +5 -2 ports/graphics/linux_dri/Makefile 1.13 +2 -0 ports/graphics/linux_glide/Makefile 1.18 +4 -3 ports/graphics/linux_glx/Makefile 1.24 +6 -4 ports/graphics/linux_mesa3/Makefile 1.5 +0 -3 ports/japanese/linux-mozillafirebird-gtk2/Makefile 1.6 +2 -2 ports/japanese/linux-ttfonts/Makefile 1.23 +3 -2 ports/java/linux-blackdown-jdk12/Makefile 1.14 +3 -2 ports/java/linux-blackdown-jdk13/Makefile 1.11 +3 -2 ports/java/linux-blackdown-jdk14/Makefile 1.6 +3 -2 ports/java/linux-blackdown-jre11/Makefile 1.26 +3 -2 ports/java/linux-ibm-jdk13/Makefile 1.13 +3 -1 ports/java/linux-ibm-jdk14/Makefile 1.23 +3 -2 ports/java/linux-sun-jdk12/Makefile 1.43 +4 -2 ports/java/linux-sun-jdk13/Makefile 1.50 +4 -2 ports/java/linux-sun-jdk14/Makefile 1.11 +4 -2 ports/java/linux-sun-jdk15/Makefile 1.8 +4 -3 ports/korean/linux_locale/Makefile 1.76 +1 -3 ports/lang/icc/Makefile 1.67 +1 -0 ports/lang/icc7/Makefile 1.36 +1 -2 ports/lang/ifc/Makefile 1.27 +1 -0 ports/lang/ifc7/Makefile 1.8 +1 -1 ports/lang/linux-j/Makefile 1.9 +3 -0 ports/lang/visualworks/Makefile 1.14 +3 -0 ports/mail/mulberry/Makefile 1.4 +4 -1 ports/math/linux-dislin/Makefile 1.4 +1 -0 ports/math/linux-relview/Makefile 1.20 +1 -1 ports/math/mupad/Makefile 1.20 +3 -1 ports/math/wingz/Makefile 1.17 +3 -0 ports/math/wingz3/Makefile 1.5 +3 -1 ports/misc/ftree/Makefile 1.10 +1 -0 ports/misc/linux-edonkey-tool-list/Makefile 1.10 +1 -0 ports/misc/linux-edonkey-tool-recovermet/Makefile 1.10 +2 -2 ports/misc/linux-opengroupware/Makefile 1.5 +4 -1 ports/misc/opencyc/Makefile 1.12 +2 -0 ports/multimedia/linux-divx4linux/Makefile 1.10 +2 -0 ports/multimedia/linux-divx4linux4/Makefile 1.8 +3 -0 ports/multimedia/linux-divxplayer/Makefile 1.36 +2 -1 ports/multimedia/linux-realplayer/Makefile 1.29 +2 -1 ports/multimedia/linux-xmovie/Makefile 1.14 +3 -1 ports/multimedia/mtv/Makefile 1.23 +3 -0 ports/multimedia/netshow/Makefile 1.7 +4 -3 ports/net/aim/Makefile 1.33 +2 -3 ports/net/citrix_ica/Makefile 1.12 +3 -1 ports/net/linux-agsatellite/Makefile 1.19 +1 -0 ports/net/linux-edonkey-core/Makefile 1.11 +2 -1 ports/net/linux-edonkey-gui-gtk/Makefile 1.8 +1 -0 ports/net/linux-edonkey-server/Makefile 1.3 +0 -2 ports/net/peercast/Makefile 1.8 +4 -4 ports/net/skype/Makefile 1.14 +1 -1 ports/palm/hdconv/Makefile 1.6 +3 -1 ports/portuguese/staroffice52/Makefile 1.36 +5 -10 ports/print/acroread/Makefile 1.21 +3 -3 ports/print/bjfiltercom/Makefile 1.5 +0 -3 ports/russian/linux-mozillafirebird/Makefile 1.4 +5 -4 ports/sysutils/linux-acu/Makefile 1.6 +4 -4 ports/sysutils/linux-afaapps/Makefile 1.2 +3 -1 ports/textproc/linux-aspell/Makefile 1.8 +4 -2 ports/textproc/linux-expat/Makefile 1.7 +2 -2 ports/textproc/linux-libxml/Makefile 1.4 +1 -0 ports/textproc/pocketreader/Makefile 1.15 +3 -0 ports/www/aswedit/Makefile 1.11 +1 -2 ports/www/linux-beonex/Makefile 1.20 +3 -1 ports/www/linux-flashplugin/Makefile 1.5 +3 -1 ports/www/linux-flashplugin6/Makefile 1.8 +3 -0 ports/www/linux-flashplugin7/Makefile 1.12 +2 -1 ports/www/linux-lesstif-ns/Makefile 1.37 +2 -1 ports/www/linux-mozilla-devel/Makefile 1.38 +2 -1 ports/www/linux-mozilla/Makefile 1.11 +4 -4 ports/www/linux-mozillafirebird/Makefile 1.3 +1 -1 ports/www/linux-nvu/Makefile 1.55 +7 -20 ports/www/linux-opera/Makefile 1.82 +2 -1 ports/www/netscape7/Makefile 1.7 +30 -6 ports/x11-fonts/linux-fontconfig/Makefile 1.1 +9 -0 ports/x11-fonts/linux-fontconfig/files/pkg-install.in (new) 1.5 +2 -2 ports/x11-fonts/linux-urw-fonts/Makefile 1.28 +14 -2 ports/x11-toolkits/linux-gtk/Makefile 1.9 +13 -25 ports/x11-toolkits/linux-gtk2/Makefile 1.1 +166 -0 ports/x11-toolkits/linux-gtk2/pkg-plist (new) 1.9 +3 -1 ports/x11-toolkits/linux-openmotif/Makefile 1.6 +9 -17 ports/x11-toolkits/linux-pango/Makefile 1.1 +62 -0 ports/x11-toolkits/linux-pango/pkg-plist (new) 1.14 +10 -8 ports/x11/linux-XFree86-libs/Makefile 1.1 +12 -0 ports/x11/linux-XFree86-libs/files/pkg-install.in (new) 1.6 +2 -2 ports/x11/linux-gnomelibs/Makefile 1.24 +2 -1 ports/x11/nvidia-driver/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 31 18:37:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 186E216A4CE; Fri, 31 Dec 2004 18:37:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E825C43D31; Fri, 31 Dec 2004 18:37:49 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVIbnSW026824; Fri, 31 Dec 2004 18:37:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVIbnPW026823; Fri, 31 Dec 2004 18:37:49 GMT (envelope-from imp) Message-Id: <200412311837.iBVIbnPW026823@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 18:37:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 18:37:50 -0000 imp 2004-12-31 18:37:49 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Finish merging usb vendors from NetBSD. Revision Changes Path 1.221 +45 -6 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Fri Dec 31 18:49:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04EB116A4CE; Fri, 31 Dec 2004 18:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D495243D31; Fri, 31 Dec 2004 18:49:54 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVInsEg027222; Fri, 31 Dec 2004 18:49:54 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVInsRv027221; Fri, 31 Dec 2004 18:49:54 GMT (envelope-from erwin) Message-Id: <200412311849.iBVInsRv027221@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 31 Dec 2004 18:49:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 18:49:55 -0000 erwin 2004-12-31 18:49:54 UTC FreeBSD ports repository Modified files: . approvers Log: The ports tree is now frozen for 4.11 Revision Changes Path 1.4 +1 -1 CVSROOT/approvers From owner-cvs-all@FreeBSD.ORG Fri Dec 31 18:59:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB5016A4CE; Fri, 31 Dec 2004 18:59:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F4A43D39; Fri, 31 Dec 2004 18:59:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVIxcak027580; Fri, 31 Dec 2004 18:59:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVIxcCA027579; Fri, 31 Dec 2004 18:59:38 GMT (envelope-from imp) Message-Id: <200412311859.iBVIxcCA027579@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 18:59:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 18:59:39 -0000 imp 2004-12-31 18:59:38 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Eliminate the redundant/verbose portion of the company names. Generally omit semiconductor, electronics, inc, corp, pny, ltd and the like. This saves almost 3k for the usb module. Revision Changes Path 1.222 +195 -195 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:10:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A7716A4CE; Fri, 31 Dec 2004 19:10:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91EDB43D4C; Fri, 31 Dec 2004 19:10:33 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVJAXiw028243; Fri, 31 Dec 2004 19:10:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVJAXd5028242; Fri, 31 Dec 2004 19:10:33 GMT (envelope-from imp) Message-Id: <200412311910.iBVJAXd5028242@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 19:10:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 19:10:33 -0000 imp 2004-12-31 19:10:33 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: First pass at shortening names. Likely more can be done. Generally prefer ethernet and serial to \1 adapter. Revision Changes Path 1.223 +88 -88 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:13:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4C216A4CE; Fri, 31 Dec 2004 19:13:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B16C43D1F; Fri, 31 Dec 2004 19:13:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVJDcaW028432; Fri, 31 Dec 2004 19:13:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVJDcFG028431; Fri, 31 Dec 2004 19:13:38 GMT (envelope-from imp) Message-Id: <200412311913.iBVJDcFG028431@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 19:13:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/sys copyright.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, 31 Dec 2004 19:13:38 -0000 imp 2004-12-31 19:13:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sys copyright.h Log: MFC: 2005 Revision Changes Path 1.17.2.1 +3 -3 src/sys/sys/copyright.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:15:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E405116A4CE; Fri, 31 Dec 2004 19:15:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFAAB43D41; Fri, 31 Dec 2004 19:15:49 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVJFnlD028553; Fri, 31 Dec 2004 19:15:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVJFnr6028552; Fri, 31 Dec 2004 19:15:49 GMT (envelope-from imp) Message-Id: <200412311915.iBVJFnr6028552@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 19:15:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/sys copyright.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, 31 Dec 2004 19:15:50 -0000 imp 2004-12-31 19:15:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/sys copyright.h Log: MFC: 2005 Approved by: re@ (kensmith) Revision Changes Path 1.10.2.7 +3 -3 src/sys/sys/copyright.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:16:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B02A16A4CE; Fri, 31 Dec 2004 19:16:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A81143D41; Fri, 31 Dec 2004 19:16:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVJGX8T028599; Fri, 31 Dec 2004 19:16:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVJGXLA028598; Fri, 31 Dec 2004 19:16:33 GMT (envelope-from imp) Message-Id: <200412311916.iBVJGXLA028598@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 19:16:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Subject: cvs commit: src/sys/sys copyright.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, 31 Dec 2004 19:16:34 -0000 imp 2004-12-31 19:16:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_11) sys/sys copyright.h Log: MFC: 2005 Approved by: re@ (kensmith) Revision Changes Path 1.10.2.6.2.1 +3 -3 src/sys/sys/copyright.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:21:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C27916A4CE; Fri, 31 Dec 2004 19:21:32 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB9B043D2D; Fri, 31 Dec 2004 19:21:31 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBVJLZJa014639; Fri, 31 Dec 2004 14:21:35 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBVJLYOS014636; Fri, 31 Dec 2004 14:21:35 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 31 Dec 2004 14:21:34 -0500 (EST) From: Trevor Johnson To: Kris Kennaway In-Reply-To: <20041230194815.GA91131@xor.obsecurity.org> Message-ID: <20041231140602.V12851@blues.jpj.net> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> <20041230194815.GA91131@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: Trevor Johnson cc: core@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: portmgr@FreeBSD.org cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 19:21:32 -0000 Kris Kennaway wrote: > On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > > trevor 2004-12-30 19:41:02 UTC > > > > FreeBSD ports repository > > > > Modified files: > > emulators/linux_base-8 Makefile > > Log: > > On amd64, the installation script contained in the glibc RPM fails. > > Work around this by using the --noscripts option. > > > > PR: 75645 > > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > I thought I'd made myself sufficiently clear in previous requests, > but: > > * Do not make any further commits to the files affected by the > linux_base-8 patchset without approval from myself or netchild. * > > We're hard up against the ports freeze and still trying to get the > patchsets to work, and we can do without further patch conflicts and > accidental mistakes breaking the ports. The patch as submitted in PR 70539 made no changes to the linux_base-8 port itself. The patch you were testing was never revealed to me. I honoured your request for several days, while obrien was permitted to make numerous changes to these ports. I just decided that that you were being unreasonable. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:37:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D65C316A4CE; Fri, 31 Dec 2004 19:37:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D5143D41; Fri, 31 Dec 2004 19:37:02 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVJb28G029225; Fri, 31 Dec 2004 19:37:02 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVJb2g1029224; Fri, 31 Dec 2004 19:37:02 GMT (envelope-from sam) Message-Id: <200412311937.iBVJb2g1029224@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 19:37:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 19:37:03 -0000 sam 2004-12-31 19:37:02 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: recognize atheros information elements Revision Changes Path 1.13 +2 -0 src/sbin/ifconfig/ifieee80211.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:39:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD4B16A4CE; Fri, 31 Dec 2004 19:39:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DEA43D39; Fri, 31 Dec 2004 19:39:26 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVJdPR0029294; Fri, 31 Dec 2004 19:39:25 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVJdPqF029293; Fri, 31 Dec 2004 19:39:25 GMT (envelope-from sam) Message-Id: <200412311939.iBVJdPqF029293@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 19:39:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 19:39:26 -0000 sam 2004-12-31 19:39:25 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: o accept deftxkey as a synonym for weptxkey since that is what is printed for status (allows cut&paste) o accept undef for the deftxkey/weptxkey so you can reset state Requested by: phk Revision Changes Path 1.14 +11 -1 src/sbin/ifconfig/ifieee80211.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:46:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7CE416A4CE; Fri, 31 Dec 2004 19:46:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB1D43D49; Fri, 31 Dec 2004 19:46:27 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVJkREZ029616; Fri, 31 Dec 2004 19:46:27 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVJkRsi029615; Fri, 31 Dec 2004 19:46:27 GMT (envelope-from sam) Message-Id: <200412311946.iBVJkRsi029615@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 19:46:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig af_link.c ifconfig.c ifconfig.h ifieee80211.c ifmac.c ifmedia.c ifvlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 19:46:28 -0000 sam 2004-12-31 19:46:27 UTC FreeBSD src repository Modified files: sbin/ifconfig af_link.c ifconfig.c ifconfig.h ifieee80211.c ifmac.c ifmedia.c ifvlan.c Log: Fix special status reporting. Prior to the reorg there was special-purpose code to display status for an interface for state that was not address-oriented. This status reporting was merged in to the address-oriented status reporting but did not work for link address reporting (as discovered with fwip interfaces). Correct this mis-merge and eliminate the bogus kludge that was used for link-level address reporting. o add an af_other_status method for an address family for reporting status of things like media, vlan, etc. o call the af_other_status methods after reporting address status for an interface o special-case link address status; when reporting all status for an interface invoke it specially prior to reporting af_other_status methods (since it requires the sockaddr_dl that is passed in to status separately from the rtmsg address state) o correct the calling convention for link address status; don't cast types, construct the proper parameter This fixes ifconfig on fwip interfaces. Revision Changes Path 1.2 +4 -2 src/sbin/ifconfig/af_link.c 1.110 +22 -7 src/sbin/ifconfig/ifconfig.c 1.15 +10 -1 src/sbin/ifconfig/ifconfig.h 1.15 +2 -2 src/sbin/ifconfig/ifieee80211.c 1.4 +2 -2 src/sbin/ifconfig/ifmac.c 1.18 +2 -2 src/sbin/ifconfig/ifmedia.c 1.7 +2 -2 src/sbin/ifconfig/ifvlan.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:50:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC00E16A4CE; Fri, 31 Dec 2004 19:50:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A0D43D2D; Fri, 31 Dec 2004 19:50:45 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVJoj2P029765; Fri, 31 Dec 2004 19:50:45 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVJojp6029764; Fri, 31 Dec 2004 19:50:45 GMT (envelope-from alc) Message-Id: <200412311950.iBVJojp6029764@repoman.freebsd.org> From: Alan Cox Date: Fri, 31 Dec 2004 19:50:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 19:50:45 -0000 alc 2004-12-31 19:50:45 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Assert that page allocations during an interrupt specify VM_ALLOC_INTERRUPT. Assert that pages removed from the cache queue are not busy. Revision Changes Path 1.301 +6 -2 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:52:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C5E316A4CE; Fri, 31 Dec 2004 19:52:40 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EDF543D1F; Fri, 31 Dec 2004 19:52:39 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBVJqeJa016799; Fri, 31 Dec 2004 14:52:40 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBVJqejD016796; Fri, 31 Dec 2004 14:52:40 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 31 Dec 2004 14:52:40 -0500 (EST) From: Trevor Johnson To: "David O'Brien" In-Reply-To: <20041231003212.GA23359@dragon.nuxi.com> Message-ID: <20041231142144.G12851@blues.jpj.net> References: <200412302001.iBUK10iV036621@repoman.freebsd.org> <20041231003212.GA23359@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: 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: Fri, 31 Dec 2004 19:52:40 -0000 David O'Brien wrote: > On Thu, Dec 30, 2004 at 08:01:00PM +0000, Trevor Johnson wrote: > > trevor 2004-12-30 20:01:00 UTC > > > > FreeBSD ports repository > > > > Modified files: > > emulators/linux_base-gentoo-stage1 Makefile > > Log: > > Rename pre-install target to do-extract, so packing list will be > > available after "make all". > > > > Submitted by: obrien > > Missed in my patch was not doing: > > do-extct: > ..snip.. > + @${RM} -fr ${WRKSRC} > > Please don't do that -- rm'ing of ${WRKSRC} is for 'make clean'. It wasn't missed, but intentional. Those files are not precious--they weren't compiled (by the port), just untarred. Unlike most ports, this port doesn't do anything with them except make the packing list. In my judgment, it's better to remove them afterward, so someone who simply does "make install" will need half as much disk space. > Maybe I need to extract a single file and don't want to spam > ${LINUXBASE}. I think it's okay to expect a user to be able to do "tar xyf" when they need to do that. The way you expressed the purpose of your patch was to the effect "do as much work as possible in `make all,' which does not need root privileges." That seemed like a good idea. I don't see the benefit of this though. > Here > is a patch that makes 'make extract' do what's expected. It also puts > the ONLY_FOR_ARCHS where it belongs. EXTRACT_ONLY isn't needed since > 'do-install' isn't the standard target. Thank you. I intend to take a closer look at the rest of this, later on. > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/emulators/linux_base-gentoo-stage1/Makefile,v > retrieving revision 1.20 > diff -u -r1.20 Makefile > --- Makefile 30 Dec 2004 20:01:00 -0000 1.20 > +++ Makefile 31 Dec 2004 00:27:49 -0000 > @@ -9,22 +9,21 @@ > PORTVERSION= 2004.3 > CATEGORIES= emulators linux > MASTER_SITES= ${MASTER_SITE_GENTOO} > -EXTRACT_ONLY= > > MAINTAINER= trevor@FreeBSD.org > COMMENT= Files from Gentoo distribution, for Linux compatibility > > RESTRICTED= "binaries licensed under GNU GPL without accompanying source" > > +ONLY_FOR_ARCHS= alpha amd64 ia64 i386 > + > CONFLICTS= linux_base-6* linux_base-7* linux_base-8* linux_base-debian* \ > linux_base-rh* linux_base-suse* > > DIST_SUBDIR= gentoo-linux > MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} > -NO_BUILD= y > NO_FILTER_SHLIBS=y > NO_MTREE= y > -ONLY_FOR_ARCHS= alpha amd64 ia64 i386 > PLIST= ${WRKDIR}/pkg-plist > PREFIX= ${LINUXBASE} > USE_BZIP2= y > @@ -47,11 +46,12 @@ > @${MKDIR} ${WRKSRC} > @${TAR} --exclude=./dev -xp -C ${WRKSRC} \ > -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > + > +do-build: > @${ECHO_CMD} etc/resolv.conf > ${PLIST} > @cd ${WRKSRC} && ${FIND} * -type f -o -type l >> ${PLIST} \ > && ${FIND} * -type d | ${SORT} -r | ${SED} -e 's:^:@dirrm :' \ > >> ${PLIST} > - @${RM} -fr ${WRKSRC} > > do-install: > - ${MKDIR} ${PREFIX} -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Fri Dec 31 19:52:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A78ED16A4CE; Fri, 31 Dec 2004 19:52:59 +0000 (GMT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0A143D39; Fri, 31 Dec 2004 19:52:59 +0000 (GMT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 806ED3D37; Fri, 31 Dec 2004 14:52:58 -0500 (EST) From: "Dan Langille" To: Michael Nottebrock Date: Fri, 31 Dec 2004 14:50:55 -0500 MIME-Version: 1.0 Message-ID: <41D5674F.20831.4FC5D5DE@localhost> Priority: normal In-reply-to: <200412301746.iBUHkGuh030873@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (4.21c) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: 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, 31 Dec 2004 19:52:59 -0000 On 30 Dec 2004 at 17:46, Michael Nottebrock wrote: > lofi 2004-12-30 17:46:16 UTC > > FreeBSD ports repository > > Modified files: > . MOVED > Log: > Note removal of linux-zsnes The date supplied is in YYYY-DD-MM format. Should it not match the rest of the file and be YYYY-MM-DD format? -- Dan Langille : http://www.langille.org/ BSDCan - The Technical BSD Conference - http://www.bsdcan.org/ From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:08:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C8216A4CE; Fri, 31 Dec 2004 20:08:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB6243D48; Fri, 31 Dec 2004 20:08:22 +0000 (GMT) (envelope-from sah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVK8MMU030290; Fri, 31 Dec 2004 20:08:22 GMT (envelope-from sah@repoman.freebsd.org) Received: (from sah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVK8MFX030289; Fri, 31 Dec 2004 20:08:22 GMT (envelope-from sah) Message-Id: <200412312008.iBVK8MFX030289@repoman.freebsd.org> From: Sam Hopkins Date: Fri, 31 Dec 2004 20:08:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:08:22 -0000 sah 2004-12-31 20:08:22 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Approved by: scottl Revision Changes Path 1.258 +4 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:11:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2A3116A4CE; Fri, 31 Dec 2004 20:11:06 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D2C943D3F; Fri, 31 Dec 2004 20:11:06 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBVKB9Ja018386; Fri, 31 Dec 2004 15:11:09 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBVKB92G018383; Fri, 31 Dec 2004 15:11:09 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 31 Dec 2004 15:11:09 -0500 (EST) From: Trevor Johnson To: "David O'Brien" In-Reply-To: <20041231003456.GB23359@dragon.nuxi.com> Message-ID: <20041231145300.K12851@blues.jpj.net> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> <20041231003456.GB23359@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:11:06 -0000 David O'Brien wrote: > On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > > trevor 2004-12-30 19:41:02 UTC > > > > FreeBSD ports repository > > > > Modified files: > > emulators/linux_base-8 Makefile > > Log: > > On amd64, the installation script contained in the glibc RPM fails. > > Work around this by using the --noscripts option. > > > > PR: 75645 > > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > > > Revision Changes Path > > 1.94 +1 -0 ports/emulators/linux_base-8/Makefile > > http://cvsweb.freebsd.org/ports/emulators/linux_base-8/Makefile.diff?r1=1.93&r2=1.94 > > Please back this out -- it is wrong as you didn't add code to manually do > all the things glibc's script does. There is a reason I have't made this > change -- it gives the perception that this port now cleanly installs and > runs on AMD64 -- it doesn't (even with this change). I've put a lot of > time into trying to polish the linux32 compat experience on FreeBSD/AMD64 > and this undoes some of that effort. When I made the port, I marked it with "ONLY_FOR_ARCHS=i386". Without discussing it with me, you added amd64 to that with the log message "First cut at supporting AMD64 (to give 32-bit support)" and without adding any kind of warning that it was broken. I don't have access to an x86-64 computer but I got the impression from your commit that it was supposed to work. Then the next day Mr. Paniagua pointed out that in fact it didn't. Without ever having heard from you on the subject of the AMD support, I decided that a kludge would be preferable to something that did not work at all. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:11:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E70016A4CE; Fri, 31 Dec 2004 20:11:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B5743D1F; Fri, 31 Dec 2004 20:11:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKBNhX030447; Fri, 31 Dec 2004 20:11:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKBNWs030446; Fri, 31 Dec 2004 20:11:23 GMT (envelope-from sam) Message-Id: <200412312011.iBVKBNWs030446@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:11:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:11:24 -0000 sam 2004-12-31 20:11:23 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: cleanup some assertions Revision Changes Path 1.60 +6 -12 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:13:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E94B16A4CE; Fri, 31 Dec 2004 20:13:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7827743D2F; Fri, 31 Dec 2004 20:13:58 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKDw10030635; Fri, 31 Dec 2004 20:13:58 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKDwKj030634; Fri, 31 Dec 2004 20:13:58 GMT (envelope-from sam) Message-Id: <200412312013.iBVKDwKj030634@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:13:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:13:58 -0000 sam 2004-12-31 20:13:58 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: no need to sweep the tx q's for node references in ath_node_free; we know there are none since we're only called when the ref count goes to zero Revision Changes Path 1.61 +0 -29 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:20:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F4DF16A4CE; Fri, 31 Dec 2004 20:20:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F2843D1D; Fri, 31 Dec 2004 20:20:03 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKK29t030817; Fri, 31 Dec 2004 20:20:02 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKK2uD030816; Fri, 31 Dec 2004 20:20:02 GMT (envelope-from sam) Message-Id: <200412312020.iBVKK2uD030816@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:20:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:20:03 -0000 sam 2004-12-31 20:20:02 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: Correct beacon timer setup logic: o lintval is in ms; must convert to TU's for passing to the hal o roundup to calculate nexttbtt (should look at current tsf and pull the calculated nextbtt forward but this'll do for now) o don't or- in HAL_BEACON_RESET_TSF when doing station timer setup; this is not needed and messes up the sleep timer calcs, though it's unclear if it mattered as the hal masks these values before use Submitted by: Thorsten von Eicken Revision Changes Path 1.62 +14 -15 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:21:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 962FE16A4CE; Fri, 31 Dec 2004 20:21:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700FC43D1D; Fri, 31 Dec 2004 20:21:31 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKLVn8030986; Fri, 31 Dec 2004 20:21:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKLVLm030985; Fri, 31 Dec 2004 20:21:31 GMT (envelope-from sam) Message-Id: <200412312021.iBVKLVLm030985@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:21:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:21:31 -0000 sam 2004-12-31 20:21:31 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: for parts that require split keycache entries report the the index of the first entry on a mic error so we're consistent with parts that don't have split keycache Revision Changes Path 1.63 +4 -1 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:23:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ACAD16A4CE; Fri, 31 Dec 2004 20:23:37 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67C743D1D; Fri, 31 Dec 2004 20:23:36 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B4EE1511C6; Fri, 31 Dec 2004 12:23:10 -0800 (PST) Date: Fri, 31 Dec 2004 12:23:10 -0800 From: Kris Kennaway To: Trevor Johnson Message-ID: <20041231202310.GA13600@xor.obsecurity.org> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> <20041230194815.GA91131@xor.obsecurity.org> <20041231140602.V12851@blues.jpj.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <20041231140602.V12851@blues.jpj.net> User-Agent: Mutt/1.4.2.1i cc: Trevor Johnson cc: portmgr@FreeBSD.org cc: core@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Kris Kennaway cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:23:37 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 31, 2004 at 02:21:34PM -0500, Trevor Johnson wrote: > Kris Kennaway wrote: >=20 > > On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > > > trevor 2004-12-30 19:41:02 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > emulators/linux_base-8 Makefile > > > Log: > > > On amd64, the installation script contained in the glibc RPM fails. > > > Work around this by using the --noscripts option. > > > > > > PR: 75645 > > > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > > > I thought I'd made myself sufficiently clear in previous requests, > > but: > > > > * Do not make any further commits to the files affected by the > > linux_base-8 patchset without approval from myself or netchild. * > > > > We're hard up against the ports freeze and still trying to get the > > patchsets to work, and we can do without further patch conflicts and > > accidental mistakes breaking the ports. >=20 > The patch as submitted in PR 70539 made no changes to the linux_base-8 > port itself. The patch you were testing was never revealed to me. I > honoured your request for several days, while obrien was permitted to make > numerous changes to these ports. I just decided that that you were being > unreasonable. It was announced on several mailing lists (ports, x11), including at least one that I know you are on (ports-developers). Kris --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1bUuWry0BWjoQKURAiC6AJ0ekf5299mzrJTaQqjzx4xr+Z3zBACfXA7r BMzA9wghGobHdMidC741DLk= =0e/i -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:32:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1E016A4CF; Fri, 31 Dec 2004 20:32:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A3C43D2F; Fri, 31 Dec 2004 20:32:40 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKWelJ031346; Fri, 31 Dec 2004 20:32:40 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKWewr031345; Fri, 31 Dec 2004 20:32:40 GMT (envelope-from sam) Message-Id: <200412312032.iBVKWewr031345@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:32:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_athvar.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, 31 Dec 2004 20:32:40 -0000 sam 2004-12-31 20:32:40 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h Log: Radiotap fixups: o catch one place where we were not using ath_chan_change to switch channels; this fixes a problem where the channel settings were not being correctly reported in captured packets o return unique channel identification in the channel flags; ethereal gets confused if you return merged flags (e.g. ofdm, cck, and 2Ghz) (this is workaround and should be removed if we can ever cleanup radiotap consumers) o correct short/long preamble flag state for rx and treat tx the same--use a new hwflags array that gives us the data based on the h/w rate index/cookie o add gross hack to handle radiotap capture of frames that come in with hardware padding; should be replaced by a flag in the radiotap header and more smarts in the apps that decode radiotap data Revision Changes Path 1.64 +60 -18 src/sys/dev/ath/if_ath.c 1.16 +9 -3 src/sys/dev/ath/if_athvar.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:35:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70F2416A4CE; Fri, 31 Dec 2004 20:35:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3355843D49; Fri, 31 Dec 2004 20:35:06 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKZ68d031413; Fri, 31 Dec 2004 20:35:06 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKZ5DI031412; Fri, 31 Dec 2004 20:35:06 GMT (envelope-from sam) Message-Id: <200412312035.iBVKZ5DI031412@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:35:06 -0000 sam 2004-12-31 20:35:05 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: correct some typos Submitted by: Tai-hwa Liang Revision Changes Path 1.65 +4 -4 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:38:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9138516A4CE; Fri, 31 Dec 2004 20:38:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0E643D48; Fri, 31 Dec 2004 20:38:48 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKcmAa031619; Fri, 31 Dec 2004 20:38:48 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKcmbt031618; Fri, 31 Dec 2004 20:38:48 GMT (envelope-from sam) Message-Id: <200412312038.iBVKcmbt031618@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:38:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211.c ieee80211_proto.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, 31 Dec 2004 20:38:48 -0000 sam 2004-12-31 20:38:48 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c ieee80211_proto.h Log: expose ieee80211_phymode_name for use in debug msgs Revision Changes Path 1.15 +1 -1 src/sys/net80211/ieee80211.c 1.6 +1 -0 src/sys/net80211/ieee80211_proto.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:39:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 659D816A4CE; Fri, 31 Dec 2004 20:39:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA6543D1D; Fri, 31 Dec 2004 20:39:41 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKdfKb031661; Fri, 31 Dec 2004 20:39:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKdf62031660; Fri, 31 Dec 2004 20:39:41 GMT (envelope-from sam) Message-Id: <200412312039.iBVKdf62031660@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:39:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_acl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:39:41 -0000 sam 2004-12-31 20:39:41 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_acl.c Log: s/inline/__inline/ Revision Changes Path 1.2 +1 -1 src/sys/net80211/ieee80211_acl.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:42:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D413016A4CE; Fri, 31 Dec 2004 20:42:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF86643D1D; Fri, 31 Dec 2004 20:42:51 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKgptZ031840; Fri, 31 Dec 2004 20:42:51 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKgplO031839; Fri, 31 Dec 2004 20:42:51 GMT (envelope-from sam) Message-Id: <200412312042.iBVKgplO031839@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:42:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_crypto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:42:52 -0000 sam 2004-12-31 20:42:51 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto.c Log: add/fixup debug msgs Revision Changes Path 1.5 +15 -2 src/sys/net80211/ieee80211_crypto.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:43:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DEAE16A4CE; Fri, 31 Dec 2004 20:43:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7E643D3F; Fri, 31 Dec 2004 20:43:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKhkYC031934; Fri, 31 Dec 2004 20:43:46 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKhkDW031933; Fri, 31 Dec 2004 20:43:46 GMT (envelope-from imp) Message-Id: <200412312043.iBVKhkDW031933@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 20:43:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:43:47 -0000 imp 2004-12-31 20:43:46 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Implement mimimum system software delays, per PCI PM 1.1 spec, as suggested by Peter Edwards. This seems to fix my fxp problems and likely will fix his as well. Use DELAY rather than *sleep because we can be called from any context. Revision Changes Path 1.274 +55 -38 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:44:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0BDD16A4CE; Fri, 31 Dec 2004 20:44:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC92043D39; Fri, 31 Dec 2004 20:44:15 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKiFmv031978; Fri, 31 Dec 2004 20:44:15 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKiFlO031977; Fri, 31 Dec 2004 20:44:15 GMT (envelope-from sam) Message-Id: <200412312044.iBVKiFlO031977@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:44:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_crypto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:44:16 -0000 sam 2004-12-31 20:44:15 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto.c Log: const'ify ivp reference Revision Changes Path 1.6 +2 -2 src/sys/net80211/ieee80211_crypto.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:47:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1641016A4CE; Fri, 31 Dec 2004 20:47:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFEEC43D3F; Fri, 31 Dec 2004 20:47:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKlpgf038727; Fri, 31 Dec 2004 20:47:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKlp4m038726; Fri, 31 Dec 2004 20:47:51 GMT (envelope-from imp) Message-Id: <200412312047.iBVKlp4m038726@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 20:47:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys bus.h src/sys/kern device_if.m subr_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:47:52 -0000 imp 2004-12-31 20:47:51 UTC FreeBSD src repository Modified files: sys/sys bus.h sys/kern device_if.m subr_bus.c Log: Implement device_quiesce. This method means 'you are about to be unloaded, cleanup, or return ebusy of that's inconvenient.' The default module hanlder for newbus will now call this when we get a MOD_QUIESCE event, but in the future may call this at other times. This shouldn't change any actual behavior until drivers start to use it. Revision Changes Path 1.11 +31 -0 src/sys/kern/device_if.m 1.167 +101 -0 src/sys/kern/subr_bus.c 1.64 +2 -0 src/sys/sys/bus.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:51:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A2E16A4CF; Fri, 31 Dec 2004 20:51:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D176843D1D; Fri, 31 Dec 2004 20:51:41 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKpfD6038919; Fri, 31 Dec 2004 20:51:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKpfIH038918; Fri, 31 Dec 2004 20:51:41 GMT (envelope-from sam) Message-Id: <200412312051.iBVKpfIH038918@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:51:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:51:42 -0000 sam 2004-12-31 20:51:41 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c Log: correct header length calculations on tx path for QoS-encapsulated frames when IEEE80211_F_DATAPAD is set (e.g. ath); must use ieee80211_hdrspace instead of ieee80211_hdrsize Revision Changes Path 1.3 +3 -1 src/sys/net80211/ieee80211_crypto_ccmp.c 1.4 +6 -3 src/sys/net80211/ieee80211_crypto_tkip.c 1.4 +2 -1 src/sys/net80211/ieee80211_crypto_wep.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:52:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 153B316A4CE; Fri, 31 Dec 2004 20:52:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27E843D41; Fri, 31 Dec 2004 20:52:03 +0000 (GMT) (envelope-from sah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKq3an038949; Fri, 31 Dec 2004 20:52:03 GMT (envelope-from sah@repoman.freebsd.org) Received: (from sah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKq3Ar038948; Fri, 31 Dec 2004 20:52:03 GMT (envelope-from sah) Message-Id: <200412312052.iBVKq3Ar038948@repoman.freebsd.org> From: Sam Hopkins Date: Fri, 31 Dec 2004 20:52:03 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:52:04 -0000 sah 2004-12-31 20:52:03 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Approved by: scottl Adds me to the entities list. Revision Changes Path 1.336 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:56:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C9F16A4CE; Fri, 31 Dec 2004 20:56:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF9143D39; Fri, 31 Dec 2004 20:56:32 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKuWRg039136; Fri, 31 Dec 2004 20:56:32 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKuWwT039135; Fri, 31 Dec 2004 20:56:32 GMT (envelope-from sam) Message-Id: <200412312056.iBVKuWwT039135@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:56:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_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: Fri, 31 Dec 2004 20:56:33 -0000 sam 2004-12-31 20:56:32 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_var.h Log: add ieee80211_hdrspace and ieee80211_anyhdrspace to calculate the space for an ieee80211 header taking into account padding requirements Revision Changes Path 1.17 +30 -0 src/sys/net80211/ieee80211_var.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:58:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC45F16A4CE; Fri, 31 Dec 2004 20:58:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75AD43D31; Fri, 31 Dec 2004 20:58:06 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKw6dE039220; Fri, 31 Dec 2004 20:58:06 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKw6sk039219; Fri, 31 Dec 2004 20:58:06 GMT (envelope-from sam) Message-Id: <200412312058.iBVKw6sk039219@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:58:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_crypto_none.c ieee80211_crypto_tkip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:58:06 -0000 sam 2004-12-31 20:58:06 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_none.c ieee80211_crypto_tkip.c Log: whitespace/debug msg fixups Revision Changes Path 1.2 +2 -2 src/sys/net80211/ieee80211_crypto_none.c 1.5 +5 -6 src/sys/net80211/ieee80211_crypto_tkip.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 20:59:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A682116A4CE; Fri, 31 Dec 2004 20:59:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 808E143D3F; Fri, 31 Dec 2004 20:59:03 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVKx3u6039308; Fri, 31 Dec 2004 20:59:03 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVKx3Rh039307; Fri, 31 Dec 2004 20:59:03 GMT (envelope-from sam) Message-Id: <200412312059.iBVKx3Rh039307@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 20:59:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_crypto_tkip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 20:59:03 -0000 sam 2004-12-31 20:59:03 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_tkip.c Log: correct pseudo-mic header calculation for QoS frames Revision Changes Path 1.6 +6 -1 src/sys/net80211/ieee80211_crypto_tkip.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:01:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3E716A4CE; Fri, 31 Dec 2004 21:01:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3C143D39; Fri, 31 Dec 2004 21:01:41 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVL1fpo039452; Fri, 31 Dec 2004 21:01:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVL1f1E039451; Fri, 31 Dec 2004 21:01:41 GMT (envelope-from sam) Message-Id: <200412312101.iBVL1f1E039451@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:01:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_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, 31 Dec 2004 21:01:42 -0000 sam 2004-12-31 21:01:41 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_freebsd.c Log: o add net.wlan.X.driver_caps mib variable for setting the driver capabilities flags for testing o debug msg consistency fixups Revision Changes Path 1.4 +6 -3 src/sys/net80211/ieee80211_freebsd.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:02:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D124B16A4CE; Fri, 31 Dec 2004 21:02:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFC143D1F; Fri, 31 Dec 2004 21:02:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVL2h4S039507; Fri, 31 Dec 2004 21:02:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVL2hM5039506; Fri, 31 Dec 2004 21:02:43 GMT (envelope-from imp) Message-Id: <200412312102.iBVL2hM5039506@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 21:02:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/tools usbdevs2h.awk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:02:44 -0000 imp 2004-12-31 21:02:43 UTC FreeBSD src repository Modified files: sys/tools usbdevs2h.awk Log: Use functions to make the program clearer. Revision Changes Path 1.5 +145 -126 src/sys/tools/usbdevs2h.awk From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:04:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5C9E16A4CE; Fri, 31 Dec 2004 21:04:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF55F43D1F; Fri, 31 Dec 2004 21:04:05 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVL45LF039558; Fri, 31 Dec 2004 21:04:05 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVL4505039557; Fri, 31 Dec 2004 21:04:05 GMT (envelope-from sam) Message-Id: <200412312104.iBVL4505039557@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:04:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:04:06 -0000 sam 2004-12-31 21:04:05 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: clear wep bit in 802.11 header after crypto decap so packet capture doesn't see it Revision Changes Path 1.23 +3 -0 src/sys/net80211/ieee80211_input.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:05:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D61A16A4CE; Fri, 31 Dec 2004 21:05:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3772D43D2F; Fri, 31 Dec 2004 21:05:06 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVL56QC039607; Fri, 31 Dec 2004 21:05:06 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVL56QU039606; Fri, 31 Dec 2004 21:05:06 GMT (envelope-from sam) Message-Id: <200412312105.iBVL56QU039606@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:05:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:05:06 -0000 sam 2004-12-31 21:05:05 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: remove stray \n from debug msg Revision Changes Path 1.24 +1 -1 src/sys/net80211/ieee80211_input.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:09:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B5216A4CE; Fri, 31 Dec 2004 21:09:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACC143D2F; Fri, 31 Dec 2004 21:09:43 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVL9hLx039826; Fri, 31 Dec 2004 21:09:43 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVL9hkc039825; Fri, 31 Dec 2004 21:09:43 GMT (envelope-from sam) Message-Id: <200412312109.iBVL9hkc039825@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:09:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:09:44 -0000 sam 2004-12-31 21:09:43 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: change ieee80211_parse_wmeparams to return a unique value when the ie is invalid so we can distinguish this from needing a parameter update; fixes dynamic update of wme parameters Revision Changes Path 1.25 +4 -3 src/sys/net80211/ieee80211_input.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:11:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB8716A4CE; Fri, 31 Dec 2004 21:11:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59B443D2D; Fri, 31 Dec 2004 21:11:59 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLBxlN039989; Fri, 31 Dec 2004 21:11:59 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLBxtR039988; Fri, 31 Dec 2004 21:11:59 GMT (envelope-from sam) Message-Id: <200412312111.iBVLBxtR039988@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:11:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:12:00 -0000 sam 2004-12-31 21:11:59 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: don't return prematurely from processing a beacon or probe response frame when associated; this corrects a problem where doing a scan while associated caused the associated ap to sometimes not be included in the scan set Revision Changes Path 1.26 +2 -1 src/sys/net80211/ieee80211_input.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:12:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 391F116A4CE; Fri, 31 Dec 2004 21:12:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D9343D1D; Fri, 31 Dec 2004 21:12:18 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLCHt3040027; Fri, 31 Dec 2004 21:12:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLCHPn040026; Fri, 31 Dec 2004 21:12:17 GMT (envelope-from imp) Message-Id: <200412312112.iBVLCHPn040026@repoman.freebsd.org> From: Warner Losh Date: Fri, 31 Dec 2004 21:12:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/tools usbdevs2h.awk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:12:18 -0000 imp 2004-12-31 21:12:17 UTC FreeBSD src repository Modified files: sys/tools usbdevs2h.awk Log: dheader and hheader were the same function, really, so rename one of them to header, kill the other and use both with a different arg... Revision Changes Path 1.6 +13 -35 src/sys/tools/usbdevs2h.awk From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:13:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B4E16A4CE; Fri, 31 Dec 2004 21:13:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5089B43D31; Fri, 31 Dec 2004 21:13:35 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLDZnL040107; Fri, 31 Dec 2004 21:13:35 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLDZgO040106; Fri, 31 Dec 2004 21:13:35 GMT (envelope-from sam) Message-Id: <200412312113.iBVLDZgO040106@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:13:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:13:35 -0000 sam 2004-12-31 21:13:35 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c Log: accept IEEE80211_KEYIX_NONE for a default tx key Revision Changes Path 1.16 +2 -1 src/sys/net80211/ieee80211_ioctl.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:16:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA94B16A4CE; Fri, 31 Dec 2004 21:16:00 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30FA543D3F; Fri, 31 Dec 2004 21:16:00 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBVLG2Ja022960; Fri, 31 Dec 2004 16:16:02 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBVLG1oA022955; Fri, 31 Dec 2004 16:16:02 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 31 Dec 2004 16:16:01 -0500 (EST) From: Trevor Johnson To: Alexander Leidinger In-Reply-To: <200412311824.iBVIOAhM026389@repoman.freebsd.org> Message-ID: <20041231152001.R12851@blues.jpj.net> References: <200412311824.iBVIOAhM026389@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@FreeBSD.org cc: portmgr@FreeBSD.org cc: core@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:16:01 -0000 > netchild 2004-12-31 18:24:10 UTC > > FreeBSD ports repository > > Modified files: > . CHANGES UPDATING > Mk bsd.port.mk > accessibility/linux-atk Makefile > archivers/stuffit Makefile > astro/linux-setiathome Makefile > audio/baudline Makefile > audio/linux-arts Makefile > audio/linux-esound Makefile > audio/linux-libaudiofile Makefile > audio/linux-vsound Makefile > cad/linux-eagle Makefile > devel/linux-allegro Makefile > devel/linux-glib2 Makefile > devel/linux-libglade Makefile > devel/linux-runrev Makefile > devel/linux-sdl12 Makefile > devel/linux-understand_ada Makefile > devel/linux-understand_c Makefile > devel/linux-understand_java Makefile > devel/linux_devtools Makefile > devel/linux_devtools-6 Makefile > devel/linux_devtools-7 Makefile > devel/linux_kdump Makefile > devel/zendstudio Makefile > editors/edith Makefile > editors/staroffice5 Makefile > editors/staroffice52 Makefile > editors/staroffice60 Makefile > editors/staroffice70 Makefile > emulators/linux-geepee32 Makefile > emulators/linux-peops-softgpu Makefile > emulators/linux-peops-spu Makefile > emulators/linux-pete-mesagpu Makefile > emulators/linux-vmware-toolbox2 Makefile > emulators/linux-vmware-toolbox4 Makefile > emulators/linux-winetools Makefile > emulators/linux_base-8 Makefile distinfo.i386 pkg-install > emulators/vmware2 Makefile > emulators/vmware3 Makefile > french/gibi Makefile > french/homard Makefile > french/staroffice52 Makefile > games/HeroesOfMightAndMagic Makefile > games/adom Makefile > games/atitd Makefile > games/dsnake Makefile > games/halflifeserver Makefile > games/hlserver-cs Makefile > games/hohlin Makefile > games/linux-enemyterritory Makefile > games/linux-nwnclient Makefile > games/linux-nwserver Makefile > games/linux-q3ademo Makefile > games/linux-steam Makefile > games/q3server Makefile > games/rt2-demo Makefile > games/rtcw Makefile > games/rtcw-paks Makefile > games/ssamtse Makefile > games/stvef-paks Makefile > games/stvef-server Makefile > games/utserver Makefile > games/utserver-to Makefile > german/citrix_ica Makefile > german/staroffice5 Makefile > german/staroffice52 Makefile > german/staroffice70 Makefile > graphics/linux-ac3d Makefile > graphics/linux-bmrt Makefile > graphics/linux-gdk-pixbuf Makefile > graphics/linux-jpeg Makefile > graphics/linux-libmng Makefile > graphics/linux-panorama-tools Makefile > graphics/linux-png Makefile > graphics/linux-png10 Makefile > graphics/linux-sdl_image Makefile > graphics/linux-tiff Makefile > graphics/linux-ungif Makefile > graphics/linux_dri Makefile > graphics/linux_glide Makefile > graphics/linux_glx Makefile > graphics/linux_mesa3 Makefile > japanese/linux-mozillafirebird-gtk2 Makefile > japanese/linux-ttfonts Makefile > java/linux-blackdown-jdk12 Makefile > java/linux-blackdown-jdk13 Makefile > java/linux-blackdown-jdk14 Makefile > java/linux-blackdown-jre11 Makefile > java/linux-ibm-jdk13 Makefile > java/linux-ibm-jdk14 Makefile > java/linux-sun-jdk12 Makefile > java/linux-sun-jdk13 Makefile > java/linux-sun-jdk14 Makefile > java/linux-sun-jdk15 Makefile > korean/linux_locale Makefile > lang/icc Makefile > lang/icc7 Makefile > lang/ifc Makefile > lang/ifc7 Makefile > lang/linux-j Makefile > lang/visualworks Makefile > mail/mulberry Makefile > math/linux-dislin Makefile > math/linux-relview Makefile > math/mupad Makefile > math/wingz Makefile > math/wingz3 Makefile > misc/ftree Makefile > misc/linux-edonkey-tool-list Makefile > misc/linux-edonkey-tool-recovermet Makefile > misc/linux-opengroupware Makefile > misc/opencyc Makefile > multimedia/linux-divx4linux Makefile > multimedia/linux-divx4linux4 Makefile > multimedia/linux-divxplayer Makefile > multimedia/linux-realplayer Makefile > multimedia/linux-xmovie Makefile > multimedia/mtv Makefile > multimedia/netshow Makefile > net/aim Makefile > net/citrix_ica Makefile > net/linux-agsatellite Makefile > net/linux-edonkey-core Makefile > net/linux-edonkey-gui-gtk Makefile > net/linux-edonkey-server Makefile > net/peercast Makefile > net/skype Makefile > palm/hdconv Makefile > portuguese/staroffice52 Makefile > print/acroread Makefile > print/bjfiltercom Makefile > russian/linux-mozillafirebird Makefile > sysutils/linux-acu Makefile > sysutils/linux-afaapps Makefile > textproc/linux-aspell Makefile > textproc/linux-expat Makefile > textproc/linux-libxml Makefile > textproc/pocketreader Makefile > www/aswedit Makefile > www/linux-beonex Makefile > www/linux-flashplugin Makefile > www/linux-flashplugin6 Makefile > www/linux-flashplugin7 Makefile > www/linux-lesstif-ns Makefile > www/linux-mozilla Makefile > www/linux-mozilla-devel Makefile > www/linux-mozillafirebird Makefile > www/linux-nvu Makefile > www/linux-opera Makefile > www/netscape7 Makefile > x11/linux-XFree86-libs Makefile > x11/linux-gnomelibs Makefile > x11/nvidia-driver Makefile > x11-fonts/linux-fontconfig Makefile > x11-fonts/linux-urw-fonts Makefile > x11-toolkits/linux-gtk Makefile > x11-toolkits/linux-gtk2 Makefile > x11-toolkits/linux-openmotif Makefile > x11-toolkits/linux-pango Makefile > Added files: > accessibility/linux-atk pkg-plist > devel/linux-glib2 pkg-plist > x11/linux-XFree86-libs/files pkg-install.in > x11-fonts/linux-fontconfig/files pkg-install.in > x11-toolkits/linux-gtk2 pkg-plist > x11-toolkits/linux-pango pkg-plist > Log: > Say hello to the linux mega patch, it consolidates our linux bits a > little bit and allows to proceed to a more recent linux_base from > a stable (read as: the major bugs should be ironed out or identified > and most linux ports build just fine) source. > > It also allows to ship 4.11 with a working linuxolator (the EOLed > linux_base is marked forbidden because of a security hole). > > This is a major update, please read UPDATING (and CHANGES if you > develop linux ports). > > Changes: > - change the default linux_base from v7 to v8 > - add a newer freetype to linux_base-8 for nicer fonts display [1] > - don't let cpio use hardlinks in the linux_base-8 port to quiet some > warnings in some cases [2] > - fix a cut&past error in the linux_base-8 pkg-install script [3] > - convert the binary knob "USE_LINUX" to a version specifier, e.g. > USE_LINUX= specifies a dependency upon > emulators/linux_base-, exceptions are a value of "7" (which > does what you want and adds a dependency to linux_base) and any > value without a corresponding port in > PORTSDIR/emulators/linux_base- (which adds a dependency to > the default linux_base) > - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, > this allows us to use the USE_LINUX_PREFIX knob for linux_base and > paves the way for splitting up future linux base ports into > individual pieces > - remove RESTRICTED from some GPL licensed ports, even when we only > distribute binaries, we get them from official linux sites, so > anyone can grab them there if he needs to > - add a dependency upon the linux X11 bits where necessary (based upon > guesswork) > - don't use USE_X_PREFIX in some linux ports since it adds a dependency > to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean > solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) > - bump the portrevision of the linux ports ("better safe than sorry" > algorithm) > - pass maintainership of the important linux infrastructure to a > mailinglist, hijack freebsd-emulation@ for this purpose (if somebody > doesn't like this: tell us your bikeshed color at freebsd-emulation@, > my color would be "linuxolator@" in case someone cares...) > - add a pkg-install script for linux-fontconfig, but don't use it; > everything should work without it (the FreeBSD fc-cache program should > do all the work), but in case we need it we just need to decomment the > pkg-install part in the Makefile > - fix some dependencies > - fix some bugs > - add some static plists > - unbreak the ports with dependecies to more than one linux_base > > This also fixes some ports which are marked BROKEN because of dependencies > to v7 and v8 of linux_base at the same time. I object both to this patch and to the way it was handled. When someone offers software under a restrictive licence, we mustn't simply ignore the restrictions, as this patch would have us do. That puts the project in a bad light. Although I highly doubt that the authors of, for example, the GNU libc, would seek legal redress, this patch gives them a reason. Last year I wanted to make some provision for packaging the linux_base-8 port in a way that would satisfy the licence, but I was blocked by portmgr (my request for a repo copy to that end was denied). When obrien raised the issue again recently in mail to me and to portmgr, I answered him but there was no response from portmgr, and certainly no intimation that they were going to do this. Alexander Leidinger asked me to give up maintenance of numerous ports, and I made it clear that I did not want to do so. It isn't right that, after creating them and working on them over the years, my maintainership be just taken away by portmgr's fiat. I find it extremely discouraging. I also have some technical objections to this patch but I don't want to lose focus, and I haven't had a chance to look at what it does yet. The patch as presented to me was quite different: . The original conception of portmgr was that it would be a group that would maintain the bsd.port.mk file. It proved inadequate at that, yet it has since been granted more and more sweeping powers. Core, please reconsider its charter. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:19:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9907816A4CE; Fri, 31 Dec 2004 21:19:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7616D43D39; Fri, 31 Dec 2004 21:19:59 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLJx3g040329; Fri, 31 Dec 2004 21:19:59 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLJxED040328; Fri, 31 Dec 2004 21:19:59 GMT (envelope-from sam) Message-Id: <200412312119.iBVLJxED040328@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:19:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:19:59 -0000 sam 2004-12-31 21:19:59 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: include phy mode in scan debug msg Revision Changes Path 1.24 +3 -2 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:22:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C0C816A4CE; Fri, 31 Dec 2004 21:22:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786FA43D45; Fri, 31 Dec 2004 21:22:12 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLMCEW040515; Fri, 31 Dec 2004 21:22:12 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLMCVZ040514; Fri, 31 Dec 2004 21:22:12 GMT (envelope-from sam) Message-Id: <200412312122.iBVLMCVZ040514@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:22:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:22:12 -0000 sam 2004-12-31 21:22:12 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: check if the node/station table is already present before creating one; this can happen on an ibss merge Revision Changes Path 1.25 +11 -8 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:25:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93CD016A4CE; Fri, 31 Dec 2004 21:25:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA3043D46; Fri, 31 Dec 2004 21:25:28 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLPSEI042851; Fri, 31 Dec 2004 21:25:28 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLPSXa042850; Fri, 31 Dec 2004 21:25:28 GMT (envelope-from sam) Message-Id: <200412312125.iBVLPSXa042850@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:25:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:25:28 -0000 sam 2004-12-31 21:25:28 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: do 11g erp station management in turboG mode too Revision Changes Path 1.26 +6 -3 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:27:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F56F16A4CE; Fri, 31 Dec 2004 21:27:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A56D43D1D; Fri, 31 Dec 2004 21:27:53 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLRrQu042957; Fri, 31 Dec 2004 21:27:53 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLRrOR042956; Fri, 31 Dec 2004 21:27:53 GMT (envelope-from sam) Message-Id: <200412312127.iBVLRrOR042956@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:27:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:27:53 -0000 sam 2004-12-31 21:27:53 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: make ap mode sta association debug msg as informative as sta mode Revision Changes Path 1.27 +8 -3 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:28:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD6AA16A4CE; Fri, 31 Dec 2004 21:28:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8929A43D2F; Fri, 31 Dec 2004 21:28:41 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLSftj043053; Fri, 31 Dec 2004 21:28:41 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLSfT5043052; Fri, 31 Dec 2004 21:28:41 GMT (envelope-from sam) Message-Id: <200412312128.iBVLSfT5043052@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:28:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_node.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:28:41 -0000 sam 2004-12-31 21:28:41 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: compare pointers against NULL Revision Changes Path 1.28 +2 -2 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:30:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8961516A4CE; Fri, 31 Dec 2004 21:30:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F1F43D1F; Fri, 31 Dec 2004 21:30:42 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLUgS1043196; Fri, 31 Dec 2004 21:30:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLUgQZ043195; Fri, 31 Dec 2004 21:30:42 GMT (envelope-from sam) Message-Id: <200412312130.iBVLUgQZ043195@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:30:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_proto.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, 31 Dec 2004 21:30:42 -0000 sam 2004-12-31 21:30:42 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.h Log: s/inline/__inline/ Revision Changes Path 1.7 +2 -2 src/sys/net80211/ieee80211_proto.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:32:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2D1516A4CE; Fri, 31 Dec 2004 21:32:56 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284E543D58; Fri, 31 Dec 2004 21:32:56 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBVLZuGe027249; Fri, 31 Dec 2004 14:35:56 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41D5C530.4050903@freebsd.org> Date: Fri, 31 Dec 2004 14:31:28 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Trevor Johnson References: <200412311824.iBVIOAhM026389@repoman.freebsd.org> <20041231152001.R12851@blues.jpj.net> In-Reply-To: <20041231152001.R12851@blues.jpj.net> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=1.2 required=3.8 tests=SUBJ_HAS_SPACES, SUBJ_HAS_UNIQ_ID autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Alexander Leidinger cc: core@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org cc: portmgr@freebsd.org cc: cvs-ports@freebsd.org Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:32:56 -0000 Trevor Johnson wrote: >>netchild 2004-12-31 18:24:10 UTC >> > > I object both to this patch and to the way it was handled. > > When someone offers software under a restrictive licence, we mustn't > simply ignore the restrictions, as this patch would have us do. That puts > the project in a bad light. Although I highly doubt that the authors of, > for example, the GNU libc, would seek legal redress, this patch gives them > a reason. Last year I wanted to make some provision for packaging the > linux_base-8 port in a way that would satisfy the licence, but I was > blocked by portmgr (my request for a repo copy to that end was denied). > When obrien raised the issue again recently in mail to me and to portmgr, > I answered him but there was no response from portmgr, and certainly no > intimation that they were going to do this. > > Alexander Leidinger asked me to give up maintenance of numerous ports, and > I made it clear that I did not want to do so. It isn't right that, after > creating them and working on them over the years, my maintainership be > just taken away by portmgr's fiat. I find it extremely discouraging. > > I also have some technical objections to this patch but I don't want to > lose focus, and I haven't had a chance to look at what it does yet. The > patch as presented to me was quite different: > . > > The original conception of portmgr was that it would be a group that would > maintain the bsd.port.mk file. It proved inadequate at that, yet it has > since been granted more and more sweeping powers. Core, please reconsider > its charter. I assume that you are talking about this part, yes? > - remove RESTRICTED from some GPL licensed ports, even when we only > distribute binaries, we get them from official linux sites, so > anyone can grab them there if he needs to > FWIW, I brought up similar concerns with Kris a few days ago, and it was discussed further in private with myself, him, and Warner. I'm still very concerned about it and I don't think that a real resolution was reached. This was something that was going to be brought up in an upcoming concall, but that obviously hasn't happened yet. It's likely that we need a real legal opinion here, not just idle conjecture. But yes, this is on the radar and I hope to have a resolution soon. Scott From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:48:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6FA616A4CE; Fri, 31 Dec 2004 21:48:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B7843D1F; Fri, 31 Dec 2004 21:48:15 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLmFuY043692; Fri, 31 Dec 2004 21:48:15 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLmF7o043691; Fri, 31 Dec 2004 21:48:15 GMT (envelope-from sam) Message-Id: <200412312148.iBVLmF7o043691@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:48:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:48:16 -0000 sam 2004-12-31 21:48:15 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: disable default use of wme until we can sort out interoperability issues; users that want it can explicitly enable it Revision Changes Path 1.16 +2 -2 src/sys/net80211/ieee80211.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:54:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7582016A4CE; Fri, 31 Dec 2004 21:54:13 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18FBE43D1F; Fri, 31 Dec 2004 21:54:13 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBVLsCmS015045; Fri, 31 Dec 2004 13:54:12 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBVLsBB8015043; Fri, 31 Dec 2004 13:54:11 -0800 (PST) (envelope-from obrien) Date: Fri, 31 Dec 2004 13:54:11 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041231215411.GB14893@dragon.nuxi.com> References: <200412302001.iBUK10iV036621@repoman.freebsd.org> <20041231003212.GA23359@dragon.nuxi.com> <20041231142144.G12851@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231142144.G12851@blues.jpj.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:54:13 -0000 On Fri, Dec 31, 2004 at 02:52:40PM -0500, Trevor Johnson wrote: > David O'Brien wrote: > > On Thu, Dec 30, 2004 at 08:01:00PM +0000, Trevor Johnson wrote: > > > trevor 2004-12-30 20:01:00 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > emulators/linux_base-gentoo-stage1 Makefile > > > Log: > > > Rename pre-install target to do-extract, so packing list will be > > > available after "make all". > > > > > > Submitted by: obrien > > Missed in my patch was not doing: > > > > do-extct: > > ..snip.. > > + @${RM} -fr ${WRKSRC} > > > > Please don't do that -- rm'ing of ${WRKSRC} is for 'make clean'. > > It wasn't missed, but intentional. Those files are not precious--they > weren't compiled (by the port), just untarred. Unlike most ports, this > port doesn't do anything with them except make the packing list. In my > judgment, it's better to remove them afterward, so someone who simply does > "make install" will need half as much disk space. ?? That is true of 100 other ports -- they extract binary files. And what about the 10,000 ports -- boy do they use a lot of disk space after 'make install' and before 'make clean'. What should we do about them?? -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:54:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49A4516A4CE; Fri, 31 Dec 2004 21:54:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DA643D1D; Fri, 31 Dec 2004 21:54:54 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVLssbW043914; Fri, 31 Dec 2004 21:54:54 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVLsst0043913; Fri, 31 Dec 2004 21:54:54 GMT (envelope-from sam) Message-Id: <200412312154.iBVLsst0043913@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 21:54:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.h ieee80211_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:54:54 -0000 sam 2004-12-31 21:54:54 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.h ieee80211_output.c Log: Relearn how WPA keying is supposed to work and fix WPA+WME while we're at it: o WPA/802.11i has a unicast key and a group key; in station mode everything is sent with the unicast key--we were consulting the destination mac address and incorrectly using the group key o (perpetuate fallback use of the default tx key to maintain compatibility with the way wpa_supplicant works) o correct EAPOL encryption logic to check unicast key instead of assuming other state implies this o move QoS encapsulation up to before enmic work so TKIP has the information required to calculate the pseudo-header o do not do QoS-encapsulation of EAPOL frames as some ap's do the wrong thing with such frames (may need to revisit this if ap's start dropping non-QoS frames from stations assoc'd with QoS) o move ieee80211_mbuf_adjust closer to its caller Revision Changes Path 1.7 +1 -0 src/sys/net80211/ieee80211_ioctl.h 1.14 +128 -111 src/sys/net80211/ieee80211_output.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:59:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEDFC16A4CE; Fri, 31 Dec 2004 21:59:26 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9203F43D2D; Fri, 31 Dec 2004 21:59:26 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBVLxN7t015286; Fri, 31 Dec 2004 13:59:23 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBVLxNTg015285; Fri, 31 Dec 2004 13:59:23 -0800 (PST) (envelope-from obrien) Date: Fri, 31 Dec 2004 13:59:23 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041231215923.GA15238@dragon.nuxi.com> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> <20041230194815.GA91131@xor.obsecurity.org> <20041231140602.V12851@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231140602.V12851@blues.jpj.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Trevor Johnson cc: portmgr@FreeBSD.org cc: core@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Kris Kennaway cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:59:27 -0000 On Fri, Dec 31, 2004 at 02:21:34PM -0500, Trevor Johnson wrote: > Kris Kennaway wrote: > > On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > > > trevor 2004-12-30 19:41:02 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > emulators/linux_base-8 Makefile > > > Log: > > > On amd64, the installation script contained in the glibc RPM fails. > > > Work around this by using the --noscripts option. > > > > > > PR: 75645 > > > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > > > I thought I'd made myself sufficiently clear in previous requests, > > but: > > > > * Do not make any further commits to the files affected by the > > linux_base-8 patchset without approval from myself or netchild. * > > > > We're hard up against the ports freeze and still trying to get the > > patchsets to work, and we can do without further patch conflicts and > > accidental mistakes breaking the ports. > > The patch as submitted in PR 70539 made no changes to the linux_base-8 > port itself. The patch you were testing was never revealed to me. I > honoured your request for several days, while obrien was permitted to make > numerous changes to these ports. I just decided that that you were being > unreasonable. netchild's patch was posted in several places, including developers@. I made a mistake committing to linux_base-8 as I didn't think it was part of netchild's patch set. I read an early version of the patch set and maybe it wasn't part of that one, or I just plain missed it. But I was aware of the patch set and haven't made any commits to linux_base-8 since I learned it was part of the patch set. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:03:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCD516A4CE; Fri, 31 Dec 2004 22:03:27 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id B041C43D3F; Fri, 31 Dec 2004 22:03:26 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBVM3UJa026378; Fri, 31 Dec 2004 17:03:30 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBVM3Uc6026374; Fri, 31 Dec 2004 17:03:30 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 31 Dec 2004 17:03:30 -0500 (EST) From: Trevor Johnson To: Kris Kennaway In-Reply-To: <20041231202310.GA13600@xor.obsecurity.org> Message-ID: <20041231162749.I12851@blues.jpj.net> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> <20041231140602.V12851@blues.jpj.net> <20041231202310.GA13600@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@FreeBSD.org cc: portmgr@FreeBSD.org cc: core@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:03:27 -0000 Kris Kennaway wrote: > On Fri, Dec 31, 2004 at 02:21:34PM -0500, Trevor Johnson wrote: > > Kris Kennaway wrote: > > > > > On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > > > > trevor 2004-12-30 19:41:02 UTC > > > > > > > > FreeBSD ports repository > > > > > > > > Modified files: > > > > emulators/linux_base-8 Makefile > > > > Log: > > > > On amd64, the installation script contained in the glibc RPM fails. > > > > Work around this by using the --noscripts option. > > > > > > > > PR: 75645 > > > > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > > > > > I thought I'd made myself sufficiently clear in previous requests, > > > but: > > > > > > * Do not make any further commits to the files affected by the > > > linux_base-8 patchset without approval from myself or netchild. * > > > > > > We're hard up against the ports freeze and still trying to get the > > > patchsets to work, and we can do without further patch conflicts and > > > accidental mistakes breaking the ports. > > > > The patch as submitted in PR 70539 made no changes to the linux_base-8 > > port itself. The patch you were testing was never revealed to me. I > > honoured your request for several days, while obrien was permitted to make > > numerous changes to these ports. I just decided that that you were being > > unreasonable. > > It was announced on several mailing lists (ports, x11), including at > least one that I know you are on (ports-developers). I see your message to the ports list: , however not only am I am behind in keeping up with the list, but the message was never delivered to me. I made it clear in messages to portmgr that several aspects of this patch went against my wishes as maintainer, yet my messages were ignored. That is shabby. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:04:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2B316A4CE; Fri, 31 Dec 2004 22:04:12 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E5A43D2F; Fri, 31 Dec 2004 22:04:11 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBVM4FJa026452; Fri, 31 Dec 2004 17:04:15 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBVM4FFs026449; Fri, 31 Dec 2004 17:04:15 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 31 Dec 2004 17:04:15 -0500 (EST) From: Trevor Johnson To: Kris Kennaway In-Reply-To: <20041231202310.GA13600@xor.obsecurity.org> Message-ID: <20041231170334.Y12851@blues.jpj.net> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> <20041231140602.V12851@blues.jpj.net> <20041231202310.GA13600@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: Trevor Johnson cc: core@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: portmgr@FreeBSD.org cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:04:12 -0000 Kris Kennaway wrote: > It was announced on several mailing lists (ports, x11), including at > least one that I know you are on (ports-developers). I don't see any announcement on the x11 list. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:05:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F200216A4CE; Fri, 31 Dec 2004 22:05:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C8A43D39; Fri, 31 Dec 2004 22:05:13 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVM5DIm044280; Fri, 31 Dec 2004 22:05:13 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVM5DWY044279; Fri, 31 Dec 2004 22:05:13 GMT (envelope-from sam) Message-Id: <200412312205.iBVM5DWY044279@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 22:05:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_node.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:05:14 -0000 sam 2004-12-31 22:05:13 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_node.c Log: fixup inactivity timers: o ic_inact_auth is a bad name, it's the inactivity threshold for being associated but not authorized; use it that way o reset ni_inact when switching inactivity thresholds to minimize the race against the timer (don't want to lock for this stuff) o change the inactivity probe threshold from a one-shot to cover a range: when below this threshold but not expired send a probe each inactivity interval; should probably guard against the interval being turned way down as this could cause us to spam the net with probes Revision Changes Path 1.27 +0 -2 src/sys/net80211/ieee80211_input.c 1.29 +7 -3 src/sys/net80211/ieee80211_node.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:06:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC9816A4CE; Fri, 31 Dec 2004 22:06:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A836543D1F; Fri, 31 Dec 2004 22:06:19 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVM6JwU044437; Fri, 31 Dec 2004 22:06:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVM6J4i044436; Fri, 31 Dec 2004 22:06:19 GMT (envelope-from sam) Message-Id: <200412312206.iBVM6J4i044436@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 22:06:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/ath 80211stats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:06:19 -0000 sam 2004-12-31 22:06:19 UTC FreeBSD src repository Modified files: tools/tools/ath 80211stats.c Log: new stat Revision Changes Path 1.4 +2 -1 src/tools/tools/ath/80211stats.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:17:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D8416A4CF for ; Fri, 31 Dec 2004 22:17:01 +0000 (GMT) Received: from av9-1-sn1.fre.skanova.net (av9-1-sn1.fre.skanova.net [81.228.11.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67EB943D39 for ; Fri, 31 Dec 2004 22:17:00 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av9-1-sn1.fre.skanova.net (Postfix, from userid 502) id C261237F2E; Fri, 31 Dec 2004 23:16:59 +0100 (CET) Received: from smtp2-2-sn2.hy.skanova.net (smtp2-2-sn2.hy.skanova.net [81.228.8.178]) by av9-1-sn1.fre.skanova.net (Postfix) with ESMTP id B346837EAE for ; Fri, 31 Dec 2004 23:16:59 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp2-2-sn2.hy.skanova.net (Postfix) with SMTP id 3062437E44 for ; Fri, 31 Dec 2004 23:16:59 +0100 (CET) Received: (qmail 66602 invoked by uid 1001); 31 Dec 2004 22:16:57 -0000 Date: Fri, 31 Dec 2004 23:16:56 +0100 From: Erik Trulsson To: Alexander Leidinger Message-ID: <20041231221656.GA53772@falcon.midgard.homeip.net> Mail-Followup-To: Alexander Leidinger , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200412311824.iBVIOAhM026389@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412311824.iBVIOAhM026389@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/accessibility/linux-atk Makefile pkg-plist ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile ports/audio/baudline Makefile ports/audio/linux-arts ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:17:01 -0000 On Fri, Dec 31, 2004 at 06:24:10PM +0000, Alexander Leidinger wrote: > netchild 2004-12-31 18:24:10 UTC [snip] > Log: > Say hello to the linux mega patch, it consolidates our linux bits a > little bit and allows to proceed to a more recent linux_base from > a stable (read as: the major bugs should be ironed out or identified > and most linux ports build just fine) source. > > It also allows to ship 4.11 with a working linuxolator (the EOLed > linux_base is marked forbidden because of a security hole). > > This is a major update, please read UPDATING (and CHANGES if you > develop linux ports). > > Changes: [snip] > - remove RESTRICTED from some GPL licensed ports, even when we only > distribute binaries, we get them from official linux sites, so > anyone can grab them there if he needs to This sound highly dubious to me, and I really don't think it satisfies the requirements of the GNU GPL. The GNU GPL states (in part): 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) [...] If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. To my reading this means that if the FreeBSD Project wishes to distribute some GPL licensed binaries then the FreeBSD Project must also make available the exact sources from which the binaries where built. If the distribution of the binaries is by CD-ROM then the sources also need to be on that CD-ROM (or a written offer as detailed by the GPL.) The alternative is of course to not distribute the binaries in question. If some other entity not related to the FreeBSD Project does, or does not, make available the sources in question is completely irrelevant and in no way relieves the FreeBSD Project of its duty to provide the sources. In short: either all ports providing GPL'd binaries needs to get a RESTRICTED clause added (preventing distribution of the binaries), or somebody needs to track down all the sources from which the binaries were built and put the sources somewhere on the FreeBSD FTP site. Providing just binaries without having the sources at the same place violates the GNU GPL as far as I can tell. -- Erik Trulsson ertr1013@student.uu.se From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:17:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E3B16A4CE; Fri, 31 Dec 2004 22:17:45 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7308D43D39; Fri, 31 Dec 2004 22:17:45 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBVMHi5G015741; Fri, 31 Dec 2004 14:17:44 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBVMHiKv015740; Fri, 31 Dec 2004 14:17:44 -0800 (PST) (envelope-from obrien) Date: Fri, 31 Dec 2004 14:17:44 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041231221744.GA15683@dragon.nuxi.com> References: <200412301941.iBUJf2kF035884@repoman.freebsd.org> <20041231003456.GB23359@dragon.nuxi.com> <20041231145300.K12851@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231145300.K12851@blues.jpj.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-8 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:17:46 -0000 On Fri, Dec 31, 2004 at 03:11:09PM -0500, Trevor Johnson wrote: > David O'Brien wrote: > > > On Thu, Dec 30, 2004 at 07:41:02PM +0000, Trevor Johnson wrote: > > > trevor 2004-12-30 19:41:02 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > emulators/linux_base-8 Makefile > > > Log: > > > On amd64, the installation script contained in the glibc RPM fails. > > > Work around this by using the --noscripts option. > > > > > > PR: 75645 > > > Submitted by: Carlos F. A. Paniago and Conrad J. Sabatier > > > > > > Revision Changes Path > > > 1.94 +1 -0 ports/emulators/linux_base-8/Makefile > > > http://cvsweb.freebsd.org/ports/emulators/linux_base-8/Makefile.diff?r1=1.93&r2=1.94 > > > > Please back this out -- it is wrong as you didn't add code to manually do > > all the things glibc's script does. There is a reason I have't made this > > change -- it gives the perception that this port now cleanly installs and > > runs on AMD64 -- it doesn't (even with this change). I've put a lot of > > time into trying to polish the linux32 compat experience on FreeBSD/AMD64 > > and this undoes some of that effort. > > When I made the port, I marked it with "ONLY_FOR_ARCHS=i386". Without > discussing it with me, you added amd64 to that with the log message "First > cut at supporting AMD64 (to give 32-bit support)" and without adding any > kind of warning that it was broken. I don't have access to an x86-64 > computer but I got the impression from your commit that it was supposed to > work. Then the next day Mr. Paniagua pointed out that in fact it didn't. > Without ever having heard from you on the subject of the AMD support, I > decided that a kludge would be preferable to something that did not work > at all. I enabled people to (1) see the framework for how 32-bit linux support should be handled on AMD64, and (2) enabled others to participated in the debugging of the problems which lead to multiple fruitfull threads on the freebsd-amd64@ mailing list. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:34:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6245016A4CE; Fri, 31 Dec 2004 22:34:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ECD643D3F; Fri, 31 Dec 2004 22:34:53 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVMYrSm045225; Fri, 31 Dec 2004 22:34:53 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVMYrn7045224; Fri, 31 Dec 2004 22:34:53 GMT (envelope-from hrs) Message-Id: <200412312234.iBVMYrn7045224@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 31 Dec 2004 22:34:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml freebsd.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:34:53 -0000 hrs 2004-12-31 22:34:53 UTC FreeBSD doc repository Modified files: share/sgml freebsd.dsl Log: Remove unnecessary quotation marks from element. Spotted by: Byung-Hee HWANG (bh at izb dot knu dot ac dot kr) Revision Changes Path 1.87 +1 -1 doc/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:40:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD08216A4CE; Fri, 31 Dec 2004 22:40:13 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D6D43D2F; Fri, 31 Dec 2004 22:40:08 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id iBVMeCJa028816; Fri, 31 Dec 2004 17:40:12 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)iBVMeCEK028813; Fri, 31 Dec 2004 17:40:12 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 31 Dec 2004 17:40:12 -0500 (EST) From: Trevor Johnson To: "David O'Brien" In-Reply-To: <20041231215411.GB14893@dragon.nuxi.com> Message-ID: <20041231170638.L12851@blues.jpj.net> References: <200412302001.iBUK10iV036621@repoman.freebsd.org> <20041231142144.G12851@blues.jpj.net> <20041231215411.GB14893@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: 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: Fri, 31 Dec 2004 22:40:13 -0000 David O'Brien wrote: > On Fri, Dec 31, 2004 at 02:52:40PM -0500, Trevor Johnson wrote: > > It wasn't missed, but intentional. Those files are not precious--they > > weren't compiled (by the port), just untarred. Unlike most ports, this > > port doesn't do anything with them except make the packing list. In my > > judgment, it's better to remove them afterward, so someone who simply does > > "make install" will need half as much disk space. > > ?? That is true of 100 other ports -- they extract binary files. There are only a few that do this purely to get a listing of the files. Previously, this port just did a "tar tyf" to generate the list of the files, and you didn't propose that it should actually untar the files, just in case the user wanted to look at one. Why has it become important now? > what about the 10,000 ports -- boy do they use a lot of disk space after > 'make install' and before 'make clean'. What should we do about them?? You seem confused--the files we're discussing aren't needed for "make install" to proceed. As I said, all the port does with them is get a listing of the filenames so it can make the packing list. During the installation, the port extracts directly from the distfile, a second time. Other ports typically extract from the distfile, sometimes run the configure script therein, compile stuff by invoking a makefile from upstream, and then invoke that makefile again when they install. Because it's only aspiring to stage 1, this port does not do any of that. If we were talking about stage 2 or 3, yes, there would be precious files that should only be cleaned up at the user's explicit request. -- Trevor Johnson From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:41:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B66816A4CE; Fri, 31 Dec 2004 22:41:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A4543D2F; Fri, 31 Dec 2004 22:41:46 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVMfkJM045563; Fri, 31 Dec 2004 22:41:46 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVMfkZd045562; Fri, 31 Dec 2004 22:41:46 GMT (envelope-from sam) Message-Id: <200412312241.iBVMfkZd045562@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 22:41:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_ath_pci.c if_athioctl.h if_athrate.h if_athvar.h src/sys/dev/ath/ath_rate/amrr amrr.c amrr.h src/sys/dev/ath/ath_rate/onoe onoe.c onoe.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, 31 Dec 2004 22:41:46 -0000 sam 2004-12-31 22:41:45 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_ath_pci.c if_athioctl.h if_athrate.h if_athvar.h sys/dev/ath/ath_rate/amrr amrr.c amrr.h sys/dev/ath/ath_rate/onoe onoe.c onoe.h Log: bump copyright for 2005 Revision Changes Path 1.3 +1 -1 src/sys/dev/ath/ath_rate/amrr/amrr.c 1.2 +1 -1 src/sys/dev/ath/ath_rate/amrr/amrr.h 1.3 +1 -1 src/sys/dev/ath/ath_rate/onoe/onoe.c 1.2 +1 -1 src/sys/dev/ath/ath_rate/onoe/onoe.h 1.66 +1 -1 src/sys/dev/ath/if_ath.c 1.10 +1 -1 src/sys/dev/ath/if_ath_pci.c 1.9 +1 -1 src/sys/dev/ath/if_athioctl.h 1.2 +1 -1 src/sys/dev/ath/if_athrate.h 1.17 +1 -1 src/sys/dev/ath/if_athvar.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:42:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6079516A4CE; Fri, 31 Dec 2004 22:42:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D3543D53; Fri, 31 Dec 2004 22:42:38 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVMgco3045675; Fri, 31 Dec 2004 22:42:38 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVMgcDt045674; Fri, 31 Dec 2004 22:42:38 GMT (envelope-from sam) Message-Id: <200412312242.iBVMgcDt045674@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 22:42:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 _ieee80211.h ieee80211.c ieee80211.h ieee80211_acl.c ieee80211_crypto.c ieee80211_crypto.h ieee80211_crypto_tkip.c ieee80211_crypto_wep.c ieee80211_freebsd.c ieee80211_freebsd.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:42:39 -0000 sam 2004-12-31 22:42:38 UTC FreeBSD src repository Modified files: sys/net80211 _ieee80211.h ieee80211.c ieee80211.h ieee80211_acl.c ieee80211_crypto.c ieee80211_crypto.h ieee80211_crypto_ccmp.c ieee80211_crypto_none.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c ieee80211_freebsd.c ieee80211_freebsd.h ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h ieee80211_xauth.c Log: bump copyright for 2005 Revision Changes Path 1.2 +1 -1 src/sys/net80211/_ieee80211.h 1.17 +1 -1 src/sys/net80211/ieee80211.c 1.7 +1 -1 src/sys/net80211/ieee80211.h 1.3 +1 -1 src/sys/net80211/ieee80211_acl.c 1.7 +1 -1 src/sys/net80211/ieee80211_crypto.c 1.4 +1 -1 src/sys/net80211/ieee80211_crypto.h 1.4 +1 -1 src/sys/net80211/ieee80211_crypto_ccmp.c 1.3 +1 -1 src/sys/net80211/ieee80211_crypto_none.c 1.7 +1 -1 src/sys/net80211/ieee80211_crypto_tkip.c 1.5 +1 -1 src/sys/net80211/ieee80211_crypto_wep.c 1.5 +1 -1 src/sys/net80211/ieee80211_freebsd.c 1.2 +1 -1 src/sys/net80211/ieee80211_freebsd.h 1.28 +1 -1 src/sys/net80211/ieee80211_input.c 1.17 +1 -1 src/sys/net80211/ieee80211_ioctl.c 1.8 +1 -1 src/sys/net80211/ieee80211_ioctl.h 1.30 +1 -1 src/sys/net80211/ieee80211_node.c 1.12 +1 -1 src/sys/net80211/ieee80211_node.h 1.15 +1 -1 src/sys/net80211/ieee80211_output.c 1.12 +1 -1 src/sys/net80211/ieee80211_proto.c 1.8 +1 -1 src/sys/net80211/ieee80211_proto.h 1.18 +1 -1 src/sys/net80211/ieee80211_var.h 1.2 +1 -0 src/sys/net80211/ieee80211_xauth.c From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:44:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BACA516A4CE; Fri, 31 Dec 2004 22:44:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A1D43D3F; Fri, 31 Dec 2004 22:44:26 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVMiQcB045786; Fri, 31 Dec 2004 22:44:26 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVMiQ4R045785; Fri, 31 Dec 2004 22:44:26 GMT (envelope-from sam) Message-Id: <200412312244.iBVMiQ4R045785@repoman.freebsd.org> From: Sam Leffler Date: Fri, 31 Dec 2004 22:44:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net80211 ieee80211.h ieee80211_crypto.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, 31 Dec 2004 22:44:26 -0000 sam 2004-12-31 22:44:26 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.h ieee80211_crypto.h Log: remove netbsd rcsid lines; they are way out of date and we appear to be diverging too much to make tracking these files worthwhile Revision Changes Path 1.8 +0 -1 src/sys/net80211/ieee80211.h 1.5 +0 -1 src/sys/net80211/ieee80211_crypto.h From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:52:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFE0116A4CE; Fri, 31 Dec 2004 22:52:51 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85FF443D2F; Fri, 31 Dec 2004 22:52:51 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0F18152DF8; Fri, 31 Dec 2004 14:52:22 -0800 (PST) Date: Fri, 31 Dec 2004 14:52:21 -0800 From: Kris Kennaway To: Alexander Leidinger , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041231225221.GA89911@xor.obsecurity.org> References: <200412311824.iBVIOAhM026389@repoman.freebsd.org> <20041231221656.GA53772@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <20041231221656.GA53772@falcon.midgard.homeip.net> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/accessibility/linux-atk Makefile pkg-plist ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile ports/audio/baudline Makefile ports/audio/linux-arts ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cvs-ports@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, 31 Dec 2004 22:52:52 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 31, 2004 at 11:16:56PM +0100, Erik Trulsson wrote: > [snip] >=20 > > - remove RESTRICTED from some GPL licensed ports, even when we only > > distribute binaries, we get them from official linux sites, so > > anyone can grab them there if he needs to >=20 > This sound highly dubious to me, and I really don't think it satisfies > the requirements of the GNU GPL. There's been some discussion of this point, and there are differing opinions. If you read the FAQ on the gnu website, it discusses this case; they themselves say that we're allowed to point to a third party site to obtain the source code, and the only problem is if they remove it, which puts the burden back onto us. It's highly unlikely that every redhat 8.0 mirror will disappear from the internet during the period we're [1] obliged to provide access to source code (since those mirror sites are also obliged to provide ongoing access to the source code under the same terms), but if that happens then we can switch to hosting the srpms ourselves. Kris [1] The freebsd.org project, which only provides ftp access to the bits. CDROM resellers need to make their own arrangements to satisfy the GPL here and elsewhere, since at least by the gnu.org interpretation of their license they must provide sources "in kind" on binary media to customers who bought the binaries on binary media, and pointing obnoxious cdrom customers to a redhat mirror site isn't enough, i.e. they need to provide the srpms (and all other GPLed source code) on CD upon request. --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB1dglWry0BWjoQKURAhVzAJ0RgnY2eaoKscE+Om8+25Ohw2gmYgCgzPIM 3Sg9IVbACjrccBOdIvCuOso= =DPbr -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-cvs-all@FreeBSD.ORG Fri Dec 31 22:59:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6311C16A4CE; Fri, 31 Dec 2004 22:59:16 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8E143D2F; Fri, 31 Dec 2004 22:59:15 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBVMvJMt009930; Fri, 31 Dec 2004 15:57:19 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Fri, 31 Dec 2004 15:57:19 -0700 (MST) Message-Id: <20041231.155719.41643247.imp@harmony.village.org> To: scottl@FreeBSD.ORG From: Warner Losh In-Reply-To: <41D5C530.4050903@freebsd.org> References: <200412311824.iBVIOAhM026389@repoman.freebsd.org> <20041231152001.R12851@blues.jpj.net> <41D5C530.4050903@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: netchild@FreeBSD.ORG cc: portmgr@FreeBSD.ORG cc: core@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG cc: cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/accessibility/linux-atk Makefile pkg-plist ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 22:59:16 -0000 > I assume that you are talking about this part, yes? > > > - remove RESTRICTED from some GPL licensed ports, even when we only > > distribute binaries, we get them from official linux sites, so > > anyone can grab them there if he needs to > > > > FWIW, I brought up similar concerns with Kris a few days ago, and it was > discussed further in private with myself, him, and Warner. I'm still > very concerned about it and I don't think that a real resolution was > reached. This was something that was going to be brought up in an > upcoming concall, but that obviously hasn't happened yet. It's likely > that we need a real legal opinion here, not just idle conjecture. But > yes, this is on the radar and I hope to have a resolution soon. I think the conclusion was that we can redistribute the binaries, unchanged, without the srpms because we're relying on the people we got the rpms from to continue to distribute them. This falls under the clause 3c in the gpl. However, since we've not had a written offer, pursuant to cluase 3b, from the upstream source, I'm not sure that we can apply 3c to our situation. We have an implicit offer, but not an explicit one. The project would be in compliance if we had the SRPMs on our web/ftp server, or if we had an explicit third party agreement. The cdrom makers, however, would need to either provide the SRPMs, or make an explicit agreement with the project to use the Project's copies of the sprms, assuming we don't make a section 3b written offer they can pass through. I'd say we just have a 'source only' cdrom for this, but that's just an off the cuff idea. This one is grey, but likely legal. The more disturbing one is when we have GPL'd software as binary packages. If we don't also provide the distfiles on our site, then we're in bigger trouble becaue that's no logner a grey area, but a more explicit violation of the GPL. Ideally, the ports infrastructure would grow a setting to allow for this to be easily managed. Warner From owner-cvs-all@FreeBSD.ORG Fri Dec 31 23:30:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CEAB16A4D0 for ; Fri, 31 Dec 2004 23:30:14 +0000 (GMT) Received: from av1-1-sn4.m-sp.skanova.net (av1-1-sn4.m-sp.skanova.net [81.228.10.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id C827243D48 for ; Fri, 31 Dec 2004 23:30:12 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av1-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 1CFCF37F0C; Sat, 1 Jan 2005 00:30:12 +0100 (CET) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av1-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 0CC3D37E5E for ; Sat, 1 Jan 2005 00:30:12 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with SMTP id C537537E43 for ; Sat, 1 Jan 2005 00:30:10 +0100 (CET) Received: (qmail 12992 invoked by uid 1001); 31 Dec 2004 23:30:10 -0000 Date: Sat, 1 Jan 2005 00:30:10 +0100 From: Erik Trulsson To: Kris Kennaway Message-ID: <20041231233010.GA2097@falcon.midgard.homeip.net> Mail-Followup-To: Kris Kennaway , Alexander Leidinger , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200412311824.iBVIOAhM026389@repoman.freebsd.org> <20041231221656.GA53772@falcon.midgard.homeip.net> <20041231225221.GA89911@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231225221.GA89911@xor.obsecurity.org> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: Alexander Leidinger cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/accessibility/linux-atk Makefile pkg-plist ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile ports/audio/baudline Makefile ports/audio/linux-arts ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 23:30:14 -0000 On Fri, Dec 31, 2004 at 02:52:21PM -0800, Kris Kennaway wrote: > On Fri, Dec 31, 2004 at 11:16:56PM +0100, Erik Trulsson wrote: > > > [snip] > > > > > - remove RESTRICTED from some GPL licensed ports, even when we only > > > distribute binaries, we get them from official linux sites, so > > > anyone can grab them there if he needs to > > > > This sound highly dubious to me, and I really don't think it satisfies > > the requirements of the GNU GPL. > > There's been some discussion of this point, and there are differing > opinions. If you read the FAQ on the gnu website, it discusses this > case; they themselves say that we're allowed to point to a third party > site to obtain the source code, and the only problem is if they remove > it, which puts the burden back onto us. It's highly unlikely that > every redhat 8.0 mirror will disappear from the internet during the > period we're [1] obliged to provide access to source code (since those > mirror sites are also obliged to provide ongoing access to the source > code under the same terms), but if that happens then we can switch to > hosting the srpms ourselves. What their FAQ says about this is: The GPL says you must offer access to copy the source code "from the same place"; that is, next to the binaries. However, if you make arrangements with another site to keep the necessary source code available, and put a link or cross-reference to the source code next to the binaries, we think that qualifies as "from the same place". Note, however, that it is not enough to find some site that happens to have the appropriate source code today, and tell people to look there. Tomorrow that site may have deleted that source code, or simply replaced it with a newer version of the same program. Then you would no longer be complying with the GPL requirements. To make a reasonable effort to comply, you need to make a positive arrangement with the other site, and thus ensure that the source will be available there for as long as you keep the binaries available. I think the part about "make a positive arrangement" is important. It does not seem to be enough that some other site carries the sources (even if they seem likely to do it for a long time), you need to make some kind of agreement with that site to be in compliance with the GPL. As for "switch to hosting the srpms ourselves", that assumes that you have already obtained all the relevant srpms before the mirrors disappear - and if you already have the sources you might as well put them in some obscure corner of ftp.freebsd.org in the first place and thus avoid all problems with the GPL. > > Kris > > [1] The freebsd.org project, which only provides ftp access to the > bits. CDROM resellers need to make their own arrangements to satisfy > the GPL here and elsewhere, since at least by the gnu.org > interpretation of their license they must provide sources "in kind" on > binary media to customers who bought the binaries on binary media, and > pointing obnoxious cdrom customers to a redhat mirror site isn't > enough, i.e. they need to provide the srpms (and all other GPLed > source code) on CD upon request. -- Erik Trulsson ertr1013@student.uu.se From owner-cvs-all@FreeBSD.ORG Fri Dec 31 23:40:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F06516A4D6 for ; Fri, 31 Dec 2004 23:40:40 +0000 (GMT) Received: from av1-2-sn4.m-sp.skanova.net (av1-2-sn4.m-sp.skanova.net [81.228.10.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5052A43D3F for ; Fri, 31 Dec 2004 23:40:36 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av1-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id C4D4E37F3E; Sat, 1 Jan 2005 00:40:29 +0100 (CET) Received: from smtp4-1-sn4.m-sp.skanova.net (smtp4-1-sn4.m-sp.skanova.net [81.228.10.181]) by av1-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id B277A37E4A for ; Sat, 1 Jan 2005 00:40:29 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-1-sn4.m-sp.skanova.net (Postfix) with SMTP id 084A437E44 for ; Sat, 1 Jan 2005 00:40:27 +0100 (CET) Received: (qmail 17721 invoked by uid 1001); 31 Dec 2004 23:40:26 -0000 Date: Sat, 1 Jan 2005 00:40:26 +0100 From: Erik Trulsson To: Warner Losh Message-ID: <20041231234026.GB2097@falcon.midgard.homeip.net> Mail-Followup-To: Warner Losh , scottl@FreeBSD.ORG, netchild@FreeBSD.ORG, portmgr@FreeBSD.ORG, core@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG References: <200412311824.iBVIOAhM026389@repoman.freebsd.org> <20041231152001.R12851@blues.jpj.net> <41D5C530.4050903@freebsd.org> <20041231.155719.41643247.imp@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231.155719.41643247.imp@harmony.village.org> User-Agent: Mutt/1.5.6i cc: netchild@FreeBSD.ORG cc: core@FreeBSD.ORG cc: scottl@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG cc: portmgr@FreeBSD.ORG cc: cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports CHANGES UPDATING ports/Mk bsd.port.mk ports/accessibility/linux-atk Makefile pkg-plist ports/archivers/stuffit Makefile ports/astro/linux-setiathome Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 23:40:41 -0000 On Fri, Dec 31, 2004 at 03:57:19PM -0700, Warner Losh wrote: > > I assume that you are talking about this part, yes? > > > > > - remove RESTRICTED from some GPL licensed ports, even when we only > > > distribute binaries, we get them from official linux sites, so > > > anyone can grab them there if he needs to > > > > > > > FWIW, I brought up similar concerns with Kris a few days ago, and it was > > discussed further in private with myself, him, and Warner. I'm still > > very concerned about it and I don't think that a real resolution was > > reached. This was something that was going to be brought up in an > > upcoming concall, but that obviously hasn't happened yet. It's likely > > that we need a real legal opinion here, not just idle conjecture. But > > yes, this is on the radar and I hope to have a resolution soon. > > I think the conclusion was that we can redistribute the binaries, > unchanged, without the srpms because we're relying on the people we > got the rpms from to continue to distribute them. This falls under > the clause 3c in the gpl. However, since we've not had a written > offer, pursuant to cluase 3b, from the upstream source, I'm not sure > that we can apply 3c to our situation. We have an implicit offer, but > not an explicit one. It seems fairly clear to me that if you have not had a written offer, pursuant to clause 3b, then 3c does *not* apply. > > The project would be in compliance if we had the SRPMs on our web/ftp > server, or if we had an explicit third party agreement. Agreed. > The cdrom > makers, however, would need to either provide the SRPMs, or make an > explicit agreement with the project to use the Project's copies of the > sprms Agreed. >, assuming we don't make a section 3b written offer they can pass > through. Making a secction 3b written offer seems like a real PITA since that means you *must* keep the sources around for at least 3 years. If you provide sources along with binaries you only need to keep the sources around for as long as you make the binaries available. > I'd say we just have a 'source only' cdrom for this, but > that's just an off the cuff idea. > > This one is grey, but likely legal. I would say it is grey, but likely *illegal*. > The more disturbing one is when > we have GPL'd software as binary packages. If we don't also provide > the distfiles on our site, then we're in bigger trouble becaue that's > no logner a grey area, but a more explicit violation of the GPL. > > Ideally, the ports infrastructure would grow a setting to allow for > this to be easily managed. -- Erik Trulsson ertr1013@student.uu.se From owner-cvs-all@FreeBSD.ORG Fri Dec 31 23:52:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D5FE16A4CE; Fri, 31 Dec 2004 23:52:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C0743D1D; Fri, 31 Dec 2004 23:52:50 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBVNqoLX047898; Fri, 31 Dec 2004 23:52:50 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBVNqoq6047897; Fri, 31 Dec 2004 23:52:50 GMT (envelope-from kris) Message-Id: <200412312352.iBVNqoq6047897@repoman.freebsd.org> From: Kris Kennaway Date: Fri, 31 Dec 2004 23:52:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/linux-setiathome Makefileports/graphics/linux-png Makefile ports/graphics/linux-png10 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 23:52:50 -0000 kris 2004-12-31 23:52:50 UTC FreeBSD ports repository Modified files: astro/linux-setiathome Makefile graphics/linux-png Makefile graphics/linux-png10 Makefile Log: Properly increment PORTREVISION relative to the previous value (3, incorrectly inherited from the linux-gtk port because it was not previously overridden in this slave port). Noticed by: eikbot Approved by: portmgr (self) Revision Changes Path 1.8 +1 -1 ports/astro/linux-setiathome/Makefile 1.16 +1 -1 ports/graphics/linux-png/Makefile 1.18 +1 -1 ports/graphics/linux-png10/Makefile