From owner-cvs-all@FreeBSD.ORG Sun Jul 18 00:51:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E43F316A4CE; Sun, 18 Jul 2004 00:51:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5DD943D41; Sun, 18 Jul 2004 00:51:56 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I0pudE067443; Sun, 18 Jul 2004 00:51:56 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I0puEh067442; Sun, 18 Jul 2004 00:51:56 GMT (envelope-from mlaier) Message-Id: <200407180051.i6I0puEh067442@repoman.freebsd.org> From: Max Laier Date: Sun, 18 Jul 2004 00:51: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/contrib/pf/net pf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 00:51:57 -0000 mlaier 2004-07-18 00:51:56 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: m_tag_copy takes an additional "how" parameter in FreeBSD. Submitted by: rwatson Revision Changes Path 1.14 +8 -0 src/sys/contrib/pf/net/pf.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 00:59: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 4CEEC16A4CE; Sun, 18 Jul 2004 00:59:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F78C43D48; Sun, 18 Jul 2004 00:59:58 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I0xwFP067656; Sun, 18 Jul 2004 00:59:58 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I0xw2K067655; Sun, 18 Jul 2004 00:59:58 GMT (envelope-from davidxu) Message-Id: <200407180059.i6I0xw2K067655@repoman.freebsd.org> From: David Xu Date: Sun, 18 Jul 2004 00:59: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 sys_process.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 00:59:58 -0000 davidxu 2004-07-18 00:59:58 UTC FreeBSD src repository Modified files: sys/kern sys_process.c Log: This is a forced commit. Clear suspension flag for debugged process when detaching. Revision Changes Path 1.125 +0 -0 src/sys/kern/sys_process.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 01:02: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 2DF0B16A4CE; Sun, 18 Jul 2004 01:02:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F90843D3F; Sun, 18 Jul 2004 01:02:24 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I12N2N067809; Sun, 18 Jul 2004 01:02:23 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I12N4R067808; Sun, 18 Jul 2004 01:02:23 GMT (envelope-from brian) Message-Id: <200407180102.i6I12N4R067808@repoman.freebsd.org> From: Brian Somers Date: Sun, 18 Jul 2004 01:02:23 +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/ppp 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: Sun, 18 Jul 2004 01:02:24 -0000 brian 2004-07-18 01:02:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ppp command.c Log: MFC: Fix ``set ifaddr''. The code was actually using an uninitialised variable, but conveniently, because ncpaddr.ncpaddr_family != AF_INET, the call to ncpaddr_getip4addr() became a no-op leaving the local address as it was (defaulting to whatever my hostname resolves to). Revision Changes Path 1.230.2.22 +1 -1 src/usr.sbin/ppp/command.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 01:19:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE17816A4CE; Sun, 18 Jul 2004 01:19:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F79C43D1F; Sun, 18 Jul 2004 01:19:33 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I1JXxa068264; Sun, 18 Jul 2004 01:19:33 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I1JXbc068263; Sun, 18 Jul 2004 01:19:33 GMT (envelope-from obrien) Message-Id: <200407180119.i6I1JXbc068263@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 18 Jul 2004 01:19: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 01:19:33 -0000 obrien 2004-07-18 01:19:33 UTC FreeBSD src repository Modified files: . Makefile Log: Add an "out" to the now required BS of defining DESTDIR. Revision Changes Path 1.303 +1 -1 src/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 01:29: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 C41D816A4CE; Sun, 18 Jul 2004 01:29:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48EE43D39; Sun, 18 Jul 2004 01:29:43 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I1ThRC068535; Sun, 18 Jul 2004 01:29:43 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I1Th7w068534; Sun, 18 Jul 2004 01:29:43 GMT (envelope-from rwatson) Message-Id: <200407180129.i6I1Th7w068534@repoman.freebsd.org> From: Robert Watson Date: Sun, 18 Jul 2004 01:29:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 01:29:44 -0000 rwatson 2004-07-18 01:29:43 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Drop Giant and acquire the UNIX domain socket subsystem lock a bit earlier in unp_connect() so that vp->v_socket can't change between our copying its value to a local variable and later use of that variable. This may have been responsible for a panic during shutdown that I experienced where simultaneous closing of a listen socket by rpcbind and a new connection being made to rpcbind by mountd. Revision Changes Path 1.134 +4 -4 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 01:48: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 6BFD616A4CE; Sun, 18 Jul 2004 01:48:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E2843D1D; Sun, 18 Jul 2004 01:48:27 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I1mRRf069068; Sun, 18 Jul 2004 01:48:27 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I1mRjK069067; Sun, 18 Jul 2004 01:48:27 GMT (envelope-from keramida) Message-Id: <200407180148.i6I1mRjK069067@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 01:48: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/hubs article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 01:48:27 -0000 keramida 2004-07-18 01:48:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/hubs article.sgml Log: Apparently thttpd's authors use an all-lowercase name in their web page at `http://www.acme.com/software/thttpd'. Do away with the somewhat strange capitalization of tHttpd in our docs. PR: docs/69216 Submitted by: Brad Davis Revision Changes Path 1.50 +3 -3 doc/en_US.ISO8859-1/articles/hubs/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 01:52: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 367A616A4CE; Sun, 18 Jul 2004 01:52:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1707943D31; Sun, 18 Jul 2004 01:52:00 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I1pxOG069243; Sun, 18 Jul 2004 01:51:59 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I1pxd9069242; Sun, 18 Jul 2004 01:51:59 GMT (envelope-from brueffer) Message-Id: <200407180151.i6I1pxd9069242@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 18 Jul 2004 01:51: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/sbin/mount_unionfs mount_unionfs.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, 18 Jul 2004 01:52:00 -0000 brueffer 2004-07-18 01:51:59 UTC FreeBSD src repository (doc committer) Modified files: sbin/mount_unionfs mount_unionfs.8 Log: Mention the vfs.usermount sysctl. Obtained from: NetBSD via DragonFly BSD MFC after: 3 days Revision Changes Path 1.18 +4 -0 src/sbin/mount_unionfs/mount_unionfs.8 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 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 8ADB116A4CE; Sun, 18 Jul 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 6B79243D39; Sun, 18 Jul 2004 01:52:21 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I1qLKK069278; Sun, 18 Jul 2004 01:52:21 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I1qLPL069277; Sun, 18 Jul 2004 01:52:21 GMT (envelope-from keramida) Message-Id: <200407180152.i6I1qLPL069277@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 01:52:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 01:52:21 -0000 keramida 2004-07-18 01:52:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Add Firefox to the list of web browsers supported by FreeBSD. PR: docs/69202 Submitted by: Joel Dahl Revision Changes Path 1.33 +33 -1 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 01:56: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 EE79316A4CE; Sun, 18 Jul 2004 01:56:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF06543D1F; Sun, 18 Jul 2004 01:56:40 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I1uebH069398; Sun, 18 Jul 2004 01:56:40 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I1ue75069397; Sun, 18 Jul 2004 01:56:40 GMT (envelope-from keramida) Message-Id: <200407180156.i6I1ue75069397@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 01:56: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/disks 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, 18 Jul 2004 01:56:41 -0000 keramida 2004-07-18 01:56:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Fix a couple of misplaced tags. PR: docs/69220 Submitted by: Warren Block Revision Changes Path 1.214 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 02:22: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 DF9C016A4CE; Sun, 18 Jul 2004 02:22:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C086D43D39; Sun, 18 Jul 2004 02:22:47 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I2MlbM070049; Sun, 18 Jul 2004 02:22:47 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I2MlNX070048; Sun, 18 Jul 2004 02:22:47 GMT (envelope-from obrien) Message-Id: <200407180222.i6I2MlNX070048@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 18 Jul 2004 02:22: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/usr.sbin/lptcontrol lptcontrol.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, 18 Jul 2004 02:22:48 -0000 obrien 2004-07-18 02:22:47 UTC FreeBSD src repository Modified files: usr.sbin/lptcontrol lptcontrol.8 Log: Priner control devices are now lpt*.ctl. Revision Changes Path 1.20 +1 -1 src/usr.sbin/lptcontrol/lptcontrol.8 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 02:26:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D811A16A4CE; Sun, 18 Jul 2004 02:26:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B832843D1D; Sun, 18 Jul 2004 02:26:30 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I2QUU1070186; Sun, 18 Jul 2004 02:26:30 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I2QU3G070185; Sun, 18 Jul 2004 02:26:30 GMT (envelope-from keramida) Message-Id: <200407180226.i6I2QU3G070185@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 02:26:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 02:26:31 -0000 keramida 2004-07-18 02:26:30 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/make make.1 Log: Remove the dependency of the :C/regexp/replacement/ variable modifier from the :S modifier which follows a bit further below. This way the reader can read each of these two descriptions without having to jump back and forth in the manpage. PR: docs/26943 Submitted by: Alex Kapranoff Revision Changes Path 1.72 +7 -8 src/usr.bin/make/make.1 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 02:26: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 DDF7D16A4CE; Sun, 18 Jul 2004 02:26:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD44B43D2D; Sun, 18 Jul 2004 02:26:54 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I2Qs4v070219; Sun, 18 Jul 2004 02:26:54 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I2Qs56070218; Sun, 18 Jul 2004 02:26:54 GMT (envelope-from brueffer) Message-Id: <200407180226.i6I2Qs56070218@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 18 Jul 2004 02:26: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/etc remote X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 02:26:55 -0000 brueffer 2004-07-18 02:26:54 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) etc remote Log: MFC: rev. 1.12 Add traditional BSD names to the finger-friendly com[1-4] entries. Approved by: dougb Revision Changes Path 1.10.2.2 +5 -5 src/etc/remote From owner-cvs-all@FreeBSD.ORG Sun Jul 18 02:42: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 D0EC716A4CE; Sun, 18 Jul 2004 02:42:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B083343D2F; Sun, 18 Jul 2004 02:42:38 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I2gcFc070632; Sun, 18 Jul 2004 02:42:38 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I2gcvr070631; Sun, 18 Jul 2004 02:42:38 GMT (envelope-from keramida) Message-Id: <200407180242.i6I2gcvr070631@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 02: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/share/man/man4 netgraph.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 02:42:39 -0000 keramida 2004-07-18 02:42:38 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 netgraph.4 Log: The description of ng_mesg.cmd should call it "cmd" to match the struct definition and netgraph.h. PR: docs/66539 Submitted by: Michel Lavondes Revision Changes Path 1.46 +1 -1 src/share/man/man4/netgraph.4 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 02: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 7B03116A4CE; Sun, 18 Jul 2004 02:52:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B61843D45; Sun, 18 Jul 2004 02:52:25 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I2qPav070923; Sun, 18 Jul 2004 02:52:25 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I2qPMu070922; Sun, 18 Jul 2004 02:52:25 GMT (envelope-from keramida) Message-Id: <200407180252.i6I2qPMu070922@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 02:52: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/books/handbook/ppp-and-slip chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 02:52:25 -0000 keramida 2004-07-18 02:52:25 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Fix rendering of some by axing leading whitespace in all the lines except the first one. Revision Changes Path 1.139 +4 -4 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 03:00: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 2D98C16A4CE; Sun, 18 Jul 2004 03:00:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF5043D4C; Sun, 18 Jul 2004 03:00:58 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I30vHs071155; Sun, 18 Jul 2004 03:00:57 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I30voC071154; Sun, 18 Jul 2004 03:00:57 GMT (envelope-from keramida) Message-Id: <200407180300.i6I30voC071154@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 03:00:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/checkpoint article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 03:00:58 -0000 keramida 2004-07-18 03:00:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/checkpoint article.sgml Log: Expand all TABS to spaces in a to avoid indentation weirdness in rendered output. Revision Changes Path 1.19 +45 -45 doc/en_US.ISO8859-1/articles/checkpoint/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 03:12: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 4DEB716A4CE; Sun, 18 Jul 2004 03:12:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF4D43D39; Sun, 18 Jul 2004 03:12:21 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I3CLQ1071762; Sun, 18 Jul 2004 03:12:21 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I3CLSf071761; Sun, 18 Jul 2004 03:12:21 GMT (envelope-from keramida) Message-Id: <200407180312.i6I3CLSf071761@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 03:12:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 03:12:21 -0000 keramida 2004-07-18 03:12:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Reword a bit the reference to bento:/a/asami/portbuild and its subdirs and expand TABS to spaces in a , to avoid overly long lines in the output. Revision Changes Path 1.200 +11 -10 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 03:37: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 44C6416A4CE; Sun, 18 Jul 2004 03:37:46 +0000 (GMT) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A9743D2D; Sun, 18 Jul 2004 03:37:45 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id i6I3bi1C013799; Sat, 17 Jul 2004 23:37:45 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200407180119.i6I1JXbc068263@repoman.freebsd.org> References: <200407180119.i6I1JXbc068263@repoman.freebsd.org> Date: Sat, 17 Jul 2004 23:37:43 -0400 To: "David E. O'Brien" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 03:37:46 -0000 At 1:19 AM +0000 7/18/04, David E. O'Brien wrote: >obrien 2004-07-18 01:19:33 UTC > > FreeBSD src repository > > Modified files: > . Makefile > Log: > Add an "out" to the now required BS of defining DESTDIR. How about something a little shorter and more descriptive of what it is controlling? Say, "ALLOW_PLAIN_MAKE_WORLD" instead of "I_KNOW_WHAT_IM_DOING_THANKYOU_VERY_MUCH" -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Sun Jul 18 04: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 AC94216A4CF; Sun, 18 Jul 2004 04:09:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C9A143D1D; Sun, 18 Jul 2004 04:09:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I49e78073261; Sun, 18 Jul 2004 04:09:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I49eZP073260; Sun, 18 Jul 2004 04:09:40 GMT (envelope-from rwatson) Message-Id: <200407180409.i6I49eZP073260@repoman.freebsd.org> From: Robert Watson Date: Sun, 18 Jul 2004 04:09: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/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 04:09:40 -0000 rwatson 2004-07-18 04:09:40 UTC FreeBSD src repository Modified files: sys/compat/linux linux_socket.c Log: Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was intended. This fixes the build, but might require revision. Revision Changes Path 1.49 +1 -1 src/sys/compat/linux/linux_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 04:17: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 92D5916A4CF; Sun, 18 Jul 2004 04:17:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8805943D41; Sun, 18 Jul 2004 04:17:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I4HFZ6073829; Sun, 18 Jul 2004 04:17:15 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I4HF6n073828; Sun, 18 Jul 2004 04:17:15 GMT (envelope-from marcel) Message-Id: <200407180417.i6I4HF6n073828@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 18 Jul 2004 04:17: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/lib/libthread_db Makefile libc_r_db.c libpthread_db.c libpthread_db.h libthr_db.c thread_db.c thread_db.h thread_db_int.h src/lib/libthread_db/arch/alpha libc_r_md.c libpthread_md.c src/lib/libthread_db/arch/amd64 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 04:17:15 -0000 marcel 2004-07-18 04:17:15 UTC FreeBSD src repository Modified files: lib/libthread_db Makefile Added files: lib/libthread_db libc_r_db.c libpthread_db.c libpthread_db.h libthr_db.c thread_db.c thread_db.h thread_db_int.h lib/libthread_db/arch/alpha libc_r_md.c libpthread_md.c lib/libthread_db/arch/amd64 libc_r_md.c libpthread_md.c lib/libthread_db/arch/i386 libc_r_md.c libpthread_md.c lib/libthread_db/arch/ia64 libc_r_md.c libpthread_md.c lib/libthread_db/arch/sparc64 libc_r_md.c libpthread_md.c Removed files: lib/libthread_db/include thread_db.h thread_db_int.h lib/libthread_db/pthread Makefile pthread_db.c pthread_db.h pthread_db_i386.c lib/libthread_db/src Makefile thread_db.c Log: Add rudimentary support and stubs for libthr and libc_r on alpha, amd64, i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 for libpthread. Restructure the source files to avoid unnecessary use of subdirectories that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library). The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean. that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library). The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean. Tested on: amd64, i386, ia64 Revision Changes Path 1.2 +25 -2 src/lib/libthread_db/Makefile 1.1 +73 -0 src/lib/libthread_db/arch/alpha/libc_r_md.c (new) 1.1 +59 -0 src/lib/libthread_db/arch/alpha/libpthread_md.c (new) 1.1 +41 -0 src/lib/libthread_db/arch/amd64/libc_r_md.c (new) 1.1 +59 -0 src/lib/libthread_db/arch/amd64/libpthread_md.c (new) 1.1 +48 -0 src/lib/libthread_db/arch/i386/libc_r_md.c (new) 1.1 +105 -0 src/lib/libthread_db/arch/i386/libpthread_md.c (new) 1.1 +41 -0 src/lib/libthread_db/arch/ia64/libc_r_md.c (new) 1.1 +59 -0 src/lib/libthread_db/arch/ia64/libpthread_md.c (new) 1.1 +41 -0 src/lib/libthread_db/arch/sparc64/libc_r_md.c (new) 1.1 +59 -0 src/lib/libthread_db/arch/sparc64/libpthread_md.c (new) 1.3 +0 -287 src/lib/libthread_db/include/thread_db.h (dead) 1.3 +0 -93 src/lib/libthread_db/include/thread_db_int.h (dead) 1.1 +328 -0 src/lib/libthread_db/libc_r_db.c (new) 1.1 +825 -0 src/lib/libthread_db/libpthread_db.c (new) 1.1 +70 -0 src/lib/libthread_db/libpthread_db.h (new) 1.1 +311 -0 src/lib/libthread_db/libthr_db.c (new) 1.2 +0 -19 src/lib/libthread_db/pthread/Makefile (dead) 1.3 +0 -1087 src/lib/libthread_db/pthread/pthread_db.c (dead) 1.2 +0 -60 src/lib/libthread_db/pthread/pthread_db.h (dead) 1.2 +0 -105 src/lib/libthread_db/pthread/pthread_db_i386.c (dead) 1.2 +0 -15 src/lib/libthread_db/src/Makefile (dead) 1.3 +0 -359 src/lib/libthread_db/src/thread_db.c (dead) 1.1 +236 -0 src/lib/libthread_db/thread_db.c (new) 1.1 +230 -0 src/lib/libthread_db/thread_db.h (new) 1.1 +90 -0 src/lib/libthread_db/thread_db_int.h (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 04:22: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 E28D616A4CF; Sun, 18 Jul 2004 04:22:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C232943D49; Sun, 18 Jul 2004 04:22:01 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I4M18f073973; Sun, 18 Jul 2004 04:22:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I4M1rI073972; Sun, 18 Jul 2004 04:22:01 GMT (envelope-from marcel) Message-Id: <200407180422.i6I4M1rI073972@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 18 Jul 2004 04:22: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/lib/libpthread/thread thr_private.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, 18 Jul 2004 04:22:02 -0000 marcel 2004-07-18 04:22:01 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_private.h Log: Don't include lock.h and pthread_md.h when we're being included by libthread_db. Both headers are included seperately. Revision Changes Path 1.116 +2 -0 src/lib/libpthread/thread/thr_private.h From owner-cvs-all@FreeBSD.ORG Sun Jul 18 04: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 EBAE216A4D0; Sun, 18 Jul 2004 04:23:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C498543D49; Sun, 18 Jul 2004 04:23:30 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I4NUIf074020; Sun, 18 Jul 2004 04:23:30 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I4NUVH074019; Sun, 18 Jul 2004 04:23:30 GMT (envelope-from marcel) Message-Id: <200407180423.i6I4NUVH074019@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 18 Jul 2004 04:23: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/lib/libthr/thread thr_private.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, 18 Jul 2004 04:23:31 -0000 marcel 2004-07-18 04:23:30 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_private.h Log: Define _libthr_debug for use by libthread_db. Revision Changes Path 1.39 +9 -0 src/lib/libthr/thread/thr_private.h From owner-cvs-all@FreeBSD.ORG Sun Jul 18 04:36: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 E009016A4CF; Sun, 18 Jul 2004 04:36:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C06BA43D1F; Sun, 18 Jul 2004 04:36:22 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I4aM2m074371; Sun, 18 Jul 2004 04:36:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I4aMTq074370; Sun, 18 Jul 2004 04:36:22 GMT (envelope-from marcel) Message-Id: <200407180436.i6I4aMTq074370@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 18 Jul 2004 04:36: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/lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 04:36:24 -0000 marcel 2004-07-18 04:36:22 UTC FreeBSD src repository Modified files: lib Makefile Log: Hook libthread_db into the build, except for arm and powerpc. Porting libthread_db to arm and/or powerpc is easy enough, but we don't build gdb on those platforms yet. Revision Changes Path 1.187 +6 -2 src/lib/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 04:38: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 972B916A4CF; Sun, 18 Jul 2004 04:38:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763A943D2F; Sun, 18 Jul 2004 04:38:11 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I4cBSn074500; Sun, 18 Jul 2004 04:38:11 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I4cBZM074499; Sun, 18 Jul 2004 04:38:11 GMT (envelope-from alc) Message-Id: <200407180438.i6I4cBZM074499@repoman.freebsd.org> From: Alan Cox Date: Sun, 18 Jul 2004 04:38: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/vm vm_pageout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 04:38:11 -0000 alc 2004-07-18 04:38:11 UTC FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Remove the GIANT_REQUIRED preceding pmap_remove() in vm_pageout_map_deactivate_pages(). Revision Changes Path 1.261 +0 -1 src/sys/vm/vm_pageout.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 04:54:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED11116A4CE; Sun, 18 Jul 2004 04:54:36 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7C643D2F; Sun, 18 Jul 2004 04:54:36 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6I4sacW013790; Sat, 17 Jul 2004 21:54:36 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6I4sZn5004598; Sat, 17 Jul 2004 21:54:35 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6I4sZ1v004597; Sat, 17 Jul 2004 21:54:35 -0700 (PDT) (envelope-from marcel) Date: Sat, 17 Jul 2004 21:54:34 -0700 From: Marcel Moolenaar To: Garance A Drosihn Message-ID: <20040718045434.GA4487@dhcp50.pn.xcllnt.net> References: <200407180119.i6I1JXbc068263@repoman.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: cvs-all@FreeBSD.org cc: "David E. O'Brien" Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 04:54:37 -0000 On Sat, Jul 17, 2004 at 11:37:43PM -0400, Garance A Drosihn wrote: > At 1:19 AM +0000 7/18/04, David E. O'Brien wrote: > > FreeBSD src repository > > > > Modified files: > > . Makefile > > Log: > > Add an "out" to the now required BS of defining DESTDIR. > > How about something a little shorter and more descriptive of > what it is controlling? Say, "ALLOW_PLAIN_MAKE_WORLD" instead > of "I_KNOW_WHAT_IM_DOING_THANKYOU_VERY_MUCH" Any such option is totally unnecessary because you only have to add DESTDIR?=/ to /etc/make.conf to get the old behaviour back. This also demonstrates that the people who scream the loudest that hey know what they're doing very often do not. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Jul 18 04: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 B0DEA16A4CE; Sun, 18 Jul 2004 04:57:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F90643D39; Sun, 18 Jul 2004 04:57:49 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I4vntr075006; Sun, 18 Jul 2004 04:57:49 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I4vn68075005; Sun, 18 Jul 2004 04:57:49 GMT (envelope-from alc) Message-Id: <200407180457.i6I4vn68075005@repoman.freebsd.org> From: Alan Cox Date: Sun, 18 Jul 2004 04:57: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 vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 04:57:49 -0000 alc 2004-07-18 04:57:49 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Remove GIANT_REQUIRED from vmapbuf(). Revision Changes Path 1.442 +0 -2 src/sys/kern/vfs_bio.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 05:09: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 DE63716A4CE; Sun, 18 Jul 2004 05:09:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF79043D4C; Sun, 18 Jul 2004 05:09:28 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I59SkM075340; Sun, 18 Jul 2004 05:09:28 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I59Shs075339; Sun, 18 Jul 2004 05:09:28 GMT (envelope-from alc) Message-Id: <200407180509.i6I59Shs075339@repoman.freebsd.org> From: Alan Cox Date: Sun, 18 Jul 2004 05:09: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/alpha/alpha 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: Sun, 18 Jul 2004 05:09:29 -0000 alc 2004-07-18 05:09:28 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c Log: Only extract a physical address from a pte in pmap_extract() if the pte is valid. Implement the protection check required by the pmap_extract_and_hold() specification. (This enables the elimination of Giant from that function.) Revision Changes Path 1.161 +13 -9 src/sys/alpha/alpha/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 05:12: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 8FA9A16A4CE; Sun, 18 Jul 2004 05:12:47 +0000 (GMT) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E1F43D5C; Sun, 18 Jul 2004 05:12:47 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id i6I5CkuM027200; Sun, 18 Jul 2004 01:12:46 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20040718045434.GA4487@dhcp50.pn.xcllnt.net> References: <200407180119.i6I1JXbc068263@repoman.freebsd.org> <20040718045434.GA4487@dhcp50.pn.xcllnt.net> Date: Sun, 18 Jul 2004 01:12:45 -0400 To: Marcel Moolenaar From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "David E. O'Brien" Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 05:12:47 -0000 At 9:54 PM -0700 7/17/04, Marcel Moolenaar wrote: >On Sat, Jul 17, 2004 at 11:37:43PM -0400, Garance A Drosihn wrote: >> At 1:19 AM +0000 7/18/04, David E. O'Brien wrote: > > > FreeBSD src repository > > > >> > Modified files: >> > . Makefile >> > Log: >> > Add an "out" to the now required BS of defining DESTDIR. >> >> How about something a little shorter and more descriptive of >> what it is controlling? Say, "ALLOW_PLAIN_MAKE_WORLD" instead >> of "I_KNOW_WHAT_IM_DOING_THANKYOU_VERY_MUCH" > >Any such option is totally unnecessary because you only have to >add DESTDIR?=/ to /etc/make.conf to get the old behaviour back. For all I know, it might be that setting DESTDIR will trigger some other behavior that he is trying to avoid (perhaps something unique to his own setup). I don't mind an extra flag if that makes this change less painful for some situations, but I think we could pick a more sensible name for the flag. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Sun Jul 18 05: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 4186416A4CE; Sun, 18 Jul 2004 05:39:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 239B643D1D; Sun, 18 Jul 2004 05:39:15 +0000 (GMT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I5dFiO076118; Sun, 18 Jul 2004 05:39:15 GMT (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I5dFB7076117; Sun, 18 Jul 2004 05:39:15 GMT (envelope-from sanpei) Message-Id: <200407180539.i6I5dFB7076117@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 18 Jul 2004 05:39: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/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 05:39:15 -0000 sanpei 2004-07-18 05:39:15 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Quirk for SEGRAND NP-900 USB MP3Player PR: kern/64563 Submitted by: Kunitada Kokubun MFC after: 1 week Revision Changes Path 1.169 +8 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06:01: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 6997816A4CE; Sun, 18 Jul 2004 06:01:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4401D43D1F; Sun, 18 Jul 2004 06:01:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6182M076748; Sun, 18 Jul 2004 06:01:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6188L076747; Sun, 18 Jul 2004 06:01:08 GMT (envelope-from krion) Message-Id: <200407180601.i6I6188L076747@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 18 Jul 2004 06:01: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/astro/gpsman Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 06:01:08 -0000 krion 2004-07-18 06:01:08 UTC FreeBSD ports repository Modified files: astro/gpsman Makefile distinfo pkg-message pkg-plist Log: Update to 6.1.2 PR: ports/69214 Submitted by: maintainer Revision Changes Path 1.10 +1 -1 ports/astro/gpsman/Makefile 1.8 +2 -2 ports/astro/gpsman/distinfo 1.3 +2 -2 ports/astro/gpsman/pkg-message 1.6 +27 -2 ports/astro/gpsman/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06:05:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F175316A4CE; Sun, 18 Jul 2004 06:05:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D370443D1F; Sun, 18 Jul 2004 06:05:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I65xL8076936; Sun, 18 Jul 2004 06:05:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I65xun076935; Sun, 18 Jul 2004 06:05:59 GMT (envelope-from krion) Message-Id: <200407180605.i6I65xun076935@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 18 Jul 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/devel/p5-Sort-Tree 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, 18 Jul 2004 06:06:00 -0000 krion 2004-07-18 06:05:59 UTC FreeBSD ports repository Modified files: devel/p5-Sort-Tree Makefile distinfo Log: Update to 1.09 PR: ports/69229 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/devel/p5-Sort-Tree/Makefile 1.3 +2 -2 ports/devel/p5-Sort-Tree/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06: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 A134316A4CE; Sun, 18 Jul 2004 06:16:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A4243D55; Sun, 18 Jul 2004 06:16:17 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6GHPr077224; Sun, 18 Jul 2004 06:16:17 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6GHXK077223; Sun, 18 Jul 2004 06:16:17 GMT (envelope-from krion) Message-Id: <200407180616.i6I6GHXK077223@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 18 Jul 2004 06:16: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/msmtp-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: Sun, 18 Jul 2004 06:16:17 -0000 krion 2004-07-18 06:16:17 UTC FreeBSD ports repository Modified files: mail/msmtp-devel Makefile distinfo Log: Update to 1.2.0 PR: ports/69223 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/mail/msmtp-devel/Makefile 1.4 +2 -2 ports/mail/msmtp-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06: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 0420416A4CE; Sun, 18 Jul 2004 06:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F0043D46; Sun, 18 Jul 2004 06:25:44 +0000 (GMT) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6PiAX077481; Sun, 18 Jul 2004 06:25:44 GMT (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6PirZ077480; Sun, 18 Jul 2004 06:25:44 GMT (envelope-from will) Message-Id: <200407180625.i6I6PirZ077480@repoman.freebsd.org> From: Will Andrews Date: Sun, 18 Jul 2004 06:25: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/cstringbuffer 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, 18 Jul 2004 06:25:45 -0000 will 2004-07-18 06:25:44 UTC FreeBSD ports repository Modified files: devel/cstringbuffer Makefile distinfo Log: Update to 0.1.3. Submitted by: MAINTAINER Revision Changes Path 1.2 +6 -1 ports/devel/cstringbuffer/Makefile 1.2 +2 -2 ports/devel/cstringbuffer/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06: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 A578716A4CE; Sun, 18 Jul 2004 06:45:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 872DE43D5C; Sun, 18 Jul 2004 06:45:38 +0000 (GMT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6jcet078005; Sun, 18 Jul 2004 06:45:38 GMT (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6jc8F078004; Sun, 18 Jul 2004 06:45:38 GMT (envelope-from sanpei) Message-Id: <200407180645.i6I6jc8F078004@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 18 Jul 2004 06:45: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 if_axe.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 06:45:39 -0000 sanpei 2004-07-18 06:45:38 UTC FreeBSD src repository Modified files: sys/dev/usb if_axe.c usbdevs Log: Add support System TALKS Inc. SGC-X2UL PR: FreeBSD-users-jp/80137 Submitted by: HORIO Shinsuke Revision Changes Path 1.20 +1 -0 src/sys/dev/usb/if_axe.c 1.190 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06:48: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 4321016A4CE; Sun, 18 Jul 2004 06:48:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BEBC43D55; Sun, 18 Jul 2004 06:48:14 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6mEXW078124; Sun, 18 Jul 2004 06:48:14 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6mEx2078123; Sun, 18 Jul 2004 06:48:14 GMT (envelope-from vanilla) Message-Id: <200407180648.i6I6mEx2078123@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 18 Jul 2004 06:48:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Spork Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 06:48:14 -0000 vanilla 2004-07-18 06:48:14 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Spork Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add p5-Spork 0.18, creating standalone HTML slideshows from Kwiki markup. PR: ports/69227 Submitted by: Elvis Chiang Revision Changes Path 1.709 +1 -0 ports/textproc/Makefile 1.1 +35 -0 ports/textproc/p5-Spork/Makefile (new) 1.1 +2 -0 ports/textproc/p5-Spork/distinfo (new) 1.1 +4 -0 ports/textproc/p5-Spork/pkg-descr (new) 1.1 +4 -0 ports/textproc/p5-Spork/pkg-message (new) 1.1 +14 -0 ports/textproc/p5-Spork/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06:50:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9920916A4CE; Sun, 18 Jul 2004 06:50:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC6C43D49; Sun, 18 Jul 2004 06:50:04 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6o4RZ078193; Sun, 18 Jul 2004 06:50:04 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6o4vF078192; Sun, 18 Jul 2004 06:50:04 GMT (envelope-from vanilla) Message-Id: <200407180650.i6I6o4vF078192@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 18 Jul 2004 06:50:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 06:50:04 -0000 vanilla 2004-07-18 06:50:04 UTC FreeBSD ports repository Modified files: . modules Log: Add textproc/p5-Spork. Revision Changes Path 1.10560 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06: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 E82EC16A4CE; Sun, 18 Jul 2004 06:50:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D3F43D1D; Sun, 18 Jul 2004 06:50:58 +0000 (GMT) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6owMC078335; Sun, 18 Jul 2004 06:50:58 GMT (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6ow3c078334; Sun, 18 Jul 2004 06:50:58 GMT (envelope-from sanpei) Message-Id: <200407180650.i6I6ow3c078334@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 18 Jul 2004 06:50: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/share/man/man4 axe.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 06:50:59 -0000 sanpei 2004-07-18 06:50:58 UTC FreeBSD src repository Modified files: share/man/man4 axe.4 Log: Add support System TALKS Inc. SGC-X2UL Revision Changes Path 1.6 +2 -0 src/share/man/man4/axe.4 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06:52: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 0DE0616A4CE; Sun, 18 Jul 2004 06:52:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E423843D1F; Sun, 18 Jul 2004 06:52:11 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6qB0A078402; Sun, 18 Jul 2004 06:52:11 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6qBUM078401; Sun, 18 Jul 2004 06:52:11 GMT (envelope-from vanilla) Message-Id: <200407180652.i6I6qBUM078401@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 18 Jul 2004 06:52: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/p5-WordNet-Similarity 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, 18 Jul 2004 06:52:12 -0000 vanilla 2004-07-18 06:52:11 UTC FreeBSD ports repository Modified files: textproc/p5-WordNet-Similarity Makefile distinfo pkg-plist Log: - update from 0.08 to 0.09 - new MAN1 man-pages - add four files in pkg-plist PR: ports/69222 Submitted by: maintainer Revision Changes Path 1.6 +10 -1 ports/textproc/p5-WordNet-Similarity/Makefile 1.6 +2 -2 ports/textproc/p5-WordNet-Similarity/distinfo 1.4 +4 -0 ports/textproc/p5-WordNet-Similarity/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06:54: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 C279A16A4CE; Sun, 18 Jul 2004 06:54:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A431543D1D; Sun, 18 Jul 2004 06:54:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6sTVC078482; Sun, 18 Jul 2004 06:54:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6sTDG078481; Sun, 18 Jul 2004 06:54:29 GMT (envelope-from pjd) Message-Id: <200407180654.i6I6sTDG078481@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 18 Jul 2004 06:54: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/geom/concat g_concat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 06:54:29 -0000 pjd 2004-07-18 06:54:29 UTC FreeBSD src repository Modified files: sys/geom/concat g_concat.c Log: Fix exclusive-bit leakage. Revision Changes Path 1.12 +1 -1 src/sys/geom/concat/g_concat.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06:56: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 12E0816A4CE; Sun, 18 Jul 2004 06:56:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86DF43D46; Sun, 18 Jul 2004 06:56:40 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6uejc078609; Sun, 18 Jul 2004 06:56:40 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6ueaY078608; Sun, 18 Jul 2004 06:56:40 GMT (envelope-from tjr) Message-Id: <200407180656.i6I6ueaY078608@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 18 Jul 2004 06:56: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/lib/libc/gen fnmatch.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 06:56:41 -0000 tjr 2004-07-18 06:56:40 UTC FreeBSD src repository Modified files: lib/libc/gen fnmatch.3 Log: Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list of features required by the standard that the current implementation does not support. PR: 57911 Revision Changes Path 1.18 +7 -3 src/lib/libc/gen/fnmatch.3 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 06:58:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0CD916A4CE; Sun, 18 Jul 2004 06:58:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2AC843D49; Sun, 18 Jul 2004 06:58:14 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I6wE3Q078655; Sun, 18 Jul 2004 06:58:14 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I6wEwV078654; Sun, 18 Jul 2004 06:58:14 GMT (envelope-from marcus) Message-Id: <200407180658.i6I6wEwV078654@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Jul 2004 06:58:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs faq2.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 06:58:15 -0000 marcus 2004-07-18 06:58:14 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Add an FAQ item on how to create new MIME types in GNOME 2.6. Revision Changes Path 1.71 +85 -1 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 07:58:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C259016A4CE; Sun, 18 Jul 2004 07:58:59 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 82F4F43D41; Sun, 18 Jul 2004 07:58:58 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Jul 2004 08:58:57 +0100 (BST) Date: Sun, 18 Jul 2004 08:58:57 +0100 From: David Malone To: Robert Watson Message-ID: <20040718075857.GA98074@walton.maths.tcd.ie> References: <200407180409.i6I49eZP073260@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407180409.i6I49eZP073260@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 07:58:59 -0000 On Sun, Jul 18, 2004 at 04:09:40AM +0000, Robert Watson wrote: > Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was > intended. This fixes the build, but might require revision. Yep, sorry about that, - I accidently missed a bit of patch and did my compile test on the wrong machine ;-( Thers's still a little bit to come that Alfred spotted - I'm just going to test on the right machine now... David. From owner-cvs-all@FreeBSD.ORG Sun Jul 18 08:00: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 5178A16A4CE; Sun, 18 Jul 2004 08:00:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B7D43D1D; Sun, 18 Jul 2004 08:00:31 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I80Vmi080520; Sun, 18 Jul 2004 08:00:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I80Uj6080519; Sun, 18 Jul 2004 08:00:30 GMT (envelope-from pjd) Message-Id: <200407180800.i6I80Uj6080519@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 18 Jul 2004 08:00: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/sbin/geom/class/concat gconcat.8 geom_concat.c src/sbin/geom/class/label geom_label.c glabel.8 src/sbin/geom/class/stripe geom_stripe.c gstripe.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, 18 Jul 2004 08:00:31 -0000 pjd 2004-07-18 08:00:30 UTC FreeBSD src repository Modified files: sbin/geom/class/concat gconcat.8 geom_concat.c sbin/geom/class/label glabel.8 geom_label.c sbin/geom/class/stripe geom_stripe.c gstripe.8 Log: MFp4: Add 'dump' command to gconcat(8), glabel(8) and gstripe(8) which allow to dump metadata from given components. Revision Changes Path 1.8 +6 -0 src/sbin/geom/class/concat/gconcat.8 1.4 +55 -1 src/sbin/geom/class/concat/geom_concat.c 1.3 +52 -1 src/sbin/geom/class/label/geom_label.c 1.6 +6 -0 src/sbin/geom/class/label/glabel.8 1.5 +56 -1 src/sbin/geom/class/stripe/geom_stripe.c 1.11 +6 -0 src/sbin/geom/class/stripe/gstripe.8 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 08:02: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 0A2E616A4CE; Sun, 18 Jul 2004 08:02:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF3243D31; Sun, 18 Jul 2004 08:02:29 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I82TLQ080616; Sun, 18 Jul 2004 08:02:29 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I82Txe080615; Sun, 18 Jul 2004 08:02:29 GMT (envelope-from gerald) Message-Id: <200407180802.i6I82Txe080615@repoman.freebsd.org> From: Gerald Pfeifer Date: Sun, 18 Jul 2004 08:02: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/emulators/wine pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 08:02:30 -0000 gerald 2004-07-18 08:02:29 UTC FreeBSD ports repository Modified files: emulators/wine pkg-descr Log: Explain why I won't update this port (newer versions simply won't even start on any version of FreeBSD). Revision Changes Path 1.12 +5 -0 ports/emulators/wine/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Jul 18 09:03: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 491CE16A51C; Sun, 18 Jul 2004 09:03:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C1343D41; Sun, 18 Jul 2004 09:03:13 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I93DVj082276; Sun, 18 Jul 2004 09:03:13 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I93DQV082275; Sun, 18 Jul 2004 09:03:13 GMT (envelope-from maxim) Message-Id: <200407180903.i6I93DQV082275@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 18 Jul 2004 09:03: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/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC 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: Sun, 18 Jul 2004 09:03:13 -0000 maxim 2004-07-18 09:03:12 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: In -CURRENT pseudo devices are not statically assigned at compile time, remove a stale comment. PR: kern/62285 Revision Changes Path 1.172 +1 -1 src/sys/alpha/conf/GENERIC 1.414 +1 -1 src/sys/amd64/conf/GENERIC 1.407 +1 -1 src/sys/i386/conf/GENERIC 1.252 +1 -1 src/sys/pc98/conf/GENERIC 1.37 +1 -1 src/sys/powerpc/conf/GENERIC 1.75 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Sun Jul 18 09:07: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 EC4E916A4CE; Sun, 18 Jul 2004 09:07:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD72043D31; Sun, 18 Jul 2004 09:07:58 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I97ww6082467; Sun, 18 Jul 2004 09:07:58 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I97wHs082466; Sun, 18 Jul 2004 09:07:58 GMT (envelope-from markm) Message-Id: <200407180907.i6I97wHs082466@repoman.freebsd.org> From: Mark Murray Date: Sun, 18 Jul 2004 09:07: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/random randomdev.c randomdev_soft.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 09:07:59 -0000 markm 2004-07-18 09:07:58 UTC FreeBSD src repository Modified files: sys/dev/random randomdev.c randomdev_soft.c Log: Start the entropy device insecure/unblocked. I'll be handing over responsibility for critical randomness requirements (like sshd) to rc.d/* Requested by: many Revision Changes Path 1.57 +1 -3 src/sys/dev/random/randomdev.c 1.3 +2 -2 src/sys/dev/random/randomdev_soft.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 09:26: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 CAECC16A4CF; Sun, 18 Jul 2004 09:26:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE3D043D1D; Sun, 18 Jul 2004 09:26:34 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I9QYWI082933; Sun, 18 Jul 2004 09:26:34 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I9QYoB082932; Sun, 18 Jul 2004 09:26:34 GMT (envelope-from dwmalone) Message-Id: <200407180926.i6I9QYoB082932@repoman.freebsd.org> From: David Malone Date: Sun, 18 Jul 2004 09:26: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/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 09:26:34 -0000 dwmalone 2004-07-18 09:26:34 UTC FreeBSD src repository Modified files: sys/compat/linux linux_socket.c Log: I missed two pieces of the commit to this file. Robert has already added one, this adds the other. Revision Changes Path 1.50 +1 -1 src/sys/compat/linux/linux_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 09:35: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 320D716A4CE; Sun, 18 Jul 2004 09:35:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13ECB43D55; Sun, 18 Jul 2004 09:35:38 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I9Zb7w083220; Sun, 18 Jul 2004 09:35:37 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I9ZbLl083219; Sun, 18 Jul 2004 09:35:37 GMT (envelope-from erwin) Message-Id: <200407180935.i6I9ZbLl083219@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 18 Jul 2004 09:35: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/x11-wm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 09:35:38 -0000 erwin 2004-07-18 09:35:37 UTC FreeBSD ports repository Modified files: x11-wm Makefile Log: Add orion, a window manager written in Scheme. PR: ports/69075 Submitted by: Björn Lindström Revision Changes Path 1.159 +1 -0 ports/x11-wm/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 09:57: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 7596A16A4CE; Sun, 18 Jul 2004 09:57:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5906C43D48; Sun, 18 Jul 2004 09:57:48 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I9vmGa083820; Sun, 18 Jul 2004 09:57:48 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I9vm34083819; Sun, 18 Jul 2004 09:57:48 GMT (envelope-from maxim) Message-Id: <200407180957.i6I9vm34083819@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 18 Jul 2004 09:57: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/sbin/dumpon dumpon.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, 18 Jul 2004 09:57:48 -0000 maxim 2004-07-18 09:57:48 UTC FreeBSD src repository Modified files: sbin/dumpon dumpon.8 Log: `off' is a keyword, not a parameter name. Obtained from: DragonFly Revision Changes Path 1.30 +1 -1 src/sbin/dumpon/dumpon.8 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 10:05:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29AF16A4CE; Sun, 18 Jul 2004 10:05:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC00443D2F; Sun, 18 Jul 2004 10:05:50 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IA5omr084201; Sun, 18 Jul 2004 10:05:50 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IA5oV4084200; Sun, 18 Jul 2004 10:05:50 GMT (envelope-from vanilla) Message-Id: <200407181005.i6IA5oV4084200@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 18 Jul 2004 10: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/security/amavisd-new Makefile distinfo pkg-plist ports/security/amavisd-new/files INSTALL.tmpl MESSAGE.tmpl amavisd.sh.tmpl patch-amavisd patch-amavisd-sample.conf patch-amavisd.conf perlwarning.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: Sun, 18 Jul 2004 10:05:51 -0000 vanilla 2004-07-18 10:05:50 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile distinfo pkg-plist security/amavisd-new/files INSTALL.tmpl MESSAGE.tmpl amavisd.sh.tmpl patch-amavisd patch-amavisd.conf Added files: security/amavisd-new/files patch-amavisd-sample.conf perlwarning.tmpl Log: - update amavisd-new to 20040701 - add dependency on cabextract and rpm2cpio.pl - add menu used to add required dependencies for MySQL, PostgreSQL and LDAP support - add warning when running under perl version below 5.8.2 - remove taint checks when running perl 5.00503 - (hopefully) fix chroot support by running amavisd with -u instead of using "su" - mention other virus scanners available in the ports collection in the startup message PR: ports/68732 Submitted by: maintainer Revision Changes Path 1.17 +37 -8 ports/security/amavisd-new/Makefile 1.13 +2 -2 ports/security/amavisd-new/distinfo 1.3 +3 -1 ports/security/amavisd-new/files/INSTALL.tmpl 1.4 +11 -7 ports/security/amavisd-new/files/MESSAGE.tmpl 1.7 +2 -2 ports/security/amavisd-new/files/amavisd.sh.tmpl 1.6 +8 -8 ports/security/amavisd-new/files/patch-amavisd 1.1 +40 -0 ports/security/amavisd-new/files/patch-amavisd-sample.conf (new) 1.8 +28 -37 ports/security/amavisd-new/files/patch-amavisd.conf 1.1 +10 -0 ports/security/amavisd-new/files/perlwarning.tmpl (new) 1.11 +3 -0 ports/security/amavisd-new/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 18 10:06:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4634716A4D2; Sun, 18 Jul 2004 10:06:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F19443D1F; Sun, 18 Jul 2004 10:06:01 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IA61a0084282; Sun, 18 Jul 2004 10:06:01 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IA61v6084281; Sun, 18 Jul 2004 10:06:01 GMT (envelope-from sem) Message-Id: <200407181006.i6IA61v6084281@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 18 Jul 2004 10:06:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libtecla Makefile distinfo ports/devel/libtecla/files patch-configure.in patch-getline.c ports/devel/libtecla/scripts genman3list.sh genmanlist.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 10:06:01 -0000 sem 2004-07-18 10:06:01 UTC FreeBSD ports repository Modified files: devel/libtecla Makefile distinfo devel/libtecla/files patch-getline.c Added files: devel/libtecla/scripts genmanlist.sh Removed files: devel/libtecla/files patch-configure.in devel/libtecla/scripts genman3list.sh Log: Uppdate to 1.6.0 Approved by: krion (mentor) (implicitly) Revision Changes Path 1.17 +3 -4 ports/devel/libtecla/Makefile 1.11 +2 -2 ports/devel/libtecla/distinfo 1.2 +0 -16 ports/devel/libtecla/files/patch-configure.in (dead) 1.2 +11 -9 ports/devel/libtecla/files/patch-getline.c 1.2 +0 -15 ports/devel/libtecla/scripts/genman3list.sh (dead) 1.1 +38 -0 ports/devel/libtecla/scripts/genmanlist.sh (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 10:11: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 CCCED16A4CE; Sun, 18 Jul 2004 10:11:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE2143D1F; Sun, 18 Jul 2004 10:11:27 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IABRuL084450; Sun, 18 Jul 2004 10:11:27 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IABRlb084449; Sun, 18 Jul 2004 10:11:27 GMT (envelope-from tjr) Message-Id: <200407181011.i6IABRlb084449@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 18 Jul 2004 10:11: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/lib/libc/gen glob.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 10:11:27 -0000 tjr 2004-07-18 10:11:27 UTC FreeBSD src repository Modified files: lib/libc/gen glob.3 Log: Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list of features required by the standard that the current implementation does not support. PR: 57911 (related) Revision Changes Path 1.26 +12 -7 src/lib/libc/gen/glob.3 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 10:25: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 241C516A4CE; Sun, 18 Jul 2004 10:25:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0700043D41; Sun, 18 Jul 2004 10:25:56 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IAPtKE084814; Sun, 18 Jul 2004 10:25:55 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IAPtRK084813; Sun, 18 Jul 2004 10:25:55 GMT (envelope-from lth) Message-Id: <200407181025.i6IAPtRK084813@repoman.freebsd.org> From: Lars Thegler Date: Sun, 18 Jul 2004 10:25:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-Mbox-MessageParser 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, 18 Jul 2004 10:25:56 -0000 lth 2004-07-18 10:25:55 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Mbox-MessageParser Makefile distinfo Log: - Update to 1.20 - a few changes, see CHANGES PR: 69230 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/mail/p5-Mail-Mbox-MessageParser/Makefile 1.4 +2 -2 ports/mail/p5-Mail-Mbox-MessageParser/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 10: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 4863316A4CE; Sun, 18 Jul 2004 10:49:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B4A743D2D; Sun, 18 Jul 2004 10:49:59 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IAnxSO085396; Sun, 18 Jul 2004 10:49:59 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IAnx6O085395; Sun, 18 Jul 2004 10:49:59 GMT (envelope-from eik) Message-Id: <200407181049.i6IAnx6O085395@repoman.freebsd.org> From: Oliver Eikemeier Date: Sun, 18 Jul 2004 10: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/security/portaudit-db/database portaudit.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: Sun, 18 Jul 2004 10:49:59 -0000 eik 2004-07-18 10:49:58 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: mod_ssl format string vulnerability Revision Changes Path 1.52 +3 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Sun Jul 18 11:18: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 E994A16A4CF; Sun, 18 Jul 2004 11:18:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44B043D2F; Sun, 18 Jul 2004 11:18:21 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IBILKP086267; Sun, 18 Jul 2004 11:18:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IBIL97086266; Sun, 18 Jul 2004 11:18:21 GMT (envelope-from edwin) Message-Id: <200407181118.i6IBIL97086266@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 18 Jul 2004 11:18: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/archivers Makefile ports/archivers/bsdtar Makefile distinfo pkg-descr ports/archivers/bsdtar/files patch-Makefile patch-bsdtar.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, 18 Jul 2004 11:18:22 -0000 edwin 2004-07-18 11:18:21 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/bsdtar Makefile distinfo pkg-descr archivers/bsdtar/files patch-Makefile patch-bsdtar.h Log: [NEW PORT] archivers/bsdtar Port of the bsdtar archiver for FreeBSD systems prior to 502111 PR: ports/68054 Submitted by: Martin Matuska Revision Changes Path 1.103 +1 -0 ports/archivers/Makefile 1.1 +42 -0 ports/archivers/bsdtar/Makefile (new) 1.1 +2 -0 ports/archivers/bsdtar/distinfo (new) 1.1 +17 -0 ports/archivers/bsdtar/files/patch-Makefile (new) 1.1 +10 -0 ports/archivers/bsdtar/files/patch-bsdtar.h (new) 1.1 +4 -0 ports/archivers/bsdtar/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 11:18: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 1B08C16A4CE; Sun, 18 Jul 2004 11:18:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF78243D3F; Sun, 18 Jul 2004 11:18:54 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IBIs18086317; Sun, 18 Jul 2004 11:18:54 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IBIs7A086316; Sun, 18 Jul 2004 11:18:54 GMT (envelope-from edwin) Message-Id: <200407181118.i6IBIs7A086316@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 18 Jul 2004 11:18: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 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, 18 Jul 2004 11:18:55 -0000 edwin 2004-07-18 11:18:54 UTC FreeBSD ports repository Modified files: . modules Log: bsdtar --> ports/archivers/bsdtar Revision Changes Path 1.10561 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 18 11:45: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 4BE0E16A4D0; Sun, 18 Jul 2004 11:45:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3538943D41; Sun, 18 Jul 2004 11:45:31 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IBjVpt087067; Sun, 18 Jul 2004 11:45:31 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IBjVCj087066; Sun, 18 Jul 2004 11:45:31 GMT (envelope-from edwin) Message-Id: <200407181145.i6IBjVCj087066@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 18 Jul 2004 11:45: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/jailuser Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/jailuser/files patch-Makefile patch-functions patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 11:45:31 -0000 edwin 2004-07-18 11:45:31 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/jailuser Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/jailuser/files patch-Makefile patch-functions patch-install.sh Log: New port: sysutils/jail Builds a chrooted environment I've made a port for: http://sourceforge.net/projects/jail/ Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. The main goal of Jail is to be as simple as possible, and highly portable. The most difficult step when building a chrooted environment is to set up the right libraries. PR: ports/67900 Submitted by: bugghy Revision Changes Path 1.551 +1 -0 ports/sysutils/Makefile 1.1 +40 -0 ports/sysutils/jailuser/Makefile (new) 1.1 +2 -0 ports/sysutils/jailuser/distinfo (new) 1.1 +32 -0 ports/sysutils/jailuser/files/patch-Makefile (new) 1.1 +40 -0 ports/sysutils/jailuser/files/patch-functions (new) 1.1 +128 -0 ports/sysutils/jailuser/files/patch-install.sh (new) 1.1 +9 -0 ports/sysutils/jailuser/pkg-descr (new) 1.1 +5 -0 ports/sysutils/jailuser/pkg-message (new) 1.1 +33 -0 ports/sysutils/jailuser/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 11:45: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 1264516A4CE; Sun, 18 Jul 2004 11:45:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA4C543D1F; Sun, 18 Jul 2004 11:45:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IBjp4Y087113; Sun, 18 Jul 2004 11:45:51 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IBjpFr087112; Sun, 18 Jul 2004 11:45:51 GMT (envelope-from edwin) Message-Id: <200407181145.i6IBjpFr087112@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 18 Jul 2004 11:45:51 +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, 18 Jul 2004 11:45:52 -0000 edwin 2004-07-18 11:45:51 UTC FreeBSD ports repository Modified files: . modules Log: jailuser --> ports/sysutils/jailuser Revision Changes Path 1.10562 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 18 12:01:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B8E16A4CE; Sun, 18 Jul 2004 12:01:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C832F43D1F; Sun, 18 Jul 2004 12:01:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IC1KvI087567; Sun, 18 Jul 2004 12:01:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IC1KqW087566; Sun, 18 Jul 2004 12:01:20 GMT (envelope-from pav) Message-Id: <200407181201.i6IC1KqW087566@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 18 Jul 2004 12:01: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/ftp/pure-ftpd Makefile distinfo ports/ftp/pure-ftpd/files patch-src_bsd-getopt_long.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 12:01:21 -0000 pav 2004-07-18 12:01:20 UTC FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile distinfo Removed files: ftp/pure-ftpd/files patch-src_bsd-getopt_long.c Log: - Update to 1.0.20 Approved by: maintainer Revision Changes Path 1.48 +1 -2 ports/ftp/pure-ftpd/Makefile 1.38 +2 -2 ports/ftp/pure-ftpd/distinfo 1.3 +0 -21 ports/ftp/pure-ftpd/files/patch-src_bsd-getopt_long.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 12:04: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 1BCA416A4CE; Sun, 18 Jul 2004 12:04:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173D943D46; Sun, 18 Jul 2004 12:04:45 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IC4iT4087709; Sun, 18 Jul 2004 12:04:44 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IC4i2b087708; Sun, 18 Jul 2004 12:04:44 GMT (envelope-from edwin) Message-Id: <200407181204.i6IC4i2b087708@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 18 Jul 2004 12:04: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/desktop-file-utils Makefile distinfo pkg-descr pkg-plist ports/devel/desktop-file-utils/files patch-src::menu-method.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 12:04:45 -0000 edwin 2004-07-18 12:04:44 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/desktop-file-utils Makefile distinfo pkg-descr pkg-plist devel/desktop-file-utils/files patch-src::menu-method.c Log: New port: desktop-file-utils, a couple of command line utilities for working with desktop entries desktop-file-utils contains a couple of command line utilities for working with desktop entries, aswell as a menu module for GnomeVFS. WWW: http://www.freedesktop.org/Software/desktop-file-utils PR: ports/67814 Submitted by: Jean-Yves Lefort Revision Changes Path 1.1615 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/desktop-file-utils/Makefile (new) 1.1 +2 -0 ports/devel/desktop-file-utils/distinfo (new) 1.1 +11 -0 ports/devel/desktop-file-utils/files/patch-src::menu-method.c (new) 1.1 +7 -0 ports/devel/desktop-file-utils/pkg-descr (new) 1.1 +7 -0 ports/devel/desktop-file-utils/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 12:05:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3093E16A4CE; Sun, 18 Jul 2004 12:05:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14CCB43D1F; Sun, 18 Jul 2004 12:05:28 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IC5RjY087801; Sun, 18 Jul 2004 12:05:27 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IC5RJX087800; Sun, 18 Jul 2004 12:05:27 GMT (envelope-from edwin) Message-Id: <200407181205.i6IC5RJX087800@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 18 Jul 2004 12:05:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 12:05:28 -0000 edwin 2004-07-18 12:05:27 UTC FreeBSD ports repository Modified files: . modules Log: desktop-file-utils --> ports/devel/desktop-file-utils Revision Changes Path 1.10563 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 18 12:22: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 675C816A4CE; Sun, 18 Jul 2004 12:22:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 632AC43D2D; Sun, 18 Jul 2004 12:22:49 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ICMnuf088283; Sun, 18 Jul 2004 12:22:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ICMnn3088282; Sun, 18 Jul 2004 12:22:49 GMT (envelope-from edwin) Message-Id: <200407181222.i6ICMnn3088282@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 18 Jul 2004 12:22: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 Makefile ports/www/simplog 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, 18 Jul 2004 12:22:49 -0000 edwin 2004-07-18 12:22:49 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/simplog Makefile distinfo pkg-descr pkg-plist Log: New port: www/simplog: A simple php weblog Simplog was created to provide people with an easy way to create and maintain their own personal or a community weblog. With the increasing number of people creating on-line journals, there is a need for a tool that allows them a quick and easy way to share their lives with the rest of the world. Simplog is NOT trying to a news/portal app like Slash/Scoop/PHP-Nuke, nor will it ever be, although it can be used for this purpose. Simplog is intended for use as a personal or community weblog tool. PR: ports/65770 Submitted by: Jose Liang Revision Changes Path 1.929 +1 -0 ports/www/Makefile 1.1 +42 -0 ports/www/simplog/Makefile (new) 1.1 +2 -0 ports/www/simplog/distinfo (new) 1.1 +11 -0 ports/www/simplog/pkg-descr (new) 1.1 +344 -0 ports/www/simplog/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 12:23:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0685216A4CE; Sun, 18 Jul 2004 12:23:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF9843D3F; Sun, 18 Jul 2004 12:23:06 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ICN6YI088337; Sun, 18 Jul 2004 12:23:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ICN6xD088336; Sun, 18 Jul 2004 12:23:06 GMT (envelope-from edwin) Message-Id: <200407181223.i6ICN6xD088336@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 18 Jul 2004 12:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 12:23:07 -0000 edwin 2004-07-18 12:23:06 UTC FreeBSD ports repository Modified files: . modules Log: simplog --> ports/www/simplog Revision Changes Path 1.10564 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Jul 18 12:54: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 150D816A4CE; Sun, 18 Jul 2004 12:54:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC3F43D5A; Sun, 18 Jul 2004 12:54:15 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ICsE9x089168; Sun, 18 Jul 2004 12:54:14 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ICsEhS089167; Sun, 18 Jul 2004 12:54:14 GMT (envelope-from keramida) Message-Id: <200407181254.i6ICsEhS089167@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 12:54: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/articles/console-server article.sgml doc/en_US.ISO8859-1/articles/serial-uart article.sgml doc/en_US.ISO8859-1/books/faq book.sgml doc/en_US.ISO8859-1/books/handbook/ppp-and-slipchapter.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, 18 Jul 2004 12:54:15 -0000 keramida 2004-07-18 12:54:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/console-server article.sgml en_US.ISO8859-1/articles/serial-uart article.sgml en_US.ISO8859-1/books/faq book.sgml en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Fix a couple of misuses of to wrap COM[0-9] device names and add tags around the remaining untagged instances of the same. PR: docs/69221 Submitted by: Warren Block Revision Changes Path 1.17 +2 -2 doc/en_US.ISO8859-1/articles/console-server/article.sgml 1.10 +7 -7 doc/en_US.ISO8859-1/articles/serial-uart/article.sgml 1.633 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml 1.133 +5 -5 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml 1.140 +2 -2 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.91 +1 -1 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 12:55:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AD8F16A4CE; Sun, 18 Jul 2004 12:55:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E321043D62; Sun, 18 Jul 2004 12:55:24 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ICtOBH089231; Sun, 18 Jul 2004 12:55:24 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ICtOPa089230; Sun, 18 Jul 2004 12:55:24 GMT (envelope-from wilko) Message-Id: <200407181255.i6ICtOPa089230@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 18 Jul 2004 12:55:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 12:55:25 -0000 wilko 2004-07-18 12:55:24 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Note desire for a couple of ECC PC133 DIMMs. Remove desire for Evo N160 docking station. Revision Changes Path 1.221 +8 -9 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 13:14: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 0638416A4CE; Sun, 18 Jul 2004 13:14:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF45643D5E; Sun, 18 Jul 2004 13:14:06 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IDE69N089747; Sun, 18 Jul 2004 13:14:06 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IDE6dP089746; Sun, 18 Jul 2004 13:14:06 GMT (envelope-from blackend) Message-Id: <200407181314.i6IDE6dP089746@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 18 Jul 2004 13:14:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/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: Sun, 18 Jul 2004 13:14:07 -0000 blackend 2004-07-18 13:14:06 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In IPv6 section: - Some punctuation and uppercase fixes - Remove contractions and s/config file/configuration file/ Revision Changes Path 1.327 +5 -5 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 14: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 2F62416A4CE; Sun, 18 Jul 2004 14:25:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 147C743D1D; Sun, 18 Jul 2004 14:25:49 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IEPmm1091500; Sun, 18 Jul 2004 14:25:48 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IEPmUD091499; Sun, 18 Jul 2004 14:25:48 GMT (envelope-from mlaier) Message-Id: <200407181425.i6IEPmUD091499@repoman.freebsd.org> From: Max Laier Date: Sun, 18 Jul 2004 14:25:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/pf/net pf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 14:25:49 -0000 mlaier 2004-07-18 14:25:48 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: Fix a stupid attemp to apply host arithmetics to network byte ordered data. This fixes checksum for some drivers with partial H/W ckcsum offloads. Reported by: Simon 'corecode' Schubert, Devon H. O'Dell, hmp Reviewed by: Pyun YongHyeon Revision Changes Path 1.15 +1 -1 src/sys/contrib/pf/net/pf.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 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 B667E16A4CE; Sun, 18 Jul 2004 14:32:09 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A53743D4C; Sun, 18 Jul 2004 14:32:09 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6IEc1tM049595; Sun, 18 Jul 2004 08:38:01 -0600 (MDT) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)i6IEc1g1049592; Sun, 18 Jul 2004 08:38:01 -0600 (MDT) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Sun, 18 Jul 2004 08:38:00 -0600 (MDT) From: Scott Long Sender: scottl@pooker.samsco.org To: Marcel Moolenaar In-Reply-To: <200407180422.i6I4M1rI073972@repoman.freebsd.org> Message-ID: <20040718083445.T32601@pooker.samsco.org> References: <200407180422.i6I4M1rI073972@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/lib/libpthread/thread thr_private.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, 18 Jul 2004 14:32:09 -0000 On Sun, 18 Jul 2004, Marcel Moolenaar wrote: > marcel 2004-07-18 04:22:01 UTC > > FreeBSD src repository > > Modified files: > lib/libpthread/thread thr_private.h > Log: > Don't include lock.h and pthread_md.h when we're being included by > libthread_db. Both headers are included seperately. > > Revision Changes Path > 1.116 +2 -0 src/lib/libpthread/thread/thr_private.h > Something in this chain of commits has broken the sparc64 build. Is it possible that a file was left out? Scott From owner-cvs-all@FreeBSD.ORG Sun Jul 18 14:48: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 C4D1F16A4CE; Sun, 18 Jul 2004 14:48:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB54243D48; Sun, 18 Jul 2004 14:48:50 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IEmo2X092056; Sun, 18 Jul 2004 14:48:50 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IEmoVf092055; Sun, 18 Jul 2004 14:48:50 GMT (envelope-from keramida) Message-Id: <200407181448.i6IEmoVf092055@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 14:48:50 +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: Sun, 18 Jul 2004 14:48:50 -0000 keramida 2004-07-18 14:48:50 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Sprinkle   entities between &xfree86; and its version numbers. Capitalize XDM and KDM within tags. PR: docs/69240 Submitted by: Remko Lodder Revision Changes Path 1.137 +36 -36 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 14:52: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 0388B16A4CE; Sun, 18 Jul 2004 14:52:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBAAB43D1F; Sun, 18 Jul 2004 14:52:18 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IEqIUE092217; Sun, 18 Jul 2004 14:52:18 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IEqIMC092216; Sun, 18 Jul 2004 14:52:18 GMT (envelope-from keramida) Message-Id: <200407181452.i6IEqIMC092216@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 14:52:18 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 14:52:19 -0000 keramida 2004-07-18 14:52:18 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Add an entry for firefox in the desktop chapter application list, now that it's mentioned in the browser section. PR: docs/69241 Submitted by: Joel Dahl Revision Changes Path 1.34 +6 -0 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 15:02: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 1921416A4CE; Sun, 18 Jul 2004 15:02:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1575143D31; Sun, 18 Jul 2004 15:02:06 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IF25VS092530; Sun, 18 Jul 2004 15:02:05 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IF25aG092529; Sun, 18 Jul 2004 15:02:05 GMT (envelope-from vanilla) Message-Id: <200407181502.i6IF25aG092529@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 18 Jul 2004 15:02:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Data-Hierarchy Makefile distinfo ports/devel/p5-SVN-Mirror Makefile distinfo ports/devel/svk 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, 18 Jul 2004 15:02:06 -0000 vanilla 2004-07-18 15:02:05 UTC FreeBSD ports repository Modified files: devel/p5-Data-Hierarchy Makefile distinfo devel/p5-SVN-Mirror Makefile distinfo devel/svk Makefile distinfo Log: svk 0.16 has released in June 30. Also update p5-Data-Hierarchy and p5-SVN-Mirror. PR: ports/68685 Submitted by: rafan at infor dot org Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/devel/p5-Data-Hierarchy/Makefile 1.3 +2 -2 ports/devel/p5-Data-Hierarchy/distinfo 1.4 +1 -1 ports/devel/p5-SVN-Mirror/Makefile 1.3 +2 -2 ports/devel/p5-SVN-Mirror/distinfo 1.5 +11 -7 ports/devel/svk/Makefile 1.4 +2 -2 ports/devel/svk/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 15:12: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 73C0A16A4CE; Sun, 18 Jul 2004 15:12:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5806C43D45; Sun, 18 Jul 2004 15:12:26 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IFCQiU092877; Sun, 18 Jul 2004 15:12:26 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IFCQHY092876; Sun, 18 Jul 2004 15:12:26 GMT (envelope-from keramida) Message-Id: <200407181512.i6IFCQHY092876@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 15:12:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/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: Sun, 18 Jul 2004 15:12:26 -0000 keramida 2004-07-18 15:12:26 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Partially revert my last commit. As blackend@ said, the KDE people call their display manager "kdm"; so should we. To avoid starting a sentence with a lowercase "kdm" word, I had to reword a bit one of the changes. Revision Changes Path 1.138 +9 -9 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 15:16: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 D2BD916A4CE; Sun, 18 Jul 2004 15:16:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B897F43D4C; Sun, 18 Jul 2004 15:16:54 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IFGsbj093036; Sun, 18 Jul 2004 15:16:54 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IFGs4e093035; Sun, 18 Jul 2004 15:16:54 GMT (envelope-from leeym) Message-Id: <200407181516.i6IFGs4e093035@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 18 Jul 2004 15:16:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/autossh Makefile distinfo pkg-plist ports/security/autossh/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 15:16:55 -0000 leeym 2004-07-18 15:16:54 UTC FreeBSD ports repository Modified files: security/autossh Makefile distinfo pkg-plist Removed files: security/autossh/files patch-Makefile Log: update to autossh-1.2 Revision Changes Path 1.4 +2 -1 ports/security/autossh/Makefile 1.4 +2 -2 ports/security/autossh/distinfo 1.2 +0 -13 ports/security/autossh/files/patch-Makefile (dead) 1.3 +0 -3 ports/security/autossh/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 18 15:20:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A04F16A4CE; Sun, 18 Jul 2004 15:20:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F06843D39; Sun, 18 Jul 2004 15:20:04 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IFK4Xb093105; Sun, 18 Jul 2004 15:20:04 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IFK4wn093104; Sun, 18 Jul 2004 15:20:04 GMT (envelope-from scottl) Message-Id: <200407181520.i6IFK4wn093104@repoman.freebsd.org> From: Scott Long Date: Sun, 18 Jul 2004 15:20:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthread_db/arch/sparc64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 15:20:05 -0000 scottl 2004-07-18 15:20:04 UTC FreeBSD src repository Modified files: lib/libthread_db/arch/sparc64 libpthread_md.c Log: Add missing #includes so that this can compile. Obtained from the i386 version. Revision Changes Path 1.2 +7 -0 src/lib/libthread_db/arch/sparc64/libpthread_md.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 15:24:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECED216A4CE; Sun, 18 Jul 2004 15:24:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0EA143D1D; Sun, 18 Jul 2004 15:24:37 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IFObep093258; Sun, 18 Jul 2004 15:24:37 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IFObcG093257; Sun, 18 Jul 2004 15:24:37 GMT (envelope-from scottl) Message-Id: <200407181524.i6IFObcG093257@repoman.freebsd.org> From: Scott Long Date: Sun, 18 Jul 2004 15:24: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/lib/libthread_db/arch/alpha libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 15:24:38 -0000 scottl 2004-07-18 15:24:37 UTC FreeBSD src repository Modified files: lib/libthread_db/arch/alpha libpthread_md.c lib/libthread_db/arch/ia64 libpthread_md.c Log: Try to fix ia64 and alpha compiles. I don't have either equipment fired up now, but it appears to be the same problem and solution as sparc64. Revision Changes Path 1.2 +7 -0 src/lib/libthread_db/arch/alpha/libpthread_md.c 1.2 +7 -0 src/lib/libthread_db/arch/ia64/libpthread_md.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 15:42: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 80D0616A4CE; Sun, 18 Jul 2004 15:42:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D83443D48; Sun, 18 Jul 2004 15:42:15 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IFgFcB093796; Sun, 18 Jul 2004 15:42:15 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IFgFll093795; Sun, 18 Jul 2004 15:42:15 GMT (envelope-from naddy) Message-Id: <200407181542.i6IFgFll093795@repoman.freebsd.org> From: Christian Weisgerber Date: Sun, 18 Jul 2004 15:42: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/net/openntpd Makefile distinfo ports/net/openntpd/files patch-ntpd.8 patch-ntpd.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 15:42:15 -0000 naddy 2004-07-18 15:42:15 UTC FreeBSD ports repository Modified files: net/openntpd Makefile distinfo Added files: net/openntpd/files patch-ntpd.8 patch-ntpd.conf.5 Log: (1) Update to 20040718p. Changes in this release: - Ignore obviously malformed queries. - Respond to client queries with better server statistics. (2) Fix configuration file location in man pages. PR: 69233 Submitted by: edwin (2) Revision Changes Path 1.5 +4 -1 ports/net/openntpd/Makefile 1.4 +2 -2 ports/net/openntpd/distinfo 1.1 +38 -0 ports/net/openntpd/files/patch-ntpd.8 (new) 1.1 +16 -0 ports/net/openntpd/files/patch-ntpd.conf.5 (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 15:59:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EF916A4CE; Sun, 18 Jul 2004 15:59:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE75443D46; Sun, 18 Jul 2004 15:59:04 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IFx42l094235; Sun, 18 Jul 2004 15:59:04 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IFx42N094234; Sun, 18 Jul 2004 15:59:04 GMT (envelope-from scottl) Message-Id: <200407181559.i6IFx42N094234@repoman.freebsd.org> From: Scott Long Date: Sun, 18 Jul 2004 15: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/conf NOTES options src/sys/kern kern_mutex.c 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: Sun, 18 Jul 2004 15:59:05 -0000 scottl 2004-07-18 15:59:03 UTC FreeBSD src repository Modified files: sys/conf NOTES options sys/kern kern_mutex.c sys/amd64/conf GENERIC Log: Enable ADAPTIVE_MUTEXES by default by changing the sense of the option to NO_ADAPTIVE_MUTEXES. This option has been enabled by default on amd64 for quite some time, and has been extensively tested on i386 and sparc64. It shows measurable performance gains in many circumstances, and few negative effects. It would be nice in t he future if adaptive mutexes actually went to sleep after a certain amount of spinning, but that will require quite a bit more testing. Revision Changes Path 1.415 +0 -1 src/sys/amd64/conf/GENERIC 1.1248 +3 -2 src/sys/conf/NOTES 1.465 +1 -1 src/sys/conf/options 1.142 +3 -3 src/sys/kern/kern_mutex.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 16:06:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D3B16A4CE; Sun, 18 Jul 2004 16:06:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29B343D46; Sun, 18 Jul 2004 16:06:12 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IG6CLM094543; Sun, 18 Jul 2004 16:06:12 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IG6Cqg094542; Sun, 18 Jul 2004 16:06:12 GMT (envelope-from lkoeller) Message-Id: <200407181606.i6IG6Cqg094542@repoman.freebsd.org> From: Lars Koeller Date: Sun, 18 Jul 2004 16:06: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/math/grace 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, 18 Jul 2004 16:06:12 -0000 lkoeller 2004-07-18 16:06:12 UTC FreeBSD ports repository Modified files: math/grace Makefile distinfo Log: o) Update to 5.1.16, with the following fixes: * PDF driver updated to work with PDFlib-6 (rep. #1426). Minimal supported version is now 5.0 -> These unbreaks the build * set scrolling of the custom ticks/labels table to 1 row per click (rep. #1419) * updates relevant to the status of mailing lists/forums * added option to generate PDF-1.4 format (Acrobat5). Support for PDF-1.2 (Acrobat3) removed * replaced meaningless error message issued when trying to load data with a few string columns as a single set * in the spreadsheet editor, the last entered cell's data wasn't committed (rep. #1420) Revision Changes Path 1.42 +2 -4 ports/math/grace/Makefile 1.17 +2 -2 ports/math/grace/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 16:13:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F2D16A4CE; Sun, 18 Jul 2004 16:13:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2743343D39; Sun, 18 Jul 2004 16:13:10 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IGDAhE094722; Sun, 18 Jul 2004 16:13:10 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IGDAMT094721; Sun, 18 Jul 2004 16:13:10 GMT (envelope-from olgeni) Message-Id: <200407181613.i6IGDAMT094721@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 18 Jul 2004 16:13: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/deskutils/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, 18 Jul 2004 16:13:10 -0000 olgeni 2004-07-18 16:13:10 UTC FreeBSD ports repository Modified files: deskutils/phpgroupware Makefile distinfo pkg-plist Log: Upgrade to version 0.9.16.001. Revision Changes Path 1.15 +2 -2 ports/deskutils/phpgroupware/Makefile 1.9 +2 -2 ports/deskutils/phpgroupware/distinfo 1.13 +110 -0 ports/deskutils/phpgroupware/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 18 16:26: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 0D17D16A4CE; Sun, 18 Jul 2004 16:26:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72CF43D3F; Sun, 18 Jul 2004 16:26:51 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IGQpRW095070; Sun, 18 Jul 2004 16:26:51 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IGQpbl095069; Sun, 18 Jul 2004 16:26:51 GMT (envelope-from blackend) Message-Id: <200407181626.i6IGQpbl095069@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 18 Jul 2004 16:26: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/fr_FR.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: Sun, 18 Jul 2004 16:26:52 -0000 blackend 2004-07-18 16:26:51 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: MFen 1.309 --> 1.323 Revision Changes Path 1.24 +148 -9 doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Jul 18 16: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 5335E16A4D1; Sun, 18 Jul 2004 16:30:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F7343D1D; Sun, 18 Jul 2004 16:30:32 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IGUWSX095260; Sun, 18 Jul 2004 16:30:32 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IGUW2D095259; Sun, 18 Jul 2004 16:30:32 GMT (envelope-from dfr) Message-Id: <200407181630.i6IGUW2D095259@repoman.freebsd.org> From: Doug Rabson Date: Sun, 18 Jul 2004 16:30:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.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, 18 Jul 2004 16:30:32 -0000 dfr 2004-07-18 16:30:32 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c bus_if.m sys/sys bus.h Log: Add doxygen doc comments for most of newbus and the BUS interface. Revision Changes Path 1.27 +322 -106 src/sys/kern/bus_if.m 1.156 +919 -46 src/sys/kern/subr_bus.c 1.62 +82 -76 src/sys/sys/bus.h From owner-cvs-all@FreeBSD.ORG Sun Jul 18 16:49: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 9075616A4CE; Sun, 18 Jul 2004 16:49:46 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7296443D48; Sun, 18 Jul 2004 16:49:46 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i6IGnkWi090554 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 18 Jul 2004 09:49:46 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: David Malone Date: Sun, 18 Jul 2004 09:51:06 -0700 User-Agent: KMail/1.6.1 References: <200407180926.i6I9QYoB082932@repoman.freebsd.org> In-Reply-To: <200407180926.i6I9QYoB082932@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407180951.06333.sam@errno.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 16:49:46 -0000 On Sunday 18 July 2004 02:26 am, David Malone wrote: > dwmalone 2004-07-18 09:26:34 UTC > > FreeBSD src repository > > Modified files: > sys/compat/linux linux_socket.c > Log: > I missed two pieces of the commit to this file. Robert has already > added one, this adds the other. Not to pick on this commit, but recently there have been several commits where the log msg addressed _why_ the commit was done but never described _what_ was changed. This is not helpful; someone coming along later with only CVS for reference must do a diff to even guess what the change does. Good commit msgs give a reader an understanding of the reason and content of a change. The above commit msg is more appropriate as followup mail to the actual commit (so it's not even included in CVS). Sam From owner-cvs-all@FreeBSD.ORG Sun Jul 18 16: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 93C5816A4CE; Sun, 18 Jul 2004 16:51:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A50043D31; Sun, 18 Jul 2004 16:51:59 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IGpxf1095859; Sun, 18 Jul 2004 16:51:59 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IGpx3Q095858; Sun, 18 Jul 2004 16:51:59 GMT (envelope-from pjd) Message-Id: <200407181651.i6IGpx3Q095858@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 18 Jul 2004 16:51:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/stripe g_stripe.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, 18 Jul 2004 16:51:59 -0000 pjd 2004-07-18 16:51:58 UTC FreeBSD src repository Modified files: sys/geom/stripe g_stripe.h Log: Fix copy&paste bug. Revision Changes Path 1.3 +1 -1 src/sys/geom/stripe/g_stripe.h From owner-cvs-all@FreeBSD.ORG Sun Jul 18 17:38: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 8977416A4CE; Sun, 18 Jul 2004 17:38:24 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBBD43D49; Sun, 18 Jul 2004 17:38:24 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6IHcO0o016227; Sun, 18 Jul 2004 10:38:24 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6IHcOTw006953; Sun, 18 Jul 2004 10:38:24 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6IHcNfO006952; Sun, 18 Jul 2004 10:38:23 -0700 (PDT) (envelope-from marcel) Date: Sun, 18 Jul 2004 10:38:23 -0700 From: Marcel Moolenaar To: Scott Long Message-ID: <20040718173823.GC6792@dhcp50.pn.xcllnt.net> References: <200407181524.i6IFObcG093257@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407181524.i6IFObcG093257@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/lib/libthread_db/arch/alpha libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 17:38:24 -0000 On Sun, Jul 18, 2004 at 03:24:37PM +0000, Scott Long wrote: > scottl 2004-07-18 15:24:37 UTC > > FreeBSD src repository > > Modified files: > lib/libthread_db/arch/alpha libpthread_md.c > lib/libthread_db/arch/ia64 libpthread_md.c > Log: > Try to fix ia64 and alpha compiles. I don't have either equipment fired > up now, but it appears to be the same problem and solution as sparc64. Argh.. I think I've committed from the wrong tree. I'll double-check that everything's ok after coffee. Sorry about that, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Jul 18 17:41: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 551DC16A4CE; Sun, 18 Jul 2004 17:41:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF2643D54; Sun, 18 Jul 2004 17:41:42 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IHfgF5097393; Sun, 18 Jul 2004 17:41:42 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IHfgE5097392; Sun, 18 Jul 2004 17:41:42 GMT (envelope-from lioux) Message-Id: <200407181741.i6IHfgE5097392@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 18 Jul 2004 17:41: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/multimedia/ogmtools 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, 18 Jul 2004 17:41:42 -0000 lioux 2004-07-18 17:41:41 UTC FreeBSD ports repository Modified files: multimedia/ogmtools Makefile distinfo Log: Update to 1.4 PR: 68939 Submitted by: michael johnson Revision Changes Path 1.18 +1 -2 ports/multimedia/ogmtools/Makefile 1.14 +2 -2 ports/multimedia/ogmtools/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 17:41: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 D2B2016A4D0; Sun, 18 Jul 2004 17:41:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B204843D55; Sun, 18 Jul 2004 17:41:42 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IHfgVC097424; Sun, 18 Jul 2004 17:41:42 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IHfgbw097423; Sun, 18 Jul 2004 17:41:42 GMT (envelope-from lioux) Message-Id: <200407181741.i6IHfgbw097423@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 18 Jul 2004 17:41: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/multimedia/mkvtoolnix 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, 18 Jul 2004 17:41:43 -0000 lioux 2004-07-18 17:41:42 UTC FreeBSD ports repository Modified files: multimedia/mkvtoolnix Makefile distinfo Log: Update to 0.9.2 PR: 68938 Submitted by: michael johnson Revision Changes Path 1.10 +1 -15 ports/multimedia/mkvtoolnix/Makefile 1.5 +2 -2 ports/multimedia/mkvtoolnix/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 17:55: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 039C516A4CE; Sun, 18 Jul 2004 17:55:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC58B43D31; Sun, 18 Jul 2004 17:55:20 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IHtKcX097773; Sun, 18 Jul 2004 17:55:20 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IHtKo5097772; Sun, 18 Jul 2004 17:55:20 GMT (envelope-from lioux) Message-Id: <200407181755.i6IHtKo5097772@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 18 Jul 2004 17:55:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/py-spambayes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 17:55:21 -0000 lioux 2004-07-18 17:55:20 UTC FreeBSD ports repository Modified files: mail/py-spambayes Makefile Log: o Add required RUN_DEPENDS upon databases/py-bsddb o Bump PORTREVISION since the problem is noticeable at run time. Force all users to upgrade PR: 69173 Submitted by: Torfinn Ingolfsen Revision Changes Path 1.9 +3 -0 ports/mail/py-spambayes/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 17:59: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 0B90216A4CE; Sun, 18 Jul 2004 17:59:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E419443D5D; Sun, 18 Jul 2004 17:59:33 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IHxXmw097902; Sun, 18 Jul 2004 17:59:33 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IHxXHT097901; Sun, 18 Jul 2004 17:59:33 GMT (envelope-from lioux) Message-Id: <200407181759.i6IHxXHT097901@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 18 Jul 2004 17: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/mpeg4ip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 17:59:34 -0000 lioux 2004-07-18 17:59:33 UTC FreeBSD ports repository Modified files: multimedia/mpeg4ip Makefile Log: Fix build on AMD64 PR: 69043 Submitted by: Conrad J. Sabatier Revision Changes Path 1.41 +1 -1 ports/multimedia/mpeg4ip/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 18: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 C25A916A4CE; Sun, 18 Jul 2004 18:01:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4B643D31; Sun, 18 Jul 2004 18:01:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6II1muY098070; Sun, 18 Jul 2004 18:01:48 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6II1mD6098069; Sun, 18 Jul 2004 18:01:48 GMT (envelope-from simon) Message-Id: <200407181801.i6II1mD6098069@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 18 Jul 2004 18:01: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/etc/rc.d gbde src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 18:01:48 -0000 simon 2004-07-18 18:01:48 UTC FreeBSD src repository (doc committer) Modified files: etc/rc.d gbde etc/defaults rc.conf share/man/man5 rc.conf.5 Log: For the gbde attach script: - Ask the user up to X times (3 by default) for the pass-phrase, if it is incorrect the first time. - Add support for storing the lockfiles in another other directory than /etc. - Document that it is possible to override the location of each single lockfile. Approved by: pjd Revision Changes Path 1.211 +2 -0 src/etc/defaults/rc.conf 1.5 +13 -3 src/etc/rc.d/gbde 1.221 +25 -0 src/share/man/man5/rc.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 18:12: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 4FEC116A4CE; Sun, 18 Jul 2004 18:12:33 +0000 (GMT) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id C79DA43D39; Sun, 18 Jul 2004 18:12:32 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.12.11/8.12.11) with ESMTP id i6IICVqh010925; Sun, 18 Jul 2004 20:12:31 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i6IICVL0012603; Sun, 18 Jul 2004 20:12:31 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i6IICVto012602; Sun, 18 Jul 2004 20:12:31 +0200 (CEST) (envelope-from wb) Date: Sun, 18 Jul 2004 20:12:31 +0200 From: Wilko Bulte To: Marcel Moolenaar Message-ID: <20040718181230.GA12586@freebie.xs4all.nl> References: <200407181524.i6IFObcG093257@repoman.freebsd.org> <20040718173823.GC6792@dhcp50.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718173823.GC6792@dhcp50.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Scott Long cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libthread_db/arch/alpha libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 18:12:33 -0000 On Sun, Jul 18, 2004 at 10:38:23AM -0700, Marcel Moolenaar wrote: > On Sun, Jul 18, 2004 at 03:24:37PM +0000, Scott Long wrote: > > scottl 2004-07-18 15:24:37 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libthread_db/arch/alpha libpthread_md.c > > lib/libthread_db/arch/ia64 libpthread_md.c > > Log: > > Try to fix ia64 and alpha compiles. I don't have either equipment fired > > up now, but it appears to be the same problem and solution as sparc64. > > Argh.. I think I've committed from the wrong tree. I'll double-check > that everything's ok after coffee. /me visualises marcel speeding to Starbucks for a strong one ;) -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Jul 18 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 CB3AD16A4CE; Sun, 18 Jul 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 B115843D49; Sun, 18 Jul 2004 18:21:39 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IILdQw098562; Sun, 18 Jul 2004 18:21:39 GMT (envelope-from kan@repoman.freebsd.org) Received: (from kan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IILdVu098561; Sun, 18 Jul 2004 18:21:39 GMT (envelope-from kan) Message-Id: <200407181821.i6IILdVu098561@repoman.freebsd.org> From: Alexander Kabaev Date: Sun, 18 Jul 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 options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 18:21:39 -0000 kan 2004-07-18 18:21:39 UTC FreeBSD src repository Modified files: sys/conf options Log: Unbreak kernel compiles by preserving an old opt_adaptive_mutexes.h file name. Revision Changes Path 1.466 +1 -1 src/sys/conf/options From owner-cvs-all@FreeBSD.ORG Sun Jul 18 18: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 18A7016A4CE; Sun, 18 Jul 2004 18:44:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5C943D41; Sun, 18 Jul 2004 18:44:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IIisxR099129; Sun, 18 Jul 2004 18:44:54 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IIisWr099128; Sun, 18 Jul 2004 18:44:54 GMT (envelope-from krion) Message-Id: <200407181844.i6IIisWr099128@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 18 Jul 2004 18: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/net/ysm 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: Sun, 18 Jul 2004 18:44:55 -0000 krion 2004-07-18 18:44:54 UTC FreeBSD ports repository Modified files: net/ysm Makefile distinfo pkg-descr Log: Update to 7.2.9.6 PR: ports/69247 Submitted by: maintainer Revision Changes Path 1.18 +1 -1 ports/net/ysm/Makefile 1.10 +2 -2 ports/net/ysm/distinfo 1.3 +1 -1 ports/net/ysm/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Jul 18 18:45:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8171216A51B; Sun, 18 Jul 2004 18:45:14 +0000 (GMT) Received: from lakermmtao04.cox.net (lakermmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8BBD43D2F; Sun, 18 Jul 2004 18:45:13 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.71.51]) by lakermmtao04.cox.net ESMTP <20040718184511.IDFG19953.lakermmtao04.cox.net@dolphin.local.net>; Sun, 18 Jul 2004 14:45:11 -0400 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.12.11/8.12.11) with ESMTP id i6IIjA82041578; Sun, 18 Jul 2004 13:45:10 -0500 (CDT) (envelope-from conrads@dolphin.local.net) Received: (from conrads@localhost) by dolphin.local.net (8.12.11/8.12.11/Submit) id i6IIjAe4041577; Sun, 18 Jul 2004 13:45:10 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20040718083445.T32601@pooker.samsco.org> Date: Sun, 18 Jul 2004 13:45:10 -0500 (CDT) Organization: A Rag-Tag Band of Drug-Crazed Hippies From: "Conrad J. Sabatier" To: Scott Long cc: cvs-src@freebsd.org cc: Marcel Moolenaar cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libpthread/thread thr_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: conrads@cox.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 18:45:14 -0000 On 18-Jul-2004 Scott Long wrote: > On Sun, 18 Jul 2004, Marcel Moolenaar wrote: >> marcel 2004-07-18 04:22:01 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libpthread/thread thr_private.h >> Log: >> Don't include lock.h and pthread_md.h when we're being included by >> libthread_db. Both headers are included seperately. >> >> Revision Changes Path >> 1.116 +2 -0 src/lib/libpthread/thread/thr_private.h >> > > Something in this chain of commits has broken the sparc64 build. Is > it possible that a file was left out? > > Scott Broken for amd64 as well: ===> lib/libthread_db cc -O2 -pipe -I. -I/usr/src/lib/libthread_db -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/lib/libthread_db/libpthread_db.c /usr/src/lib/libthread_db/libpthread_db.c:38:26: proc_service.h: No such file or directory -- Conrad J. Sabatier -- "In Unix veritas" From owner-cvs-all@FreeBSD.ORG Sun Jul 18 18: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 CF23D16A4CE; Sun, 18 Jul 2004 18:47:29 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D08943D53; Sun, 18 Jul 2004 18:47:29 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6IIlR9v016444; Sun, 18 Jul 2004 11:47:27 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6IIlRCx007162; Sun, 18 Jul 2004 11:47:27 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6IIlROb007161; Sun, 18 Jul 2004 11:47:27 -0700 (PDT) (envelope-from marcel) Date: Sun, 18 Jul 2004 11:47:27 -0700 From: Marcel Moolenaar To: Wilko Bulte Message-ID: <20040718184727.GA7115@dhcp50.pn.xcllnt.net> References: <200407181524.i6IFObcG093257@repoman.freebsd.org> <20040718173823.GC6792@dhcp50.pn.xcllnt.net> <20040718181230.GA12586@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718181230.GA12586@freebie.xs4all.nl> 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/lib/libthread_db/arch/alpha libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 18:47:30 -0000 On Sun, Jul 18, 2004 at 08:12:31PM +0200, Wilko Bulte wrote: > On Sun, Jul 18, 2004 at 10:38:23AM -0700, Marcel Moolenaar wrote: > > On Sun, Jul 18, 2004 at 03:24:37PM +0000, Scott Long wrote: > > > scottl 2004-07-18 15:24:37 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > lib/libthread_db/arch/alpha libpthread_md.c > > > lib/libthread_db/arch/ia64 libpthread_md.c > > > Log: > > > Try to fix ia64 and alpha compiles. I don't have either equipment fired > > > up now, but it appears to be the same problem and solution as sparc64. > > > > Argh.. I think I've committed from the wrong tree. I'll double-check > > that everything's ok after coffee. > > /me visualises marcel speeding to Starbucks for a strong one ;) Speeding to Starbucks is not a problem. It's speeding from Starbucks that has resulted in many coffee stains in my car. U-turns are fatal on my way home, because I like to take them rally-style anyway, but with a full cup of coffee in a cupholder that doesn't really hold any cups... ouch... :-) -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Sun Jul 18 18:55: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 5A92316A4CE; Sun, 18 Jul 2004 18:55:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE9A43D2F; Sun, 18 Jul 2004 18:55:32 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IItWnZ099502; Sun, 18 Jul 2004 18:55:32 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IItWnY099501; Sun, 18 Jul 2004 18:55:32 GMT (envelope-from markm) Message-Id: <200407181855.i6IItWnY099501@repoman.freebsd.org> From: Mark Murray Date: Sun, 18 Jul 2004 18:55: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 18:55:32 -0000 markm 2004-07-18 18:55:32 UTC FreeBSD src repository Modified files: . Makefile Log: Rename a preposterously long name with one that might look a bit more professional. While here, write a few lines of explanatory text to explain what its for. Discussed with: rwatson With hat: core Revision Changes Path 1.304 +6 -2 src/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 19:10:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA9916A4CE; Sun, 18 Jul 2004 19:10:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EDE43D2D; Sun, 18 Jul 2004 19:10:37 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IJAb5l099950; Sun, 18 Jul 2004 19:10:37 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IJAbrk099949; Sun, 18 Jul 2004 19:10:37 GMT (envelope-from dwmalone) Message-Id: <200407181910.i6IJAbrk099949@repoman.freebsd.org> From: David Malone Date: Sun, 18 Jul 2004 19:10: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 uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 19:10:37 -0000 dwmalone 2004-07-18 19:10:36 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: The recent changes to control message passing broke some things that get certain types of control messages (ping6 and rtsol are examples). This gets the new code closer to working: 1) Collect control mbufs for processing in the controlp == NULL case, so that they can be freed by externalize. 2) Loop over the list of control mbufs, as the externalize function may not know how to deal with chains. 3) In the case where there is no externalize function, remember to add the control mbuf to the controlp list so that it will be returned. 4) After adding stuff to the controlp list, walk to the end of the list of stuff that was added, incase we added a chain. This code can be further improved, but this is enough to get most things working again. Reviewed by: rwatson Revision Changes Path 1.205 +16 -12 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 19:12: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 2D0E316A4CE; Sun, 18 Jul 2004 19:12:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 112E443D58; Sun, 18 Jul 2004 19:12:01 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IJC0X4000135; Sun, 18 Jul 2004 19:12:00 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IJC0bb000134; Sun, 18 Jul 2004 19:12:00 GMT (envelope-from adamw) Message-Id: <200407181912.i6IJC0bb000134@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 18 Jul 2004 19:12: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/www/mozilla 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, 18 Jul 2004 19:12:01 -0000 adamw 2004-07-18 19:12:00 UTC FreeBSD ports repository Modified files: www/mozilla Makefile distinfo Log: Update to 1.7.1. Revision Changes Path 1.167 +1 -1 ports/www/mozilla/Makefile 1.68 +2 -2 ports/www/mozilla/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 19:16: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 6CE6A16A4CF; Sun, 18 Jul 2004 19:16:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E6E43D58; Sun, 18 Jul 2004 19:16:03 +0000 (GMT) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IJG3UQ000337; Sun, 18 Jul 2004 19:16:03 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IJG3bo000336; Sun, 18 Jul 2004 19:16:03 GMT (envelope-from jhay) Message-Id: <200407181916.i6IJG3bo000336@repoman.freebsd.org> From: John Hay Date: Sun, 18 Jul 2004 19:16: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/graphics Makefile ports/graphics/gpsmanshp Makefile distinfo pkg-descr pkg-plist ports/graphics/gpsmanshp/files patch-Makefile patch-gpsmanshp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 19:16:03 -0000 jhay 2004-07-18 19:16:03 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/gpsmanshp Makefile distinfo pkg-descr pkg-plist graphics/gpsmanshp/files patch-Makefile patch-gpsmanshp.c Log: Initial import of gpsmanshp 1.2 Provides Tcl/Tk shapelib file support for gpsman. Revision Changes Path 1.706 +1 -0 ports/graphics/Makefile 1.1 +29 -0 ports/graphics/gpsmanshp/Makefile (new) 1.1 +2 -0 ports/graphics/gpsmanshp/distinfo (new) 1.1 +37 -0 ports/graphics/gpsmanshp/files/patch-Makefile (new) 1.1 +11 -0 ports/graphics/gpsmanshp/files/patch-gpsmanshp.c (new) 1.1 +6 -0 ports/graphics/gpsmanshp/pkg-descr (new) 1.1 +19 -0 ports/graphics/gpsmanshp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 19:19: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 A08A416A4CE; Sun, 18 Jul 2004 19:19:06 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 62BCD43D41; Sun, 18 Jul 2004 19:19:05 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Jul 2004 20:19:04 +0100 (BST) To: Sam Leffler In-reply-to: Your message of "Sun, 18 Jul 2004 09:51:06 PDT." <200407180951.06333.sam@errno.com> X-Request-Do: Date: Sun, 18 Jul 2004 20:19:03 +0100 From: David Malone Message-ID: <200407182019.aa26012@salmon.maths.tcd.ie> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 19:19:06 -0000 > > I missed two pieces of the commit to this file. Robert has already > > added one, this adds the other. > Not to pick on this commit, but recently there have been several commits where > the log msg addressed _why_ the commit was done but never described _what_ > was changed. Since the rational for the commit had been described in the commit message that I'd intended to make the commit in, I wasn't really sure what useful I could say. The change was to replace f(blah) with f(&blah), where blah was a pointer. Admittedly, in the original commit message, I probably could have explained the changes in more detail. > This is not helpful; someone coming along later with only CVS > for reference must do a diff to even guess what the change does. Good commit > msgs give a reader an understanding of the reason and content of a change. Ian Dowse has written a great tool (rcshist) for looking at RCS/CVS files and getting the diffs inline. I often use it when trying to diagnose problems or understand bits of code. The source is at: http://www.maths.tcd.ie/~iedowse/FreeBSD/rcshist-1.02.tgz Mind you, that doesn't give me an excuse to write bad commit messages ;-) David. From owner-cvs-all@FreeBSD.ORG Sun Jul 18 19:29: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 D241916A4D1; Sun, 18 Jul 2004 19:29:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC5F843D2F; Sun, 18 Jul 2004 19:29:38 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IJTcBF000775; Sun, 18 Jul 2004 19:29:38 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IJTcfW000774; Sun, 18 Jul 2004 19:29:38 GMT (envelope-from marcel) Message-Id: <200407181929.i6IJTcfW000774@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 18 Jul 2004 19:29: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/lib/libthread_db thread_db.h src/lib/libthread_db/arch/alpha libpthread_md.c src/lib/libthread_db/arch/amd64 libpthread_md.c src/lib/libthread_db/arch/sparc64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 19:29:39 -0000 marcel 2004-07-18 19:29:38 UTC FreeBSD src repository Modified files: lib/libthread_db thread_db.h lib/libthread_db/arch/alpha libpthread_md.c lib/libthread_db/arch/amd64 libpthread_md.c lib/libthread_db/arch/ia64 libpthread_md.c lib/libthread_db/arch/sparc64 libpthread_md.c Log: Correct the mess I made by committing from the wrong tree. Most notably, this restores some of the contents in thread_db.h as well as David Xu's copyright notice. This also fixes the includes in the MD libpthread files which Scott tried to provide a quick fix for. Pointy hat: marcel Revision Changes Path 1.3 +2 -6 src/lib/libthread_db/arch/alpha/libpthread_md.c 1.2 +3 -0 src/lib/libthread_db/arch/amd64/libpthread_md.c 1.3 +2 -6 src/lib/libthread_db/arch/ia64/libpthread_md.c 1.3 +2 -6 src/lib/libthread_db/arch/sparc64/libpthread_md.c 1.2 +24 -15 src/lib/libthread_db/thread_db.h From owner-cvs-all@FreeBSD.ORG Sun Jul 18 19:33: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 B998E16A4CE; Sun, 18 Jul 2004 19:33:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D3AF43D49; Sun, 18 Jul 2004 19:33:56 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IJXuXD000915; Sun, 18 Jul 2004 19:33:56 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IJXuRR000914; Sun, 18 Jul 2004 19:33:56 GMT (envelope-from marcel) Message-Id: <200407181933.i6IJXuRR000914@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 18 Jul 2004 19:33: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/lib/libthread_db Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 19:33:56 -0000 marcel 2004-07-18 19:33:56 UTC FreeBSD src repository Modified files: lib/libthread_db Makefile Log: This library is not WARNS=2 clean for -O2 builds, because we include headers from libpthread that are not WARNS=2 clean for -O2 builds. Lower the WARNS level to 1. This is the highest level possible for now. Revision Changes Path 1.3 +1 -1 src/lib/libthread_db/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 19:53: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 89E6316A4CF; Sun, 18 Jul 2004 19:53:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E5843D5A; Sun, 18 Jul 2004 19:53:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IJraWb001470; Sun, 18 Jul 2004 19:53:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IJra2b001469; Sun, 18 Jul 2004 19:53:36 GMT (envelope-from rwatson) Message-Id: <200407181953.i6IJra2b001469@repoman.freebsd.org> From: Robert Watson Date: Sun, 18 Jul 2004 19:53: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/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 19:53:36 -0000 rwatson 2004-07-18 19:53:36 UTC FreeBSD src repository Modified files: sys/net if.c Log: Gratuitous whitespace change to un-wrap a short line. Revision Changes Path 1.196 +1 -2 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 19:59: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 A7D8F16A4CE; Sun, 18 Jul 2004 19:59:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FFF43D41; Sun, 18 Jul 2004 19:59:02 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IJx22E001663; Sun, 18 Jul 2004 19:59:02 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IJx2Uq001662; Sun, 18 Jul 2004 19:59:02 GMT (envelope-from lth) Message-Id: <200407181959.i6IJx2Uq001662@repoman.freebsd.org> From: Lars Thegler Date: Sun, 18 Jul 2004 19:59:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Text-WikiFormat 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, 18 Jul 2004 19:59:02 -0000 lth 2004-07-18 19:59:02 UTC FreeBSD ports repository Modified files: textproc/p5-Text-WikiFormat Makefile distinfo Log: Update of p5-Text-WikiFormat up to 0.72 PR: ports/69242 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/textproc/p5-Text-WikiFormat/Makefile 1.3 +2 -2 ports/textproc/p5-Text-WikiFormat/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 20:13: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 F09EF16A4CE; Sun, 18 Jul 2004 20:13:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43A043D60; Sun, 18 Jul 2004 20:13:31 +0000 (GMT) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IKDVk2002055; Sun, 18 Jul 2004 20:13:31 GMT (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IKDVKl002054; Sun, 18 Jul 2004 20:13:31 GMT (envelope-from gj) Message-Id: <200407182013.i6IKDVKl002054@repoman.freebsd.org> From: Gary Jennejohn Date: Sun, 18 Jul 2004 20:13: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/i4b/layer1/ifpi2 i4b_ifpi2_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 20:13:32 -0000 gj 2004-07-18 20:13:31 UTC FreeBSD src repository Modified files: sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c Log: Fix a possible hang which apparently occurs during a warm boot (cold boot does not display the symptom). Evidently the ifpi2 controller needs to be massaged more than it was. Note that this does not close the PR since it was filed against 4.9. MFC: 5 days PR: kern/68756 Submitted by: Ari Suutari Revision Changes Path 1.16 +8 -0 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 20:20: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 4911A16A4CF; Sun, 18 Jul 2004 20:20:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BFBF43D5A; Sun, 18 Jul 2004 20:20:22 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IKKMpV002234; Sun, 18 Jul 2004 20:20:22 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IKKLjQ002233; Sun, 18 Jul 2004 20:20:21 GMT (envelope-from adamw) Message-Id: <200407182020.i6IKKLjQ002233@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 18 Jul 2004 20:20:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/thunderbird 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, 18 Jul 2004 20:20:22 -0000 adamw 2004-07-18 20:20:21 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile distinfo pkg-plist Log: Update to 0.7.2. Use a PLIST_SUB for the plist. The port defines NO_MTREE, so mkdir ${PREFIX}/bin to make sure it exists. (Necessary for installations into prefixes [prefices?] that don't yet exist.) Revision Changes Path 1.21 +4 -1 ports/mail/thunderbird/Makefile 1.10 +2 -2 ports/mail/thunderbird/distinfo 1.7 +797 -797 ports/mail/thunderbird/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 18 20: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 0273216A4CE; Sun, 18 Jul 2004 20:24:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E9643D31; Sun, 18 Jul 2004 20:24:29 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IKOTR3002370; Sun, 18 Jul 2004 20:24:29 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IKOT1n002369; Sun, 18 Jul 2004 20:24:29 GMT (envelope-from adamw) Message-Id: <200407182024.i6IKOT1n002369@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 18 Jul 2004 20: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/graphics/fyre Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 20:24:30 -0000 adamw 2004-07-18 20:24:29 UTC FreeBSD ports repository Modified files: graphics/fyre Makefile Log: The author's server wasn't particularly pleased about the increased traffic, so Samy Al Bahra has volunteered to host the distfile on his server. Additionally, I'm punishing his generosity with maintainership of this port. Revision Changes Path 1.3 +3 -2 ports/graphics/fyre/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 20:28: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 F2AC516A4CE; Sun, 18 Jul 2004 20:28:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC0FF43D31; Sun, 18 Jul 2004 20:28:07 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IKS7Tk002491; Sun, 18 Jul 2004 20:28:07 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IKS7Su002490; Sun, 18 Jul 2004 20:28:07 GMT (envelope-from marcel) Message-Id: <200407182028.i6IKS7Su002490@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 18 Jul 2004 20:28:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 20:28:08 -0000 marcel 2004-07-18 20:28:07 UTC FreeBSD src repository Modified files: sys/kern imgact_elf.c Log: After maintaining previous behaviour in writing out the core notes, it's time now to break with the past: do not write the PID in the first note. Rationale: 1. [impact of the breakage] Process IDs in core files serve no immediate purpose to the debugger itself. They are only useful to relate a core file to a process. This can provide context to the person looking at the core file, provided one keeps track of this. Overall, not having the PID in the core file is only in very rare occasions unfortunate. 2. [reason of the breakage] Having one PRSTATUS note contain the PID, while all others contain the LWPID of the corresponding kernel thread creates an irregularity for the debugger that cannot easily be worked around. This is caused by libthread_db correlating user thread IDs to kernel thread (aka LWP) IDs and thus aware of the actual LWPIDs. Update comments accordingly. Revision Changes Path 1.153 +5 -8 src/sys/kern/imgact_elf.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 20: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 4122E16A4EB; Sun, 18 Jul 2004 20:28:15 +0000 (GMT) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2CF843D58; Sun, 18 Jul 2004 20:28:14 +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 i6IKSDFM042632; Sun, 18 Jul 2004 22:28:13 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i6IKSDRv013449; Sun, 18 Jul 2004 22:28:13 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i6IKSDJK013448; Sun, 18 Jul 2004 22:28:13 +0200 (CEST) (envelope-from wb) Date: Sun, 18 Jul 2004 22:28:13 +0200 From: Wilko Bulte To: Gary Jennejohn Message-ID: <20040718202813.GA13429@freebie.xs4all.nl> References: <200407182013.i6IKDVKl002054@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407182013.i6IKDVKl002054@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org 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/sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 20:28:15 -0000 On Sun, Jul 18, 2004 at 08:13:31PM +0000, Gary Jennejohn wrote: > gj 2004-07-18 20:13:31 UTC > > FreeBSD src repository > > Modified files: > sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c > Log: > Fix a possible hang which apparently occurs during a warm boot (cold boot > does not display the symptom). Evidently the ifpi2 controller needs to be > massaged more than it was. > > Note that this does not close the PR since it was filed against 4.9. But that implies that the PR will be there forever? -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Jul 18 20:29: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 CBAC116A4CF; Sun, 18 Jul 2004 20:29:49 +0000 (GMT) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44CB443D1F; Sun, 18 Jul 2004 20:29:49 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr4.xs4all.nl (8.12.11/8.12.11) with ESMTP id i6IKTlW2084196; Sun, 18 Jul 2004 22:29:48 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i6IKTl8C013491; Sun, 18 Jul 2004 22:29:47 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i6IKTleQ013490; Sun, 18 Jul 2004 22:29:47 +0200 (CEST) (envelope-from wb) Date: Sun, 18 Jul 2004 22:29:47 +0200 From: Wilko Bulte To: Marcel Moolenaar Message-ID: <20040718202947.GB13429@freebie.xs4all.nl> References: <200407181524.i6IFObcG093257@repoman.freebsd.org> <20040718173823.GC6792@dhcp50.pn.xcllnt.net> <20040718181230.GA12586@freebie.xs4all.nl> <20040718184727.GA7115@dhcp50.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718184727.GA7115@dhcp50.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: Scott Long cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libthread_db/arch/alpha libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 20:29:50 -0000 On Sun, Jul 18, 2004 at 11:47:27AM -0700, Marcel Moolenaar wrote: > On Sun, Jul 18, 2004 at 08:12:31PM +0200, Wilko Bulte wrote: > > On Sun, Jul 18, 2004 at 10:38:23AM -0700, Marcel Moolenaar wrote: > > > On Sun, Jul 18, 2004 at 03:24:37PM +0000, Scott Long wrote: > > > > scottl 2004-07-18 15:24:37 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > lib/libthread_db/arch/alpha libpthread_md.c > > > > lib/libthread_db/arch/ia64 libpthread_md.c > > > > Log: > > > > Try to fix ia64 and alpha compiles. I don't have either equipment fired > > > > up now, but it appears to be the same problem and solution as sparc64. > > > > > > Argh.. I think I've committed from the wrong tree. I'll double-check > > > that everything's ok after coffee. > > > > /me visualises marcel speeding to Starbucks for a strong one ;) > > Speeding to Starbucks is not a problem. It's speeding from Starbucks > that has resulted in many coffee stains in my car. U-turns are fatal > on my way home, because I like to take them rally-style anyway, but > with a full cup of coffee in a cupholder that doesn't really hold any > cups... ouch... Yeah.. I remember.... -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Sun Jul 18 21:12: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 9DA5116A4CE; Sun, 18 Jul 2004 21:12:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8112543D1D; Sun, 18 Jul 2004 21:12:32 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ILCWd9003630; Sun, 18 Jul 2004 21:12:32 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ILCWwB003629; Sun, 18 Jul 2004 21:12:32 GMT (envelope-from adamw) Message-Id: <200407182112.i6ILCWwB003629@repoman.freebsd.org> From: Adam Weinberger Date: Sun, 18 Jul 2004 21:12: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/textproc/silvercity Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 21:12:32 -0000 adamw 2004-07-18 21:12:32 UTC FreeBSD ports repository Modified files: textproc/silvercity Makefile Log: Move a questionable make-ism into a functioning sed-ism. Submitted by: Rui Lopes Revision Changes Path 1.3 +1 -3 ports/textproc/silvercity/Makefile From owner-cvs-all@FreeBSD.ORG Sun Jul 18 21:19: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 E040516A4CE; Sun, 18 Jul 2004 21:19:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C146C43D48; Sun, 18 Jul 2004 21:19:10 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ILJAjv003794; Sun, 18 Jul 2004 21:19:10 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ILJAO1003793; Sun, 18 Jul 2004 21:19:10 GMT (envelope-from alc) Message-Id: <200407182119.i6ILJAO1003793@repoman.freebsd.org> From: Alan Cox Date: Sun, 18 Jul 2004 21:19: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/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 21:19:11 -0000 alc 2004-07-18 21:19:10 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Utilize pmap_pte_quick() rather than pmap_pte() in pmap_protect(). The reason being that pmap_pte_quick() requires the page queues lock, which is already held, rather than Giant. Revision Changes Path 1.488 +3 -1 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 21:23: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 1DC5916A4CE; Sun, 18 Jul 2004 21:23:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1624F43D41; Sun, 18 Jul 2004 21:23:40 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ILNdJk004125; Sun, 18 Jul 2004 21:23:39 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ILNdqg004124; Sun, 18 Jul 2004 21:23:39 GMT (envelope-from das) Message-Id: <200407182123.i6ILNdqg004124@repoman.freebsd.org> From: David Schultz Date: Sun, 18 Jul 2004 21:23:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/alpha/gen Makefile.inc frexp.c src/lib/libc/amd64/gen Makefile.inc frexp.c src/lib/libc/arm/gen Makefile.inc frexp.c src/lib/libc/gen Makefile.inc frexp.c... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 21:23:40 -0000 das 2004-07-18 21:23:39 UTC FreeBSD src repository Modified files: lib/libc/alpha/gen Makefile.inc lib/libc/amd64/gen Makefile.inc lib/libc/arm/gen Makefile.inc lib/libc/gen Makefile.inc lib/libc/i386/gen Makefile.inc lib/libc/ia64/gen Makefile.inc lib/libc/powerpc/gen Makefile.inc lib/libc/sparc64/gen Makefile.inc Added files: lib/libc/gen frexp.c Removed files: lib/libc/alpha/gen frexp.c lib/libc/amd64/gen frexp.c lib/libc/arm/gen frexp.c lib/libc/i386/gen frexp.c lib/libc/ia64/gen frexp.c lib/libc/powerpc/gen frexp.c lib/libc/sparc64/gen frexp.c Log: Replace seven nominally MD implementations of frexp() that are broken for subnormals with one implementation that works. Revision Changes Path 1.14 +1 -1 src/lib/libc/alpha/gen/Makefile.inc 1.4 +0 -56 src/lib/libc/alpha/gen/frexp.c (dead) 1.26 +1 -2 src/lib/libc/amd64/gen/Makefile.inc 1.9 +0 -67 src/lib/libc/amd64/gen/frexp.c (dead) 1.3 +1 -1 src/lib/libc/arm/gen/Makefile.inc 1.2 +0 -67 src/lib/libc/arm/gen/frexp.c (dead) 1.113 +1 -1 src/lib/libc/gen/Makefile.inc 1.1 +57 -0 src/lib/libc/gen/frexp.c (new) 1.20 +1 -1 src/lib/libc/i386/gen/Makefile.inc 1.9 +0 -67 src/lib/libc/i386/gen/frexp.c (dead) 1.10 +1 -1 src/lib/libc/ia64/gen/Makefile.inc 1.3 +0 -56 src/lib/libc/ia64/gen/frexp.c (dead) 1.5 +1 -1 src/lib/libc/powerpc/gen/Makefile.inc 1.2 +0 -56 src/lib/libc/powerpc/gen/frexp.c (dead) 1.10 +1 -1 src/lib/libc/sparc64/gen/Makefile.inc 1.2 +0 -78 src/lib/libc/sparc64/gen/frexp.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Jul 18 21:39: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 4F57616A4CF; Sun, 18 Jul 2004 21:39:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0F043D45; Sun, 18 Jul 2004 21:39:46 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ILdkow004572; Sun, 18 Jul 2004 21:39:46 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ILdk1C004571; Sun, 18 Jul 2004 21:39:46 GMT (envelope-from silby) Message-Id: <200407182139.i6ILdk1C004571@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 18 Jul 2004 21:39: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/sbin/reboot boot_i386.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, 18 Jul 2004 21:39:46 -0000 silby 2004-07-18 21:39:46 UTC FreeBSD src repository Modified files: sbin/reboot boot_i386.8 Log: Clarify boot.8 (i386 version) a bit, so that people know where boot.config needs to reside. Also change /kernel to /boot/loader, as that is the apparent default now. This man page probably requires more updates. Revision Changes Path 1.46 +10 -2 src/sbin/reboot/boot_i386.8 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 21:50:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4CE16A4CE; Sun, 18 Jul 2004 21:50:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFBA43D2D; Sun, 18 Jul 2004 21:50:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ILoMMM004899; Sun, 18 Jul 2004 21:50:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ILoMgK004898; Sun, 18 Jul 2004 21:50:22 GMT (envelope-from rwatson) Message-Id: <200407182150.i6ILoMgK004898@repoman.freebsd.org> From: Robert Watson Date: Sun, 18 Jul 2004 21:50: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/net netisr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 21:50:22 -0000 rwatson 2004-07-18 21:50:22 UTC FreeBSD src repository Modified files: sys/net netisr.c Log: Comment clarifying debug_mpsafenet. Revision Changes Path 1.10 +5 -4 src/sys/net/netisr.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 22:23:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB2FA16A4CE; Sun, 18 Jul 2004 22:23:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B28143D49; Sun, 18 Jul 2004 22:23:07 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IMN7gt005764; Sun, 18 Jul 2004 22:23:07 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IMN7Sh005763; Sun, 18 Jul 2004 22:23:07 GMT (envelope-from josef) Message-Id: <200407182223.i6IMN7Sh005763@repoman.freebsd.org> From: Josef El-Rayes Date: Sun, 18 Jul 2004 22:23:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/commercial consult_bycat.xsl entries.xsl soft_bycat.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: Sun, 18 Jul 2004 22:23:07 -0000 josef 2004-07-18 22:23:07 UTC FreeBSD doc repository Modified files: en/commercial consult_bycat.xsl entries.xsl soft_bycat.xsl Log: Populate the advice of using send-pr mechanism instead of sending a plain email for a user-request, from the main site to the subpages. Pointed out by: brueffer, simon Revision Changes Path 1.3 +4 -4 www/en/commercial/consult_bycat.xsl 1.3 +4 -4 www/en/commercial/entries.xsl 1.3 +4 -4 www/en/commercial/soft_bycat.xsl From owner-cvs-all@FreeBSD.ORG Sun Jul 18 22:31:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F5916A4CF; Sun, 18 Jul 2004 22:31:13 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DADA43D4C; Sun, 18 Jul 2004 22:31:13 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id C78E2119E6; Mon, 19 Jul 2004 00:31:12 +0200 (CEST) Date: Mon, 19 Jul 2004 00:31:12 +0200 From: "Simon L. Nielsen" To: Josef El-Rayes Message-ID: <20040718223112.GD741@zaphod.nitro.dk> References: <200407182223.i6IMN7Sh005763@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8w3uRX/HFJGApMzv" Content-Disposition: inline In-Reply-To: <200407182223.i6IMN7Sh005763@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/commercial consult_bycat.xsl entries.xsl soft_bycat.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: Sun, 18 Jul 2004 22:31:14 -0000 --8w3uRX/HFJGApMzv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.07.18 22:23:07 +0000, Josef El-Rayes wrote: > josef 2004-07-18 22:23:07 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en/commercial consult_bycat.xsl entries.xsl=20 > soft_bycat.xsl=20 > Log: > Populate the advice of using send-pr mechanism instead of sending a pla= in > email for a user-request, from the main site to the subpages. Thanks! :-) --=20 Simon L. Nielsen FreeBSD Documentation Team --8w3uRX/HFJGApMzv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+vowh9pcDSc1mlERAlRtAJ0YR6rvCey/vbwEyG4pVLMJszK/TwCfV8Xz naDDBgYlkNKRU8AER6X7Qus= =Dgv3 -----END PGP SIGNATURE----- --8w3uRX/HFJGApMzv-- From owner-cvs-all@FreeBSD.ORG Sun Jul 18 22:34: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 7F0FE16A4CE; Sun, 18 Jul 2004 22:34:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6183543D53; Sun, 18 Jul 2004 22:34:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IMYT1Q006026; Sun, 18 Jul 2004 22:34:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IMYT4b006025; Sun, 18 Jul 2004 22:34:29 GMT (envelope-from marcus) Message-Id: <200407182234.i6IMYT4b006025@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 18 Jul 2004 22:34: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/ggv2 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, 18 Jul 2004 22:34:29 -0000 marcus 2004-07-18 22:34:29 UTC FreeBSD ports repository Modified files: print/ggv2 Makefile distinfo pkg-plist Log: Update to 2.6.2. Revision Changes Path 1.54 +3 -3 ports/print/ggv2/Makefile 1.28 +2 -2 ports/print/ggv2/distinfo 1.28 +1 -0 ports/print/ggv2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Jul 18 22:54:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4673E16A4CE; Sun, 18 Jul 2004 22:54:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270A643D4C; Sun, 18 Jul 2004 22:54:30 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IMsUr5006625; Sun, 18 Jul 2004 22:54:30 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IMsUVT006624; Sun, 18 Jul 2004 22:54:30 GMT (envelope-from mlaier) Message-Id: <200407182254.i6IMsUVT006624@repoman.freebsd.org> From: Max Laier Date: Sun, 18 Jul 2004 22:54:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spamd 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, 18 Jul 2004 22:54:30 -0000 mlaier 2004-07-18 22:54:29 UTC FreeBSD ports repository (src committer) Modified files: mail/spamd Makefile distinfo Log: Update spamd to something OpenBSD-current(ish) in order to make the logging functional. Also drop maintainership and let Xin LI take over from here. PR: ports/67503 Submitted by: Xin LI Approved by: clement Revision Changes Path 1.6 +15 -17 ports/mail/spamd/Makefile 1.4 +2 -2 ports/mail/spamd/distinfo From owner-cvs-all@FreeBSD.ORG Sun Jul 18 22:57: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 C474116A4CE; Sun, 18 Jul 2004 22:57:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6BB043D31; Sun, 18 Jul 2004 22:57:46 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IMvkrZ006747; Sun, 18 Jul 2004 22:57:46 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IMvkSR006746; Sun, 18 Jul 2004 22:57:46 GMT (envelope-from julian) Message-Id: <200407182257.i6IMvkSR006746@repoman.freebsd.org> From: Julian Elischer Date: Sun, 18 Jul 2004 22:57: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/netgraph ng_base.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 22:57:46 -0000 julian 2004-07-18 22:57:46 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Reverse a lock/unlock pair that were the wrong way around in some code that is obviously not run a lot. (but is in some test cases). This code is not usually run because it covers a case that doesn't happen a lot (removing a node that has data traversing it). Revision Changes Path 1.82 +2 -2 src/sys/netgraph/ng_base.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 23: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 C176F16A4CE; Sun, 18 Jul 2004 23:05:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42B343D3F; Sun, 18 Jul 2004 23:05:31 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6IN5VEP007006; Sun, 18 Jul 2004 23:05:31 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6IN5VRV007005; Sun, 18 Jul 2004 23:05:31 GMT (envelope-from stefanf) Message-Id: <200407182305.i6IN5VRV007005@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 18 Jul 2004 23:05: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/usr.bin/pkill pkill.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: Sun, 18 Jul 2004 23:05:31 -0000 stefanf 2004-07-18 23:05:31 UTC FreeBSD src repository Modified files: usr.bin/pkill pkill.1 Log: Don't forget the arguments for -M and -N in the DESCRIPTION section. Revision Changes Path 1.7 +2 -2 src/usr.bin/pkill/pkill.1 From owner-cvs-all@FreeBSD.ORG Sun Jul 18 23:27: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 E7D1C16A4CE; Sun, 18 Jul 2004 23:27:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93F143D5C; Sun, 18 Jul 2004 23:27:14 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6INRE4p007505; Sun, 18 Jul 2004 23:27:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6INREhR007504; Sun, 18 Jul 2004 23:27:14 GMT (envelope-from pjd) Message-Id: <200407182327.i6INREhR007504@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 18 Jul 2004 23:27: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/kern kern_mutex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 23:27:15 -0000 pjd 2004-07-18 23:27:14 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: Now we have NO_ADAPTIVE_MUTEXES option, so use it here too. Missed by: scottl Revision Changes Path 1.143 +1 -1 src/sys/kern/kern_mutex.c From owner-cvs-all@FreeBSD.ORG Sun Jul 18 23:36: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 4510216A4CE; Sun, 18 Jul 2004 23:36:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4B243D48; Sun, 18 Jul 2004 23:36:13 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6INaDXO007822; Sun, 18 Jul 2004 23:36:13 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6INaDrY007821; Sun, 18 Jul 2004 23:36:13 GMT (envelope-from julian) Message-Id: <200407182336.i6INaDrY007821@repoman.freebsd.org> From: Julian Elischer Date: Sun, 18 Jul 2004 23:36:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_exit.c kern_fork.c kern_kse.c kern_thr.c kern_thread.c sched_4bsd.c sched_ule.c src/sys/sys sched.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, 18 Jul 2004 23:36:13 -0000 julian 2004-07-18 23:36:13 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c kern_fork.c kern_kse.c kern_thr.c kern_thread.c sched_4bsd.c sched_ule.c sys/sys sched.h Log: When calling scheduler entrypoints for creating new threads and processes, specify "us" as the thread not the process/ksegrp/kse. You can always find the others from the thread but the converse is not true. Theorotically this would lead to runtime being allocated to the wrong entity in some cases though it is not clear how often this actually happenned. (would only affect threaded processes and would probably be pretty benign, but it WAS a bug..) Reviewed by: peter Revision Changes Path 1.242 +1 -1 src/sys/kern/kern_exit.c 1.230 +1 -1 src/sys/kern/kern_fork.c 1.186 +2 -2 src/sys/kern/kern_kse.c 1.23 +2 -2 src/sys/kern/kern_thr.c 1.189 +2 -2 src/sys/kern/kern_thread.c 1.46 +14 -14 src/sys/kern/sched_4bsd.c 1.117 +18 -15 src/sys/kern/sched_ule.c 1.14 +6 -6 src/sys/sys/sched.h From owner-cvs-all@FreeBSD.ORG Mon Jul 19 00:20: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 DC83E16A4CE; Mon, 19 Jul 2004 00:20:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD45143D48; Mon, 19 Jul 2004 00:20:33 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J0KX4D009078; Mon, 19 Jul 2004 00:20:33 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J0KX8j009077; Mon, 19 Jul 2004 00:20:33 GMT (envelope-from marcel) Message-Id: <200407190020.i6J0KX8j009077@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 19 Jul 2004 00:20: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/contrib/gdb FREEBSD-deletelist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 00:20:34 -0000 marcel 2004-07-19 00:20:33 UTC FreeBSD src repository Removed files: contrib/gdb FREEBSD-deletelist Log: This file was not used to import gdb. Remove. Revision Changes Path 1.2 +0 -71 src/contrib/gdb/FREEBSD-deletelist (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 00:37: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 5D0C916A4CE; Mon, 19 Jul 2004 00:37:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545D943D45; Mon, 19 Jul 2004 00:37:56 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J0buY0009602; Mon, 19 Jul 2004 00:37:56 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J0bumf009601; Mon, 19 Jul 2004 00:37:56 GMT (envelope-from adamw) Message-Id: <200407190037.i6J0bumf009601@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 19 Jul 2004 00:37:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/epiphany Makefile ports/www/epiphany/files patch-embed_mozilla_EphyBrowser.h patch-embed_mozilla_mozilla-embed-single.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: Mon, 19 Jul 2004 00:37:56 -0000 adamw 2004-07-19 00:37:56 UTC FreeBSD ports repository Modified files: www/epiphany Makefile www/epiphany/files patch-embed_mozilla_EphyBrowser.cpp patch-embed_mozilla_mozilla-embed-single.cpp Added files: www/epiphany/files patch-embed_mozilla_EphyBrowser.h Log: Fix build with mozilla-devel. All the work for this fix was done by marcus. Revision Changes Path 1.53 +1 -1 ports/www/epiphany/Makefile 1.2 +29 -2 ports/www/epiphany/files/patch-embed_mozilla_EphyBrowser.cpp 1.1 +22 -0 ports/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h (new) 1.2 +13 -10 ports/www/epiphany/files/patch-embed_mozilla_mozilla-embed-single.cpp From owner-cvs-all@FreeBSD.ORG Mon Jul 19 00: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 8C36816A4CE; Mon, 19 Jul 2004 00:43:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E81943D54; Mon, 19 Jul 2004 00:43:34 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J0hYow009772; Mon, 19 Jul 2004 00:43:34 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J0hYO4009771; Mon, 19 Jul 2004 00:43:34 GMT (envelope-from mux) Message-Id: <200407190043.i6J0hYO4009771@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 19 Jul 2004 00:43:34 +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/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 00:43:34 -0000 mux 2004-07-19 00:43:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/isa psm.c Log: MFC r1.70: When checking the result of the test_aux_port() function, ignore two more bogus return values sent by some hardware. PR: kern/61482, kern/54188 Submitted by: Ulf Lilleengen , Victor Balada Diaz Revision Changes Path 1.23.2.9 +10 -6 src/sys/isa/psm.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 00:47:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDDBD16A4CE; Mon, 19 Jul 2004 00:47:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFFAA43D3F; Mon, 19 Jul 2004 00:47:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J0lWlJ009892; Mon, 19 Jul 2004 00:47:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J0lWAS009891; Mon, 19 Jul 2004 00:47:32 GMT (envelope-from brueffer) Message-Id: <200407190047.i6J0lWAS009891@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 19 Jul 2004 00:47:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 00:47:33 -0000 brueffer 2004-07-19 00:47:32 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Mention the native Opera version. PR: docs/69249 Submitted by: Brad Davis Revision Changes Path 1.35 +3 -2 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 01:51:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C70716A4CE; Mon, 19 Jul 2004 01:51:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF8643D5A; Mon, 19 Jul 2004 01:51:43 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J1phRi011479; Mon, 19 Jul 2004 01:51:43 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J1phbq011478; Mon, 19 Jul 2004 01:51:43 GMT (envelope-from ijliao) Message-Id: <200407190151.i6J1phbq011478@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Jul 2004 01:51:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm/jpilot 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, 19 Jul 2004 01:51:43 -0000 ijliao 2004-07-19 01:51:43 UTC FreeBSD ports repository Modified files: palm/jpilot Makefile pkg-plist Log: re-organize Makefile Discussed with: maintainer Revision Changes Path 1.43 +42 -56 ports/palm/jpilot/Makefile 1.16 +0 -86 ports/palm/jpilot/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 02:08:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2505316A4CE; Mon, 19 Jul 2004 02:08:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E7743D54; Mon, 19 Jul 2004 02:08:23 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J28Mht011904; Mon, 19 Jul 2004 02:08:22 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J28MXW011903; Mon, 19 Jul 2004 02:08:22 GMT (envelope-from grehan) Message-Id: <200407190208.i6J28MXW011903@repoman.freebsd.org> From: Peter Grehan Date: Mon, 19 Jul 2004 02:08: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/powerpc/conf GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 02:08:23 -0000 grehan 2004-07-19 02:08:22 UTC FreeBSD src repository Added files: sys/powerpc/conf GENERIC.hints Log: Empty GENERIC.hints file needed by make release. Noticed by: Suleiman Souhlal Revision Changes Path 1.1 +1 -0 src/sys/powerpc/conf/GENERIC.hints (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 02:39: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 B0E0116A4CE for ; Mon, 19 Jul 2004 02:39:48 +0000 (GMT) Received: from utrhcs.cs.utwente.nl (utrhcs.cs.utwente.nl [130.89.10.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B9E43D4C for ; Mon, 19 Jul 2004 02:39:47 +0000 (GMT) (envelope-from simple-times-approval@cs.utwente.nl) Received: from utrhcs.cs.utwente.nl (utrhcs.cs.utwente.nl [130.89.10.247]) by utrhcs.cs.utwente.nl (8.12.10/8.12.9) with ESMTP id i6J2djxj011112 for ; Mon, 19 Jul 2004 04:39:45 +0200 (MET DST) Received: (from daemon@localhost) by utrhcs.cs.utwente.nl (8.12.10/8.12.9/Submit) id i6J2djBA011111; Mon, 19 Jul 2004 04:39:45 +0200 (MET DST) Date: Mon, 19 Jul 2004 04:39:45 +0200 (MET DST) Message-Id: <200407190239.i6J2djBA011111@utrhcs.cs.utwente.nl> To: cvs-all@freebsd.org From: simple-times-request@cs.utwente.nl In-Reply-To: <200407190239.i6J2dQNF011442@ares.cs.utwente.nl>, from cvs-all@freebsd.org Subject: Your mail to simple-times-request@listserv.cs.utwente.nl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: simple-times-approval@cs.utwente.nl List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 02:39:48 -0000 This pre-recorded message is being sent in response to your recent email to simple-times-request@listserv.cs.utwente.nl. All routine administrative requests (including subscriptions and unsubscriptions) concerning this mailing list are handled by an automated server. Please read this message carefully to find the information relevant to you. SUBSCRIBING =========== To subscribe to simple-times, send the following in the body (not the subject line) of an email message to "Majordomo@listserv.cs.utwente.nl": subscribe simple-times This will subscribe the account from which you send the message to the simple-times list. If you wish to subscribe another address instead (such as a local redistribution list), you can use a command of the form: subscribe simple-times other-address@your_site.your_net UNSUBSCRIBING ============= To unsubscribe from simple-times, send the following in the body (not the subject line) of an email message to "Majordomo@listserv.cs.utwente.nl": unsubscribe simple-times This will unsubscribe the account from which you send the message. If you are subscribed with some other address, you'll have to send a command of the following form instead: unsubscribe simple-times other-address@your_site.your_net If you don't know what address you are subscribed with, you can send the following command to see who else is on the list (assuming that information isn't designated "private" by the owner of the list): who simple-times If you want to search non-private lists at this server, you can do that by sending a command like: which string This will return a list of all entries on all lists that contain "string". HELP ==== To find out more about the automated server and the commands it understands, send the following command to "Majordomo@listserv.cs.utwente.nl": help If you feel you need to reach a human, send email to: simple-times-approval@listserv.cs.utwente.nl From owner-cvs-all@FreeBSD.ORG Mon Jul 19 02:46: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 CA8D416A4CE; Mon, 19 Jul 2004 02:46:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBE443D41; Mon, 19 Jul 2004 02:46:34 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J2kY5Y012814; Mon, 19 Jul 2004 02:46:34 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J2kYRM012813; Mon, 19 Jul 2004 02:46:34 GMT (envelope-from silby) Message-Id: <200407190246.i6J2kYRM012813@repoman.freebsd.org> From: Mike Silbersack Date: Mon, 19 Jul 2004 02:46: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/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 02:46:35 -0000 silby 2004-07-19 02:46:34 UTC FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: Add a #error requiring KDB if DDB is specified. (This can probably be relocated to a better place, if one exists.) Revision Changes Path 1.596 +3 -0 src/sys/i386/i386/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 03:31: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 7793016A4CE; Mon, 19 Jul 2004 03:31:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B36D43D54; Mon, 19 Jul 2004 03:31:36 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J3Va4c014650; Mon, 19 Jul 2004 03:31:36 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J3VaCn014649; Mon, 19 Jul 2004 03:31:36 GMT (envelope-from oliver) Message-Id: <200407190331.i6J3VaCn014649@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 19 Jul 2004 03:31: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/x11-themes/gtk-xfce-engine Makefile distinfo ports/x11/libxfce4util Makefile distinfo ports/x11/libxfce4mcs Makefile distinfo ports/x11-toolkits/libxfce4gui Makefile distinfo pkg-plist ports/sysutils/xfce4-mcs-manager 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, 19 Jul 2004 03:31:36 -0000 oliver 2004-07-19 03:31:36 UTC FreeBSD ports repository Modified files: x11-themes/gtk-xfce-engine Makefile distinfo x11/libxfce4util Makefile distinfo x11/libxfce4mcs Makefile distinfo x11-toolkits/libxfce4gui Makefile distinfo pkg-plist sysutils/xfce4-mcs-manager Makefile distinfo pkg-plist sysutils/xfce4-mcs-plugins Makefile distinfo pkg-plist sysutils/xfce4-utils Makefile distinfo pkg-plist print/xfce4-print Makefile distinfo pkg-plist x11-wm/xfce4-panel Makefile distinfo pkg-plist x11-wm/xfce4-desktop Makefile distinfo pkg-plist x11-fm/xfce4-fm Makefile distinfo pkg-plist misc/xfce4-iconbox Makefile distinfo pkg-plist audio/xfce4-mixer Makefile distinfo pkg-plist x11-wm/xfce4-systray Makefile distinfo games/xfce4-toys Makefile distinfo pkg-plist x11-fm/xfce4-fm-icons Makefile distinfo misc/xfce4-panel-themes Makefile distinfo x11-wm/xfce4-wm Makefile distinfo pkg-plist misc/xfce4-wm-themes Makefile distinfo x11-wm/xfce4 Makefile Log: update to xfce4-4.0.6 Revision Changes Path 1.21 +1 -1 ports/audio/xfce4-mixer/Makefile 1.9 +2 -2 ports/audio/xfce4-mixer/distinfo 1.7 +2 -0 ports/audio/xfce4-mixer/pkg-plist 1.20 +1 -1 ports/games/xfce4-toys/Makefile 1.9 +2 -2 ports/games/xfce4-toys/distinfo 1.7 +2 -0 ports/games/xfce4-toys/pkg-plist 1.17 +1 -1 ports/misc/xfce4-iconbox/Makefile 1.9 +2 -2 ports/misc/xfce4-iconbox/distinfo 1.6 +2 -0 ports/misc/xfce4-iconbox/pkg-plist 1.18 +1 -1 ports/misc/xfce4-panel-themes/Makefile 1.8 +2 -2 ports/misc/xfce4-panel-themes/distinfo 1.10 +1 -1 ports/misc/xfce4-wm-themes/Makefile 1.8 +2 -2 ports/misc/xfce4-wm-themes/distinfo 1.19 +1 -1 ports/print/xfce4-print/Makefile 1.9 +2 -2 ports/print/xfce4-print/distinfo 1.7 +2 -0 ports/print/xfce4-print/pkg-plist 1.15 +1 -1 ports/sysutils/xfce4-mcs-manager/Makefile 1.9 +2 -2 ports/sysutils/xfce4-mcs-manager/distinfo 1.8 +2 -0 ports/sysutils/xfce4-mcs-manager/pkg-plist 1.19 +1 -1 ports/sysutils/xfce4-mcs-plugins/Makefile 1.9 +2 -2 ports/sysutils/xfce4-mcs-plugins/distinfo 1.7 +2 -0 ports/sysutils/xfce4-mcs-plugins/pkg-plist 1.19 +1 -1 ports/sysutils/xfce4-utils/Makefile 1.9 +2 -2 ports/sysutils/xfce4-utils/distinfo 1.10 +2 -0 ports/sysutils/xfce4-utils/pkg-plist 1.10 +1 -1 ports/x11-fm/xfce4-fm-icons/Makefile 1.8 +2 -2 ports/x11-fm/xfce4-fm-icons/distinfo 1.21 +1 -1 ports/x11-fm/xfce4-fm/Makefile 1.9 +2 -2 ports/x11-fm/xfce4-fm/distinfo 1.8 +2 -0 ports/x11-fm/xfce4-fm/pkg-plist 1.23 +4 -4 ports/x11-themes/gtk-xfce-engine/Makefile 1.10 +2 -2 ports/x11-themes/gtk-xfce-engine/distinfo 1.17 +1 -1 ports/x11-toolkits/libxfce4gui/Makefile 1.9 +2 -2 ports/x11-toolkits/libxfce4gui/distinfo 1.2 +1 -0 ports/x11-toolkits/libxfce4gui/pkg-plist 1.19 +1 -1 ports/x11-wm/xfce4-desktop/Makefile 1.9 +2 -2 ports/x11-wm/xfce4-desktop/distinfo 1.9 +2 -0 ports/x11-wm/xfce4-desktop/pkg-plist 1.19 +1 -1 ports/x11-wm/xfce4-panel/Makefile 1.9 +2 -2 ports/x11-wm/xfce4-panel/distinfo 1.9 +3 -0 ports/x11-wm/xfce4-panel/pkg-plist 1.20 +1 -1 ports/x11-wm/xfce4-systray/Makefile 1.9 +2 -2 ports/x11-wm/xfce4-systray/distinfo 1.19 +1 -1 ports/x11-wm/xfce4-wm/Makefile 1.11 +2 -2 ports/x11-wm/xfce4-wm/distinfo 1.8 +2 -0 ports/x11-wm/xfce4-wm/pkg-plist 1.88 +1 -1 ports/x11-wm/xfce4/Makefile 1.13 +1 -1 ports/x11/libxfce4mcs/Makefile 1.9 +2 -2 ports/x11/libxfce4mcs/distinfo 1.13 +1 -1 ports/x11/libxfce4util/Makefile 1.9 +2 -2 ports/x11/libxfce4util/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 03: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 33A0D16A4CE; Mon, 19 Jul 2004 03:50:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1600143D2D; Mon, 19 Jul 2004 03:50:25 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J3oOrb015106; Mon, 19 Jul 2004 03:50:24 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J3oOOM015105; Mon, 19 Jul 2004 03:50:24 GMT (envelope-from dinoex) Message-Id: <200407190350.i6J3oOOM015105@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 03:50: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/mail/raysfilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 03:50:25 -0000 dinoex 2004-07-19 03:50:24 UTC FreeBSD ports repository Modified files: mail/raysfilter Makefile Log: - new option SENDMAIL_PORT Revision Changes Path 1.8 +2 -1 ports/mail/raysfilter/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 03:51: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 46A2B16A4CE; Mon, 19 Jul 2004 03:51:22 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id F191643D31; Mon, 19 Jul 2004 03:51:21 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-75-142.dsl.lsan03.pacbell.net [67.115.75.142]) i6J3pMj2021818; Sun, 18 Jul 2004 23:51:22 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6485852850; Sun, 18 Jul 2004 20:51:20 -0700 (PDT) Date: Sun, 18 Jul 2004 20:51:20 -0700 From: Kris Kennaway To: Tilman Linneweh Message-ID: <20040719035120.GA57530@xor.obsecurity.org> References: <200407171421.i6HEL5t6043511@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <200407171421.i6HEL5t6043511@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/games/xroads Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 03:51:22 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 17, 2004 at 02:21:05PM +0000, Tilman Linneweh wrote: > arved 2004-07-17 14:21:05 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > games/xroads Makefile=20 > Log: > Mark BROKEN on amd64, program crashes after a few seconds ITYM IGNORE. Kris --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+0U4Wry0BWjoQKURAosDAJ43JlwphXShC5DwFmlKUHe7ymrVnQCfVxt2 HHU4ukIpjD7blqlvsXfgaBc= =XYlA -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-cvs-all@FreeBSD.ORG Mon Jul 19 04:05: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 2EAFF16A4CE; Mon, 19 Jul 2004 04:05:26 +0000 (GMT) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19FFE43D2D; Mon, 19 Jul 2004 04:05:23 +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 i6J44mqc044083; Mon, 19 Jul 2004 13:34:49 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Mon, 19 Jul 2004 13:34:46 +0930 User-Agent: KMail/1.6.2 References: <200407182013.i6IKDVKl002054@repoman.freebsd.org> <20040718202813.GA13429@freebie.xs4all.nl> In-Reply-To: <20040718202813.GA13429@freebie.xs4all.nl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200407191334.47133.doconnor@gsoft.com.au> X-Spam-Score: -4.1 () CARRIAGE_RETURNS,IN_REP_TO,PGP_SIGNATURE,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_KMAIL X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: Gary Jennejohn cc: Wilko Bulte cc: src-committers@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 04:05:26 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 19 Jul 2004 05:58, Wilko Bulte wrote: > > Note that this does not close the PR since it was filed against 4.9. > > But that implies that the PR will be there forever? I'd say he means that when it's MFC'd (in 5 days like he said) the PR will = be=20 closed :) =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 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+0hf5ZPcIHs/zowRAurcAJ4rGy5Kd6J5pJJZ5sr5L0TRjKI0rwCePxYp ni1rzwIpftF0rXD8ofwp7P0=3D =3Dj8/5 =2D----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Mon Jul 19 04: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 D2CA016A4CE; Mon, 19 Jul 2004 04:06:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B48F043D49; Mon, 19 Jul 2004 04:06:46 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J46k6q015558; Mon, 19 Jul 2004 04:06:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J46kH9015557; Mon, 19 Jul 2004 04:06:46 GMT (envelope-from dinoex) Message-Id: <200407190406.i6J46kH9015557@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 04:06: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/www/apache13-modssl 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, 19 Jul 2004 04:06:47 -0000 dinoex 2004-07-19 04:06:46 UTC FreeBSD ports repository Modified files: www/apache13-modssl Makefile distinfo Log: - Security Fix - update to 2.8.19-1.3.31 Revision Changes Path 1.157 +2 -6 ports/www/apache13-modssl/Makefile 1.78 +2 -2 ports/www/apache13-modssl/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 04:36: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 8AE5016A4CE; Mon, 19 Jul 2004 04:36:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA4B43D48; Mon, 19 Jul 2004 04:36:14 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J4aElD016276; Mon, 19 Jul 2004 04:36:14 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J4aE5L016275; Mon, 19 Jul 2004 04:36:14 GMT (envelope-from dinoex) Message-Id: <200407190436.i6J4aE5L016275@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 04:36:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/openssl Makefile pkg-plist ports/security/openssl/files patch-Makefile.org X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 04:36:14 -0000 dinoex 2004-07-19 04:36:14 UTC FreeBSD ports repository Modified files: security/openssl Makefile pkg-plist security/openssl/files patch-Makefile.org Log: - installs pkgconfig data in $(prefix)/libdata PR: 69150 Submitted by: Konstantin Oznobihin Revision Changes Path 1.92 +1 -0 ports/security/openssl/Makefile 1.2 +25 -5 ports/security/openssl/files/patch-Makefile.org 1.29 +2 -2 ports/security/openssl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 04: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 938AD16A4CE; Mon, 19 Jul 2004 04:45:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B4143D1D; Mon, 19 Jul 2004 04:45:33 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J4jXhr016614; Mon, 19 Jul 2004 04:45:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J4jXx4016613; Mon, 19 Jul 2004 04:45:33 GMT (envelope-from dinoex) Message-Id: <200407190445.i6J4jXx4016613@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 04:45: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/mail/antivirus-milter Makefileports/mail/noattach Makefile ports/mail/spamilter Makefile ports/mail/vbsfilter Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 04:45:33 -0000 dinoex 2004-07-19 04:45:33 UTC FreeBSD ports repository Modified files: mail/antivirus-milter Makefile mail/noattach Makefile mail/spamilter Makefile mail/vbsfilter Makefile Log: - new option SENDMAIL_PORT Revision Changes Path 1.3 +2 -1 ports/mail/antivirus-milter/Makefile 1.21 +2 -1 ports/mail/noattach/Makefile 1.3 +2 -1 ports/mail/spamilter/Makefile 1.17 +2 -1 ports/mail/vbsfilter/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 04:49: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 135EC16A4CE; Mon, 19 Jul 2004 04:49:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E980643D5C; Mon, 19 Jul 2004 04:49:20 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J4nKq4016691; Mon, 19 Jul 2004 04:49:20 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J4nKjT016690; Mon, 19 Jul 2004 04:49:20 GMT (envelope-from dinoex) Message-Id: <200407190449.i6J4nKjT016690@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 04:49: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 MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 04:49:21 -0000 dinoex 2004-07-19 04:49:20 UTC FreeBSD ports repository Modified files: . MOVED Log: rename mail/sendmail-old Revision Changes Path 1.474 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Mon Jul 19 04:54:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E7416A4CE; Mon, 19 Jul 2004 04:54:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26B743D46; Mon, 19 Jul 2004 04:54:01 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J4s13Z016918; Mon, 19 Jul 2004 04:54:01 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J4s16a016917; Mon, 19 Jul 2004 04:54:01 GMT (envelope-from dinoex) Message-Id: <200407190454.i6J4s16a016917@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 04:54:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sendmail-old Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/sendmail-old/files patch-aa patch-daemon.c patch-parseaddr.c patch-vacation.1 pkg-milter site.config.m4 site.config.m4.ipv6 site.config.m4.ldap ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 04:54:02 -0000 dinoex 2004-07-19 04:54:01 UTC FreeBSD ports repository Removed files: mail/sendmail-old Makefile distinfo pkg-descr pkg-message pkg-plist mail/sendmail-old/files patch-aa patch-daemon.c patch-parseaddr.c patch-vacation.1 pkg-milter site.config.m4 site.config.m4.ipv6 site.config.m4.ldap site.config.m4.milter site.config.m4.pre4 site.config.m4.sasl site.config.m4.sfio site.config.m4.ssl site.config.m4.tls Log: - delete port after repropcopy to sendmail811 Revision Changes Path 1.53 +0 -233 ports/mail/sendmail-old/Makefile (dead) 1.10 +0 -2 ports/mail/sendmail-old/distinfo (dead) 1.7 +0 -263 ports/mail/sendmail-old/files/patch-aa (dead) 1.2 +0 -39 ports/mail/sendmail-old/files/patch-daemon.c (dead) 1.2 +0 -15 ports/mail/sendmail-old/files/patch-parseaddr.c (dead) 1.4 +0 -41 ports/mail/sendmail-old/files/patch-vacation.1 (dead) 1.3 +0 -5 ports/mail/sendmail-old/files/pkg-milter (dead) 1.6 +0 -9 ports/mail/sendmail-old/files/site.config.m4 (dead) 1.2 +0 -2 ports/mail/sendmail-old/files/site.config.m4.ipv6 (dead) 1.2 +0 -5 ports/mail/sendmail-old/files/site.config.m4.ldap (dead) 1.2 +0 -2 ports/mail/sendmail-old/files/site.config.m4.milter (dead) 1.6 +0 -3 ports/mail/sendmail-old/files/site.config.m4.pre4 (dead) 1.4 +0 -5 ports/mail/sendmail-old/files/site.config.m4.sasl (dead) 1.2 +0 -6 ports/mail/sendmail-old/files/site.config.m4.sfio (dead) 1.3 +0 -3 ports/mail/sendmail-old/files/site.config.m4.ssl (dead) 1.2 +0 -5 ports/mail/sendmail-old/files/site.config.m4.tls (dead) 1.2 +0 -11 ports/mail/sendmail-old/pkg-descr (dead) 1.2 +0 -29 ports/mail/sendmail-old/pkg-message (dead) 1.6 +0 -17 ports/mail/sendmail-old/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:10:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A26416A4CF; Mon, 19 Jul 2004 05:10:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2316043D46; Mon, 19 Jul 2004 05:10:13 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5ADHH017531; Mon, 19 Jul 2004 05:10:13 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5AC9B017530; Mon, 19 Jul 2004 05:10:12 GMT (envelope-from edwin) Message-Id: <200407190510.i6J5AC9B017530@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 05:10: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/preps-gui 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, 19 Jul 2004 05:10:13 -0000 edwin 2004-07-19 05:10:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/preps-gui Makefile distinfo pkg-descr pkg-plist Log: new port: devel/libpreps - gui part stable release preps is a problem report system developed for linux. preps-gui is part #3 of preps pack. PR: ports/64585 Submitted by: Alex Lyashkov Revision Changes Path 1.1616 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/preps-gui/Makefile (new) 1.1 +2 -0 ports/devel/preps-gui/distinfo (new) 1.1 +7 -0 ports/devel/preps-gui/pkg-descr (new) 1.1 +130 -0 ports/devel/preps-gui/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05: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 284AD16A4CE; Mon, 19 Jul 2004 05:10:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE7743D55; Mon, 19 Jul 2004 05:10:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5Af1G017645; Mon, 19 Jul 2004 05:10:41 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5Afwh017644; Mon, 19 Jul 2004 05:10:41 GMT (envelope-from edwin) Message-Id: <200407190510.i6J5Afwh017644@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 05:10: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: Mon, 19 Jul 2004 05:10:42 -0000 edwin 2004-07-19 05:10:41 UTC FreeBSD ports repository Modified files: . modules Log: preps-gui --> ports/devel/preps-gui Revision Changes Path 1.10565 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:14: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 509D816A4CE; Mon, 19 Jul 2004 05:14:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3327E43D53; Mon, 19 Jul 2004 05:14:10 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5EAmJ017710; Mon, 19 Jul 2004 05:14:10 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5EAOM017709; Mon, 19 Jul 2004 05:14:10 GMT (envelope-from dinoex) Message-Id: <200407190514.i6J5EAOM017709@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 05:14: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/databases/metakit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 05:14:10 -0000 dinoex 2004-07-19 05:14:10 UTC FreeBSD ports repository Modified files: databases/metakit Makefile Log: - drop maintainership Revision Changes Path 1.39 +1 -1 ports/databases/metakit/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:15: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 0DC6816A4CE; Mon, 19 Jul 2004 05:15:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E323443D39; Mon, 19 Jul 2004 05:15:28 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5FSuV017820; Mon, 19 Jul 2004 05:15:28 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5FSD9017819; Mon, 19 Jul 2004 05:15:28 GMT (envelope-from dinoex) Message-Id: <200407190515.i6J5FSD9017819@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 05:15: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/games/xboing Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 05:15:29 -0000 dinoex 2004-07-19 05:15:28 UTC FreeBSD ports repository Modified files: games/xboing Makefile Log: - drop maintainership Revision Changes Path 1.24 +1 -1 ports/games/xboing/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:24: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 E84B816A4CE; Mon, 19 Jul 2004 05:24:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA9EE43D46; Mon, 19 Jul 2004 05:24:41 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5Ofbf018031; Mon, 19 Jul 2004 05:24:41 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5OfrH018030; Mon, 19 Jul 2004 05:24:41 GMT (envelope-from kientzle) Message-Id: <200407190524.i6J5OfrH018030@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 19 Jul 2004 05:24: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/usr.bin/tar bsdtar.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, 19 Jul 2004 05:24:42 -0000 kientzle 2004-07-19 05:24:41 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: Fix some misspellings, document the TAPE environment variable and the default tape device. Revision Changes Path 1.15 +16 -2 src/usr.bin/tar/bsdtar.1 From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05: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 2637116A4CE; Mon, 19 Jul 2004 05:27:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0988243D2D; Mon, 19 Jul 2004 05:27:44 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5RhIm018152; Mon, 19 Jul 2004 05:27:43 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5Rhjh018151; Mon, 19 Jul 2004 05:27:43 GMT (envelope-from dinoex) Message-Id: <200407190527.i6J5Rhjh018151@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 05: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/mail/prayer 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, 19 Jul 2004 05:27:44 -0000 dinoex 2004-07-19 05:27:43 UTC FreeBSD ports repository Modified files: mail/prayer Makefile distinfo pkg-plist Log: - update to 1.0.10 - drop maintainership Revision Changes Path 1.3 +5 -3 ports/mail/prayer/Makefile 1.3 +2 -2 ports/mail/prayer/distinfo 1.2 +2 -0 ports/mail/prayer/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:32: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 B8FE416A4CE; Mon, 19 Jul 2004 05:32:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE4E43D1F; Mon, 19 Jul 2004 05:32:15 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5WFCO018302; Mon, 19 Jul 2004 05:32:15 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5WFBQ018301; Mon, 19 Jul 2004 05:32:15 GMT (envelope-from dinoex) Message-Id: <200407190532.i6J5WFBQ018301@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 05:32: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/deskutils/preferences.app pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 05:32:15 -0000 dinoex 2004-07-19 05:32:15 UTC FreeBSD ports repository Modified files: deskutils/preferences.app pkg-descr Log: - update URL website Revision Changes Path 1.2 +1 -1 ports/deskutils/preferences.app/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:39: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 432B216A4CE; Mon, 19 Jul 2004 05:39:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2658A43D5E; Mon, 19 Jul 2004 05:39:50 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5do67018549; Mon, 19 Jul 2004 05:39:50 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5dol9018548; Mon, 19 Jul 2004 05:39:50 GMT (envelope-from alc) Message-Id: <200407190539.i6J5dol9018548@repoman.freebsd.org> From: Alan Cox Date: Mon, 19 Jul 2004 05:39:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 pmap.c src/sys/ia64/include pmap.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, 19 Jul 2004 05:39:50 -0000 alc 2004-07-19 05:39:50 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c sys/ia64/include pmap.h Log: Add partial pmap locking. Tested by: marcel@ Revision Changes Path 1.142 +13 -0 src/sys/ia64/ia64/pmap.c 1.22 +14 -0 src/sys/ia64/include/pmap.h From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:40:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6BF16A4CE; Mon, 19 Jul 2004 05:40:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DEB543D58; Mon, 19 Jul 2004 05:40:35 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5eZIE018625; Mon, 19 Jul 2004 05:40:35 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5eZqs018624; Mon, 19 Jul 2004 05:40:35 GMT (envelope-from dinoex) Message-Id: <200407190540.i6J5eZqs018624@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 19 Jul 2004 05:40: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/security/pidentd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 05:40:35 -0000 dinoex 2004-07-19 05:40:35 UTC FreeBSD ports repository Modified files: security/pidentd Makefile Log: - update MASTER_SITES Revision Changes Path 1.50 +2 -2 ports/security/pidentd/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05: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 7B80B16A4CE; Mon, 19 Jul 2004 05:42:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 749CA43D49; Mon, 19 Jul 2004 05:42:23 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5gNx4018758; Mon, 19 Jul 2004 05:42:23 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5gNEY018757; Mon, 19 Jul 2004 05:42:23 GMT (envelope-from sobomax) Message-Id: <200407190542.i6J5gNEY018757@repoman.freebsd.org> From: Maxim Sobolev Date: Mon, 19 Jul 2004 05: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/devel/libexecinfo Makefile distinfo ports/devel/libexecinfo/files patch-Makefile patch-execinfo.c patch-execinfo.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, 19 Jul 2004 05:42:23 -0000 sobomax 2004-07-19 05:42:23 UTC FreeBSD ports repository Modified files: devel/libexecinfo Makefile distinfo Removed files: devel/libexecinfo/files patch-Makefile patch-execinfo.c patch-execinfo.h Log: Update to 1.1. Revision Changes Path 1.4 +2 -3 ports/devel/libexecinfo/Makefile 1.3 +2 -2 ports/devel/libexecinfo/distinfo 1.2 +0 -14 ports/devel/libexecinfo/files/patch-Makefile (dead) 1.2 +0 -18 ports/devel/libexecinfo/files/patch-execinfo.c (dead) 1.2 +0 -22 ports/devel/libexecinfo/files/patch-execinfo.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:43: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 C9F7F16A4CE; Mon, 19 Jul 2004 05:43:46 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5366243D53; Mon, 19 Jul 2004 05:43:46 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.11/8.12.11) with ESMTP id i6J5hak6037066; Sun, 18 Jul 2004 22:43:40 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200407190543.i6J5hak6037066@gw.catspoiler.org> Date: Sun, 18 Jul 2004 22:43:36 -0700 (PDT) From: Don Lewis To: alfred@FreeBSD.org In-Reply-To: <20040715054939.GN95729@elvis.mu.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 kern_shutdown.c vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 05:43:47 -0000 On 14 Jul, Alfred Perlstein wrote: > * Don Lewis [040714 22:46] wrote: >> I'd prefer skipping the the final sync() in boot() if there are no dirty >> buffers, with a message something like "skipping final sync because no >> dirty buffers remain". > > Diffs welcome! Note: I revived the printf("\n") mostly so that the SHOW_BUSYBUFS output would be formatted correctly. Index: sys/kern/kern_shutdown.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_shutdown.c,v retrieving revision 1.157 diff -u -r1.157 kern_shutdown.c --- sys/kern/kern_shutdown.c 15 Jul 2004 08:01:00 -0000 1.157 +++ sys/kern/kern_shutdown.c 19 Jul 2004 05:18:15 -0000 @@ -245,7 +245,6 @@ static void boot(int howto) { - static int first_buf_printf = 1; /* collect extra flags that shutdown_nice might have set */ howto |= shutdown_howto; @@ -272,7 +271,18 @@ int subiter; #endif + for (nbusy = 0, bp = &buf[nbuf]; --bp >= buf; ) + if (((bp->b_flags & B_INVAL) == 0 && + BUF_REFCNT(bp) > 0) || + ((bp->b_flags & (B_DELWRI|B_INVAL)) == B_DELWRI)) + nbusy++; + if (nbusy == 0) { + printf("Skipping final sync, no buffers remaining.\n"); + goto unmountall; + } + waittime = 0; + printf("Syncing disks, buffers remaining... "); sync(&thread0, NULL); @@ -295,10 +305,6 @@ } if (nbusy == 0) break; - if (first_buf_printf) { - printf("syncing disks, buffers remaining... "); - first_buf_printf = 0; - } printf("%d ", nbusy); if (nbusy < pbusy) iter = 0; @@ -328,7 +334,7 @@ PICKUP_GIANT(); #endif } - + printf("\n"); /* * Count only busy local buffers to prevent forcing * a fsck if we're just a client of a wedged NFS server @@ -357,13 +363,14 @@ * Failed to sync all blocks. Indicate this and don't * unmount filesystems (thus forcing an fsck on reboot). */ - printf("giving up on %d buffers\n", nbusy); + printf("Giving up on %d buffers.\n", nbusy); DELAY(5000000); /* 5 seconds */ } else { - printf("done\n"); + printf("Final sync complete.\n"); /* * Unmount filesystems */ +unmountall: if (panicstr == 0) vfs_unmountall(); } From owner-cvs-all@FreeBSD.ORG Mon Jul 19 05:58: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 03D7016A4CF; Mon, 19 Jul 2004 05:58:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D69CE43D54; Mon, 19 Jul 2004 05:58:03 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J5w3rj019154; Mon, 19 Jul 2004 05:58:03 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J5w3Ne019153; Mon, 19 Jul 2004 05:58:03 GMT (envelope-from erwin) Message-Id: <200407190558.i6J5w3Ne019153@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 19 Jul 2004 05:58: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: Mon, 19 Jul 2004 05:58:04 -0000 erwin 2004-07-19 05:58:03 UTC FreeBSD ports repository Modified files: . modules Log: gpsmanshp --> ports/graphics/gpsmanshp Revision Changes Path 1.10566 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06:04: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 4545416A4CE; Mon, 19 Jul 2004 06:04:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E53343D1D; Mon, 19 Jul 2004 06:04:16 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J64Gh0019393; Mon, 19 Jul 2004 06:04:16 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J64GuJ019392; Mon, 19 Jul 2004 06:04:16 GMT (envelope-from edwin) Message-Id: <200407190604.i6J64GuJ019392@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 06:04:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/ifd-slb_rf60 Makefile distinfo pkg-descr ports/security/ifd-slb_rf60/files patch-ctapi.c patch-serial.h 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: Mon, 19 Jul 2004 06:04:16 -0000 edwin 2004-07-19 06:04:16 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/ifd-slb_rf60 Makefile distinfo pkg-descr security/ifd-slb_rf60/files patch-ctapi.c patch-serial.h pkg-message.in Log: New port: devel/slb_rf60 This is a pcsc-lite driver for the Schlumberger Reflex 62/64 serial smartcard reader This port should be filed under "security/ifd-slb_rf60" because there are already some other pcsc-lite drivers follow this convention. I also made a few minor changes because of portlint warnings, so please apply this patch and rename the directory to "ifd-slb_rf60" before committing. PR: ports/63120 Submitted by: Toni Andjelkovic Revision Changes Path 1.524 +1 -0 ports/security/Makefile 1.1 +40 -0 ports/security/ifd-slb_rf60/Makefile (new) 1.1 +1 -0 ports/security/ifd-slb_rf60/distinfo (new) 1.1 +38 -0 ports/security/ifd-slb_rf60/files/patch-ctapi.c (new) 1.1 +10 -0 ports/security/ifd-slb_rf60/files/patch-serial.h (new) 1.1 +11 -0 ports/security/ifd-slb_rf60/files/pkg-message.in (new) 1.1 +6 -0 ports/security/ifd-slb_rf60/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06:04: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 969F716A4CE; Mon, 19 Jul 2004 06:04:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7965543D31; Mon, 19 Jul 2004 06:04:45 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J64jpc019439; Mon, 19 Jul 2004 06:04:45 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J64jRf019438; Mon, 19 Jul 2004 06:04:45 GMT (envelope-from edwin) Message-Id: <200407190604.i6J64jRf019438@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 06:04:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 06:04:45 -0000 edwin 2004-07-19 06:04:45 UTC FreeBSD ports repository Modified files: . modules Log: ifd-slb_rf60 --> ports/security/ifd-slb_rf60 Revision Changes Path 1.10567 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06: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 6BC8916A4CE; Mon, 19 Jul 2004 06:21:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC2243D1F; Mon, 19 Jul 2004 06:21:27 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J6LRkC019977; Mon, 19 Jul 2004 06:21:27 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J6LRWJ019976; Mon, 19 Jul 2004 06:21:27 GMT (envelope-from green) Message-Id: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> From: Brian Feldman Date: Mon, 19 Jul 2004 06: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/sys malloc.h src/sys/kern kern_malloc.c src/sys/vm vm_contig.c 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, 19 Jul 2004 06:21:27 -0000 green 2004-07-19 06:21:27 UTC FreeBSD src repository Modified files: sys/sys malloc.h sys/kern kern_malloc.c sys/vm vm_contig.c vm_page.h Log: Reimplement contigmalloc(9) with an algorithm which stands a greatly- improved chance of working despite pressure from running programs. Instead of trying to throw a bunch of pages out to swap and hope for the best, only a range that can potentially fulfill contigmalloc(9)'s request will have its contents paged out (potentially, not forcibly) at a time. The new contigmalloc operation still operates in three passes, but it could potentially be tuned to more or less. The first pass only looks at pages in the cache and free pages, so they would be thrown out without having to block. If this is not enough, the subsequent passes page out any unwired memory. To combat memory pressure refragmenting the section of memory being laundered, each page is removed from the systems' free memory queue once it has been freed so that blocking later doesn't cause the memory laundered so far to get reallocated. The page-out operations are now blocking, as it would make little sense to try to push out a page, then get its status immediately afterward to remove it from the available free pages queue, if it's unlikely to have been freed. Another change is that if KVA allocation fails, the allocated memory segment will be freed and not leaked. There is a sysctl/tunable, defaulting to on, which causes the old contigmalloc() algorithm to be used. Nonetheless, I have been using vm.old_contigmalloc=0 for over a month. It is safe to switch at run-time to see the difference it makes. A new interface has been used which does not require mapping the allocated pages into KVA: vm_page.h functions vm_page_alloc_contig() and vm_page_release_contig(). These are what vm.old_contigmalloc=0 uses internally, so the sysctl/tunable does not affect their operation. When using the contigmalloc(9) and contigfree(9) interfaces, memory is now tracked with malloc(9) stats. Several functions have been exported from kern_malloc.c to allow other subsystems to use these statistics, as well. This invalidates the BUGS section of the contigmalloc(9) manpage. Revision Changes Path 1.135 +48 -28 src/sys/kern/kern_malloc.c 1.77 +2 -0 src/sys/sys/malloc.h 1.36 +270 -36 src/sys/vm/vm_contig.c 1.132 +3 -0 src/sys/vm/vm_page.h From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06:24: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 3209E16A4CE; Mon, 19 Jul 2004 06:24:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1437B43D49; Mon, 19 Jul 2004 06:24:50 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J6OnAa020042; Mon, 19 Jul 2004 06:24:49 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J6Onvm020041; Mon, 19 Jul 2004 06:24:49 GMT (envelope-from skv) Message-Id: <200407190624.i6J6Onvm020041@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 19 Jul 2004 06:24: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/textproc/p5-XML-SAX-ExpatXS Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 06:24:50 -0000 skv 2004-07-19 06:24:49 UTC FreeBSD ports repository Modified files: textproc/p5-XML-SAX-ExpatXS Makefile distinfo pkg-descr Log: Updated to 1.00 Revision Changes Path 1.3 +1 -1 ports/textproc/p5-XML-SAX-ExpatXS/Makefile 1.3 +2 -2 ports/textproc/p5-XML-SAX-ExpatXS/distinfo 1.2 +0 -3 ports/textproc/p5-XML-SAX-ExpatXS/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06: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 D0CF516A4CE; Mon, 19 Jul 2004 06:29:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BA643D45; Mon, 19 Jul 2004 06:29:06 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J6T64E020216; Mon, 19 Jul 2004 06:29:06 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J6T6dQ020215; Mon, 19 Jul 2004 06:29:06 GMT (envelope-from anholt) Message-Id: <200407190629.i6J6T6dQ020215@repoman.freebsd.org> From: Eric Anholt Date: Mon, 19 Jul 2004 06:29: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/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: Mon, 19 Jul 2004 06:29:07 -0000 anholt 2004-07-19 06:29:06 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile Log: s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency. Reported by: pointyhat via kris (over and over) Revision Changes Path 1.10 +1 -1 ports/x11-servers/xorg-server/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06:42: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 A1BB516A4CE; Mon, 19 Jul 2004 06:42:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B69943D49; Mon, 19 Jul 2004 06:42:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J6gmdf020626; Mon, 19 Jul 2004 06:42:48 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J6gmXi020625; Mon, 19 Jul 2004 06:42:48 GMT (envelope-from vs) Message-Id: <200407190642.i6J6gmXi020625@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 06:42:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portindex Makefile distinfo pkg-descr ports/sysutils/portindex/files stealthupdates.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 06:42:48 -0000 vs 2004-07-19 06:42:48 UTC FreeBSD ports repository Modified files: sysutils/portindex Makefile distinfo pkg-descr Added files: sysutils/portindex/files stealthupdates.sh Log: Update to v.16: - This version supports 13 fields long make describe format. closes ports/69238 - Database format changed in both python and postgresql backends. - You need to delete portindex.pck file if you have more than 0 entries in index generated by portindex 15 - You need to update postgresql tables (added some columns) by hand or use create.sql script for drop + create. - loadindex and updinst are 100% faster due to using of prepared statements in portgresql. - updateall script optimized. When used, slow fs walking is avoided in portreadmes, loadindex - updinst updates alive package status - added stealthupdates script for listing changes without portrevision bumps - added options to configuration file for keeping dupes in index (recommended) and keeping ports with partial unresolved depends - added back link to portindex homepage because downloading rate drops PR: ports/69256 Submitted by: Radim Kolar (maintainer) Revision Changes Path 1.8 +3 -3 ports/sysutils/portindex/Makefile 1.5 +2 -2 ports/sysutils/portindex/distinfo 1.1 +2 -0 ports/sysutils/portindex/files/stealthupdates.sh (new) 1.5 +2 -0 ports/sysutils/portindex/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06: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 3157916A4CE; Mon, 19 Jul 2004 06:49:18 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D8D43D41; Mon, 19 Jul 2004 06:49:18 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 1CF385C884; Sun, 18 Jul 2004 23:49:18 -0700 (PDT) Date: Sun, 18 Jul 2004 23:49:18 -0700 From: Alfred Perlstein To: Don Lewis Message-ID: <20040719064918.GS95729@elvis.mu.org> References: <20040715054939.GN95729@elvis.mu.org> <200407190543.i6J5hak6037066@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407190543.i6J5hak6037066@gw.catspoiler.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 kern_shutdown.c vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 06:49:18 -0000 * Don Lewis [040718 22:43] wrote: > On 14 Jul, Alfred Perlstein wrote: > > * Don Lewis [040714 22:46] wrote: > > >> I'd prefer skipping the the final sync() in boot() if there are no dirty > >> buffers, with a message something like "skipping final sync because no > >> dirty buffers remain". > > > > Diffs welcome! > > Note: I revived the printf("\n") mostly so that the SHOW_BUSYBUFS output > would be formatted correctly. Looks cool! From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06:50: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 D4DEF16A4CE; Mon, 19 Jul 2004 06:50:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B774143D2D; Mon, 19 Jul 2004 06:50:31 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J6oVKI020853; Mon, 19 Jul 2004 06:50:31 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J6oVKO020852; Mon, 19 Jul 2004 06:50:31 GMT (envelope-from den) Message-Id: <200407190650.i6J6oVKO020852@repoman.freebsd.org> From: Denis Peplin Date: Mon, 19 Jul 2004 06:50:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml 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: Mon, 19 Jul 2004 06:50:32 -0000 den 2004-07-19 06:50:31 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/share/sgml freebsd.dsl Log: Fix a problem with the Russian localization (dbl1ru.dsl) Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.8 +7 -1 doc/ru_RU.KOI8-R/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06:51: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 3771316A4CE; Mon, 19 Jul 2004 06:51:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18BF043D1D; Mon, 19 Jul 2004 06:51:04 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J6p3pR020968; Mon, 19 Jul 2004 06:51:03 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J6p3Sj020967; Mon, 19 Jul 2004 06:51:03 GMT (envelope-from skv) Message-Id: <200407190651.i6J6p3Sj020967@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 19 Jul 2004 06: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/converters/p5-Text-Iconv Makefile distinfo ports/converters/p5-Text-Iconv/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 06:51:04 -0000 skv 2004-07-19 06:51:03 UTC FreeBSD ports repository Modified files: converters/p5-Text-Iconv Makefile distinfo Added files: converters/p5-Text-Iconv/files patch-Makefile.PL Log: Updated to 1.4 Revision Changes Path 1.12 +1 -1 ports/converters/p5-Text-Iconv/Makefile 1.5 +2 -2 ports/converters/p5-Text-Iconv/distinfo 1.1 +35 -0 ports/converters/p5-Text-Iconv/files/patch-Makefile.PL (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 06:52: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 54BC916A4CE; Mon, 19 Jul 2004 06:52:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E7143D41; Mon, 19 Jul 2004 06:52:02 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J6q2ZM021031; Mon, 19 Jul 2004 06:52:02 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J6q2q2021030; Mon, 19 Jul 2004 06:52:02 GMT (envelope-from vs) Message-Id: <200407190652.i6J6q2q2021030@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 06:52: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/editors/jedit-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: Mon, 19 Jul 2004 06:52:02 -0000 vs 2004-07-19 06:52:02 UTC FreeBSD ports repository Modified files: editors/jedit-devel Makefile distinfo Log: Update to pre 15 PR: ports/69208 Submitted by: Linh Pham Revision Changes Path 1.4 +1 -1 ports/editors/jedit-devel/Makefile 1.4 +2 -2 ports/editors/jedit-devel/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:00: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 344E616A5B9; Mon, 19 Jul 2004 07:00:39 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D2043D46; Mon, 19 Jul 2004 07:00:38 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.200] ([192.168.0.200]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6J76ZbW052088; Mon, 19 Jul 2004 01:06:35 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40FB718B.7080206@samsco.org> Date: Mon, 19 Jul 2004 01:00:27 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Feldman References: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> In-Reply-To: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> X-Enigmail-Version: 0.84.2.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/sys malloc.h src/sys/kern kern_malloc.c src/sys/vm vm_contig.c 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, 19 Jul 2004 07:00:39 -0000 This is a pretty darn big change to something that is so vital to so many drivers (not including busdma, which means that this touches nearly every driver). Who reviewed this? Was it discussed on a public mailing list? What kind of testing was done for it? If you can't answer these questions then I'm not terribly thrilled. Scott Brian Feldman wrote: > green 2004-07-19 06:21:27 UTC > > FreeBSD src repository > > Modified files: > sys/sys malloc.h > sys/kern kern_malloc.c > sys/vm vm_contig.c vm_page.h > Log: > Reimplement contigmalloc(9) with an algorithm which stands a greatly- > improved chance of working despite pressure from running programs. > Instead of trying to throw a bunch of pages out to swap and hope for > the best, only a range that can potentially fulfill contigmalloc(9)'s > request will have its contents paged out (potentially, not forcibly) > at a time. > > The new contigmalloc operation still operates in three passes, but it > could potentially be tuned to more or less. The first pass only looks > at pages in the cache and free pages, so they would be thrown out > without having to block. If this is not enough, the subsequent passes > page out any unwired memory. To combat memory pressure refragmenting > the section of memory being laundered, each page is removed from the > systems' free memory queue once it has been freed so that blocking > later doesn't cause the memory laundered so far to get reallocated. > > The page-out operations are now blocking, as it would make little sense > to try to push out a page, then get its status immediately afterward > to remove it from the available free pages queue, if it's unlikely to > have been freed. Another change is that if KVA allocation fails, the > allocated memory segment will be freed and not leaked. > > There is a sysctl/tunable, defaulting to on, which causes the old > contigmalloc() algorithm to be used. Nonetheless, I have been using > vm.old_contigmalloc=0 for over a month. It is safe to switch at > run-time to see the difference it makes. > > A new interface has been used which does not require mapping the > allocated pages into KVA: vm_page.h functions vm_page_alloc_contig() > and vm_page_release_contig(). These are what vm.old_contigmalloc=0 > uses internally, so the sysctl/tunable does not affect their operation. > > When using the contigmalloc(9) and contigfree(9) interfaces, memory > is now tracked with malloc(9) stats. Several functions have been > exported from kern_malloc.c to allow other subsystems to use these > statistics, as well. This invalidates the BUGS section of the > contigmalloc(9) manpage. > > Revision Changes Path > 1.135 +48 -28 src/sys/kern/kern_malloc.c > 1.77 +2 -0 src/sys/sys/malloc.h > 1.36 +270 -36 src/sys/vm/vm_contig.c > 1.132 +3 -0 src/sys/vm/vm_page.h From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:05: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 ACEF016A4CE; Mon, 19 Jul 2004 07:05:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A527E43D2F; Mon, 19 Jul 2004 07:05:36 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J75a4B021784; Mon, 19 Jul 2004 07:05:36 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J75aYE021783; Mon, 19 Jul 2004 07:05:36 GMT (envelope-from ale) Message-Id: <200407190705.i6J75aYE021783@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:05: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/lang/php4 Makefile Makefile.ext Makefile.pear pkg-message pkg-message.mod pkg-message.pear pkg-plist pkg-plist.pear ports/lang/php4/files patch-configure patch-ext::gd::libgd::gd.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, 19 Jul 2004 07:05:36 -0000 ale 2004-07-19 07:05:36 UTC FreeBSD ports repository Modified files: lang/php4 Makefile pkg-plist lang/php4/files patch-main::php_config.h.in patch-pear::scripts::pearcmd.php patch-scripts::Makefile.frag lang/php5 Makefile pkg-plist lang/php5/files patch-main::php_config.h.in patch-pear::scripts::pearcmd.php patch-scripts::Makefile.frag lang/php4-cli Makefile lang/php5-cli Makefile www/mod_php4 Makefile www/mod_php5 Makefile www/php4-cgi Makefile www/php5-cgi Makefile Added files: lang/php4 Makefile.ext Makefile.pear pkg-message.mod pkg-message.pear pkg-plist.pear lang/php5 Makefile.ext Makefile.pear pkg-message.mod pkg-message.pear pkg-plist.pear Removed files: lang/php4 pkg-message lang/php4/files patch-configure patch-ext::gd::gd.c patch-ext::gd::gd_ctx.c patch-ext::gd::libgd::gd.h patch-ext::gd::libgd::gd_biggif_out.c patch-ext::gd::libgd::gd_gif_out.c patch-ext::gd::libgd::gd_lzw_out.c patch-ext::gd::php_gd.h patch-ext::mssql::php_mssql.c patch-ext::mssql::php_mssql.h lang/php4/scripts configure.php php4_options lang/php5 pkg-message lang/php5/files patch-configure patch-ext::gd::gd.c patch-ext::gd::gd_ctx.c patch-ext::gd::libgd::gd.h patch-ext::gd::libgd::gd_biggif_out.c patch-ext::gd::libgd::gd_gif_out.c patch-ext::gd::libgd::gd_lzw_out.c patch-ext::gd::php_gd.h lang/php5/scripts configure.php php5_options lang/php4-cli pkg-message lang/php5-cli pkg-message www/mod_php4 pkg-message www/mod_php5 pkg-message www/php4-cgi pkg-message www/php5-cgi pkg-message Log: First step of the PHP mega-commit: - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports Revision Changes Path 1.2 +4 -6 ports/lang/php4-cli/Makefile 1.4 +0 -11 ports/lang/php4-cli/pkg-message (dead) 1.75 +63 -584 ports/lang/php4/Makefile 1.1 +473 -0 ports/lang/php4/Makefile.ext (new) 1.1 +29 -0 ports/lang/php4/Makefile.pear (new) 1.13 +0 -477 ports/lang/php4/files/patch-configure (dead) 1.2 +0 -50 ports/lang/php4/files/patch-ext::gd::gd.c (dead) 1.2 +0 -158 ports/lang/php4/files/patch-ext::gd::gd_ctx.c (dead) 1.2 +0 -45 ports/lang/php4/files/patch-ext::gd::libgd::gd.h (dead) 1.2 +0 -1087 ports/lang/php4/files/patch-ext::gd::libgd::gd_biggif_out.c (dead) 1.2 +0 -73 ports/lang/php4/files/patch-ext::gd::libgd::gd_gif_out.c (dead) 1.2 +0 -939 ports/lang/php4/files/patch-ext::gd::libgd::gd_lzw_out.c (dead) 1.2 +0 -21 ports/lang/php4/files/patch-ext::gd::php_gd.h (dead) 1.2 +0 -11 ports/lang/php4/files/patch-ext::mssql::php_mssql.c (dead) 1.2 +0 -13 ports/lang/php4/files/patch-ext::mssql::php_mssql.h (dead) 1.2 +9 -9 ports/lang/php4/files/patch-main::php_config.h.in 1.2 +4 -2 ports/lang/php4/files/patch-pear::scripts::pearcmd.php 1.4 +16 -10 ports/lang/php4/files/patch-scripts::Makefile.frag 1.4 +0 -18 ports/lang/php4/pkg-message (dead) 1.1 +10 -0 ports/lang/php4/pkg-message.mod (new) 1.1 +8 -0 ports/lang/php4/pkg-message.pear (new) 1.14 +6 -101 ports/lang/php4/pkg-plist 1.1 +40 -0 ports/lang/php4/pkg-plist.pear (new) 1.16 +0 -111 ports/lang/php4/scripts/configure.php (dead) 1.12 +0 -67 ports/lang/php4/scripts/php4_options (dead) 1.3 +4 -6 ports/lang/php5-cli/Makefile 1.7 +0 -12 ports/lang/php5-cli/pkg-message (dead) 1.70 +72 -585 ports/lang/php5/Makefile 1.1 +493 -0 ports/lang/php5/Makefile.ext (new) 1.1 +29 -0 ports/lang/php5/Makefile.pear (new) 1.12 +0 -477 ports/lang/php5/files/patch-configure (dead) 1.2 +0 -50 ports/lang/php5/files/patch-ext::gd::gd.c (dead) 1.4 +0 -168 ports/lang/php5/files/patch-ext::gd::gd_ctx.c (dead) 1.2 +0 -45 ports/lang/php5/files/patch-ext::gd::libgd::gd.h (dead) 1.2 +0 -1087 ports/lang/php5/files/patch-ext::gd::libgd::gd_biggif_out.c (dead) 1.2 +0 -73 ports/lang/php5/files/patch-ext::gd::libgd::gd_gif_out.c (dead) 1.2 +0 -939 ports/lang/php5/files/patch-ext::gd::libgd::gd_lzw_out.c (dead) 1.2 +0 -21 ports/lang/php5/files/patch-ext::gd::php_gd.h (dead) 1.2 +9 -9 ports/lang/php5/files/patch-main::php_config.h.in 1.2 +8 -6 ports/lang/php5/files/patch-pear::scripts::pearcmd.php 1.3 +9 -13 ports/lang/php5/files/patch-scripts::Makefile.frag 1.7 +0 -19 ports/lang/php5/pkg-message (dead) 1.1 +10 -0 ports/lang/php5/pkg-message.mod (new) 1.1 +8 -0 ports/lang/php5/pkg-message.pear (new) 1.14 +14 -94 ports/lang/php5/pkg-plist 1.1 +42 -0 ports/lang/php5/pkg-plist.pear (new) 1.20 +0 -109 ports/lang/php5/scripts/configure.php (dead) 1.12 +0 -65 ports/lang/php5/scripts/php5_options (dead) 1.192 +4 -6 ports/www/mod_php4/Makefile 1.8 +0 -18 ports/www/mod_php4/pkg-message (dead) 1.193 +4 -6 ports/www/mod_php5/Makefile 1.11 +0 -19 ports/www/mod_php5/pkg-message (dead) 1.2 +4 -7 ports/www/php4-cgi/Makefile 1.3 +0 -11 ports/www/php4-cgi/pkg-message (dead) 1.3 +4 -7 ports/www/php5-cgi/Makefile 1.6 +0 -12 ports/www/php5-cgi/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:05:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA16516A4CE; Mon, 19 Jul 2004 07:05:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B84843D41; Mon, 19 Jul 2004 07:05:51 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J75pTN021811; Mon, 19 Jul 2004 07:05:51 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J75pPk021810; Mon, 19 Jul 2004 07:05:51 GMT (envelope-from murray) Message-Id: <200407190705.i6J75pPk021810@repoman.freebsd.org> From: Murray Stokely Date: Mon, 19 Jul 2004 07:05:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:05:51 -0000 murray 2004-07-19 07:05:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Remove a redundant reference to ports/package section. Revision Changes Path 1.328 +1 -2 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:09: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 4575816A4CE; Mon, 19 Jul 2004 07:09:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 297EE43D45; Mon, 19 Jul 2004 07:09:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J79i7L022021; Mon, 19 Jul 2004 07:09:44 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J79i3w022020; Mon, 19 Jul 2004 07:09:44 GMT (envelope-from vs) Message-Id: <200407190709.i6J79i3w022020@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 07:09:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/quack 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, 19 Jul 2004 07:09:44 -0000 vs 2004-07-19 07:09:43 UTC FreeBSD ports repository Modified files: lang/quack Makefile distinfo Removed files: lang/quack pkg-plist Log: Update to 0.26 PR: ports/69018 Submitted by: Kimura Fuyuki (maintainer) Revision Changes Path 1.5 +6 -2 ports/lang/quack/Makefile 1.5 +2 -2 ports/lang/quack/distinfo 1.2 +0 -3 ports/lang/quack/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:10: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 ED37F16A4CE; Mon, 19 Jul 2004 07:10:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD59A43D41; Mon, 19 Jul 2004 07:10:38 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7AcUd022145; Mon, 19 Jul 2004 07:10:38 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7AcAS022144; Mon, 19 Jul 2004 07:10:38 GMT (envelope-from ale) Message-Id: <200407190710.i6J7AcAS022144@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:10: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/textproc Makefile ports/textproc/php4-xml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:10:39 -0000 ale 2004-07-19 07:10:38 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php4-xml Makefile Log: Add xml extension for PHP. Revision Changes Path 1.710 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php4-xml/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:10:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9759316A4CE; Mon, 19 Jul 2004 07:10:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79CDB43D31; Mon, 19 Jul 2004 07:10:49 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Anx1022191; Mon, 19 Jul 2004 07:10:49 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7AnqU022190; Mon, 19 Jul 2004 07:10:49 GMT (envelope-from ale) Message-Id: <200407190710.i6J7AnqU022190@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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: 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, 19 Jul 2004 07:10:49 -0000 ale 2004-07-19 07:10:49 UTC FreeBSD ports repository Modified files: . modules Log: php4-xml --> ports/textproc/php4-xml Revision Changes Path 1.10568 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:11: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 0254816A4CE; Mon, 19 Jul 2004 07:11:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FCC43D5A; Mon, 19 Jul 2004 07:11:17 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7BHW1022297; Mon, 19 Jul 2004 07:11:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7BHmm022296; Mon, 19 Jul 2004 07:11:17 GMT (envelope-from ale) Message-Id: <200407190711.i6J7BHmm022296@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:11: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/php5-xml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:11:18 -0000 ale 2004-07-19 07:11:17 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php5-xml Makefile Log: Add xml extension for PHP. Revision Changes Path 1.711 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php5-xml/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:11: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 2A8DC16A4D1; Mon, 19 Jul 2004 07:11:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB1E43D46; Mon, 19 Jul 2004 07:11:27 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7BQRA022345; Mon, 19 Jul 2004 07:11:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7BQtm022344; Mon, 19 Jul 2004 07:11:26 GMT (envelope-from ale) Message-Id: <200407190711.i6J7BQtm022344@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:11: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: Mon, 19 Jul 2004 07:11:27 -0000 ale 2004-07-19 07:11:26 UTC FreeBSD ports repository Modified files: . modules Log: php5-xml --> ports/textproc/php5-xml Revision Changes Path 1.10569 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:11: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 890F216A4CE; Mon, 19 Jul 2004 07:11:48 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC0C43D53; Mon, 19 Jul 2004 07:11:48 +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 E46914AA0F; Mon, 19 Jul 2004 02:11:47 -0500 (CDT) 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 23053-01-100; Mon, 19 Jul 2004 02:11:47 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 91A204AA0E; Mon, 19 Jul 2004 02:11:47 -0500 (CDT) Date: Mon, 19 Jul 2004 02:11:47 -0500 From: Alan Cox To: Scott Long Message-ID: <20040719071147.GS18577@cs.rice.edu> References: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> <40FB718B.7080206@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FB718B.7080206@samsco.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: Brian Feldman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/sys malloc.h src/sys/kern kern_malloc.c src/sys/vm vm_contig.c 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, 19 Jul 2004 07:11:48 -0000 On Mon, Jul 19, 2004 at 01:00:27AM -0600, Scott Long wrote: > This is a pretty darn big change to something that is so vital to so > many drivers (not including busdma, which means that this touches nearly > every driver). Who reviewed this? Was it discussed on a public mailing > list? What kind of testing was done for it? If you can't answer these > questions then I'm not terribly thrilled. > I reviewed an earlier version of this and gave Brian some feedback. It is important to note that he added the new implementation side-by-side with the old. By default, the old implementation is still used. So, I wouldn't be too concerned. Alan From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:12: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 1A1BA16A4CE; Mon, 19 Jul 2004 07:12:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E9143D49; Mon, 19 Jul 2004 07:12:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7CKpX022454; Mon, 19 Jul 2004 07:12:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7CKji022453; Mon, 19 Jul 2004 07:12:20 GMT (envelope-from ale) Message-Id: <200407190712.i6J7CKji022453@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:12:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php4-pcre Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:12:21 -0000 ale 2004-07-19 07:12:20 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-pcre Makefile Log: Add pcre extension for PHP. Revision Changes Path 1.1617 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-pcre/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:12: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 39FCA16A4CE; Mon, 19 Jul 2004 07:12:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D7FE43D31; Mon, 19 Jul 2004 07:12:32 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7CWtY022501; Mon, 19 Jul 2004 07:12:32 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7CVQG022500; Mon, 19 Jul 2004 07:12:31 GMT (envelope-from ale) Message-Id: <200407190712.i6J7CVQG022500@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:12:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:12:32 -0000 ale 2004-07-19 07:12:31 UTC FreeBSD ports repository Modified files: . modules Log: php4-pcre --> ports/devel/php4-pcre Revision Changes Path 1.10570 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:12: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 9E4DE16A4D0; Mon, 19 Jul 2004 07:12:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 815D743D54; Mon, 19 Jul 2004 07:12:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Cvjx022573; Mon, 19 Jul 2004 07:12:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7CvsJ022572; Mon, 19 Jul 2004 07:12:57 GMT (envelope-from ale) Message-Id: <200407190712.i6J7CvsJ022572@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:12:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php5-pcre Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:12:57 -0000 ale 2004-07-19 07:12:57 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-pcre Makefile Log: Add pcre extension for PHP. Revision Changes Path 1.1618 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-pcre/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 5587916A4CE; Mon, 19 Jul 2004 07:13:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F6143D41; Mon, 19 Jul 2004 07:13:07 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7D7no022623; Mon, 19 Jul 2004 07:13:07 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7D7Yt022622; Mon, 19 Jul 2004 07:13:07 GMT (envelope-from ale) Message-Id: <200407190713.i6J7D7Yt022622@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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: 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, 19 Jul 2004 07:13:07 -0000 ale 2004-07-19 07:13:07 UTC FreeBSD ports repository Modified files: . modules Log: php5-pcre --> ports/devel/php5-pcre Revision Changes Path 1.10571 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:15: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 3D49E16A4CE; Mon, 19 Jul 2004 07:15:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F81643D53; Mon, 19 Jul 2004 07:15:25 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7FPbw022745; Mon, 19 Jul 2004 07:15:25 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7FPF1022744; Mon, 19 Jul 2004 07:15:25 GMT (envelope-from ale) Message-Id: <200407190715.i6J7FPF1022744@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:15: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/Mk bsd.php.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:15:25 -0000 ale 2004-07-19 07:15:24 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk Log: Second step of PHP mega-commit: - update bsd.php.mk to handle the new PHP infrastructure Revision Changes Path 1.4 +206 -36 ports/Mk/bsd.php.mk From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 9E92816A4CE; Mon, 19 Jul 2004 07:17:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D8A43D3F; Mon, 19 Jul 2004 07:17:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7H5nN022900; Mon, 19 Jul 2004 07:17:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7H5b1022899; Mon, 19 Jul 2004 07:17:05 GMT (envelope-from ale) Message-Id: <200407190717.i6J7H5b1022899@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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: 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, 19 Jul 2004 07:17:05 -0000 ale 2004-07-19 07:17:05 UTC FreeBSD ports repository Modified files: . modules Log: php4-pear --> ports/devel/php4-pear Revision Changes Path 1.10572 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:16: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 CA09916A4CE; Mon, 19 Jul 2004 07:16:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD34143D2F; Mon, 19 Jul 2004 07:16:54 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Gsru022840; Mon, 19 Jul 2004 07:16:54 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7Gsbu022839; Mon, 19 Jul 2004 07:16:54 GMT (envelope-from ale) Message-Id: <200407190716.i6J7Gsbu022839@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:16:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php4-pear Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:16:55 -0000 ale 2004-07-19 07:16:54 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-pear Makefile Log: Add php4-pear, the PEAR framework for PHP. Revision Changes Path 1.1619 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/php4-pear/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:17: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 472DE16A4D6; Mon, 19 Jul 2004 07:17:08 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA3C743D3F; Mon, 19 Jul 2004 07:17:05 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.200] ([192.168.0.200]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6J7N0mN052164; Mon, 19 Jul 2004 01:23:00 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40FB7563.4080600@samsco.org> Date: Mon, 19 Jul 2004 01:16:51 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Cox References: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> <40FB718B.7080206@samsco.org> <20040719071147.GS18577@cs.rice.edu> In-Reply-To: <20040719071147.GS18577@cs.rice.edu> X-Enigmail-Version: 0.84.2.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: Brian Feldman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/sys malloc.h src/sys/kern kern_malloc.csrc/sys/vm vm_contig.c 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, 19 Jul 2004 07:17:08 -0000 Alan Cox wrote: > On Mon, Jul 19, 2004 at 01:00:27AM -0600, Scott Long wrote: > >>This is a pretty darn big change to something that is so vital to so >>many drivers (not including busdma, which means that this touches nearly >>every driver). Who reviewed this? Was it discussed on a public mailing >>list? What kind of testing was done for it? If you can't answer these >>questions then I'm not terribly thrilled. >> > > > I reviewed an earlier version of this and gave Brian some feedback. > > It is important to note that he added the new implementation side-by-side > with the old. By default, the old implementation is still used. So, I > wouldn't be too concerned. > > Alan Ok, I guess I missed the mention of the vm.old_contigmalloc tunable on my first reading. I'd still like to know what it has been tested on and what the future testing and maintenance requirements are. This work looks to be very interesting and beneficial, so please don't take these emails to mean that I don't like it. I'm just a bit nervous these days. Scott From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 A514A16A4D6; Mon, 19 Jul 2004 07:17:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B29243D4C; Mon, 19 Jul 2004 07:17:29 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7HTMt022983; Mon, 19 Jul 2004 07:17:29 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7HTEX022982; Mon, 19 Jul 2004 07:17:29 GMT (envelope-from ale) Message-Id: <200407190717.i6J7HTEX022982@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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/devel Makefile ports/devel/php5-pear Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:17:30 -0000 ale 2004-07-19 07:17:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-pear Makefile Log: Add php5-pear, the PEAR framework for PHP. Revision Changes Path 1.1620 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/php5-pear/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 4A37516A4CE; Mon, 19 Jul 2004 07:17:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C18D43D3F; Mon, 19 Jul 2004 07:17:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Hdlf023029; Mon, 19 Jul 2004 07:17:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7HdPQ023028; Mon, 19 Jul 2004 07:17:39 GMT (envelope-from ale) Message-Id: <200407190717.i6J7HdPQ023028@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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: 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, 19 Jul 2004 07:17:39 -0000 ale 2004-07-19 07:17:39 UTC FreeBSD ports repository Modified files: . modules Log: php5-pear --> ports/devel/php5-pear Revision Changes Path 1.10573 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:21:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D97F616A4CE; Mon, 19 Jul 2004 07:21:12 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD90E43D1F; Mon, 19 Jul 2004 07:21:12 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C4DB65C8AC; Mon, 19 Jul 2004 00:21:12 -0700 (PDT) Date: Mon, 19 Jul 2004 00:21:12 -0700 From: Alfred Perlstein To: Scott Long Message-ID: <20040719072112.GV95729@elvis.mu.org> References: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> <40FB718B.7080206@samsco.org> <20040719071147.GS18577@cs.rice.edu> <40FB7563.4080600@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FB7563.4080600@samsco.org> User-Agent: Mutt/1.4.2.1i cc: Brian Feldman cc: src-committers@FreeBSD.org cc: Alan Cox cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/sys malloc.h src/sys/kern kern_malloc.c src/sys/vm vm_contig.c 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, 19 Jul 2004 07:21:13 -0000 * Scott Long [040719 00:18] wrote: > > Ok, I guess I missed the mention of the vm.old_contigmalloc tunable on > my first reading. I'd still like to know what it has been tested on and > what the future testing and maintenance requirements are. This work > looks to be very interesting and beneficial, so please don't take these > emails to mean that I don't like it. I'm just a bit nervous these days. This sort of expectant attitude is no way to encourage volunteers. -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:19: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 AE77016A4D0; Mon, 19 Jul 2004 07:19:45 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D2743D2D; Mon, 19 Jul 2004 07:19:45 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 98C0A5C8A4; Mon, 19 Jul 2004 00:19:45 -0700 (PDT) Date: Mon, 19 Jul 2004 00:19:45 -0700 From: Alfred Perlstein To: Scott Long Message-ID: <20040719071945.GU95729@elvis.mu.org> References: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> <40FB718B.7080206@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FB718B.7080206@samsco.org> User-Agent: Mutt/1.4.2.1i cc: Brian Feldman cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/sys malloc.h src/sys/kern kern_malloc.c src/sys/vm vm_contig.c 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, 19 Jul 2004 07:19:45 -0000 * Scott Long [040719 00:01] wrote: > This is a pretty darn big change to something that is so vital to so > many drivers (not including busdma, which means that this touches nearly > every driver). Who reviewed this? Was it discussed on a public mailing > list? What kind of testing was done for it? If you can't answer these > questions then I'm not terribly thrilled. It defaults to off. If you don't like it, then keep it off. -Alfred From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:21: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 477EB16A4CE; Mon, 19 Jul 2004 07:21:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AAB443D4C; Mon, 19 Jul 2004 07:21:18 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7LIpl023184; Mon, 19 Jul 2004 07:21:18 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7LI5V023183; Mon, 19 Jul 2004 07:21:18 GMT (envelope-from edwin) Message-Id: <200407190721.i6J7LI5V023183@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 07:21: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/misc/screen 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, 19 Jul 2004 07:21:18 -0000 edwin 2004-07-19 07:21:17 UTC FreeBSD ports repository Modified files: misc/screen Makefile pkg-plist Log: [PATCH] misc/screen: Utilize EXAMPLESDIR Utilize EXAMPLESDIR to improves layout; i.e., configuration file -> ${PREFIX}/etc sample configuration file -> ${PREFIX}/share/examples/${PORTNAME} This change helps if many configuration files and sample ones exist. PR: ports/58385 Submitted by: Hideyuki KURASHINA Approved by: maintainer timeout Revision Changes Path 1.56 +4 -2 ports/misc/screen/Makefile 1.28 +3 -2 ports/misc/screen/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:21: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 4D5B816A4CE; Mon, 19 Jul 2004 07:21:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46AB343D1D; Mon, 19 Jul 2004 07:21:36 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7LaPB023304; Mon, 19 Jul 2004 07:21:36 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7La7V023303; Mon, 19 Jul 2004 07:21:36 GMT (envelope-from ale) Message-Id: <200407190721.i6J7La7V023303@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:21:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/php4-gd Makefile ports/graphics/php4-gd/files patch-config.m4 patch-gd.c patch-gd_ctx.c patch-libgd::gd.h patch-libgd::gd_biggif_out.c patch-libgd::gd_gif_out.c patch-libgd::gd_lzw_out.c patch-php_gd.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, 19 Jul 2004 07:21:36 -0000 ale 2004-07-19 07:21:36 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/php4-gd Makefile graphics/php4-gd/files patch-config.m4 patch-gd.c patch-gd_ctx.c patch-libgd::gd.h patch-libgd::gd_biggif_out.c patch-libgd::gd_gif_out.c patch-libgd::gd_lzw_out.c patch-php_gd.h Log: Add new shared extension for PHP. Revision Changes Path 1.707 +1 -0 ports/graphics/Makefile 1.1 +14 -0 ports/graphics/php4-gd/Makefile (new) 1.1 +80 -0 ports/graphics/php4-gd/files/patch-config.m4 (new) 1.1 +50 -0 ports/graphics/php4-gd/files/patch-gd.c (new) 1.1 +158 -0 ports/graphics/php4-gd/files/patch-gd_ctx.c (new) 1.1 +45 -0 ports/graphics/php4-gd/files/patch-libgd::gd.h (new) 1.1 +1087 -0 ports/graphics/php4-gd/files/patch-libgd::gd_biggif_out.c (new) 1.1 +73 -0 ports/graphics/php4-gd/files/patch-libgd::gd_gif_out.c (new) 1.1 +939 -0 ports/graphics/php4-gd/files/patch-libgd::gd_lzw_out.c (new) 1.1 +21 -0 ports/graphics/php4-gd/files/patch-php_gd.h (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:21:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FD616A4CF; Mon, 19 Jul 2004 07:21:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 522B543D49; Mon, 19 Jul 2004 07:21:47 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Ll91023373; Mon, 19 Jul 2004 07:21:47 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7LlYY023372; Mon, 19 Jul 2004 07:21:47 GMT (envelope-from grehan) Message-Id: <200407190721.i6J7LlYY023372@repoman.freebsd.org> From: Peter Grehan Date: Mon, 19 Jul 2004 07:21: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/powerpc/include ucontext.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, 19 Jul 2004 07:21:47 -0000 grehan 2004-07-19 07:21:47 UTC FreeBSD src repository Modified files: sys/powerpc/include ucontext.h Log: Use the version field to identify the partial context used by KSE process-scope threads. Revision Changes Path 1.4 +1 -0 src/sys/powerpc/include/ucontext.h From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:21:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A106F16A4D0; Mon, 19 Jul 2004 07:21:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FAD43D2D; Mon, 19 Jul 2004 07:21:47 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Llbx023379; Mon, 19 Jul 2004 07:21:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7Lla5023378; Mon, 19 Jul 2004 07:21:47 GMT (envelope-from ale) Message-Id: <200407190721.i6J7Lla5023378@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:21:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:21:47 -0000 ale 2004-07-19 07:21:47 UTC FreeBSD ports repository Modified files: . modules Log: php4-gd --> ports/graphics/php4-gd Revision Changes Path 1.10574 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 68C3316A4CE; Mon, 19 Jul 2004 07:22:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6168F43D1D; Mon, 19 Jul 2004 07:22:10 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7MAZm023496; Mon, 19 Jul 2004 07:22:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7MASu023495; Mon, 19 Jul 2004 07:22:10 GMT (envelope-from ale) Message-Id: <200407190722.i6J7MASu023495@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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/graphics Makefile ports/graphics/php5-gd Makefile ports/graphics/php5-gd/files patch-config.m4 patch-gd.c patch-gd_ctx.c patch-libgd::gd.h patch-libgd::gd_biggif_out.c patch-libgd::gd_gif_out.c patch-libgd::gd_lzw_out.c patch-php_gd.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, 19 Jul 2004 07:22:10 -0000 ale 2004-07-19 07:22:10 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/php5-gd Makefile graphics/php5-gd/files patch-config.m4 patch-gd.c patch-gd_ctx.c patch-libgd::gd.h patch-libgd::gd_biggif_out.c patch-libgd::gd_gif_out.c patch-libgd::gd_lzw_out.c patch-php_gd.h Log: Add new shared extension for PHP. Revision Changes Path 1.708 +1 -0 ports/graphics/Makefile 1.1 +14 -0 ports/graphics/php5-gd/Makefile (new) 1.1 +80 -0 ports/graphics/php5-gd/files/patch-config.m4 (new) 1.1 +50 -0 ports/graphics/php5-gd/files/patch-gd.c (new) 1.1 +168 -0 ports/graphics/php5-gd/files/patch-gd_ctx.c (new) 1.1 +45 -0 ports/graphics/php5-gd/files/patch-libgd::gd.h (new) 1.1 +1087 -0 ports/graphics/php5-gd/files/patch-libgd::gd_biggif_out.c (new) 1.1 +73 -0 ports/graphics/php5-gd/files/patch-libgd::gd_gif_out.c (new) 1.1 +939 -0 ports/graphics/php5-gd/files/patch-libgd::gd_lzw_out.c (new) 1.1 +21 -0 ports/graphics/php5-gd/files/patch-php_gd.h (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:22:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1990616A4CE; Mon, 19 Jul 2004 07:22:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F108A43D41; Mon, 19 Jul 2004 07:22:19 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7MJfo023542; Mon, 19 Jul 2004 07:22:19 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7MJ7I023541; Mon, 19 Jul 2004 07:22:19 GMT (envelope-from ale) Message-Id: <200407190722.i6J7MJ7I023541@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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: 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, 19 Jul 2004 07:22:20 -0000 ale 2004-07-19 07:22:19 UTC FreeBSD ports repository Modified files: . modules Log: php5-gd --> ports/graphics/php5-gd Revision Changes Path 1.10575 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 D471E16A4CE; Mon, 19 Jul 2004 07:23:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B8543D54; Mon, 19 Jul 2004 07:23:00 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7N00X023617; Mon, 19 Jul 2004 07:23:00 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7N0ht023616; Mon, 19 Jul 2004 07:23:00 GMT (envelope-from ale) Message-Id: <200407190723.i6J7N0ht023616@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:23: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/print/pecl-panda Makefile pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:23:01 -0000 ale 2004-07-19 07:23:00 UTC FreeBSD ports repository Modified files: print/pecl-panda Makefile Removed files: print/pecl-panda pkg-message pkg-plist Log: Use the new PHP infrastructure. Revision Changes Path 1.2 +2 -9 ports/print/pecl-panda/Makefile 1.2 +0 -8 ports/print/pecl-panda/pkg-message (dead) 1.2 +0 -2 ports/print/pecl-panda/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:23: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 CEF6316A4D0; Mon, 19 Jul 2004 07:23:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E51843D39; Mon, 19 Jul 2004 07:23:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7NKPs023662; Mon, 19 Jul 2004 07:23:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7NKmN023661; Mon, 19 Jul 2004 07:23:20 GMT (envelope-from ale) Message-Id: <200407190723.i6J7NKmN023661@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:23: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/print/pecl-pdflib Makefile pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:23:21 -0000 ale 2004-07-19 07:23:20 UTC FreeBSD ports repository Modified files: print/pecl-pdflib Makefile Removed files: print/pecl-pdflib pkg-message pkg-plist Log: Use the new PHP infrastructure. Revision Changes Path 1.2 +5 -10 ports/print/pecl-pdflib/Makefile 1.2 +0 -8 ports/print/pecl-pdflib/pkg-message (dead) 1.2 +0 -2 ports/print/pecl-pdflib/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:24: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 8520916A4CE; Mon, 19 Jul 2004 07:24:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67E9343D1D; Mon, 19 Jul 2004 07:24:31 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7OVKq023768; Mon, 19 Jul 2004 07:24:31 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7OVVA023767; Mon, 19 Jul 2004 07:24:31 GMT (envelope-from ale) Message-Id: <200407190724.i6J7OVVA023767@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:24: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/archivers Makefile ports/archivers/pecl-zip Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:24:31 -0000 ale 2004-07-19 07:24:31 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/pecl-zip Makefile distinfo pkg-descr Log: Add pecl-zip 1.0, a PECL extension to read zip files. Revision Changes Path 1.104 +1 -0 ports/archivers/Makefile 1.1 +26 -0 ports/archivers/pecl-zip/Makefile (new) 1.1 +2 -0 ports/archivers/pecl-zip/distinfo (new) 1.1 +6 -0 ports/archivers/pecl-zip/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:24: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 98FD016A4CE; Mon, 19 Jul 2004 07:24:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C23C43D1F; Mon, 19 Jul 2004 07:24:41 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7OfHL023814; Mon, 19 Jul 2004 07:24:41 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7Of84023813; Mon, 19 Jul 2004 07:24:41 GMT (envelope-from ale) Message-Id: <200407190724.i6J7Of84023813@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:24: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: Mon, 19 Jul 2004 07:24:41 -0000 ale 2004-07-19 07:24:41 UTC FreeBSD ports repository Modified files: . modules Log: pecl-zip --> ports/archivers/pecl-zip Revision Changes Path 1.10576 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:25: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 B8B4816A4CF; Mon, 19 Jul 2004 07:25:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911ED43D41; Mon, 19 Jul 2004 07:25:30 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7PUAt023936; Mon, 19 Jul 2004 07:25:30 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7PU4Q023935; Mon, 19 Jul 2004 07:25:30 GMT (envelope-from eik) Message-Id: <200407190725.i6J7PU4Q023935@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 19 Jul 2004 07:25:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/websieve Makefile distinfo ports/mail/websieve/files patch-websieve.conf patch-websieve.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, 19 Jul 2004 07:25:30 -0000 eik 2004-07-19 07:25:30 UTC FreeBSD ports repository Modified files: mail/websieve Makefile distinfo Removed files: mail/websieve/files patch-websieve.conf patch-websieve.pl Log: Update to version 063a PR: 69265 (partly) Submitted by: Toshiya SAITOH Revision Changes Path 1.6 +7 -16 ports/mail/websieve/Makefile 1.3 +2 -2 ports/mail/websieve/distinfo 1.2 +0 -76 ports/mail/websieve/files/patch-websieve.conf (dead) 1.3 +0 -208 ports/mail/websieve/files/patch-websieve.pl (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:25: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 E00F416A4D0; Mon, 19 Jul 2004 07:25:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19F843D41; Mon, 19 Jul 2004 07:25:55 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Ptki023989; Mon, 19 Jul 2004 07:25:55 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7Pth9023988; Mon, 19 Jul 2004 07:25:55 GMT (envelope-from eik) Message-Id: <200407190725.i6J7Pth9023988@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 19 Jul 2004 07:25:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/websieve options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:25:56 -0000 eik 2004-07-19 07:25:55 UTC FreeBSD ports repository Added files: mail/websieve options Log: add files forgotten in last commit Revision Changes Path 1.1 +17 -0 ports/mail/websieve/options (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:26: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 0E85516A4CE; Mon, 19 Jul 2004 07:26:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14DF43D5C; Mon, 19 Jul 2004 07:26:51 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Qp7a024091; Mon, 19 Jul 2004 07:26:51 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7Qpds024089; Mon, 19 Jul 2004 07:26:51 GMT (envelope-from eik) Message-Id: <200407190726.i6J7Qpds024089@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 19 Jul 2004 07:26: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/p5-IMAP-Sieve 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, 19 Jul 2004 07:26:52 -0000 eik 2004-07-19 07:26:51 UTC FreeBSD ports repository Modified files: mail/p5-IMAP-Sieve Makefile distinfo Log: use distfile from websieve-063a Revision Changes Path 1.3 +3 -3 ports/mail/p5-IMAP-Sieve/Makefile 1.3 +2 -2 ports/mail/p5-IMAP-Sieve/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:26: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 BDD4116A4D0; Mon, 19 Jul 2004 07:26:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A07F543D41; Mon, 19 Jul 2004 07:26:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7QvIG024152; Mon, 19 Jul 2004 07:26:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7Qv6O024151; Mon, 19 Jul 2004 07:26:57 GMT (envelope-from ale) Message-Id: <200407190726.i6J7Qv6O024151@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:26: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/converters Makefile ports/converters/pecl-fribidi Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:26:57 -0000 ale 2004-07-19 07:26:57 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/pecl-fribidi Makefile distinfo pkg-descr Log: Add pecl-fribidi 1.0, a PECL extension for the unicode Bidi algorithm. Revision Changes Path 1.101 +1 -0 ports/converters/Makefile 1.1 +26 -0 ports/converters/pecl-fribidi/Makefile (new) 1.1 +2 -0 ports/converters/pecl-fribidi/distinfo (new) 1.1 +7 -0 ports/converters/pecl-fribidi/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:27:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 831FE16A4CE; Mon, 19 Jul 2004 07:27:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 658A743D5A; Mon, 19 Jul 2004 07:27:08 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7R83F024205; Mon, 19 Jul 2004 07:27:08 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7R8rg024204; Mon, 19 Jul 2004 07:27:08 GMT (envelope-from ale) Message-Id: <200407190727.i6J7R8rg024204@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:27:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 07:27:08 -0000 ale 2004-07-19 07:27:08 UTC FreeBSD ports repository Modified files: . modules Log: pecl-fribidi --> ports/converters/pecl-fribidi Revision Changes Path 1.10577 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:29:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 875C316A4CE; Mon, 19 Jul 2004 07:29:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E3C43D41; Mon, 19 Jul 2004 07:29:41 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Tf6b024393; Mon, 19 Jul 2004 07:29:41 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7TfA9024392; Mon, 19 Jul 2004 07:29:41 GMT (envelope-from ale) Message-Id: <200407190729.i6J7TfA9024392@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:29:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/pecl-yaz Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:29:41 -0000 ale 2004-07-19 07:29:41 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pecl-yaz Makefile distinfo pkg-descr Log: Add pecl-yaz 1.0.1, a PECL extension that implements a Z39.50 client. Revision Changes Path 1.1321 +1 -0 ports/net/Makefile 1.1 +26 -0 ports/net/pecl-yaz/Makefile (new) 1.1 +2 -0 ports/net/pecl-yaz/distinfo (new) 1.1 +7 -0 ports/net/pecl-yaz/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:29:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890A416A4D0; Mon, 19 Jul 2004 07:29:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B73B43D39; Mon, 19 Jul 2004 07:29:51 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7Tpa9024439; Mon, 19 Jul 2004 07:29:51 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7TptN024438; Mon, 19 Jul 2004 07:29:51 GMT (envelope-from ale) Message-Id: <200407190729.i6J7TptN024438@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:29:51 +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, 19 Jul 2004 07:29:51 -0000 ale 2004-07-19 07:29:51 UTC FreeBSD ports repository Modified files: . modules Log: pecl-yaz --> ports/net/pecl-yaz Revision Changes Path 1.10578 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:32: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 B0DF916A4CE; Mon, 19 Jul 2004 07:32:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AA243D41; Mon, 19 Jul 2004 07:32:16 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7WGi3024586; Mon, 19 Jul 2004 07:32:16 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7WGO5024585; Mon, 19 Jul 2004 07:32:16 GMT (envelope-from eik) Message-Id: <200407190732.i6J7WGO5024585@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 19 Jul 2004 07:32: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/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:32:16 -0000 eik 2004-07-19 07:32:16 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: add a sf.net mirror in france Revision Changes Path 1.253 +2 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 7199716A4CE; Mon, 19 Jul 2004 07:34:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B4E43D3F; Mon, 19 Jul 2004 07:34:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7YvVi024690; Mon, 19 Jul 2004 07:34:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7YvGp024689; Mon, 19 Jul 2004 07:34:57 GMT (envelope-from ale) Message-Id: <200407190734.i6J7YvGp024689@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:34:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers Makefile ports/archivers/php4-bz2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:34:57 -0000 ale 2004-07-19 07:34:57 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/php4-bz2 Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.105 +1 -0 ports/archivers/Makefile 1.1 +14 -0 ports/archivers/php4-bz2/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:35: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 6842816A4CE; Mon, 19 Jul 2004 07:35:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4EE43D1F; Mon, 19 Jul 2004 07:35:27 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7ZR2H024774; Mon, 19 Jul 2004 07:35:27 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7ZRSY024773; Mon, 19 Jul 2004 07:35:27 GMT (envelope-from ale) Message-Id: <200407190735.i6J7ZRSY024773@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:35:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:35:27 -0000 ale 2004-07-19 07:35:27 UTC FreeBSD ports repository Modified files: . modules Log: php4-bz2 --> ports/archivers/php4-bz2 Revision Changes Path 1.10579 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 51BAF16A4CE; Mon, 19 Jul 2004 07:36:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 353FB43D2F; Mon, 19 Jul 2004 07:36:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7aOXr024889; Mon, 19 Jul 2004 07:36:24 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7aO5Q024888; Mon, 19 Jul 2004 07:36:24 GMT (envelope-from ale) Message-Id: <200407190736.i6J7aO5Q024888@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:36: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/archivers Makefile ports/archivers/php4-zlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:36:24 -0000 ale 2004-07-19 07:36:23 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/php4-zlib Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.106 +1 -0 ports/archivers/Makefile 1.1 +14 -0 ports/archivers/php4-zlib/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:36: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 40F2116A4CE; Mon, 19 Jul 2004 07:36:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243E443D49; Mon, 19 Jul 2004 07:36:34 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7aYRg024935; Mon, 19 Jul 2004 07:36:34 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7aYQ7024934; Mon, 19 Jul 2004 07:36:34 GMT (envelope-from ale) Message-Id: <200407190736.i6J7aYQ7024934@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:36:34 +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, 19 Jul 2004 07:36:34 -0000 ale 2004-07-19 07:36:34 UTC FreeBSD ports repository Modified files: . modules Log: php4-zlib --> ports/archivers/php4-zlib Revision Changes Path 1.10580 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:37:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59FA716A4CE; Mon, 19 Jul 2004 07:37:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D71743D2F; Mon, 19 Jul 2004 07:37:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7b6Q7025020; Mon, 19 Jul 2004 07:37:06 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7b6NY025019; Mon, 19 Jul 2004 07:37:06 GMT (envelope-from ale) Message-Id: <200407190737.i6J7b6NY025019@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:37: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/converters Makefile ports/converters/php4-iconv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:37:06 -0000 ale 2004-07-19 07:37:06 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/php4-iconv Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.102 +1 -0 ports/converters/Makefile 1.1 +14 -0 ports/converters/php4-iconv/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:37: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 0DF5016A4CE; Mon, 19 Jul 2004 07:37:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E455843D4C; Mon, 19 Jul 2004 07:37:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7bFRn025076; Mon, 19 Jul 2004 07:37:15 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7bFv6025075; Mon, 19 Jul 2004 07:37:15 GMT (envelope-from ale) Message-Id: <200407190737.i6J7bFv6025075@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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: 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, 19 Jul 2004 07:37:16 -0000 ale 2004-07-19 07:37:15 UTC FreeBSD ports repository Modified files: . modules Log: php4-iconv --> ports/converters/php4-iconv Revision Changes Path 1.10581 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:37: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 27E2116A4CE; Mon, 19 Jul 2004 07:37:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0725743D41; Mon, 19 Jul 2004 07:37:54 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7brH6025160; Mon, 19 Jul 2004 07:37:53 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7brW1025159; Mon, 19 Jul 2004 07:37:53 GMT (envelope-from ale) Message-Id: <200407190737.i6J7brW1025159@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:37: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/converters Makefileports/converters/php4-mbstring Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:37:54 -0000 ale 2004-07-19 07:37:53 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/php4-mbstring Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.103 +1 -0 ports/converters/Makefile 1.1 +14 -0 ports/converters/php4-mbstring/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:38:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C8D16A4CE; Mon, 19 Jul 2004 07:38:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39EFC43D48; Mon, 19 Jul 2004 07:38:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7c5n2025210; Mon, 19 Jul 2004 07:38:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7c5ER025209; Mon, 19 Jul 2004 07:38:05 GMT (envelope-from ale) Message-Id: <200407190738.i6J7c5ER025209@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:38: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: Mon, 19 Jul 2004 07:38:05 -0000 ale 2004-07-19 07:38:05 UTC FreeBSD ports repository Modified files: . modules Log: php4-mbstring --> ports/converters/php4-mbstring Revision Changes Path 1.10582 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:39: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 5ECFD16A4CE; Mon, 19 Jul 2004 07:39:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431C743D39; Mon, 19 Jul 2004 07:39:42 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7dg1M025248; Mon, 19 Jul 2004 07:39:42 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7dgIA025247; Mon, 19 Jul 2004 07:39:42 GMT (envelope-from vs) Message-Id: <200407190739.i6J7dgIA025247@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 07:39:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/workrave Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:39:42 -0000 vs 2004-07-19 07:39:42 UTC FreeBSD ports repository Modified files: x11/workrave Makefile Log: Update workrave to use the new gtkmm26 stuff. PR: ports/69052 Submitted by: Koop Mast (maintainer) Revision Changes Path 1.9 +2 -2 ports/x11/workrave/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:44: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 9050D16A4CE; Mon, 19 Jul 2004 07:44:52 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FBA443D41; Mon, 19 Jul 2004 07:44:52 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-75-142.dsl.lsan03.pacbell.net [67.115.75.142]) i6J7isBr032283; Mon, 19 Jul 2004 03:44:54 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 14BAB54947; Mon, 19 Jul 2004 00:44:50 -0700 (PDT) Date: Mon, 19 Jul 2004 00:44:50 -0700 From: Kris Kennaway To: Mario Sergio Fujikawa Ferreira Message-ID: <20040719074450.GF69994@xor.obsecurity.org> References: <200407181759.i6IHxXHT097901@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="idY8LE8SD6/8DnRI" Content-Disposition: inline In-Reply-To: <200407181759.i6IHxXHT097901@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/multimedia/mpeg4ip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:44:52 -0000 --idY8LE8SD6/8DnRI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 18, 2004 at 05:59:33PM +0000, Mario Sergio Fujikawa Ferreira wr= ote: > lioux 2004-07-18 17:59:33 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > multimedia/mpeg4ip Makefile=20 > Log: > Fix build on AMD64 > =20 > PR: 69043 > Submitted by: Conrad J. Sabatier As I noted in the followup to this PR, this is not the appropriate fix. I believe tjr submitted the correct patch several months ago. Kris --idY8LE8SD6/8DnRI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+3vxWry0BWjoQKURAkiCAKDK69WHUPddG7Xehu9t1XxV6/vyqwCeMJ8I RPdBbdxQpMoGMH8doKBTYO8= =18eM -----END PGP SIGNATURE----- --idY8LE8SD6/8DnRI-- From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 5F05D16A4CE; Mon, 19 Jul 2004 07:47:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4387F43D1F; Mon, 19 Jul 2004 07:47:56 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7luQf025588; Mon, 19 Jul 2004 07:47:56 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7luCE025587; Mon, 19 Jul 2004 07:47:56 GMT (envelope-from ale) Message-Id: <200407190747.i6J7luCE025587@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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/converters Makefile ports/converters/php4-recode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:47:56 -0000 ale 2004-07-19 07:47:56 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/php4-recode Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.104 +1 -0 ports/converters/Makefile 1.1 +14 -0 ports/converters/php4-recode/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:48: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 367B516A4CF; Mon, 19 Jul 2004 07:48:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A4A43D2D; Mon, 19 Jul 2004 07:48:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7m5CP025638; Mon, 19 Jul 2004 07:48:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7m5mE025637; Mon, 19 Jul 2004 07:48:05 GMT (envelope-from ale) Message-Id: <200407190748.i6J7m5mE025637@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:48: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: Mon, 19 Jul 2004 07:48:06 -0000 ale 2004-07-19 07:48:05 UTC FreeBSD ports repository Modified files: . modules Log: php4-recode --> ports/converters/php4-recode Revision Changes Path 1.10583 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:48: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 2377416A4CF; Mon, 19 Jul 2004 07:48:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5AFF43D46; Mon, 19 Jul 2004 07:48:38 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7mcoW025787; Mon, 19 Jul 2004 07:48:38 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7mcH6025786; Mon, 19 Jul 2004 07:48:38 GMT (envelope-from ale) Message-Id: <200407190748.i6J7mcH6025786@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:48:38 +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, 19 Jul 2004 07:48:39 -0000 ale 2004-07-19 07:48:38 UTC FreeBSD ports repository Modified files: . modules Log: php4-dba --> ports/databases/php4-dba Revision Changes Path 1.10584 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:48: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 1F73916A4CE; Mon, 19 Jul 2004 07:48:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 010D943D46; Mon, 19 Jul 2004 07:48:30 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7mT8O025741; Mon, 19 Jul 2004 07:48:29 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7mTEf025740; Mon, 19 Jul 2004 07:48:29 GMT (envelope-from ale) Message-Id: <200407190748.i6J7mTEf025740@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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/databases Makefile ports/databases/php4-dba Makefile ports/databases/php4-dba/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:48:30 -0000 ale 2004-07-19 07:48:29 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-dba Makefile databases/php4-dba/files patch-config.m4 Log: Add a new shared extension for PHP. Revision Changes Path 1.350 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-dba/Makefile (new) 1.1 +26 -0 ports/databases/php4-dba/files/patch-config.m4 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:49: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 F2F8516A4CE; Mon, 19 Jul 2004 07:49:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B5443D45; Mon, 19 Jul 2004 07:49:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7n6oE025912; Mon, 19 Jul 2004 07:49:06 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7n6nM025911; Mon, 19 Jul 2004 07:49:06 GMT (envelope-from ale) Message-Id: <200407190749.i6J7n6nM025911@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:49:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:49:07 -0000 ale 2004-07-19 07:49:06 UTC FreeBSD ports repository Modified files: . modules Log: php4-dbase --> ports/databases/php4-dbase Revision Changes Path 1.10585 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:49: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 2736416A4CE; Mon, 19 Jul 2004 07:49:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DDE43D53; Mon, 19 Jul 2004 07:49:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7nfxx026029; Mon, 19 Jul 2004 07:49:41 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7nfGX026028; Mon, 19 Jul 2004 07:49:41 GMT (envelope-from ale) Message-Id: <200407190749.i6J7nfGX026028@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:49: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: Mon, 19 Jul 2004 07:49:42 -0000 ale 2004-07-19 07:49:41 UTC FreeBSD ports repository Modified files: . modules Log: php4-dbx --> ports/databases/php4-dbx Revision Changes Path 1.10586 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:49:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E8D16A4CE; Mon, 19 Jul 2004 07:49:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567B443D1D; Mon, 19 Jul 2004 07:49:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7nXp6025983; Mon, 19 Jul 2004 07:49:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7nX5F025982; Mon, 19 Jul 2004 07:49:33 GMT (envelope-from ale) Message-Id: <200407190749.i6J7nX5F025982@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:49:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/php4-dbx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:49:33 -0000 ale 2004-07-19 07:49:33 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-dbx Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.352 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-dbx/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:50: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 B11B716A4CE; Mon, 19 Jul 2004 07:50:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 943E143D46; Mon, 19 Jul 2004 07:50:37 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7obBw026199; Mon, 19 Jul 2004 07:50:37 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7ob4d026198; Mon, 19 Jul 2004 07:50:37 GMT (envelope-from ale) Message-Id: <200407190750.i6J7ob4d026198@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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/databases Makefile ports/databases/php4-filepro Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:50:37 -0000 ale 2004-07-19 07:50:37 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-filepro Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.353 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-filepro/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:48: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 7BA7516A4CE; Mon, 19 Jul 2004 07:48:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E17B43D45; Mon, 19 Jul 2004 07:48:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7mvmD025862; Mon, 19 Jul 2004 07:48:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7mvfL025861; Mon, 19 Jul 2004 07:48:57 GMT (envelope-from ale) Message-Id: <200407190748.i6J7mvfL025861@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:48: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/databases Makefile ports/databases/php4-dbase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:48:57 -0000 ale 2004-07-19 07:48:57 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-dbase Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.351 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-dbase/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:50: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 67D8416A4CE; Mon, 19 Jul 2004 07:50:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B11E43D58; Mon, 19 Jul 2004 07:50:47 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7olHK026250; Mon, 19 Jul 2004 07:50:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7ol2L026249; Mon, 19 Jul 2004 07:50:47 GMT (envelope-from ale) Message-Id: <200407190750.i6J7ol2L026249@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:50:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:50:47 -0000 ale 2004-07-19 07:50:47 UTC FreeBSD ports repository Modified files: . modules Log: php4-filepro --> ports/databases/php4-filepro Revision Changes Path 1.10587 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:51: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 AEFFA16A4CE; Mon, 19 Jul 2004 07:51:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919E143D46; Mon, 19 Jul 2004 07:51:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7p4eP026330; Mon, 19 Jul 2004 07:51:04 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7p4Ts026329; Mon, 19 Jul 2004 07:51:04 GMT (envelope-from ale) Message-Id: <200407190751.i6J7p4Ts026329@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:51: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/databases Makefile ports/databases/php4-interbase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:51:04 -0000 ale 2004-07-19 07:51:04 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-interbase Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.354 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-interbase/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:51: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 3E2C416A4CE; Mon, 19 Jul 2004 07:51:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 234FA43D4C; Mon, 19 Jul 2004 07:51:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7pF8j026380; Mon, 19 Jul 2004 07:51:15 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7pFmN026379; Mon, 19 Jul 2004 07:51:15 GMT (envelope-from ale) Message-Id: <200407190751.i6J7pFmN026379@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:51: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: Mon, 19 Jul 2004 07:51:15 -0000 ale 2004-07-19 07:51:14 UTC FreeBSD ports repository Modified files: . modules Log: php4-interbase --> ports/databases/php4-interbase Revision Changes Path 1.10588 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 9A69B16A4CE; Mon, 19 Jul 2004 07:51:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9FE43D2D; Mon, 19 Jul 2004 07:51:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7pgnu026477; Mon, 19 Jul 2004 07:51:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7pgxl026476; Mon, 19 Jul 2004 07:51:42 GMT (envelope-from ale) Message-Id: <200407190751.i6J7pgxl026476@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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/databases Makefile ports/databases/php4-mssql Makefile ports/databases/php4-mssql/files patch-php_mssql.c patch-php_mssql.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, 19 Jul 2004 07:51:42 -0000 ale 2004-07-19 07:51:42 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-mssql Makefile databases/php4-mssql/files patch-php_mssql.c patch-php_mssql.h Log: Add a new shared extension for PHP. Revision Changes Path 1.355 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-mssql/Makefile (new) 1.1 +11 -0 ports/databases/php4-mssql/files/patch-php_mssql.c (new) 1.1 +13 -0 ports/databases/php4-mssql/files/patch-php_mssql.h (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:51: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 54C9716A4CE; Mon, 19 Jul 2004 07:51:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3982F43D45; Mon, 19 Jul 2004 07:51:52 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7pqm1026523; Mon, 19 Jul 2004 07:51:52 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7pqgt026522; Mon, 19 Jul 2004 07:51:52 GMT (envelope-from ale) Message-Id: <200407190751.i6J7pqgt026522@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:51:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 07:51:52 -0000 ale 2004-07-19 07:51:52 UTC FreeBSD ports repository Modified files: . modules Log: php4-mssql --> ports/databases/php4-mssql Revision Changes Path 1.10589 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 8DE1E16A4CE; Mon, 19 Jul 2004 07:52:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7128543D4C; Mon, 19 Jul 2004 07:52:09 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7q9R2026602; Mon, 19 Jul 2004 07:52:09 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7q9IR026601; Mon, 19 Jul 2004 07:52:09 GMT (envelope-from ale) Message-Id: <200407190752.i6J7q9IR026601@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:52: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/databases Makefile ports/databases/php4-mysql Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:52:10 -0000 ale 2004-07-19 07:52:09 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-mysql Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.356 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-mysql/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:52: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 3E00816A4CE; Mon, 19 Jul 2004 07:52:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F3E843D5C; Mon, 19 Jul 2004 07:52:19 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7qJrC026648; Mon, 19 Jul 2004 07:52:19 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7qIAk026647; Mon, 19 Jul 2004 07:52:18 GMT (envelope-from ale) Message-Id: <200407190752.i6J7qIAk026647@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:52: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: Mon, 19 Jul 2004 07:52:19 -0000 ale 2004-07-19 07:52:18 UTC FreeBSD ports repository Modified files: . modules Log: php4-mysql --> ports/databases/php4-mysql Revision Changes Path 1.10590 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 78DEB16A4FC; Mon, 19 Jul 2004 07:52:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B63043D3F; Mon, 19 Jul 2004 07:52:50 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7qoeV026737; Mon, 19 Jul 2004 07:52:50 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7qoIH026736; Mon, 19 Jul 2004 07:52:50 GMT (envelope-from ale) Message-Id: <200407190752.i6J7qoIH026736@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07: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/databases Makefile ports/databases/php4-odbc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:52:50 -0000 ale 2004-07-19 07:52:50 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-odbc Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.357 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-odbc/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:52: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 5BC3416A4CE; Mon, 19 Jul 2004 07:52:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DC8643D3F; Mon, 19 Jul 2004 07:52:57 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7qv3B026806; Mon, 19 Jul 2004 07:52:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7qvYg026805; Mon, 19 Jul 2004 07:52:57 GMT (envelope-from pjd) Message-Id: <200407190752.i6J7qvYg026805@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 19 Jul 2004 07:52: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/geom/nop g_nop.c g_nop.h src/sbin/geom/class/nop geom_nop.c gnop.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:52:57 -0000 pjd 2004-07-19 07:52:57 UTC FreeBSD src repository Modified files: sys/geom/nop g_nop.c g_nop.h sbin/geom/class/nop geom_nop.c gnop.8 Log: MFp4: Add two options for gnop(8)'s 'create' command: -o offset - specifies where to start on the original provider -s size - specifies size of the transparent provider Revision Changes Path 1.3 +5 -1 src/sbin/geom/class/nop/geom_nop.c 1.10 +6 -0 src/sbin/geom/class/nop/gnop.8 1.5 +68 -15 src/sys/geom/nop/g_nop.c 1.3 +6 -1 src/sys/geom/nop/g_nop.h From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:53: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 0FB9E16A541; Mon, 19 Jul 2004 07:53:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E682F43D45; Mon, 19 Jul 2004 07:53:07 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7r79U026848; Mon, 19 Jul 2004 07:53:07 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7r7QK026847; Mon, 19 Jul 2004 07:53:07 GMT (envelope-from ale) Message-Id: <200407190753.i6J7r7QK026847@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:53:07 +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, 19 Jul 2004 07:53:08 -0000 ale 2004-07-19 07:53:07 UTC FreeBSD ports repository Modified files: . modules Log: php4-odbc --> ports/databases/php4-odbc Revision Changes Path 1.10591 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:53: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 57D6C16A4D1; Mon, 19 Jul 2004 07:53:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E2943D1D; Mon, 19 Jul 2004 07:53:35 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7rZAQ026944; Mon, 19 Jul 2004 07:53:35 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7rZZH026943; Mon, 19 Jul 2004 07:53:35 GMT (envelope-from ale) Message-Id: <200407190753.i6J7rZZH026943@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:53: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 Makefile ports/databases/php4-oracle Makefile ports/databases/php4-oracle/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:53:35 -0000 ale 2004-07-19 07:53:35 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-oracle Makefile databases/php4-oracle/files patch-config.m4 Log: Add a new shared extension for PHP. Revision Changes Path 1.358 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-oracle/Makefile (new) 1.1 +21 -0 ports/databases/php4-oracle/files/patch-config.m4 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:53:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E05D16A4F7; Mon, 19 Jul 2004 07:53:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 302C243D5A; Mon, 19 Jul 2004 07:53:54 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7rrKl026990; Mon, 19 Jul 2004 07:53:54 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7rrEl026989; Mon, 19 Jul 2004 07:53:53 GMT (envelope-from ale) Message-Id: <200407190753.i6J7rrEl026989@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:53:53 +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, 19 Jul 2004 07:53:54 -0000 ale 2004-07-19 07:53:53 UTC FreeBSD ports repository Modified files: . modules Log: php4-oracle --> ports/databases/php4-oracle Revision Changes Path 1.10592 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:54:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69DE16A517; Mon, 19 Jul 2004 07:54:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A05C43D1D; Mon, 19 Jul 2004 07:54:18 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7sIvd027069; Mon, 19 Jul 2004 07:54:18 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7sIhl027068; Mon, 19 Jul 2004 07:54:18 GMT (envelope-from ale) Message-Id: <200407190754.i6J7sIhl027068@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:54: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 Makefile ports/databases/php4-pgsql Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:54:18 -0000 ale 2004-07-19 07:54:18 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-pgsql Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.359 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-pgsql/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 128A716A4D0; Mon, 19 Jul 2004 07:54:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E479343D5D; Mon, 19 Jul 2004 07:54:27 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7sRUB027117; Mon, 19 Jul 2004 07:54:27 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7sR5u027116; Mon, 19 Jul 2004 07:54:27 GMT (envelope-from ale) Message-Id: <200407190754.i6J7sR5u027116@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:54:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:54:28 -0000 ale 2004-07-19 07:54:27 UTC FreeBSD ports repository Modified files: . modules Log: php4-pgsql --> ports/databases/php4-pgsql Revision Changes Path 1.10593 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:55: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 3A37A16A4CE; Mon, 19 Jul 2004 07:55:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D05143D31; Mon, 19 Jul 2004 07:55:00 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7t0mU027192; Mon, 19 Jul 2004 07:55:00 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7sxDR027191; Mon, 19 Jul 2004 07:54:59 GMT (envelope-from ale) Message-Id: <200407190754.i6J7sxDR027191@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:54: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/databases Makefile ports/databases/php4-sybase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:55:00 -0000 ale 2004-07-19 07:54:59 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-sybase Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.360 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-sybase/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:55:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD0E916A4CE; Mon, 19 Jul 2004 07:55:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC0D43D1F; Mon, 19 Jul 2004 07:55:43 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7thhq027293; Mon, 19 Jul 2004 07:55:43 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7th2P027292; Mon, 19 Jul 2004 07:55:43 GMT (envelope-from ale) Message-Id: <200407190755.i6J7th2P027292@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:55:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 07:55:43 -0000 ale 2004-07-19 07:55:43 UTC FreeBSD ports repository Modified files: . modules Log: php4-sybase --> ports/databases/php4-sybase Revision Changes Path 1.10594 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:56: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 99DE816A4D0; Mon, 19 Jul 2004 07:56:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D2C643D46; Mon, 19 Jul 2004 07:56:01 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7u15a027401; Mon, 19 Jul 2004 07:56:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7u1px027400; Mon, 19 Jul 2004 07:56:01 GMT (envelope-from ale) Message-Id: <200407190756.i6J7u1px027400@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:56: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/databases Makefile ports/databases/php4-sybase_ct Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:56:01 -0000 ale 2004-07-19 07:56:01 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php4-sybase_ct Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.361 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php4-sybase_ct/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:56:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 070D416A4CE; Mon, 19 Jul 2004 07:56:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF2A343D31; Mon, 19 Jul 2004 07:56:10 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7uAjE027460; Mon, 19 Jul 2004 07:56:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7uAfL027459; Mon, 19 Jul 2004 07:56:10 GMT (envelope-from ale) Message-Id: <200407190756.i6J7uAfL027459@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:56:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 07:56:11 -0000 ale 2004-07-19 07:56:10 UTC FreeBSD ports repository Modified files: . modules Log: php4-sybase_ct --> ports/databases/php4-sybase_ct Revision Changes Path 1.10595 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:57: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 14A7616A4CE; Mon, 19 Jul 2004 07:57:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB78843D46; Mon, 19 Jul 2004 07:56:59 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7ux4x027542; Mon, 19 Jul 2004 07:56:59 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7ux25027541; Mon, 19 Jul 2004 07:56:59 GMT (envelope-from ale) Message-Id: <200407190756.i6J7ux25027541@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:56:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php4-dio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:57:00 -0000 ale 2004-07-19 07:56:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-dio Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1621 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-dio/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:57: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 00BF316A4CE; Mon, 19 Jul 2004 07:57:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D5C43D41; Mon, 19 Jul 2004 07:57:09 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7v9PM027597; Mon, 19 Jul 2004 07:57:09 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7v95K027596; Mon, 19 Jul 2004 07:57:09 GMT (envelope-from ale) Message-Id: <200407190757.i6J7v95K027596@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:57: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: Mon, 19 Jul 2004 07:57:10 -0000 ale 2004-07-19 07:57:09 UTC FreeBSD ports repository Modified files: . modules Log: php4-dio --> ports/devel/php4-dio Revision Changes Path 1.10596 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 0487B16A4DD; Mon, 19 Jul 2004 07:57:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA24543D4C; Mon, 19 Jul 2004 07:57:27 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7vRhV027668; Mon, 19 Jul 2004 07:57:27 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7vRjJ027667; Mon, 19 Jul 2004 07:57:27 GMT (envelope-from ale) Message-Id: <200407190757.i6J7vRjJ027667@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:57:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php4-gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:57:31 -0000 ale 2004-07-19 07:57:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-gettext Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1622 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-gettext/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:57: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 1F83016A4CF; Mon, 19 Jul 2004 07:57:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0182D43D3F; Mon, 19 Jul 2004 07:57:38 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7vbDN027714; Mon, 19 Jul 2004 07:57:37 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7vb9L027713; Mon, 19 Jul 2004 07:57:37 GMT (envelope-from ale) Message-Id: <200407190757.i6J7vb9L027713@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:57:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:57:38 -0000 ale 2004-07-19 07:57:37 UTC FreeBSD ports repository Modified files: . modules Log: php4-gettext --> ports/devel/php4-gettext Revision Changes Path 1.10597 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:57: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 07D8F16A4CE; Mon, 19 Jul 2004 07:57:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF0C43D48; Mon, 19 Jul 2004 07:57:56 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7vu1l027785; Mon, 19 Jul 2004 07:57:56 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7vufF027784; Mon, 19 Jul 2004 07:57:56 GMT (envelope-from ale) Message-Id: <200407190757.i6J7vufF027784@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:57:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php4-mcve Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:57:57 -0000 ale 2004-07-19 07:57:56 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-mcve Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1623 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-mcve/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07: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 1F9C116A4CF; Mon, 19 Jul 2004 07:58:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0382943D5F; Mon, 19 Jul 2004 07:58:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7w5Vj027839; Mon, 19 Jul 2004 07:58:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7w5ec027838; Mon, 19 Jul 2004 07:58:05 GMT (envelope-from ale) Message-Id: <200407190758.i6J7w5ec027838@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:58: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: Mon, 19 Jul 2004 07:58:06 -0000 ale 2004-07-19 07:58:05 UTC FreeBSD ports repository Modified files: . modules Log: php4-mcve --> ports/devel/php4-mcve Revision Changes Path 1.10598 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:58: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 979E116A4CF; Mon, 19 Jul 2004 07:58:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8C243D46; Mon, 19 Jul 2004 07:58:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7wOnT027911; Mon, 19 Jul 2004 07:58:24 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7wOqB027910; Mon, 19 Jul 2004 07:58:24 GMT (envelope-from ale) Message-Id: <200407190758.i6J7wOqB027910@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:58:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php4-ncurses Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 07:58:24 -0000 ale 2004-07-19 07:58:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-ncurses Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1624 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-ncurses/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 07:58: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 42A9D16A4CE; Mon, 19 Jul 2004 07:58:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FCD43D46; Mon, 19 Jul 2004 07:58:34 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J7wXqr027957; Mon, 19 Jul 2004 07:58:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J7wXW7027956; Mon, 19 Jul 2004 07:58:33 GMT (envelope-from ale) Message-Id: <200407190758.i6J7wXW7027956@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 07:58: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, 19 Jul 2004 07:58:34 -0000 ale 2004-07-19 07:58:33 UTC FreeBSD ports repository Modified files: . modules Log: php4-ncurses --> ports/devel/php4-ncurses Revision Changes Path 1.10599 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:01: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 805EA16A4CE; Mon, 19 Jul 2004 08:01:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62CBE43D1D; Mon, 19 Jul 2004 08:01:17 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J81Hoh028210; Mon, 19 Jul 2004 08:01:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J81H6a028209; Mon, 19 Jul 2004 08:01:17 GMT (envelope-from ale) Message-Id: <200407190801.i6J81H6a028209@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08: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: 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, 19 Jul 2004 08:01:17 -0000 ale 2004-07-19 08:01:17 UTC FreeBSD ports repository Modified files: . modules Log: php4-pcntl --> ports/devel/php4-pcntl Revision Changes Path 1.10600 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:01:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C2D16A4CE; Mon, 19 Jul 2004 08:01:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED0B43D2F; Mon, 19 Jul 2004 08:01:35 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J81ZYv028285; Mon, 19 Jul 2004 08:01:35 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J81ZYk028283; Mon, 19 Jul 2004 08:01:35 GMT (envelope-from ale) Message-Id: <200407190801.i6J81ZYk028283@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:01: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 Makefile ports/devel/php4-readline Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:01:35 -0000 ale 2004-07-19 08:01:35 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-readline Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1626 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-readline/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:01:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A24416A4CE; Mon, 19 Jul 2004 08:01:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE1843D1D; Mon, 19 Jul 2004 08:01:45 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J81jRX028334; Mon, 19 Jul 2004 08:01:45 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J81jQQ028333; Mon, 19 Jul 2004 08:01:45 GMT (envelope-from ale) Message-Id: <200407190801.i6J81jQQ028333@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:01:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:01:45 -0000 ale 2004-07-19 08:01:45 UTC FreeBSD ports repository Modified files: . modules Log: php4-readline --> ports/devel/php4-readline Revision Changes Path 1.10601 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:02: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 9914716A4CE; Mon, 19 Jul 2004 08:02:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5458543D55; Mon, 19 Jul 2004 08:02:02 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J822xS028435; Mon, 19 Jul 2004 08:02:02 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J822V6028434; Mon, 19 Jul 2004 08:02:02 GMT (envelope-from ale) Message-Id: <200407190802.i6J822V6028434@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:02: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 Makefile ports/devel/php4-shmop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:02:02 -0000 ale 2004-07-19 08:02:02 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-shmop Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1627 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-shmop/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 2244616A4CF; Mon, 19 Jul 2004 08:02:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0685743D2F; Mon, 19 Jul 2004 08:02:12 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J82BAj028486; Mon, 19 Jul 2004 08:02:11 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J82Bs7028485; Mon, 19 Jul 2004 08:02:11 GMT (envelope-from ale) Message-Id: <200407190802.i6J82Bs7028485@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08: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: 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, 19 Jul 2004 08:02:12 -0000 ale 2004-07-19 08:02:11 UTC FreeBSD ports repository Modified files: . modules Log: php4-shmop --> ports/devel/php4-shmop Revision Changes Path 1.10602 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:02: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 3AF0216A4EE; Mon, 19 Jul 2004 08:02:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D23143D45; Mon, 19 Jul 2004 08:02:29 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J82T1Q028557; Mon, 19 Jul 2004 08:02:29 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J82SaA028556; Mon, 19 Jul 2004 08:02:28 GMT (envelope-from ale) Message-Id: <200407190802.i6J82SaA028556@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08: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/devel Makefile ports/devel/php4-sysvmsg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:02:29 -0000 ale 2004-07-19 08:02:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-sysvmsg Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1628 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-sysvmsg/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:02: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 5A91416A545; Mon, 19 Jul 2004 08:02:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D68E43D2D; Mon, 19 Jul 2004 08:02:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J82dCM028603; Mon, 19 Jul 2004 08:02:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J82dXR028602; Mon, 19 Jul 2004 08:02:39 GMT (envelope-from ale) Message-Id: <200407190802.i6J82dXR028602@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:02: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: Mon, 19 Jul 2004 08:02:39 -0000 ale 2004-07-19 08:02:39 UTC FreeBSD ports repository Modified files: . modules Log: php4-sysvmsg --> ports/devel/php4-sysvmsg Revision Changes Path 1.10603 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:01: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 768F216A4CE; Mon, 19 Jul 2004 08:01:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E8A43D5A; Mon, 19 Jul 2004 08:01:07 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J817l8028160; Mon, 19 Jul 2004 08:01:07 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J817HA028159; Mon, 19 Jul 2004 08:01:07 GMT (envelope-from ale) Message-Id: <200407190801.i6J817HA028159@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:01: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 Makefile ports/devel/php4-pcntl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:01:07 -0000 ale 2004-07-19 08:01:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-pcntl Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1625 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-pcntl/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 361B516A4CE; Mon, 19 Jul 2004 08:02:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1934F43D1D; Mon, 19 Jul 2004 08:02:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J82unn028674; Mon, 19 Jul 2004 08:02:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J82uFx028673; Mon, 19 Jul 2004 08:02:56 GMT (envelope-from ale) Message-Id: <200407190802.i6J82uFx028673@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:02: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 Makefile ports/devel/php4-sysvsem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:02:57 -0000 ale 2004-07-19 08:02:56 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-sysvsem Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1629 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-sysvsem/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:03: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 6287216A4CE; Mon, 19 Jul 2004 08:03:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D3243D3F; Mon, 19 Jul 2004 08:03:08 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J838fv028724; Mon, 19 Jul 2004 08:03:08 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J838G8028723; Mon, 19 Jul 2004 08:03:08 GMT (envelope-from ale) Message-Id: <200407190803.i6J838G8028723@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:03: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: Mon, 19 Jul 2004 08:03:08 -0000 ale 2004-07-19 08:03:08 UTC FreeBSD ports repository Modified files: . modules Log: php4-sysvsem --> ports/devel/php4-sysvsem Revision Changes Path 1.10604 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:03:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48A416A4CE; Mon, 19 Jul 2004 08:03:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43A243D2D; Mon, 19 Jul 2004 08:03:26 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J83QFY028799; Mon, 19 Jul 2004 08:03:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J83QAD028798; Mon, 19 Jul 2004 08:03:26 GMT (envelope-from ale) Message-Id: <200407190803.i6J83QAD028798@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:03:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php4-sysvshm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:03:26 -0000 ale 2004-07-19 08:03:26 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-sysvshm Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1630 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-sysvshm/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:03: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 27FB616A4CE; Mon, 19 Jul 2004 08:03:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ABC543D1F; Mon, 19 Jul 2004 08:03:36 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J83ZjB028845; Mon, 19 Jul 2004 08:03:35 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J83Zto028844; Mon, 19 Jul 2004 08:03:35 GMT (envelope-from ale) Message-Id: <200407190803.i6J83Zto028844@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:03:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:03:36 -0000 ale 2004-07-19 08:03:35 UTC FreeBSD ports repository Modified files: . modules Log: php4-sysvshm --> ports/devel/php4-sysvshm Revision Changes Path 1.10605 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:03:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B9316A4CE; Mon, 19 Jul 2004 08:03:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9FEB43D1D; Mon, 19 Jul 2004 08:03:55 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J83tcF028916; Mon, 19 Jul 2004 08:03:55 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J83tIo028915; Mon, 19 Jul 2004 08:03:55 GMT (envelope-from ale) Message-Id: <200407190803.i6J83tIo028915@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:03:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php4-tokenizer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:03:55 -0000 ale 2004-07-19 08:03:55 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php4-tokenizer Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1631 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php4-tokenizer/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 5C2A116A4CE; Mon, 19 Jul 2004 08:04:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E2A243D48; Mon, 19 Jul 2004 08:04:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J845MD028966; Mon, 19 Jul 2004 08:04:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J84552028965; Mon, 19 Jul 2004 08:04:05 GMT (envelope-from ale) Message-Id: <200407190804.i6J84552028965@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:04:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 08:04:05 -0000 ale 2004-07-19 08:04:05 UTC FreeBSD ports repository Modified files: . modules Log: php4-tokenizer --> ports/devel/php4-tokenizer Revision Changes Path 1.10606 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 B036516A4CE; Mon, 19 Jul 2004 08:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A6B43D58; Mon, 19 Jul 2004 08:04:47 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J84lgo029048; Mon, 19 Jul 2004 08:04:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J84lek029047; Mon, 19 Jul 2004 08:04:47 GMT (envelope-from ale) Message-Id: <200407190804.i6J84lek029047@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08: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/ftp Makefile ports/ftp/php4-curl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:04:47 -0000 ale 2004-07-19 08:04:47 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/php4-curl Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.89 +1 -0 ports/ftp/Makefile 1.1 +14 -0 ports/ftp/php4-curl/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:04:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F09A16A4CE; Mon, 19 Jul 2004 08:04:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32E1543D58; Mon, 19 Jul 2004 08:04:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J84v8Q029094; Mon, 19 Jul 2004 08:04:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J84vg6029093; Mon, 19 Jul 2004 08:04:57 GMT (envelope-from ale) Message-Id: <200407190804.i6J84vg6029093@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:04: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: Mon, 19 Jul 2004 08:04:57 -0000 ale 2004-07-19 08:04:57 UTC FreeBSD ports repository Modified files: . modules Log: php4-curl --> ports/ftp/php4-curl Revision Changes Path 1.10607 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:05: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 1A1AC16A4CE; Mon, 19 Jul 2004 08:05:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F168543D5A; Mon, 19 Jul 2004 08:05:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J85eqT029227; Mon, 19 Jul 2004 08:05:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J85eha029226; Mon, 19 Jul 2004 08:05:40 GMT (envelope-from ale) Message-Id: <200407190805.i6J85eha029226@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp Makefile ports/ftp/php4-ftp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:05:41 -0000 ale 2004-07-19 08:05:40 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/php4-ftp Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.90 +1 -0 ports/ftp/Makefile 1.1 +14 -0 ports/ftp/php4-ftp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:05: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 54C1616A4CE; Mon, 19 Jul 2004 08:05:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373B643D3F; Mon, 19 Jul 2004 08:05:52 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J85qcA029273; Mon, 19 Jul 2004 08:05:52 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J85qE1029272; Mon, 19 Jul 2004 08:05:52 GMT (envelope-from ale) Message-Id: <200407190805.i6J85qE1029272@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:05:52 +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, 19 Jul 2004 08:05:52 -0000 ale 2004-07-19 08:05:52 UTC FreeBSD ports repository Modified files: . modules Log: php4-ftp --> ports/ftp/php4-ftp Revision Changes Path 1.10608 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:06:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC4716A4CE; Mon, 19 Jul 2004 08:06:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3C343D31; Mon, 19 Jul 2004 08:06:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J86L2B029388; Mon, 19 Jul 2004 08:06:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J86Lgl029387; Mon, 19 Jul 2004 08:06:21 GMT (envelope-from ale) Message-Id: <200407190806.i6J86Lgl029387@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:06: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/graphics Makefile ports/graphics/php4-exif Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:06:22 -0000 ale 2004-07-19 08:06:21 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/php4-exif Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.709 +1 -0 ports/graphics/Makefile 1.1 +14 -0 ports/graphics/php4-exif/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:06: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 52F0C16A4CF; Mon, 19 Jul 2004 08:06:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C0543D3F; Mon, 19 Jul 2004 08:06:31 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J86VpA029443; Mon, 19 Jul 2004 08:06:31 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J86VKa029442; Mon, 19 Jul 2004 08:06:31 GMT (envelope-from ale) Message-Id: <200407190806.i6J86VKa029442@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:06:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:06:31 -0000 ale 2004-07-19 08:06:31 UTC FreeBSD ports repository Modified files: . modules Log: php4-exif --> ports/graphics/php4-exif Revision Changes Path 1.10609 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:07: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 E8F7416A4CE; Mon, 19 Jul 2004 08:07:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB40E43D1F; Mon, 19 Jul 2004 08:07:32 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J87WNO029569; Mon, 19 Jul 2004 08:07:32 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J87WNb029568; Mon, 19 Jul 2004 08:07:32 GMT (envelope-from ale) Message-Id: <200407190807.i6J87WNb029568@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:07: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/graphics Makefile ports/graphics/php4-ming Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:07:33 -0000 ale 2004-07-19 08:07:32 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/php4-ming Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.710 +1 -0 ports/graphics/Makefile 1.1 +14 -0 ports/graphics/php4-ming/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:07: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 F3B4116A4CF; Mon, 19 Jul 2004 08:07:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7A9443D31; Mon, 19 Jul 2004 08:07:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J87gr2029615; Mon, 19 Jul 2004 08:07:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J87gvC029614; Mon, 19 Jul 2004 08:07:42 GMT (envelope-from ale) Message-Id: <200407190807.i6J87gvC029614@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:07:42 +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, 19 Jul 2004 08:07:43 -0000 ale 2004-07-19 08:07:42 UTC FreeBSD ports repository Modified files: . modules Log: php4-ming --> ports/graphics/php4-ming Revision Changes Path 1.10610 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:09: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 A1E1E16A4CE; Mon, 19 Jul 2004 08:09:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D6C43D49; Mon, 19 Jul 2004 08:09:11 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J89B2O029741; Mon, 19 Jul 2004 08:09:11 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J89Bbh029740; Mon, 19 Jul 2004 08:09:11 GMT (envelope-from ale) Message-Id: <200407190809.i6J89Bbh029740@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:09:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/php4-overload Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:09:11 -0000 ale 2004-07-19 08:09:11 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/php4-overload Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.411 +1 -0 ports/lang/Makefile 1.1 +14 -0 ports/lang/php4-overload/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:15: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 BD7B316A4CE; Mon, 19 Jul 2004 08:15:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F20C43D2D; Mon, 19 Jul 2004 08:15:17 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8FH6P030045; Mon, 19 Jul 2004 08:15:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8FHfP030044; Mon, 19 Jul 2004 08:15:17 GMT (envelope-from ale) Message-Id: <200407190815.i6J8FHfP030044@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:15: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 Makefile ports/mail/php4-imap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:15:17 -0000 ale 2004-07-19 08:15:17 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/php4-imap Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.547 +1 -0 ports/mail/Makefile 1.1 +14 -0 ports/mail/php4-imap/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:15:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2317A16A4CE; Mon, 19 Jul 2004 08:15:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060B443D2F; Mon, 19 Jul 2004 08:15:27 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8FQ4B030122; Mon, 19 Jul 2004 08:15:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8FQmR030121; Mon, 19 Jul 2004 08:15:26 GMT (envelope-from ale) Message-Id: <200407190815.i6J8FQmR030121@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:15: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: Mon, 19 Jul 2004 08:15:27 -0000 ale 2004-07-19 08:15:26 UTC FreeBSD ports repository Modified files: . modules Log: php4-imap --> ports/mail/php4-imap Revision Changes Path 1.10611 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:15:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8E8916A4CE; Mon, 19 Jul 2004 08:15:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F2043D46; Mon, 19 Jul 2004 08:15:33 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8FXOX030163; Mon, 19 Jul 2004 08:15:33 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8FXYa030162; Mon, 19 Jul 2004 08:15:33 GMT (envelope-from edwin) Message-Id: <200407190815.i6J8FXYa030162@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 08:15: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/security/sudo Makefile pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:15:34 -0000 edwin 2004-07-19 08:15:33 UTC FreeBSD ports repository Modified files: security/sudo Makefile pkg-install pkg-plist Log: [PATCH] security/sudo: Utilize EXAMPLESDIR Utilize EXAMPLESDIR to improves layout; i.e., configuration file -> ${PREFIX}/etc sample configuration file -> ${PREFIX}/share/examples/${PORTNAME} This change helps if many configuration files and sample ones exist. PR: ports/58387 Submitted by: Hideyuki KURASHINA Revision Changes Path 1.62 +3 -2 ports/security/sudo/Makefile 1.3 +1 -1 ports/security/sudo/pkg-install 1.8 +3 -2 ports/security/sudo/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:15:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76AA616A4D4; Mon, 19 Jul 2004 08:15:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB8243D4C; Mon, 19 Jul 2004 08:15:50 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8Fott030282; Mon, 19 Jul 2004 08:15:50 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8FoiK030281; Mon, 19 Jul 2004 08:15:50 GMT (envelope-from ale) Message-Id: <200407190815.i6J8FoiK030281@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:15:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/php4-bcmath Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:15:51 -0000 ale 2004-07-19 08:15:50 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/php4-bcmath Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.275 +1 -0 ports/math/Makefile 1.1 +14 -0 ports/math/php4-bcmath/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 0197116A4D0; Mon, 19 Jul 2004 08:16:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E0143D5F; Mon, 19 Jul 2004 08:15:59 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8Fxgu030328; Mon, 19 Jul 2004 08:15:59 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8Fx9B030327; Mon, 19 Jul 2004 08:15:59 GMT (envelope-from ale) Message-Id: <200407190815.i6J8Fx9B030327@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 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: 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, 19 Jul 2004 08:16:00 -0000 ale 2004-07-19 08:15:59 UTC FreeBSD ports repository Modified files: . modules Log: php4-bcmath --> ports/math/php4-bcmath Revision Changes Path 1.10612 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:16:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE98A16A4ED; Mon, 19 Jul 2004 08:16:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D821243D3F; Mon, 19 Jul 2004 08:16:10 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8GAS1030443; Mon, 19 Jul 2004 08:16:10 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8GAan030442; Mon, 19 Jul 2004 08:16:10 GMT (envelope-from das) Message-Id: <200407190816.i6J8GAan030442@repoman.freebsd.org> From: David Schultz Date: Mon, 19 Jul 2004 08:16: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/lib/msun Makefile src/lib/msun/man signbit.3 src/lib/msun/src math.h s_signbit.c src/lib/libc/gen Makefile.inc signbit.3 signbit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:16:11 -0000 das 2004-07-19 08:16:10 UTC FreeBSD src repository Modified files: lib/msun Makefile lib/msun/src math.h lib/libc/gen Makefile.inc Added files: lib/msun/man signbit.3 lib/msun/src s_signbit.c Removed files: lib/libc/gen signbit.3 signbit.c Log: Fix two bugs in the signbit() macro, which was implemented last year: - It was added to libc instead of libm. Hopefully no programs rely on this mistake. - It didn't work properly on large long doubles because its argument was converted to type double, resulting in undefined behavior. Revision Changes Path 1.114 +2 -3 src/lib/libc/gen/Makefile.inc 1.4 +0 -57 src/lib/libc/gen/signbit.3 (dead) 1.2 +0 -40 src/lib/libc/gen/signbit.c (dead) 1.49 +3 -3 src/lib/msun/Makefile 1.1 +57 -0 src/lib/msun/man/signbit.3 (new) 1.43 +6 -1 src/lib/msun/src/math.h 1.1 +58 -0 src/lib/msun/src/s_signbit.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:16:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4951D16A4E6; Mon, 19 Jul 2004 08:16:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C4E943D54; Mon, 19 Jul 2004 08:16:23 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8GNh3030521; Mon, 19 Jul 2004 08:16:23 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8GNZc030520; Mon, 19 Jul 2004 08:16:23 GMT (envelope-from ale) Message-Id: <200407190816.i6J8GNZc030520@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:16:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/php4-gmp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:16:23 -0000 ale 2004-07-19 08:16:23 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/php4-gmp Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.276 +1 -0 ports/math/Makefile 1.1 +14 -0 ports/math/php4-gmp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:16: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 B6C1E16A4DB; Mon, 19 Jul 2004 08:16:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6B443D4C; Mon, 19 Jul 2004 08:16:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8GXXd030571; Mon, 19 Jul 2004 08:16:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8GX6w030570; Mon, 19 Jul 2004 08:16:33 GMT (envelope-from ale) Message-Id: <200407190816.i6J8GX6w030570@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:16: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, 19 Jul 2004 08:16:33 -0000 ale 2004-07-19 08:16:33 UTC FreeBSD ports repository Modified files: . modules Log: php4-gmp --> ports/math/php4-gmp Revision Changes Path 1.10613 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 8959716A4D4; Mon, 19 Jul 2004 08:17:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C06843D5A; Mon, 19 Jul 2004 08:17:01 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8H12w030652; Mon, 19 Jul 2004 08:17:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8H10g030651; Mon, 19 Jul 2004 08:17:01 GMT (envelope-from ale) Message-Id: <200407190817.i6J8H10g030651@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:17: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/misc Makefile ports/misc/php4-calendar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:17:01 -0000 ale 2004-07-19 08:17:01 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/php4-calendar Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.697 +1 -0 ports/misc/Makefile 1.1 +14 -0 ports/misc/php4-calendar/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 0F35316A4D1; Mon, 19 Jul 2004 08:17:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E634643D55; Mon, 19 Jul 2004 08:17:10 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8HAuS030699; Mon, 19 Jul 2004 08:17:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8HAMY030698; Mon, 19 Jul 2004 08:17:10 GMT (envelope-from ale) Message-Id: <200407190817.i6J8HAMY030698@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:17: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: Mon, 19 Jul 2004 08:17:11 -0000 ale 2004-07-19 08:17:10 UTC FreeBSD ports repository Modified files: . modules Log: php4-calendar --> ports/misc/php4-calendar Revision Changes Path 1.10614 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:17:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDAF616A4CF; Mon, 19 Jul 2004 08:17:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A8743D2D; Mon, 19 Jul 2004 08:17:25 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8HPJ0030908; Mon, 19 Jul 2004 08:17:25 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8HPNG030907; Mon, 19 Jul 2004 08:17:25 GMT (envelope-from das) Message-Id: <200407190817.i6J8HPNG030907@repoman.freebsd.org> From: David Schultz Date: Mon, 19 Jul 2004 08:17: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/lib/libc/amd64/gen Makefile.inc flt_rounds.c src/lib/libc/i386/gen Makefile.inc flt_rounds.c src/lib/libc/ia64/gen Makefile.inc flt_rounds.c src/sys/amd64/include float.h src/sys/arm/include float.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, 19 Jul 2004 08:17:25 -0000 das 2004-07-19 08:17:25 UTC FreeBSD src repository Modified files: lib/libc/amd64/gen Makefile.inc lib/libc/i386/gen Makefile.inc lib/libc/ia64/gen Makefile.inc sys/amd64/include float.h sys/arm/include float.h sys/i386/include float.h sys/ia64/include float.h sys/powerpc/include float.h Added files: lib/libc/amd64/gen flt_rounds.c lib/libc/i386/gen flt_rounds.c lib/libc/ia64/gen flt_rounds.c Log: Make FLT_ROUNDS correctly reflect the dynamic rounding mode. Revision Changes Path 1.27 +1 -1 src/lib/libc/amd64/gen/Makefile.inc 1.1 +26 -0 src/lib/libc/amd64/gen/flt_rounds.c (new) 1.21 +1 -1 src/lib/libc/i386/gen/Makefile.inc 1.1 +25 -0 src/lib/libc/i386/gen/flt_rounds.c (new) 1.11 +2 -1 src/lib/libc/ia64/gen/Makefile.inc 1.1 +25 -0 src/lib/libc/ia64/gen/flt_rounds.c (new) 1.14 +5 -1 src/sys/amd64/include/float.h 1.2 +2 -2 src/sys/arm/include/float.h 1.14 +5 -1 src/sys/i386/include/float.h 1.7 +5 -1 src/sys/ia64/include/float.h 1.6 +5 -1 src/sys/powerpc/include/float.h From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:17:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43FA616A4CE; Mon, 19 Jul 2004 08:17:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2583043D41; Mon, 19 Jul 2004 08:17:48 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8Hmxa030958; Mon, 19 Jul 2004 08:17:48 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8HmFc030957; Mon, 19 Jul 2004 08:17:48 GMT (envelope-from das) Message-Id: <200407190817.i6J8HmFc030957@repoman.freebsd.org> From: David Schultz Date: Mon, 19 Jul 2004 08:17: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/tools/regression/lib/msun test-fenv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:17:48 -0000 das 2004-07-19 08:17:48 UTC FreeBSD src repository Modified files: tools/regression/lib/msun test-fenv.c Log: While testing fe[gs]etround(), make sure FLT_ROUNDS reflects the proper rounding mode as well. Revision Changes Path 1.2 +10 -0 src/tools/regression/lib/msun/test-fenv.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:18:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFECD16A4CF; Mon, 19 Jul 2004 08:18:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB1E643D6B; Mon, 19 Jul 2004 08:18:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8I6vs031034; Mon, 19 Jul 2004 08:18:06 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8I6bo031033; Mon, 19 Jul 2004 08:18:06 GMT (envelope-from ale) Message-Id: <200407190818.i6J8I6bo031033@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:18:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc Makefile ports/misc/php4-mcal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:18:07 -0000 ale 2004-07-19 08:18:06 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/php4-mcal Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.698 +1 -0 ports/misc/Makefile 1.1 +14 -0 ports/misc/php4-mcal/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:18:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13DAB16A4CE; Mon, 19 Jul 2004 08:18:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE8043D41; Mon, 19 Jul 2004 08:18:46 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8IkVM031098; Mon, 19 Jul 2004 08:18:46 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8IkfJ031097; Mon, 19 Jul 2004 08:18:46 GMT (envelope-from ale) Message-Id: <200407190818.i6J8IkfJ031097@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:18:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 08:18:47 -0000 ale 2004-07-19 08:18:46 UTC FreeBSD ports repository Modified files: . modules Log: php4-mcal --> ports/misc/php4-mcal Revision Changes Path 1.10615 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:18:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA0F16A50A; Mon, 19 Jul 2004 08:18:48 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-108-110.dsl.pltn13.pacbell.net [69.107.108.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A3C43D2D; Mon, 19 Jul 2004 08:18:48 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i6J8I6Ek030167; Mon, 19 Jul 2004 01:18:06 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i6J8I6vl030166; Mon, 19 Jul 2004 01:18:06 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 19 Jul 2004 01:18:06 -0700 From: David Schultz To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040719081806.GA30150@VARK.homeunix.com> Mail-Followup-To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407190816.i6J8GAan030442@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407190816.i6J8GAan030442@repoman.freebsd.org> Subject: Re: cvs commit: src/lib/msun Makefile src/lib/msun/man signbit.3 src/lib/msun/src math.h s_signbit.c src/lib/libc/gen Makefile.inc signbit.3 signbit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:18:49 -0000 On Mon, Jul 19, 2004, David Schultz wrote: > das 2004-07-19 08:16:10 UTC > > FreeBSD src repository > > Modified files: > lib/msun Makefile > lib/msun/src math.h > lib/libc/gen Makefile.inc > Added files: > lib/msun/man signbit.3 > lib/msun/src s_signbit.c > Removed files: > lib/libc/gen signbit.3 signbit.c > Log: > Fix two bugs in the signbit() macro, which was implemented last year: > > - It was added to libc instead of libm. Hopefully no programs rely > on this mistake. > > - It didn't work properly on large long doubles because its argument > was converted to type double, resulting in undefined behavior. No repo-copy should be necessary in this case, since there is no interesting history to preserve. From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 8E65916A4CE; Mon, 19 Jul 2004 08:21:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D5843D2D; Mon, 19 Jul 2004 08:21:17 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8LHdq031276; Mon, 19 Jul 2004 08:21:17 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8LHP4031275; Mon, 19 Jul 2004 08:21:17 GMT (envelope-from glebius) Message-Id: <200407190821.i6J8LHP4031275@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 19 Jul 2004 08:21:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:21:17 -0000 glebius 2004-07-19 08:21:17 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Today is a good day to add myself here :) Approved by: julian (mentor) Revision Changes Path 1.121 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:23: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 9163916A4CE; Mon, 19 Jul 2004 08:23:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B7A43D41; Mon, 19 Jul 2004 08:23:43 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8NhYb031367; Mon, 19 Jul 2004 08:23:43 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8NhYa031366; Mon, 19 Jul 2004 08:23:43 GMT (envelope-from ale) Message-Id: <200407190823.i6J8NhYa031366@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:23: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: Mon, 19 Jul 2004 08:23:43 -0000 ale 2004-07-19 08:23:43 UTC FreeBSD ports repository Modified files: . modules Log: php4-overload --> ports/lang/php4-overload Revision Changes Path 1.10616 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:24: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 CC9BE16A4CE; Mon, 19 Jul 2004 08:24:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00D443D2D; Mon, 19 Jul 2004 08:24:04 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8O43x031431; Mon, 19 Jul 2004 08:24:04 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8O4Jk031430; Mon, 19 Jul 2004 08:24:04 GMT (envelope-from das) Message-Id: <200407190824.i6J8O4Jk031430@repoman.freebsd.org> From: David Schultz Date: Mon, 19 Jul 2004 08:24: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/arm/include float.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, 19 Jul 2004 08:24:05 -0000 das 2004-07-19 08:24:04 UTC FreeBSD src repository Modified files: sys/arm/include float.h Log: Forced commit to note that the previous commit message doesn't apply to the ARM port. We set FLT_ROUNDS to -1 (indeterminate), because the rounding mode on ARM is static, i.e. part of the FP instruction format. Or at least that's my understanding. Revision Changes Path 1.3 +0 -0 src/sys/arm/include/float.h From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:24: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 9804E16A547; Mon, 19 Jul 2004 08:24:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB5943D1D; Mon, 19 Jul 2004 08:24:07 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8O7t2031485; Mon, 19 Jul 2004 08:24:07 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8O7ZP031484; Mon, 19 Jul 2004 08:24:07 GMT (envelope-from ale) Message-Id: <200407190824.i6J8O7ZP031484@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:24:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/php4-ldap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:24:10 -0000 ale 2004-07-19 08:24:07 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php4-ldap Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1322 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php4-ldap/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:24: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 1787B16A4D2; Mon, 19 Jul 2004 08:24:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF4843D2F; Mon, 19 Jul 2004 08:24:16 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8OG3J031531; Mon, 19 Jul 2004 08:24:16 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8OGdW031530; Mon, 19 Jul 2004 08:24:16 GMT (envelope-from ale) Message-Id: <200407190824.i6J8OGdW031530@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:24: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: Mon, 19 Jul 2004 08:24:17 -0000 ale 2004-07-19 08:24:16 UTC FreeBSD ports repository Modified files: . modules Log: php4-ldap --> ports/net/php4-ldap Revision Changes Path 1.10617 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:24: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 E4F3416A4F1; Mon, 19 Jul 2004 08:24:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C884243D39; Mon, 19 Jul 2004 08:24:21 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8OLCQ031563; Mon, 19 Jul 2004 08:24:21 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8OLqR031562; Mon, 19 Jul 2004 08:24:21 GMT (envelope-from tjr) Message-Id: <200407190824.i6J8OLqR031562@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 08:24: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/lib/libc/regex/grot limits.h stdlib.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, 19 Jul 2004 08:24:22 -0000 tjr 2004-07-19 08:24:21 UTC FreeBSD src repository Removed files: lib/libc/regex/grot limits.h stdlib.h Log: Remove unused files. Revision Changes Path 1.3 +0 -7 src/lib/libc/regex/grot/limits.h (dead) 1.3 +0 -5 src/lib/libc/regex/grot/stdlib.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:24: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 885DE16A4CE; Mon, 19 Jul 2004 08:24:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBB543D4C; Mon, 19 Jul 2004 08:24:34 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8OYpb031632; Mon, 19 Jul 2004 08:24:34 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8OYiX031631; Mon, 19 Jul 2004 08:24:34 GMT (envelope-from ale) Message-Id: <200407190824.i6J8OYiX031631@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:24: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 Makefile ports/net/php4-sockets Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:24:34 -0000 ale 2004-07-19 08:24:34 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php4-sockets Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1323 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php4-sockets/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 4652C16A4CE; Mon, 19 Jul 2004 08:24:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D2743D45; Mon, 19 Jul 2004 08:24:44 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8Oitm031687; Mon, 19 Jul 2004 08:24:44 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8OiT9031686; Mon, 19 Jul 2004 08:24:44 GMT (envelope-from ale) Message-Id: <200407190824.i6J8OiT9031686@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:24:44 +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, 19 Jul 2004 08:24:44 -0000 ale 2004-07-19 08:24:44 UTC FreeBSD ports repository Modified files: . modules Log: php4-sockets --> ports/net/php4-sockets Revision Changes Path 1.10618 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:25: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 88F9116A4CE; Mon, 19 Jul 2004 08:25:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCDB43D41; Mon, 19 Jul 2004 08:25:02 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8P2oa031767; Mon, 19 Jul 2004 08:25:02 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8P2Cd031766; Mon, 19 Jul 2004 08:25:02 GMT (envelope-from ale) Message-Id: <200407190825.i6J8P2Cd031766@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:25: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/php4-xmlrpc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:25:02 -0000 ale 2004-07-19 08:25:02 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php4-xmlrpc Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1324 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php4-xmlrpc/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 0451E16A4CE; Mon, 19 Jul 2004 08:25:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC13743D45; Mon, 19 Jul 2004 08:25:48 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8Pmkw031890; Mon, 19 Jul 2004 08:25:48 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8Pm9X031889; Mon, 19 Jul 2004 08:25:48 GMT (envelope-from ale) Message-Id: <200407190825.i6J8Pm9X031889@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:25:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 08:25:49 -0000 ale 2004-07-19 08:25:48 UTC FreeBSD ports repository Modified files: . modules Log: php4-xmlrpc --> ports/net/php4-xmlrpc Revision Changes Path 1.10619 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 9B3F316A4CE; Mon, 19 Jul 2004 08:26:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F07E43D31; Mon, 19 Jul 2004 08:26:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8Q6xr031965; Mon, 19 Jul 2004 08:26:06 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8Q61i031964; Mon, 19 Jul 2004 08:26:06 GMT (envelope-from ale) Message-Id: <200407190826.i6J8Q61i031964@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:26:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/php4-yp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:26:06 -0000 ale 2004-07-19 08:26:06 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php4-yp Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1325 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php4-yp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:26:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AC3316A4CE; Mon, 19 Jul 2004 08:26:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDBA43D2D; Mon, 19 Jul 2004 08:26:16 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8QGkp032015; Mon, 19 Jul 2004 08:26:16 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8QGoJ032014; Mon, 19 Jul 2004 08:26:16 GMT (envelope-from ale) Message-Id: <200407190826.i6J8QGoJ032014@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08: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: 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, 19 Jul 2004 08:26:16 -0000 ale 2004-07-19 08:26:15 UTC FreeBSD ports repository Modified files: . modules Log: php4-yp --> ports/net/php4-yp Revision Changes Path 1.10620 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:27: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 7609F16A4CE; Mon, 19 Jul 2004 08:27:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 587CC43D45; Mon, 19 Jul 2004 08:27:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8RKqf032122; Mon, 19 Jul 2004 08:27:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8RKWS032121; Mon, 19 Jul 2004 08:27:20 GMT (envelope-from ale) Message-Id: <200407190827.i6J8RKWS032121@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:27:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/php4-snmp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:27:20 -0000 ale 2004-07-19 08:27:20 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/php4-snmp Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.15 +1 -0 ports/net-mgmt/Makefile 1.1 +14 -0 ports/net-mgmt/php4-snmp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:27: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 00A7516A4CE; Mon, 19 Jul 2004 08:27:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D72A643D53; Mon, 19 Jul 2004 08:27:29 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8RTd9032168; Mon, 19 Jul 2004 08:27:29 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8RTdp032167; Mon, 19 Jul 2004 08:27:29 GMT (envelope-from ale) Message-Id: <200407190827.i6J8RTdp032167@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:27:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:27:30 -0000 ale 2004-07-19 08:27:29 UTC FreeBSD ports repository Modified files: . modules Log: php4-snmp --> ports/net-mgmt/php4-snmp Revision Changes Path 1.10621 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:28: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 AFEA816A4E3; Mon, 19 Jul 2004 08:28:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C1C43D2F; Mon, 19 Jul 2004 08:28:11 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8SBPI032253; Mon, 19 Jul 2004 08:28:11 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8SB45032252; Mon, 19 Jul 2004 08:28:11 GMT (envelope-from ale) Message-Id: <200407190828.i6J8SB45032252@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:28: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/security Makefile ports/security/php4-crack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:28:11 -0000 ale 2004-07-19 08:28:11 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/php4-crack Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.525 +1 -0 ports/security/Makefile 1.1 +14 -0 ports/security/php4-crack/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:28: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 AA1D516A50D; Mon, 19 Jul 2004 08:28:16 +0000 (GMT) Received: from imap.univie.ac.at (mailbox-lmtp.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B753243D41; Mon, 19 Jul 2004 08:28:15 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from wireless (adslle.cc.univie.ac.at [131.130.102.11]) by imap.univie.ac.at (8.12.10/8.12.10) with ESMTP id i6J8S0uS973324; Mon, 19 Jul 2004 10:28:03 +0200 Date: Mon, 19 Jul 2004 10:28:01 +0200 (CEST) From: Lukas Ertl To: Gleb Smirnoff In-Reply-To: <200407190821.i6J8LHP4031275@repoman.freebsd.org> Message-ID: <20040719102749.C576@korben.in.tern> References: <200407190821.i6J8LHP4031275@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-DCC-ZID-Univie-Metrics: mx7.univie.ac.at 4248; Body=4 Fuz1=4 Fuz2=4 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:28:18 -0000 On Mon, 19 Jul 2004, Gleb Smirnoff wrote: > glebius 2004-07-19 08:21:17 UTC > > FreeBSD src repository > > Modified files: > usr.bin/calendar/calendars calendar.freebsd > Log: > Today is a good day to add myself here :) Happy birthday! :-) cheers, le -- Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:28: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 7E0AC16A5B3; Mon, 19 Jul 2004 08:28:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6208E43D58; Mon, 19 Jul 2004 08:28:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8SM36032299; Mon, 19 Jul 2004 08:28:22 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8SM0I032298; Mon, 19 Jul 2004 08:28:22 GMT (envelope-from ale) Message-Id: <200407190828.i6J8SM0I032298@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:28:22 +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, 19 Jul 2004 08:28:23 -0000 ale 2004-07-19 08:28:22 UTC FreeBSD ports repository Modified files: . modules Log: php4-crack --> ports/security/php4-crack Revision Changes Path 1.10622 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:28: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 6456516A4CE; Mon, 19 Jul 2004 08:28:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4751743D2D; Mon, 19 Jul 2004 08:28:53 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8SrKu032335; Mon, 19 Jul 2004 08:28:53 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8Sr16032334; Mon, 19 Jul 2004 08:28:53 GMT (envelope-from tjr) Message-Id: <200407190828.i6J8Sr16032334@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 08:28: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/lib/libc/regex/grot debug.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:28:53 -0000 tjr 2004-07-19 08:28:53 UTC FreeBSD src repository Modified files: lib/libc/regex/grot debug.c Log: Update for recent changes to struct re_guts. Disable printing the contents of OANYOF sets for the moment. Revision Changes Path 1.4 +5 -38 src/lib/libc/regex/grot/debug.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:29: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 AB0DB16A4CF; Mon, 19 Jul 2004 08:29:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEEE43D54; Mon, 19 Jul 2004 08:29:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8T48F032407; Mon, 19 Jul 2004 08:29:04 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8T4li032406; Mon, 19 Jul 2004 08:29:04 GMT (envelope-from ale) Message-Id: <200407190829.i6J8T4li032406@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:29: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/php4-mcrypt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:29:04 -0000 ale 2004-07-19 08:29:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/php4-mcrypt Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.526 +1 -0 ports/security/Makefile 1.1 +14 -0 ports/security/php4-mcrypt/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:29: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 52AA816A4CF; Mon, 19 Jul 2004 08:29:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1281443D39; Mon, 19 Jul 2004 08:29:14 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8TDV7032454; Mon, 19 Jul 2004 08:29:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8TDJf032453; Mon, 19 Jul 2004 08:29:13 GMT (envelope-from ale) Message-Id: <200407190829.i6J8TDJf032453@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:29:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:29:14 -0000 ale 2004-07-19 08:29:13 UTC FreeBSD ports repository Modified files: . modules Log: php4-mcrypt --> ports/security/php4-mcrypt Revision Changes Path 1.10623 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:30: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 7C21B16A4CE; Mon, 19 Jul 2004 08:30:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1F343D46; Mon, 19 Jul 2004 08:30:30 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8UURk032601; Mon, 19 Jul 2004 08:30:30 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8UUtx032600; Mon, 19 Jul 2004 08:30:30 GMT (envelope-from ale) Message-Id: <200407190830.i6J8UUtx032600@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:30:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/php4-mhash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:30:30 -0000 ale 2004-07-19 08:30:30 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/php4-mhash Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.527 +1 -0 ports/security/Makefile 1.1 +14 -0 ports/security/php4-mhash/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 D410516A4CE; Mon, 19 Jul 2004 08:30:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B773843D46; Mon, 19 Jul 2004 08:30:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8UgJw032656; Mon, 19 Jul 2004 08:30:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8Ugo3032655; Mon, 19 Jul 2004 08:30:42 GMT (envelope-from ale) Message-Id: <200407190830.i6J8Ugo3032655@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:30:42 +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, 19 Jul 2004 08:30:43 -0000 ale 2004-07-19 08:30:42 UTC FreeBSD ports repository Modified files: . modules Log: php4-mhash --> ports/security/php4-mhash Revision Changes Path 1.10624 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:31: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 BCC3D16A4CE; Mon, 19 Jul 2004 08:31:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F71C43D41; Mon, 19 Jul 2004 08:31:10 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8VAkJ032736; Mon, 19 Jul 2004 08:31:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8VAXe032735; Mon, 19 Jul 2004 08:31:10 GMT (envelope-from ale) Message-Id: <200407190831.i6J8VAXe032735@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:31: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 Makefile ports/security/php4-openssl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:31:10 -0000 ale 2004-07-19 08:31:10 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/php4-openssl Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.528 +1 -0 ports/security/Makefile 1.1 +14 -0 ports/security/php4-openssl/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 34D8416A4CE; Mon, 19 Jul 2004 08:31:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC28B43D45; Mon, 19 Jul 2004 08:31:19 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8VJkk032783; Mon, 19 Jul 2004 08:31:19 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8VJrW032782; Mon, 19 Jul 2004 08:31:19 GMT (envelope-from ale) Message-Id: <200407190831.i6J8VJrW032782@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:31: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: Mon, 19 Jul 2004 08:31:20 -0000 ale 2004-07-19 08:31:19 UTC FreeBSD ports repository Modified files: . modules Log: php4-openssl --> ports/security/php4-openssl Revision Changes Path 1.10625 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:32: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 0938516A4CE; Mon, 19 Jul 2004 08:32:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E163D43D4C; Mon, 19 Jul 2004 08:32:34 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8WY5Q032878; Mon, 19 Jul 2004 08:32:34 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8WY6N032877; Mon, 19 Jul 2004 08:32:34 GMT (envelope-from ale) Message-Id: <200407190832.i6J8WY6N032877@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08: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/sysutils Makefile ports/sysutils/php4-posix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:32:35 -0000 ale 2004-07-19 08:32:34 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/php4-posix Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.552 +1 -0 ports/sysutils/Makefile 1.1 +14 -0 ports/sysutils/php4-posix/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:32: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 000D116A4CE; Mon, 19 Jul 2004 08:32:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D71FC43D3F; Mon, 19 Jul 2004 08:32:43 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8WhiD032925; Mon, 19 Jul 2004 08:32:43 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8WhWg032924; Mon, 19 Jul 2004 08:32:43 GMT (envelope-from ale) Message-Id: <200407190832.i6J8WhWg032924@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:32: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: Mon, 19 Jul 2004 08:32:44 -0000 ale 2004-07-19 08:32:43 UTC FreeBSD ports repository Modified files: . modules Log: php4-posix --> ports/sysutils/php4-posix Revision Changes Path 1.10626 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:33: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 008E616A4CE; Mon, 19 Jul 2004 08:33:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D660E43D4C; Mon, 19 Jul 2004 08:33:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8XXI9033014; Mon, 19 Jul 2004 08:33:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8XX0g033013; Mon, 19 Jul 2004 08:33:33 GMT (envelope-from ale) Message-Id: <200407190833.i6J8XX0g033013@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:33: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/textproc Makefile ports/textproc/php4-ctype Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:33:34 -0000 ale 2004-07-19 08:33:33 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php4-ctype Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.712 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php4-ctype/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:33: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 016E416A4D0; Mon, 19 Jul 2004 08:33:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D993843D4C; Mon, 19 Jul 2004 08:33:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8Xgeh033061; Mon, 19 Jul 2004 08:33:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8Xg21033060; Mon, 19 Jul 2004 08:33:42 GMT (envelope-from ale) Message-Id: <200407190833.i6J8Xg21033060@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:33:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 08:33:43 -0000 ale 2004-07-19 08:33:42 UTC FreeBSD ports repository Modified files: . modules Log: php4-ctype --> ports/textproc/php4-ctype Revision Changes Path 1.10627 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:36: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 D15F216A4CE; Mon, 19 Jul 2004 08:36:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4CAD43D53; Mon, 19 Jul 2004 08:36:34 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8aYov033266; Mon, 19 Jul 2004 08:36:34 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8aYpo033265; Mon, 19 Jul 2004 08:36:34 GMT (envelope-from ale) Message-Id: <200407190836.i6J8aYpo033265@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:36: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/textproc Makefile ports/textproc/php4-domxml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:36:35 -0000 ale 2004-07-19 08:36:34 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php4-domxml Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.713 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php4-domxml/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:36:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B017A16A4F7; Mon, 19 Jul 2004 08:36:41 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 245C243D45; Mon, 19 Jul 2004 08:36:41 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com ([192.168.0.5]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i6J8ZMdm085851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 19 Jul 2004 04:35:23 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 19 Jul 2004 04:35:51 -0400 From: Tom Rhodes To: Marcel Moolenaar Message-Id: <20040719043551.5c600efa@localhost.pittgoth.com> In-Reply-To: <20040718184727.GA7115@dhcp50.pn.xcllnt.net> References: <200407181524.i6IFObcG093257@repoman.freebsd.org> <20040718173823.GC6792@dhcp50.pn.xcllnt.net> <20040718181230.GA12586@freebie.xs4all.nl> <20040718184727.GA7115@dhcp50.pn.xcllnt.net> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Wilko Bulte cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/lib/libthread_db/arch/alpha libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:36:41 -0000 On Sun, 18 Jul 2004 11:47:27 -0700 Marcel Moolenaar wrote: > On Sun, Jul 18, 2004 at 08:12:31PM +0200, Wilko Bulte wrote: > > On Sun, Jul 18, 2004 at 10:38:23AM -0700, Marcel Moolenaar wrote: > > > On Sun, Jul 18, 2004 at 03:24:37PM +0000, Scott Long wrote: > > > > scottl 2004-07-18 15:24:37 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > lib/libthread_db/arch/alpha libpthread_md.c > > > > lib/libthread_db/arch/ia64 libpthread_md.c > > > > Log: > > > > Try to fix ia64 and alpha compiles. I don't have either equipment fired > > > > up now, but it appears to be the same problem and solution as sparc64. > > > > > > Argh.. I think I've committed from the wrong tree. I'll double-check > > > that everything's ok after coffee. > > > > /me visualises marcel speeding to Starbucks for a strong one ;) > > Speeding to Starbucks is not a problem. It's speeding from Starbucks > that has resulted in many coffee stains in my car. U-turns are fatal > on my way home, because I like to take them rally-style anyway, but > with a full cup of coffee in a cupholder that doesn't really hold any > cups... ouch... Wow, now if you wanted to be an ass then you could file a lawsuit because the coffee is too hot. :P -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 36BA816A57E; Mon, 19 Jul 2004 08:36:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCDA643D45; Mon, 19 Jul 2004 08:36:43 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8ah1C033349; Mon, 19 Jul 2004 08:36:43 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8ahbq033348; Mon, 19 Jul 2004 08:36:43 GMT (envelope-from ale) Message-Id: <200407190836.i6J8ahbq033348@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:36: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: Mon, 19 Jul 2004 08:36:47 -0000 ale 2004-07-19 08:36:43 UTC FreeBSD ports repository Modified files: . modules Log: php4-domxml --> ports/textproc/php4-domxml Revision Changes Path 1.10628 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:37: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 D2D5216A4CE; Mon, 19 Jul 2004 08:37:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B705343D5D; Mon, 19 Jul 2004 08:37:55 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8btVp033473; Mon, 19 Jul 2004 08:37:55 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8bt2H033472; Mon, 19 Jul 2004 08:37:55 GMT (envelope-from ale) Message-Id: <200407190837.i6J8bt2H033472@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:37: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 Makefile ports/textproc/php4-pspell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:37:56 -0000 ale 2004-07-19 08:37:55 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php4-pspell Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.714 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php4-pspell/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:38:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01B6316A4CE; Mon, 19 Jul 2004 08:38:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98FE43D45; Mon, 19 Jul 2004 08:38:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8c44W033523; Mon, 19 Jul 2004 08:38:04 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8c4GS033522; Mon, 19 Jul 2004 08:38:04 GMT (envelope-from ale) Message-Id: <200407190838.i6J8c4GS033522@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08: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: 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, 19 Jul 2004 08:38:05 -0000 ale 2004-07-19 08:38:04 UTC FreeBSD ports repository Modified files: . modules Log: php4-pspell --> ports/textproc/php4-pspell Revision Changes Path 1.10629 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:38: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 23C5A16A4CE; Mon, 19 Jul 2004 08:38:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E8343D5A; Mon, 19 Jul 2004 08:38:23 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8cMCF033597; Mon, 19 Jul 2004 08:38:22 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8cM81033596; Mon, 19 Jul 2004 08:38:22 GMT (envelope-from ale) Message-Id: <200407190838.i6J8cM81033596@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:38: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/textproc Makefile ports/textproc/php4-wddx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:38:23 -0000 ale 2004-07-19 08:38:22 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php4-wddx Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.715 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php4-wddx/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:38:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F27016A4CF; Mon, 19 Jul 2004 08:38:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CBC43D68; Mon, 19 Jul 2004 08:38:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8cXNT033646; Mon, 19 Jul 2004 08:38:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8cXZf033645; Mon, 19 Jul 2004 08:38:33 GMT (envelope-from ale) Message-Id: <200407190838.i6J8cXZf033645@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:38: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: Mon, 19 Jul 2004 08:38:33 -0000 ale 2004-07-19 08:38:32 UTC FreeBSD ports repository Modified files: . modules Log: php4-wddx --> ports/textproc/php4-wddx Revision Changes Path 1.10630 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:39: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 8492716A4CE; Mon, 19 Jul 2004 08:39:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D1E43D46; Mon, 19 Jul 2004 08:39:30 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8dU0K033726; Mon, 19 Jul 2004 08:39:30 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8dUtM033725; Mon, 19 Jul 2004 08:39:30 GMT (envelope-from ale) Message-Id: <200407190839.i6J8dUtM033725@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:39: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 Makefile ports/textproc/php4-xslt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:39:30 -0000 ale 2004-07-19 08:39:30 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php4-xslt Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.716 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php4-xslt/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:39: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 02E6C16A4D5; Mon, 19 Jul 2004 08:39:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC5143D46; Mon, 19 Jul 2004 08:39:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8dd2p033773; Mon, 19 Jul 2004 08:39:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8ddwQ033772; Mon, 19 Jul 2004 08:39:39 GMT (envelope-from ale) Message-Id: <200407190839.i6J8ddwQ033772@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:39: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: Mon, 19 Jul 2004 08:39:40 -0000 ale 2004-07-19 08:39:39 UTC FreeBSD ports repository Modified files: . modules Log: php4-xslt --> ports/textproc/php4-xslt Revision Changes Path 1.10631 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:40:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E51FE16A4D1; Mon, 19 Jul 2004 08:40:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2A243D3F; Mon, 19 Jul 2004 08:40:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8edXB033932; Mon, 19 Jul 2004 08:40:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8edR1033931; Mon, 19 Jul 2004 08:40:39 GMT (envelope-from ale) Message-Id: <200407190840.i6J8edR1033931@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:40:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/php4-mnogosearch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:40:40 -0000 ale 2004-07-19 08:40:39 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/php4-mnogosearch Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.930 +1 -0 ports/www/Makefile 1.1 +14 -0 ports/www/php4-mnogosearch/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:40: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 32EE116A4D2; Mon, 19 Jul 2004 08:40:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160D643D5D; Mon, 19 Jul 2004 08:40:50 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8enma033983; Mon, 19 Jul 2004 08:40:49 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8enn7033982; Mon, 19 Jul 2004 08:40:49 GMT (envelope-from ale) Message-Id: <200407190840.i6J8enn7033982@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:40: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: Mon, 19 Jul 2004 08:40:50 -0000 ale 2004-07-19 08:40:49 UTC FreeBSD ports repository Modified files: . modules Log: php4-mnogosearch --> ports/www/php4-mnogosearch Revision Changes Path 1.10632 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:41: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 3A24216A4CE; Mon, 19 Jul 2004 08:41:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5E043D4C; Mon, 19 Jul 2004 08:41:12 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8fCo1034038; Mon, 19 Jul 2004 08:41:12 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8fBRx034037; Mon, 19 Jul 2004 08:41:11 GMT (envelope-from tjr) Message-Id: <200407190841.i6J8fBRx034037@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 08:41: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/regex/grot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:41:12 -0000 tjr 2004-07-19 08:41:11 UTC FreeBSD src repository Modified files: lib/libc/regex/grot Makefile Log: Update for removal of cclass.h. Trim some useless targets. Invoke mkh with "sh mkh" so it works if the script is not executable. Revision Changes Path 1.3 +7 -35 src/lib/libc/regex/grot/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:41: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 DA88A16A4CE; Mon, 19 Jul 2004 08:41:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC25643D49; Mon, 19 Jul 2004 08:41:18 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8fIsI034092; Mon, 19 Jul 2004 08:41:18 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8fIb9034091; Mon, 19 Jul 2004 08:41:18 GMT (envelope-from ale) Message-Id: <200407190841.i6J8fIb9034091@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:41: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/www Makefile ports/www/php4-session Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:41:19 -0000 ale 2004-07-19 08:41:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/php4-session Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.931 +1 -0 ports/www/Makefile 1.1 +14 -0 ports/www/php4-session/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:41: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 B52AD16A4CE; Mon, 19 Jul 2004 08:41:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 986C243D1F; Mon, 19 Jul 2004 08:41:30 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8fUR9034145; Mon, 19 Jul 2004 08:41:30 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8fUmL034144; Mon, 19 Jul 2004 08:41:30 GMT (envelope-from ale) Message-Id: <200407190841.i6J8fUmL034144@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:41: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: Mon, 19 Jul 2004 08:41:30 -0000 ale 2004-07-19 08:41:30 UTC FreeBSD ports repository Modified files: . modules Log: php4-session --> ports/www/php4-session Revision Changes Path 1.10633 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:41: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 1CB2116A4CE; Mon, 19 Jul 2004 08:41:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166A243D53; Mon, 19 Jul 2004 08:41:58 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8fvF2034193; Mon, 19 Jul 2004 08:41:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8fvVG034192; Mon, 19 Jul 2004 08:41:57 GMT (envelope-from edwin) Message-Id: <200407190841.i6J8fvVG034192@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 08:41:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gkrellm2 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, 19 Jul 2004 08:41:58 -0000 edwin 2004-07-19 08:41:57 UTC FreeBSD ports repository Modified files: sysutils/gkrellm2 Makefile pkg-plist Log: [PATCH] sysutils/gkrellm2: Utilize EXAMPLESDIR Utilize EXAMPLESDIR to improves layout; i.e., configuration file -> ${PREFIX}/etc sample configuration file -> ${PREFIX}/share/examples/${PORTNAME} This change helps if many configuration files and sample ones exist. PR: ports/58386 Submitted by: Hideyuki KURASHINA Approved by: maintainer timeout Revision Changes Path 1.102 +3 -2 ports/sysutils/gkrellm2/Makefile 1.24 +3 -2 ports/sysutils/gkrellm2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:42: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 5AE4316A4CE; Mon, 19 Jul 2004 08:42:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F32643D41; Mon, 19 Jul 2004 08:42:07 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8g7Ja034264; Mon, 19 Jul 2004 08:42:07 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8g7SP034263; Mon, 19 Jul 2004 08:42:07 GMT (envelope-from ale) Message-Id: <200407190842.i6J8g7SP034263@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:42: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/archivers Makefile ports/archivers/php5-bz2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:42:07 -0000 ale 2004-07-19 08:42:07 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/php5-bz2 Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.107 +1 -0 ports/archivers/Makefile 1.1 +14 -0 ports/archivers/php5-bz2/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:42: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 25CD616A4CE; Mon, 19 Jul 2004 08:42:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BF243D64; Mon, 19 Jul 2004 08:42:16 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8gFG7034310; Mon, 19 Jul 2004 08:42:15 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8gFDn034309; Mon, 19 Jul 2004 08:42:15 GMT (envelope-from ale) Message-Id: <200407190842.i6J8gFDn034309@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:42: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: Mon, 19 Jul 2004 08:42:16 -0000 ale 2004-07-19 08:42:15 UTC FreeBSD ports repository Modified files: . modules Log: php5-bz2 --> ports/archivers/php5-bz2 Revision Changes Path 1.10634 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:42: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 5C08116A4CE; Mon, 19 Jul 2004 08:42:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1FD43D5A; Mon, 19 Jul 2004 08:42:55 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8gtZw034385; Mon, 19 Jul 2004 08:42:55 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8gt9K034384; Mon, 19 Jul 2004 08:42:55 GMT (envelope-from ale) Message-Id: <200407190842.i6J8gt9K034384@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:42: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/archivers Makefile ports/archivers/php5-zlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:42:55 -0000 ale 2004-07-19 08:42:55 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/php5-zlib Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.108 +1 -0 ports/archivers/Makefile 1.1 +14 -0 ports/archivers/php5-zlib/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:43: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 119D316A4CE; Mon, 19 Jul 2004 08:43:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7DAE43D1F; Mon, 19 Jul 2004 08:43:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8h4X7034449; Mon, 19 Jul 2004 08:43:04 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8h4WP034448; Mon, 19 Jul 2004 08:43:04 GMT (envelope-from ale) Message-Id: <200407190843.i6J8h4WP034448@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:43:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:43:05 -0000 ale 2004-07-19 08:43:04 UTC FreeBSD ports repository Modified files: . modules Log: php5-zlib --> ports/archivers/php5-zlib Revision Changes Path 1.10635 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:45: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 2EFAD16A4CE; Mon, 19 Jul 2004 08:45:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1166C43D46; Mon, 19 Jul 2004 08:45:43 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8jgtc034651; Mon, 19 Jul 2004 08:45:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8jgga034650; Mon, 19 Jul 2004 08:45:42 GMT (envelope-from ale) Message-Id: <200407190845.i6J8jgga034650@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:45: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/converters Makefile ports/converters/php5-iconv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:45:43 -0000 ale 2004-07-19 08:45:42 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/php5-iconv Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.105 +1 -0 ports/converters/Makefile 1.1 +14 -0 ports/converters/php5-iconv/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:45: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 0538B16A4CE; Mon, 19 Jul 2004 08:45:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE2B043D2F; Mon, 19 Jul 2004 08:45:52 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8jqr5034698; Mon, 19 Jul 2004 08:45:52 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8jqvH034697; Mon, 19 Jul 2004 08:45:52 GMT (envelope-from ale) Message-Id: <200407190845.i6J8jqvH034697@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:45:52 +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, 19 Jul 2004 08:45:53 -0000 ale 2004-07-19 08:45:52 UTC FreeBSD ports repository Modified files: . modules Log: php5-iconv --> ports/converters/php5-iconv Revision Changes Path 1.10636 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:46: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 6281516A4CE; Mon, 19 Jul 2004 08:46:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4670543D1F; Mon, 19 Jul 2004 08:46:12 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8kCC8034782; Mon, 19 Jul 2004 08:46:12 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8kCxa034781; Mon, 19 Jul 2004 08:46:12 GMT (envelope-from ale) Message-Id: <200407190846.i6J8kCxa034781@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:46: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/converters Makefileports/converters/php5-mbstring Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:46:12 -0000 ale 2004-07-19 08:46:12 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/php5-mbstring Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.106 +1 -0 ports/converters/Makefile 1.1 +14 -0 ports/converters/php5-mbstring/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 3AE7916A4D0; Mon, 19 Jul 2004 08:46:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 110AD43D2D; Mon, 19 Jul 2004 08:46:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8kKgO034829; Mon, 19 Jul 2004 08:46:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8kKL7034828; Mon, 19 Jul 2004 08:46:20 GMT (envelope-from ale) Message-Id: <200407190846.i6J8kKL7034828@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:46:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:46:21 -0000 ale 2004-07-19 08:46:20 UTC FreeBSD ports repository Modified files: . modules Log: php5-mbstring --> ports/converters/php5-mbstring Revision Changes Path 1.10637 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:46: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 6A40316A4CE; Mon, 19 Jul 2004 08:46:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D90443D2F; Mon, 19 Jul 2004 08:46:51 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8kpiN034907; Mon, 19 Jul 2004 08:46:51 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8kpsl034906; Mon, 19 Jul 2004 08:46:51 GMT (envelope-from ale) Message-Id: <200407190846.i6J8kpsl034906@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:46: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/converters Makefile ports/converters/php5-recode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:46:51 -0000 ale 2004-07-19 08:46:51 UTC FreeBSD ports repository Modified files: converters Makefile Added files: converters/php5-recode Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.107 +1 -0 ports/converters/Makefile 1.1 +14 -0 ports/converters/php5-recode/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:47: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 2E16816A4D0; Mon, 19 Jul 2004 08:47:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC2143D5A; Mon, 19 Jul 2004 08:47:00 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8kxgE034953; Mon, 19 Jul 2004 08:46:59 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8kx3Y034952; Mon, 19 Jul 2004 08:46:59 GMT (envelope-from ale) Message-Id: <200407190846.i6J8kx3Y034952@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:46:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:47:00 -0000 ale 2004-07-19 08:46:59 UTC FreeBSD ports repository Modified files: . modules Log: php5-recode --> ports/converters/php5-recode Revision Changes Path 1.10638 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 0A88416A4CE; Mon, 19 Jul 2004 08:48:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35AB43D53; Mon, 19 Jul 2004 08:48:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8m6P6035116; Mon, 19 Jul 2004 08:48:06 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8m637035115; Mon, 19 Jul 2004 08:48:06 GMT (envelope-from ale) Message-Id: <200407190848.i6J8m637035115@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:48:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:48:07 -0000 ale 2004-07-19 08:48:06 UTC FreeBSD ports repository Modified files: . modules Log: php5-dba --> ports/databases/php5-dba Revision Changes Path 1.10639 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:48: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 CB8E316A4CE; Mon, 19 Jul 2004 08:48:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC8843D49; Mon, 19 Jul 2004 08:48:17 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8mHNF035160; Mon, 19 Jul 2004 08:48:17 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8mHKB035159; Mon, 19 Jul 2004 08:48:17 GMT (envelope-from tjr) Message-Id: <200407190848.i6J8mHKB035159@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 08:48: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/lib/libc/regex/grot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:48:17 -0000 tjr 2004-07-19 08:48:17 UTC FreeBSD src repository Modified files: lib/libc/regex/grot Makefile Log: Update paths to reg*.c and regex2.h. Add a target to build regex.h. Revision Changes Path 1.4 +3 -1 src/lib/libc/regex/grot/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 E843416A4CE; Mon, 19 Jul 2004 08:47:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7BE43D53; Mon, 19 Jul 2004 08:47:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8lvkP035065; Mon, 19 Jul 2004 08:47:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8lvkG035064; Mon, 19 Jul 2004 08:47:57 GMT (envelope-from ale) Message-Id: <200407190847.i6J8lvkG035064@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08: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/databases Makefile ports/databases/php5-dba Makefile ports/databases/php5-dba/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:47:58 -0000 ale 2004-07-19 08:47:57 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-dba Makefile databases/php5-dba/files patch-config.m4 Log: Add a new shared extension for PHP. Revision Changes Path 1.362 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-dba/Makefile (new) 1.1 +26 -0 ports/databases/php5-dba/files/patch-config.m4 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:49: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 6B06C16A4CE; Mon, 19 Jul 2004 08:49:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE5243D49; Mon, 19 Jul 2004 08:49:04 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8n4QJ035235; Mon, 19 Jul 2004 08:49:04 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8n4t8035234; Mon, 19 Jul 2004 08:49:04 GMT (envelope-from ale) Message-Id: <200407190849.i6J8n4t8035234@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:49:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/php5-dbase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:49:04 -0000 ale 2004-07-19 08:49:04 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-dbase Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.363 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-dbase/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:49: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 0B99D16A50A; Mon, 19 Jul 2004 08:49:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E7843D39; Mon, 19 Jul 2004 08:49:13 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8nD68035285; Mon, 19 Jul 2004 08:49:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8nDGT035284; Mon, 19 Jul 2004 08:49:13 GMT (envelope-from ale) Message-Id: <200407190849.i6J8nDGT035284@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:49:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:49:14 -0000 ale 2004-07-19 08:49:13 UTC FreeBSD ports repository Modified files: . modules Log: php5-dbase --> ports/databases/php5-dbase Revision Changes Path 1.10640 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:49: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 37F4B16A4CF; Mon, 19 Jul 2004 08:49:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCE343D2D; Mon, 19 Jul 2004 08:49:53 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8nqt6035362; Mon, 19 Jul 2004 08:49:52 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8nqDj035361; Mon, 19 Jul 2004 08:49:52 GMT (envelope-from ale) Message-Id: <200407190849.i6J8nqDj035361@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:49: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 Makefile ports/databases/php5-dbx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:49:53 -0000 ale 2004-07-19 08:49:52 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-dbx Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.364 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-dbx/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:50: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 BF3DA16A4D1; Mon, 19 Jul 2004 08:50:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A37B243D5C; Mon, 19 Jul 2004 08:50:27 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8oRIN035462; Mon, 19 Jul 2004 08:50:27 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8oRdI035461; Mon, 19 Jul 2004 08:50:27 GMT (envelope-from ale) Message-Id: <200407190850.i6J8oRdI035461@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:50:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:50:28 -0000 ale 2004-07-19 08:50:27 UTC FreeBSD ports repository Modified files: . modules Log: php5-dbx --> ports/databases/php5-dbx Revision Changes Path 1.10641 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 8E53016A4CE; Mon, 19 Jul 2004 08:51:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF7F43D45; Mon, 19 Jul 2004 08:51:29 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8pTIZ035584; Mon, 19 Jul 2004 08:51:29 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8pTAi035583; Mon, 19 Jul 2004 08:51:29 GMT (envelope-from ale) Message-Id: <200407190851.i6J8pTAi035583@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:51:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/php5-filepro Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:51:29 -0000 ale 2004-07-19 08:51:29 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-filepro Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.365 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-filepro/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:51: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 88AB916A4CE; Mon, 19 Jul 2004 08:51:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BABE43D48; Mon, 19 Jul 2004 08:51:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8pdH3035631; Mon, 19 Jul 2004 08:51:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8pdff035630; Mon, 19 Jul 2004 08:51:39 GMT (envelope-from ale) Message-Id: <200407190851.i6J8pdff035630@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:51: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: Mon, 19 Jul 2004 08:51:39 -0000 ale 2004-07-19 08:51:39 UTC FreeBSD ports repository Modified files: . modules Log: php5-filepro --> ports/databases/php5-filepro Revision Changes Path 1.10642 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:52: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 C6D2716A4CE; Mon, 19 Jul 2004 08:52:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD2A43D1D; Mon, 19 Jul 2004 08:52:01 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8q177035711; Mon, 19 Jul 2004 08:52:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8q1Ir035710; Mon, 19 Jul 2004 08:52:01 GMT (envelope-from ale) Message-Id: <200407190852.i6J8q1Ir035710@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:52: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/databases Makefile ports/databases/php5-interbase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:52:01 -0000 ale 2004-07-19 08:52:01 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-interbase Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.366 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-interbase/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 252BC16A4CE; Mon, 19 Jul 2004 08:52:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E6443D54; Mon, 19 Jul 2004 08:52:11 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8qALj035757; Mon, 19 Jul 2004 08:52:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8qAF0035756; Mon, 19 Jul 2004 08:52:10 GMT (envelope-from ale) Message-Id: <200407190852.i6J8qAF0035756@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:52: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: Mon, 19 Jul 2004 08:52:11 -0000 ale 2004-07-19 08:52:10 UTC FreeBSD ports repository Modified files: . modules Log: php5-interbase --> ports/databases/php5-interbase Revision Changes Path 1.10643 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:52: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 A7EA916A4CE; Mon, 19 Jul 2004 08:52:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF1443D2D; Mon, 19 Jul 2004 08:52:56 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8qua6035858; Mon, 19 Jul 2004 08:52:56 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8qukv035857; Mon, 19 Jul 2004 08:52:56 GMT (envelope-from ale) Message-Id: <200407190852.i6J8qukv035857@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:52:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/php5-mssql Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:52:56 -0000 ale 2004-07-19 08:52:56 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-mssql Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.367 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-mssql/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:53: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 020F516A4CE; Mon, 19 Jul 2004 08:53:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D905043D41; Mon, 19 Jul 2004 08:53:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8r5fZ035911; Mon, 19 Jul 2004 08:53:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8r5e7035910; Mon, 19 Jul 2004 08:53:05 GMT (envelope-from ale) Message-Id: <200407190853.i6J8r5e7035910@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:53: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: Mon, 19 Jul 2004 08:53:06 -0000 ale 2004-07-19 08:53:05 UTC FreeBSD ports repository Modified files: . modules Log: php5-mssql --> ports/databases/php5-mssql Revision Changes Path 1.10644 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:53: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 F238716A4CE; Mon, 19 Jul 2004 08:53:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46B243D48; Mon, 19 Jul 2004 08:53:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8rXvd035987; Mon, 19 Jul 2004 08:53:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8rXGU035986; Mon, 19 Jul 2004 08:53:33 GMT (envelope-from ale) Message-Id: <200407190853.i6J8rXGU035986@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:53: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/databases Makefile ports/databases/php5-mysql Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:53:34 -0000 ale 2004-07-19 08:53:33 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-mysql Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.368 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-mysql/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 B255416A4CF; Mon, 19 Jul 2004 08:53:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9682243D2F; Mon, 19 Jul 2004 08:53:41 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8rfUO036018; Mon, 19 Jul 2004 08:53:41 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8rf4i036017; Mon, 19 Jul 2004 08:53:41 GMT (envelope-from tjr) Message-Id: <200407190853.i6J8rf4i036017@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 08:53: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/tools/regression/lib/libc/locale test-towctrans.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:53:41 -0000 tjr 2004-07-19 08:53:41 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/locale test-towctrans.c Log: Oops, test error behaviour of wctrans(), not wctype(). Revision Changes Path 1.2 +2 -2 src/tools/regression/lib/libc/locale/test-towctrans.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:53: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 3AA7416A4D0; Mon, 19 Jul 2004 08:53:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1831C43D49; Mon, 19 Jul 2004 08:53:48 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8rl8j036062; Mon, 19 Jul 2004 08:53:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8rlGj036061; Mon, 19 Jul 2004 08:53:47 GMT (envelope-from ale) Message-Id: <200407190853.i6J8rlGj036061@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:53:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:53:48 -0000 ale 2004-07-19 08:53:47 UTC FreeBSD ports repository Modified files: . modules Log: php5-mysql --> ports/databases/php5-mysql Revision Changes Path 1.10645 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:54: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 9574F16A4CE; Mon, 19 Jul 2004 08:54:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 794A543D3F; Mon, 19 Jul 2004 08:54:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8sLCf036141; Mon, 19 Jul 2004 08:54:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8sLwR036140; Mon, 19 Jul 2004 08:54:21 GMT (envelope-from ale) Message-Id: <200407190854.i6J8sLwR036140@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:54: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/databases Makefile ports/databases/php5-mysqli Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:54:21 -0000 ale 2004-07-19 08:54:21 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-mysqli Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.369 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-mysqli/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:54: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 F2DC416A4CE; Mon, 19 Jul 2004 08:54:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D627643D3F; Mon, 19 Jul 2004 08:54:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8sXZr036187; Mon, 19 Jul 2004 08:54:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8sXX2036186; Mon, 19 Jul 2004 08:54:33 GMT (envelope-from ale) Message-Id: <200407190854.i6J8sXX2036186@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:54: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, 19 Jul 2004 08:54:34 -0000 ale 2004-07-19 08:54:33 UTC FreeBSD ports repository Modified files: . modules Log: php5-mysqli --> ports/databases/php5-mysqli Revision Changes Path 1.10646 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:55: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 F2B3116A4CE; Mon, 19 Jul 2004 08:55:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61BF43D31; Mon, 19 Jul 2004 08:55:54 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8tsme036343; Mon, 19 Jul 2004 08:55:54 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8tsWd036342; Mon, 19 Jul 2004 08:55:54 GMT (envelope-from ale) Message-Id: <200407190855.i6J8tsWd036342@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:55: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/databases Makefile ports/databases/php5-odbc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:55:55 -0000 ale 2004-07-19 08:55:54 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-odbc Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.370 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-odbc/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 00CC816A4CE; Mon, 19 Jul 2004 08:56:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D946043D3F; Mon, 19 Jul 2004 08:56:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8u63i036393; Mon, 19 Jul 2004 08:56:06 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8u6UD036392; Mon, 19 Jul 2004 08:56:06 GMT (envelope-from ale) Message-Id: <200407190856.i6J8u6UD036392@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:56:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:56:07 -0000 ale 2004-07-19 08:56:06 UTC FreeBSD ports repository Modified files: . modules Log: php5-odbc --> ports/databases/php5-odbc Revision Changes Path 1.10647 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08: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 897A416A4CE; Mon, 19 Jul 2004 08:56:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D55643D2F; Mon, 19 Jul 2004 08:56:17 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8uHhp036430; Mon, 19 Jul 2004 08:56:17 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8uHui036429; Mon, 19 Jul 2004 08:56:17 GMT (envelope-from osa) Message-Id: <200407190856.i6J8uHui036429@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 19 Jul 2004 08: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/databases/gigabase Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:56:17 -0000 osa 2004-07-19 08:56:17 UTC FreeBSD ports repository Modified files: databases/gigabase Makefile distinfo Log: Update to 3.24. Revision Changes Path 1.81 +1 -1 ports/databases/gigabase/Makefile 1.77 +2 -2 ports/databases/gigabase/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:57: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 8D6C416A4CE; Mon, 19 Jul 2004 08:57:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE6B43D1F; Mon, 19 Jul 2004 08:57:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8v60L036534; Mon, 19 Jul 2004 08:57:06 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8v6k4036533; Mon, 19 Jul 2004 08:57:06 GMT (envelope-from ale) Message-Id: <200407190857.i6J8v6k4036533@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:57: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/databases Makefile ports/databases/php5-oracle Makefile ports/databases/php5-oracle/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:57:06 -0000 ale 2004-07-19 08:57:06 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-oracle Makefile databases/php5-oracle/files patch-config.m4 Log: Add a new shared extension for PHP. Revision Changes Path 1.371 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-oracle/Makefile (new) 1.1 +21 -0 ports/databases/php5-oracle/files/patch-config.m4 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:57:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1114716A4CE; Mon, 19 Jul 2004 08:57:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B4A43D53; Mon, 19 Jul 2004 08:57:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8vFjE036580; Mon, 19 Jul 2004 08:57:15 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8vFqM036579; Mon, 19 Jul 2004 08:57:15 GMT (envelope-from ale) Message-Id: <200407190857.i6J8vFqM036579@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:57:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 08:57:16 -0000 ale 2004-07-19 08:57:15 UTC FreeBSD ports repository Modified files: . modules Log: php5-oracle --> ports/databases/php5-oracle Revision Changes Path 1.10648 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:57:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 562DF16A4CE; Mon, 19 Jul 2004 08:57:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A78043D31; Mon, 19 Jul 2004 08:57:59 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8vxMm036655; Mon, 19 Jul 2004 08:57:59 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8vxoF036654; Mon, 19 Jul 2004 08:57:59 GMT (envelope-from ale) Message-Id: <200407190857.i6J8vxoF036654@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:57: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/databases Makefile ports/databases/php5-pgsql Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:57:59 -0000 ale 2004-07-19 08:57:59 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-pgsql Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.372 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-pgsql/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:58: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 02B4516A4D0; Mon, 19 Jul 2004 08:58:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB53D43D1F; Mon, 19 Jul 2004 08:58:08 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8w8CU036705; Mon, 19 Jul 2004 08:58:08 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8w8tf036704; Mon, 19 Jul 2004 08:58:08 GMT (envelope-from ale) Message-Id: <200407190858.i6J8w8tf036704@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:58: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: Mon, 19 Jul 2004 08:58:09 -0000 ale 2004-07-19 08:58:08 UTC FreeBSD ports repository Modified files: . modules Log: php5-pgsql --> ports/databases/php5-pgsql Revision Changes Path 1.10649 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:58: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 2382C16A4CE; Mon, 19 Jul 2004 08:58:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E5B43D1F; Mon, 19 Jul 2004 08:58:45 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8wiDV036780; Mon, 19 Jul 2004 08:58:44 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8wi8r036779; Mon, 19 Jul 2004 08:58:44 GMT (envelope-from ale) Message-Id: <200407190858.i6J8wi8r036779@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:58: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/databases Makefile ports/databases/php5-sqlite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:58:45 -0000 ale 2004-07-19 08:58:44 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-sqlite Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.373 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-sqlite/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:58: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 00D7E16A4CE; Mon, 19 Jul 2004 08:58:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8AAC43D5D; Mon, 19 Jul 2004 08:58:54 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8ws7B036826; Mon, 19 Jul 2004 08:58:54 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8ws9h036825; Mon, 19 Jul 2004 08:58:54 GMT (envelope-from ale) Message-Id: <200407190858.i6J8ws9h036825@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:58: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 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, 19 Jul 2004 08:58:55 -0000 ale 2004-07-19 08:58:54 UTC FreeBSD ports repository Modified files: . modules Log: php5-sqlite --> ports/databases/php5-sqlite Revision Changes Path 1.10650 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:59: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 3A9DE16A4CE; Mon, 19 Jul 2004 08:59:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CCE243D4C; Mon, 19 Jul 2004 08:59:14 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8xEea036911; Mon, 19 Jul 2004 08:59:14 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8xD3Y036910; Mon, 19 Jul 2004 08:59:13 GMT (envelope-from ale) Message-Id: <200407190859.i6J8xD3Y036910@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:59: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/databases Makefile ports/databases/php5-sybase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:59:14 -0000 ale 2004-07-19 08:59:13 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-sybase Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.374 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-sybase/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:59: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 4887816A4CE; Mon, 19 Jul 2004 08:59:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD1A43D2F; Mon, 19 Jul 2004 08:59:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8xOxu036966; Mon, 19 Jul 2004 08:59:24 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8xOdq036965; Mon, 19 Jul 2004 08:59:24 GMT (envelope-from ale) Message-Id: <200407190859.i6J8xOdq036965@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:59: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: Mon, 19 Jul 2004 08:59:24 -0000 ale 2004-07-19 08:59:24 UTC FreeBSD ports repository Modified files: . modules Log: php5-sybase --> ports/databases/php5-sybase Revision Changes Path 1.10651 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:59:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCED316A4CF; Mon, 19 Jul 2004 08:59:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF07443D31; Mon, 19 Jul 2004 08:59:47 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8xlWI037057; Mon, 19 Jul 2004 08:59:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8xlmQ037056; Mon, 19 Jul 2004 08:59:47 GMT (envelope-from ale) Message-Id: <200407190859.i6J8xlmQ037056@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:59: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/databases Makefile ports/databases/php5-sybase_ct Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 08:59:47 -0000 ale 2004-07-19 08:59:47 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-sybase_ct Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.375 +1 -0 ports/databases/Makefile 1.1 +14 -0 ports/databases/php5-sybase_ct/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:59: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 F3F4D16A4CE; Mon, 19 Jul 2004 08:59:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DFB43D2D; Mon, 19 Jul 2004 08:59:57 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8xvWl037103; Mon, 19 Jul 2004 08:59:57 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8xvYq037102; Mon, 19 Jul 2004 08:59:57 GMT (envelope-from ale) Message-Id: <200407190859.i6J8xvYq037102@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 08:59: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: Mon, 19 Jul 2004 08:59:58 -0000 ale 2004-07-19 08:59:57 UTC FreeBSD ports repository Modified files: . modules Log: php5-sybase_ct --> ports/databases/php5-sybase_ct Revision Changes Path 1.10652 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:00:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BC5E16A57E; Mon, 19 Jul 2004 09:00:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F378A43D1D; Mon, 19 Jul 2004 09:00:26 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J90Q93037148; Mon, 19 Jul 2004 09:00:26 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J90QXL037147; Mon, 19 Jul 2004 09:00:26 GMT (envelope-from tjr) Message-Id: <200407190900.i6J90QXL037147@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 09:00: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/tools/regression/lib/libc/regex Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:00:27 -0000 tjr 2004-07-19 09:00:26 UTC FreeBSD src repository Added files: tools/regression/lib/libc/regex Makefile Log: Add a skeleton makefile that runs the tests out of libc/regex/grot. Revision Changes Path 1.1 +11 -0 src/tools/regression/lib/libc/regex/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:01: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 8382F16A4CE; Mon, 19 Jul 2004 09:01:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 667E243D49; Mon, 19 Jul 2004 09:01:28 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J91Scu037311; Mon, 19 Jul 2004 09:01:28 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J91Swt037310; Mon, 19 Jul 2004 09:01:28 GMT (envelope-from ale) Message-Id: <200407190901.i6J91Swt037310@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:01: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/devel Makefile ports/devel/php5-dio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:01:28 -0000 ale 2004-07-19 09:01:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-dio Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1632 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-dio/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:01:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAFB16A4CE; Mon, 19 Jul 2004 09:01:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7232443D2D; Mon, 19 Jul 2004 09:01:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J91d4A037359; Mon, 19 Jul 2004 09:01:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J91dfT037358; Mon, 19 Jul 2004 09:01:39 GMT (envelope-from ale) Message-Id: <200407190901.i6J91dfT037358@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:01:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 09:01:39 -0000 ale 2004-07-19 09:01:39 UTC FreeBSD ports repository Modified files: . modules Log: php5-dio --> ports/devel/php5-dio Revision Changes Path 1.10653 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:02: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 44DFB16A4CE; Mon, 19 Jul 2004 09:02:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2941C43D31; Mon, 19 Jul 2004 09:02:03 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9231C037438; Mon, 19 Jul 2004 09:02:03 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J92302037437; Mon, 19 Jul 2004 09:02:03 GMT (envelope-from ale) Message-Id: <200407190902.i6J92302037437@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:02: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/devel Makefile ports/devel/php5-gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:02:03 -0000 ale 2004-07-19 09:02:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-gettext Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1633 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-gettext/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:02: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 3D8A416A4CE; Mon, 19 Jul 2004 09:02:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DBF43D5E; Mon, 19 Jul 2004 09:02:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J92LhB037490; Mon, 19 Jul 2004 09:02:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J92KxH037489; Mon, 19 Jul 2004 09:02:20 GMT (envelope-from ale) Message-Id: <200407190902.i6J92KxH037489@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:02:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:02:21 -0000 ale 2004-07-19 09:02:20 UTC FreeBSD ports repository Modified files: . modules Log: php5-gettext --> ports/devel/php5-gettext Revision Changes Path 1.10654 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 82E6516A4CE; Mon, 19 Jul 2004 09:02:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6674543D45; Mon, 19 Jul 2004 09:02:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J92e8b037566; Mon, 19 Jul 2004 09:02:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J92els037565; Mon, 19 Jul 2004 09:02:40 GMT (envelope-from ale) Message-Id: <200407190902.i6J92els037565@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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/devel Makefile ports/devel/php5-mcve Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:02:40 -0000 ale 2004-07-19 09:02:40 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-mcve Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1634 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-mcve/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:02: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 4D36716A4CE; Mon, 19 Jul 2004 09:02:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3069543D5A; Mon, 19 Jul 2004 09:02:50 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J92o47037612; Mon, 19 Jul 2004 09:02:50 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J92oWp037611; Mon, 19 Jul 2004 09:02:50 GMT (envelope-from ale) Message-Id: <200407190902.i6J92oWp037611@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:02:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 09:02:50 -0000 ale 2004-07-19 09:02:50 UTC FreeBSD ports repository Modified files: . modules Log: php5-mcve --> ports/devel/php5-mcve Revision Changes Path 1.10655 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:03:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A2C16A4CE; Mon, 19 Jul 2004 09:03:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A15643D53; Mon, 19 Jul 2004 09:03:11 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J93AoI037693; Mon, 19 Jul 2004 09:03:11 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J93ANo037692; Mon, 19 Jul 2004 09:03:10 GMT (envelope-from ale) Message-Id: <200407190903.i6J93ANo037692@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:03:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php5-ncurses Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:03:11 -0000 ale 2004-07-19 09:03:10 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-ncurses Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1635 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-ncurses/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:03: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 8330216A4DD; Mon, 19 Jul 2004 09:03:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65EDF43D5A; Mon, 19 Jul 2004 09:03:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J93LUN037739; Mon, 19 Jul 2004 09:03:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J93LGB037738; Mon, 19 Jul 2004 09:03:21 GMT (envelope-from ale) Message-Id: <200407190903.i6J93LGB037738@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:03:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:03:21 -0000 ale 2004-07-19 09:03:21 UTC FreeBSD ports repository Modified files: . modules Log: php5-ncurses --> ports/devel/php5-ncurses Revision Changes Path 1.10656 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:03: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 BE28A16A4F8; Mon, 19 Jul 2004 09:03:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B4E43D54; Mon, 19 Jul 2004 09:03:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J93eeE037814; Mon, 19 Jul 2004 09:03:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J93eZL037813; Mon, 19 Jul 2004 09:03:40 GMT (envelope-from ale) Message-Id: <200407190903.i6J93eZL037813@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:03: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 Makefile ports/devel/php5-pcntl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:03:40 -0000 ale 2004-07-19 09:03:40 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-pcntl Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1636 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-pcntl/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:03: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 61D1B16A53A; Mon, 19 Jul 2004 09:03:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4640643D48; Mon, 19 Jul 2004 09:03:50 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J93oHk037860; Mon, 19 Jul 2004 09:03:50 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J93owx037859; Mon, 19 Jul 2004 09:03:50 GMT (envelope-from ale) Message-Id: <200407190903.i6J93owx037859@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:03: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, 19 Jul 2004 09:03:50 -0000 ale 2004-07-19 09:03:50 UTC FreeBSD ports repository Modified files: . modules Log: php5-pcntl --> ports/devel/php5-pcntl Revision Changes Path 1.10657 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:04:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEBAC16A4DC; Mon, 19 Jul 2004 09:04:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C2043D4C; Mon, 19 Jul 2004 09:04:08 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J948S2037941; Mon, 19 Jul 2004 09:04:08 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J948V7037940; Mon, 19 Jul 2004 09:04:08 GMT (envelope-from ale) Message-Id: <200407190904.i6J948V7037940@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:04:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php5-readline Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:04:08 -0000 ale 2004-07-19 09:04:08 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-readline Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1637 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-readline/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:04: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 D50D316A4CE; Mon, 19 Jul 2004 09:04:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA44F43D58; Mon, 19 Jul 2004 09:04:13 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J94DuU037975; Mon, 19 Jul 2004 09:04:13 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J94DLA037974; Mon, 19 Jul 2004 09:04:13 GMT (envelope-from ume) Message-Id: <200407190904.i6J94DLA037974@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 19 Jul 2004 09:04: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/sysutils/gkrellm2 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, 19 Jul 2004 09:04:14 -0000 ume 2004-07-19 09:04:13 UTC FreeBSD ports repository Modified files: sysutils/gkrellm2 pkg-plist Log: Fix deinstall. ${PREFIX}/etc/gkrellmd.conf was not deinstalled even when it was not changed, Since I found this problem, I didn't accect it. However, I've completely forgot it. Revision Changes Path 1.25 +3 -3 ports/sysutils/gkrellm2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:04: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 340E516A4DC; Mon, 19 Jul 2004 09:04:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B4E43D2D; Mon, 19 Jul 2004 09:04:19 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J94ICN038015; Mon, 19 Jul 2004 09:04:18 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J94IhL038014; Mon, 19 Jul 2004 09:04:18 GMT (envelope-from ale) Message-Id: <200407190904.i6J94IhL038014@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:04: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: Mon, 19 Jul 2004 09:04:19 -0000 ale 2004-07-19 09:04:18 UTC FreeBSD ports repository Modified files: . modules Log: php5-readline --> ports/devel/php5-readline Revision Changes Path 1.10658 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:04: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 BF42516A4CE; Mon, 19 Jul 2004 09:04:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C7143D5A; Mon, 19 Jul 2004 09:04:37 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J94beh038090; Mon, 19 Jul 2004 09:04:37 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J94bM1038089; Mon, 19 Jul 2004 09:04:37 GMT (envelope-from ale) Message-Id: <200407190904.i6J94bM1038089@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:04:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php5-shmop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:04:37 -0000 ale 2004-07-19 09:04:37 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-shmop Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1638 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-shmop/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:04: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 483AF16A4D9; Mon, 19 Jul 2004 09:04:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B40243D31; Mon, 19 Jul 2004 09:04:51 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J94pWN038136; Mon, 19 Jul 2004 09:04:51 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J94pnG038135; Mon, 19 Jul 2004 09:04:51 GMT (envelope-from ale) Message-Id: <200407190904.i6J94pnG038135@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:04:51 +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, 19 Jul 2004 09:04:51 -0000 ale 2004-07-19 09:04:51 UTC FreeBSD ports repository Modified files: . modules Log: php5-shmop --> ports/devel/php5-shmop Revision Changes Path 1.10659 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:05:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BE7216A4CE; Mon, 19 Jul 2004 09:05:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1038A43D41; Mon, 19 Jul 2004 09:05:56 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J95tFF038314; Mon, 19 Jul 2004 09:05:55 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J95tL5038313; Mon, 19 Jul 2004 09:05:55 GMT (envelope-from ale) Message-Id: <200407190905.i6J95tL5038313@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:05: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 Makefile ports/devel/php5-sysvmsg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:05:56 -0000 ale 2004-07-19 09:05:55 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-sysvmsg Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1639 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-sysvmsg/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 D264A16A4CE; Mon, 19 Jul 2004 09:06:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6AA443D46; Mon, 19 Jul 2004 09:06:19 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J96JM0038364; Mon, 19 Jul 2004 09:06:19 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J96J7M038363; Mon, 19 Jul 2004 09:06:19 GMT (envelope-from ale) Message-Id: <200407190906.i6J96J7M038363@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:06: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: Mon, 19 Jul 2004 09:06:20 -0000 ale 2004-07-19 09:06:19 UTC FreeBSD ports repository Modified files: . modules Log: php5-sysvmsg --> ports/devel/php5-sysvmsg Revision Changes Path 1.10660 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 0441D16A4CE; Mon, 19 Jul 2004 09:07:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB02143D46; Mon, 19 Jul 2004 09:07:17 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J97H6x038454; Mon, 19 Jul 2004 09:07:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J97HSD038453; Mon, 19 Jul 2004 09:07:17 GMT (envelope-from ale) Message-Id: <200407190907.i6J97HSD038453@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:07: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 Makefile ports/devel/php5-sysvsem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:07:18 -0000 ale 2004-07-19 09:07:17 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-sysvsem Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1640 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-sysvsem/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:07:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D62E16A4CE; Mon, 19 Jul 2004 09:07:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E47DB43D55; Mon, 19 Jul 2004 09:07:26 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J97QFb038500; Mon, 19 Jul 2004 09:07:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J97Qdr038499; Mon, 19 Jul 2004 09:07:26 GMT (envelope-from ale) Message-Id: <200407190907.i6J97Qdr038499@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:07: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: Mon, 19 Jul 2004 09:07:27 -0000 ale 2004-07-19 09:07:26 UTC FreeBSD ports repository Modified files: . modules Log: php5-sysvsem --> ports/devel/php5-sysvsem Revision Changes Path 1.10661 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:07: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 94C4716A4CF; Mon, 19 Jul 2004 09:07:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE5743D31; Mon, 19 Jul 2004 09:07:44 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J97i7E038575; Mon, 19 Jul 2004 09:07:44 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J97i6E038574; Mon, 19 Jul 2004 09:07:44 GMT (envelope-from ale) Message-Id: <200407190907.i6J97i6E038574@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:07:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/php5-sysvshm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:07:44 -0000 ale 2004-07-19 09:07:44 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-sysvshm Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1641 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-sysvshm/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:07: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 24EE616A4CE; Mon, 19 Jul 2004 09:07:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0923043D49; Mon, 19 Jul 2004 09:07:53 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J97qFd038621; Mon, 19 Jul 2004 09:07:52 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J97qq7038620; Mon, 19 Jul 2004 09:07:52 GMT (envelope-from ale) Message-Id: <200407190907.i6J97qq7038620@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:07:52 +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, 19 Jul 2004 09:07:53 -0000 ale 2004-07-19 09:07:52 UTC FreeBSD ports repository Modified files: . modules Log: php5-sysvshm --> ports/devel/php5-sysvshm Revision Changes Path 1.10662 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:08: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 5D27616A4CE; Mon, 19 Jul 2004 09:08:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5F643D2D; Mon, 19 Jul 2004 09:08:13 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J98DDx038697; Mon, 19 Jul 2004 09:08:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J98DZV038696; Mon, 19 Jul 2004 09:08:13 GMT (envelope-from ale) Message-Id: <200407190908.i6J98DZV038696@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:08: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 Makefile ports/devel/php5-tokenizer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:08:13 -0000 ale 2004-07-19 09:08:13 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-tokenizer Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1642 +1 -0 ports/devel/Makefile 1.1 +14 -0 ports/devel/php5-tokenizer/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:08:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E07F616A4CE; Mon, 19 Jul 2004 09:08:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D2043D60; Mon, 19 Jul 2004 09:08:23 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J98N6b038743; Mon, 19 Jul 2004 09:08:23 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J98NT6038742; Mon, 19 Jul 2004 09:08:23 GMT (envelope-from ale) Message-Id: <200407190908.i6J98NT6038742@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:08: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: Mon, 19 Jul 2004 09:08:24 -0000 ale 2004-07-19 09:08:23 UTC FreeBSD ports repository Modified files: . modules Log: php5-tokenizer --> ports/devel/php5-tokenizer Revision Changes Path 1.10663 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 B807016A4CE; Mon, 19 Jul 2004 09:08:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B23F43D39; Mon, 19 Jul 2004 09:08:46 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J98kMp038824; Mon, 19 Jul 2004 09:08:46 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J98kea038823; Mon, 19 Jul 2004 09:08:46 GMT (envelope-from ale) Message-Id: <200407190908.i6J98kea038823@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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/ftp Makefile ports/ftp/php5-curl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:08:47 -0000 ale 2004-07-19 09:08:46 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/php5-curl Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.91 +1 -0 ports/ftp/Makefile 1.1 +14 -0 ports/ftp/php5-curl/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 01E8816A4CE; Mon, 19 Jul 2004 09:08:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D84A343D41; Mon, 19 Jul 2004 09:08:55 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J98tsZ038901; Mon, 19 Jul 2004 09:08:55 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J98tGk038900; Mon, 19 Jul 2004 09:08:55 GMT (envelope-from ale) Message-Id: <200407190908.i6J98tGk038900@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:08: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: Mon, 19 Jul 2004 09:08:56 -0000 ale 2004-07-19 09:08:55 UTC FreeBSD ports repository Modified files: . modules Log: php5-curl --> ports/ftp/php5-curl Revision Changes Path 1.10664 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:09:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6857A16A4CE; Mon, 19 Jul 2004 09:09:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4332643D49; Mon, 19 Jul 2004 09:09:14 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J99E6Y038976; Mon, 19 Jul 2004 09:09:14 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J99EuI038975; Mon, 19 Jul 2004 09:09:14 GMT (envelope-from ale) Message-Id: <200407190909.i6J99EuI038975@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:09:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp Makefile ports/ftp/php5-ftp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:09:14 -0000 ale 2004-07-19 09:09:14 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/php5-ftp Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.92 +1 -0 ports/ftp/Makefile 1.1 +14 -0 ports/ftp/php5-ftp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:09: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 0FC1E16A4D0; Mon, 19 Jul 2004 09:09:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E94F243D49; Mon, 19 Jul 2004 09:09:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J99Mf1039022; Mon, 19 Jul 2004 09:09:22 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J99MXX039021; Mon, 19 Jul 2004 09:09:22 GMT (envelope-from ale) Message-Id: <200407190909.i6J99MXX039021@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:09:22 +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, 19 Jul 2004 09:09:23 -0000 ale 2004-07-19 09:09:22 UTC FreeBSD ports repository Modified files: . modules Log: php5-ftp --> ports/ftp/php5-ftp Revision Changes Path 1.10665 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 8D27516A4CE; Mon, 19 Jul 2004 09:10:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA1843D39; Mon, 19 Jul 2004 09:10:26 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9AQFb039157; Mon, 19 Jul 2004 09:10:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9AQ2b039156; Mon, 19 Jul 2004 09:10:26 GMT (envelope-from ale) Message-Id: <200407190910.i6J9AQ2b039156@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:10: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 Makefile ports/graphics/php5-exif Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:10:26 -0000 ale 2004-07-19 09:10:26 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/php5-exif Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.711 +1 -0 ports/graphics/Makefile 1.1 +14 -0 ports/graphics/php5-exif/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:10:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6484316A4CE; Mon, 19 Jul 2004 09:10:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486F343D46; Mon, 19 Jul 2004 09:10:36 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9AaPU039217; Mon, 19 Jul 2004 09:10:36 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9AawP039216; Mon, 19 Jul 2004 09:10:36 GMT (envelope-from ale) Message-Id: <200407190910.i6J9AawP039216@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:10:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 09:10:36 -0000 ale 2004-07-19 09:10:36 UTC FreeBSD ports repository Modified files: . modules Log: php5-exif --> ports/graphics/php5-exif Revision Changes Path 1.10666 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:11: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 9669F16A4CE; Mon, 19 Jul 2004 09:11:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7953443D58; Mon, 19 Jul 2004 09:11:12 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9BCqA039312; Mon, 19 Jul 2004 09:11:12 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9BCJ6039311; Mon, 19 Jul 2004 09:11:12 GMT (envelope-from ale) Message-Id: <200407190911.i6J9BCJ6039311@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:11:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/php5-ming Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:11:12 -0000 ale 2004-07-19 09:11:12 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/php5-ming Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.712 +1 -0 ports/graphics/Makefile 1.1 +14 -0 ports/graphics/php5-ming/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 3C30D16A4CE; Mon, 19 Jul 2004 09:11:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F6F443D5F; Mon, 19 Jul 2004 09:11:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9BM5d039358; Mon, 19 Jul 2004 09:11:22 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9BMFB039357; Mon, 19 Jul 2004 09:11:22 GMT (envelope-from ale) Message-Id: <200407190911.i6J9BMFB039357@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:11:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:11:22 -0000 ale 2004-07-19 09:11:21 UTC FreeBSD ports repository Modified files: . modules Log: php5-ming --> ports/graphics/php5-ming Revision Changes Path 1.10667 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:12:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD6816A4CE; Mon, 19 Jul 2004 09:12:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6089243D1D; Mon, 19 Jul 2004 09:12:31 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9CVQg039451; Mon, 19 Jul 2004 09:12:31 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9CVmV039450; Mon, 19 Jul 2004 09:12:31 GMT (envelope-from ale) Message-Id: <200407190912.i6J9CVmV039450@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:12:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/php5-imap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:12:31 -0000 ale 2004-07-19 09:12:31 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/php5-imap Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.548 +1 -0 ports/mail/Makefile 1.1 +14 -0 ports/mail/php5-imap/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:12: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 13F5F16A4CE; Mon, 19 Jul 2004 09:12:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC06943D58; Mon, 19 Jul 2004 09:12:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9CeZM039501; Mon, 19 Jul 2004 09:12:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Ce6B039500; Mon, 19 Jul 2004 09:12:40 GMT (envelope-from ale) Message-Id: <200407190912.i6J9Ce6B039500@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:12:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:12:41 -0000 ale 2004-07-19 09:12:40 UTC FreeBSD ports repository Modified files: . modules Log: php5-imap --> ports/mail/php5-imap Revision Changes Path 1.10668 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 C52DA16A4CE; Mon, 19 Jul 2004 09:13:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7A9243D68; Mon, 19 Jul 2004 09:13:09 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9D9EH039582; Mon, 19 Jul 2004 09:13:09 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9D9fW039581; Mon, 19 Jul 2004 09:13:09 GMT (envelope-from ale) Message-Id: <200407190913.i6J9D9fW039581@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:13:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/php5-bcmath Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:13:09 -0000 ale 2004-07-19 09:13:09 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/php5-bcmath Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.277 +1 -0 ports/math/Makefile 1.1 +14 -0 ports/math/php5-bcmath/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 12F8316A4CE; Mon, 19 Jul 2004 09:13:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E986443D5D; Mon, 19 Jul 2004 09:13:18 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9DIGf039628; Mon, 19 Jul 2004 09:13:18 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9DIlH039627; Mon, 19 Jul 2004 09:13:18 GMT (envelope-from ale) Message-Id: <200407190913.i6J9DIlH039627@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:13: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: Mon, 19 Jul 2004 09:13:19 -0000 ale 2004-07-19 09:13:18 UTC FreeBSD ports repository Modified files: . modules Log: php5-bcmath --> ports/math/php5-bcmath Revision Changes Path 1.10669 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:13: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 662C316A4CE; Mon, 19 Jul 2004 09:13:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA9243D54; Mon, 19 Jul 2004 09:13:36 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9DaBW039699; Mon, 19 Jul 2004 09:13:36 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9DaQx039698; Mon, 19 Jul 2004 09:13:36 GMT (envelope-from ale) Message-Id: <200407190913.i6J9DaQx039698@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:13: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/math Makefile ports/math/php5-gmp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:13:36 -0000 ale 2004-07-19 09:13:36 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/php5-gmp Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.278 +1 -0 ports/math/Makefile 1.1 +14 -0 ports/math/php5-gmp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:13:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E46D16A4CE; Mon, 19 Jul 2004 09:13:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71E943D3F; Mon, 19 Jul 2004 09:13:45 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Djie039754; Mon, 19 Jul 2004 09:13:45 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Djqc039753; Mon, 19 Jul 2004 09:13:45 GMT (envelope-from ale) Message-Id: <200407190913.i6J9Djqc039753@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:13:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:13:46 -0000 ale 2004-07-19 09:13:45 UTC FreeBSD ports repository Modified files: . modules Log: php5-gmp --> ports/math/php5-gmp Revision Changes Path 1.10670 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 7A25416A4E0; Mon, 19 Jul 2004 09:14:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2CC43D2D; Mon, 19 Jul 2004 09:14:08 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9E8gl039837; Mon, 19 Jul 2004 09:14:08 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9E8E1039836; Mon, 19 Jul 2004 09:14:08 GMT (envelope-from ale) Message-Id: <200407190914.i6J9E8E1039836@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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/misc Makefile ports/misc/php5-calendar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:14:08 -0000 ale 2004-07-19 09:14:08 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/php5-calendar Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.699 +1 -0 ports/misc/Makefile 1.1 +14 -0 ports/misc/php5-calendar/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 63FE816A502; Mon, 19 Jul 2004 09:14:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4851743D54; Mon, 19 Jul 2004 09:14:19 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9EJTI039884; Mon, 19 Jul 2004 09:14:19 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9EJmn039883; Mon, 19 Jul 2004 09:14:19 GMT (envelope-from ale) Message-Id: <200407190914.i6J9EJmn039883@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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: 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, 19 Jul 2004 09:14:19 -0000 ale 2004-07-19 09:14:19 UTC FreeBSD ports repository Modified files: . modules Log: php5-calendar --> ports/misc/php5-calendar Revision Changes Path 1.10671 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:14: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 3422A16A4CE; Mon, 19 Jul 2004 09:14:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 179F943D1F; Mon, 19 Jul 2004 09:14:48 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9EldI039974; Mon, 19 Jul 2004 09:14:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9EldD039973; Mon, 19 Jul 2004 09:14:47 GMT (envelope-from ale) Message-Id: <200407190914.i6J9EldD039973@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:14: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 Makefile ports/net/php5-ldap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:14:48 -0000 ale 2004-07-19 09:14:47 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php5-ldap Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1326 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php5-ldap/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 14AA516A4CE; Mon, 19 Jul 2004 09:14:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF1C43D1F; Mon, 19 Jul 2004 09:14:56 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Euff040020; Mon, 19 Jul 2004 09:14:56 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Eu3D040019; Mon, 19 Jul 2004 09:14:56 GMT (envelope-from ale) Message-Id: <200407190914.i6J9Eu3D040019@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:14:56 +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, 19 Jul 2004 09:14:57 -0000 ale 2004-07-19 09:14:56 UTC FreeBSD ports repository Modified files: . modules Log: php5-ldap --> ports/net/php5-ldap Revision Changes Path 1.10672 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:15:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9617A16A4CE; Mon, 19 Jul 2004 09:15:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B42543D48; Mon, 19 Jul 2004 09:15:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9FXvX040160; Mon, 19 Jul 2004 09:15:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9FXqr040159; Mon, 19 Jul 2004 09:15:33 GMT (envelope-from ale) Message-Id: <200407190915.i6J9FXqr040159@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:15:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/php5-soap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:15:33 -0000 ale 2004-07-19 09:15:33 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php5-soap Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1327 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php5-soap/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:15: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 0448D16A4CE; Mon, 19 Jul 2004 09:15:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB00643D48; Mon, 19 Jul 2004 09:15:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Fgof040210; Mon, 19 Jul 2004 09:15:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9FgHW040209; Mon, 19 Jul 2004 09:15:42 GMT (envelope-from ale) Message-Id: <200407190915.i6J9FgHW040209@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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: 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, 19 Jul 2004 09:15:43 -0000 ale 2004-07-19 09:15:42 UTC FreeBSD ports repository Modified files: . modules Log: php5-soap --> ports/net/php5-soap Revision Changes Path 1.10673 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:16:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2E8216A4CE; Mon, 19 Jul 2004 09:16:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966CF43D4C; Mon, 19 Jul 2004 09:16:01 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9G1eP040285; Mon, 19 Jul 2004 09:16:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9G1Gm040284; Mon, 19 Jul 2004 09:16:01 GMT (envelope-from ale) Message-Id: <200407190916.i6J9G1Gm040284@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:16: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/net Makefile ports/net/php5-sockets Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:16:01 -0000 ale 2004-07-19 09:16:01 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php5-sockets Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1328 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php5-sockets/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:16: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 F384016A4CE; Mon, 19 Jul 2004 09:16:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D809B43D1F; Mon, 19 Jul 2004 09:16:10 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9GA5P040331; Mon, 19 Jul 2004 09:16:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9GAfg040330; Mon, 19 Jul 2004 09:16:10 GMT (envelope-from ale) Message-Id: <200407190916.i6J9GAfg040330@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:16: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: Mon, 19 Jul 2004 09:16:11 -0000 ale 2004-07-19 09:16:10 UTC FreeBSD ports repository Modified files: . modules Log: php5-sockets --> ports/net/php5-sockets Revision Changes Path 1.10674 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 E0BC116A4CE; Mon, 19 Jul 2004 09:16:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C543743D53; Mon, 19 Jul 2004 09:16:28 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9GShW040402; Mon, 19 Jul 2004 09:16:28 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9GSjL040401; Mon, 19 Jul 2004 09:16:28 GMT (envelope-from ale) Message-Id: <200407190916.i6J9GSjL040401@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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/net Makefile ports/net/php5-xmlrpc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:16:29 -0000 ale 2004-07-19 09:16:28 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php5-xmlrpc Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1329 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php5-xmlrpc/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 38A9F16A4CE; Mon, 19 Jul 2004 09:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C62243D4C; Mon, 19 Jul 2004 09:16:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Gdu2040448; Mon, 19 Jul 2004 09:16:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Gc1q040447; Mon, 19 Jul 2004 09:16:38 GMT (envelope-from ale) Message-Id: <200407190916.i6J9Gc1q040447@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:16:38 +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, 19 Jul 2004 09:16:39 -0000 ale 2004-07-19 09:16:38 UTC FreeBSD ports repository Modified files: . modules Log: php5-xmlrpc --> ports/net/php5-xmlrpc Revision Changes Path 1.10675 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 C494316A4CE; Mon, 19 Jul 2004 09:17:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7BDB43D45; Mon, 19 Jul 2004 09:17:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9H5Ce040527; Mon, 19 Jul 2004 09:17:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9H5Tt040526; Mon, 19 Jul 2004 09:17:05 GMT (envelope-from ale) Message-Id: <200407190917.i6J9H5Tt040526@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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 Makefile ports/net/php5-yp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:17:05 -0000 ale 2004-07-19 09:17:05 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/php5-yp Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.1330 +1 -0 ports/net/Makefile 1.1 +14 -0 ports/net/php5-yp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:17: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 521D716A4CE; Mon, 19 Jul 2004 09:17:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34A9A43D4C; Mon, 19 Jul 2004 09:17:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9HFxB040574; Mon, 19 Jul 2004 09:17:15 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9HFsM040573; Mon, 19 Jul 2004 09:17:15 GMT (envelope-from ale) Message-Id: <200407190917.i6J9HFsM040573@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:17: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: Mon, 19 Jul 2004 09:17:15 -0000 ale 2004-07-19 09:17:15 UTC FreeBSD ports repository Modified files: . modules Log: php5-yp --> ports/net/php5-yp Revision Changes Path 1.10676 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:18: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 5D1FD16A4CE; Mon, 19 Jul 2004 09:18:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EFD43D68; Mon, 19 Jul 2004 09:18:03 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9I3tr040671; Mon, 19 Jul 2004 09:18:03 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9I3wA040670; Mon, 19 Jul 2004 09:18:03 GMT (envelope-from ale) Message-Id: <200407190918.i6J9I3wA040670@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:18: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/net-mgmt Makefile ports/net-mgmt/php5-snmp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:18:03 -0000 ale 2004-07-19 09:18:03 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/php5-snmp Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.16 +1 -0 ports/net-mgmt/Makefile 1.1 +14 -0 ports/net-mgmt/php5-snmp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:18: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 0A13216A4CE; Mon, 19 Jul 2004 09:18:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E255B43D68; Mon, 19 Jul 2004 09:18:12 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9ICJH040719; Mon, 19 Jul 2004 09:18:12 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9IC4i040718; Mon, 19 Jul 2004 09:18:12 GMT (envelope-from ale) Message-Id: <200407190918.i6J9IC4i040718@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:18: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: Mon, 19 Jul 2004 09:18:13 -0000 ale 2004-07-19 09:18:12 UTC FreeBSD ports repository Modified files: . modules Log: php5-snmp --> ports/net-mgmt/php5-snmp Revision Changes Path 1.10677 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:18: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 41D5F16A4CE; Mon, 19 Jul 2004 09:18:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BBD43D1D; Mon, 19 Jul 2004 09:18:36 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9IaM2040825; Mon, 19 Jul 2004 09:18:36 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Ia4g040824; Mon, 19 Jul 2004 09:18:36 GMT (envelope-from ale) Message-Id: <200407190918.i6J9Ia4g040824@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:18:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/php5-mcrypt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:18:36 -0000 ale 2004-07-19 09:18:36 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/php5-mcrypt Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.529 +1 -0 ports/security/Makefile 1.1 +14 -0 ports/security/php5-mcrypt/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:18: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 18E2716A4CE; Mon, 19 Jul 2004 09:18:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AF143D55; Mon, 19 Jul 2004 09:18:45 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9IjoS040875; Mon, 19 Jul 2004 09:18:45 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Ijl5040874; Mon, 19 Jul 2004 09:18:45 GMT (envelope-from ale) Message-Id: <200407190918.i6J9Ijl5040874@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:18:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:18:46 -0000 ale 2004-07-19 09:18:45 UTC FreeBSD ports repository Modified files: . modules Log: php5-mcrypt --> ports/security/php5-mcrypt Revision Changes Path 1.10678 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:18: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 6BE2A16A4D0; Mon, 19 Jul 2004 09:18:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65FAA43D4C; Mon, 19 Jul 2004 09:18:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9IpBh040959; Mon, 19 Jul 2004 09:18:51 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9IpBK040958; Mon, 19 Jul 2004 09:18:51 GMT (envelope-from edwin) Message-Id: <200407190918.i6J9IpBK040958@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 09:18: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/audio Makefile ports/audio/mt-daapd Makefile distinfo pkg-descr pkg-plist ports/audio/mt-daapd/files mt-daapd.conf mt-daapd.sh patch-gcc2954 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:18:51 -0000 edwin 2004-07-19 09:18:51 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/mt-daapd Makefile distinfo pkg-descr pkg-plist audio/mt-daapd/files mt-daapd.conf mt-daapd.sh patch-gcc2954 Log: New port: audio/mt-daapd mt-daapd scans a directory for music files and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them. WWW: http://mt-daapd.sourceforge.net/ PR: ports/64077 Submitted by: Meno Abels Revision Changes Path 1.531 +1 -0 ports/audio/Makefile 1.1 +52 -0 ports/audio/mt-daapd/Makefile (new) 1.1 +2 -0 ports/audio/mt-daapd/distinfo (new) 1.1 +86 -0 ports/audio/mt-daapd/files/mt-daapd.conf (new) 1.1 +24 -0 ports/audio/mt-daapd/files/mt-daapd.sh (new) 1.1 +81 -0 ports/audio/mt-daapd/files/patch-gcc2954 (new) 1.1 +6 -0 ports/audio/mt-daapd/pkg-descr (new) 1.1 +31 -0 ports/audio/mt-daapd/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:19:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0A5A16A4CE; Mon, 19 Jul 2004 09:19:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9441243D1D; Mon, 19 Jul 2004 09:19:03 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9J333041032; Mon, 19 Jul 2004 09:19:03 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9J36E041031; Mon, 19 Jul 2004 09:19:03 GMT (envelope-from ale) Message-Id: <200407190919.i6J9J36E041031@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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/security Makefile ports/security/php5-mhash Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:19:03 -0000 ale 2004-07-19 09:19:03 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/php5-mhash Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.530 +1 -0 ports/security/Makefile 1.1 +14 -0 ports/security/php5-mhash/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:19:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8189F16A4CF; Mon, 19 Jul 2004 09:19:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5191443D48; Mon, 19 Jul 2004 09:19:13 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9JD3g041096; Mon, 19 Jul 2004 09:19:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9JDh8041095; Mon, 19 Jul 2004 09:19:13 GMT (envelope-from ale) Message-Id: <200407190919.i6J9JDh8041095@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:19:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:19:13 -0000 ale 2004-07-19 09:19:13 UTC FreeBSD ports repository Modified files: . modules Log: php5-mhash --> ports/security/php5-mhash Revision Changes Path 1.10679 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:19:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E8F16A4CE; Mon, 19 Jul 2004 09:19:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0FE43D41; Mon, 19 Jul 2004 09:19:31 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9JVDD041167; Mon, 19 Jul 2004 09:19:31 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9JVOs041166; Mon, 19 Jul 2004 09:19:31 GMT (envelope-from ale) Message-Id: <200407190919.i6J9JVOs041166@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:19:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/php5-openssl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:19:31 -0000 ale 2004-07-19 09:19:31 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/php5-openssl Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.531 +1 -0 ports/security/Makefile 1.1 +14 -0 ports/security/php5-openssl/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:19:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01AA616A4CE; Mon, 19 Jul 2004 09:19:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB9C43D5A; Mon, 19 Jul 2004 09:19:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9JeEP041213; Mon, 19 Jul 2004 09:19:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Jens041212; Mon, 19 Jul 2004 09:19:40 GMT (envelope-from ale) Message-Id: <200407190919.i6J9Jens041212@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:19:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:19:41 -0000 ale 2004-07-19 09:19:40 UTC FreeBSD ports repository Modified files: . modules Log: php5-openssl --> ports/security/php5-openssl Revision Changes Path 1.10680 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:20: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 A219916A4CE; Mon, 19 Jul 2004 09:20:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853B843D5A; Mon, 19 Jul 2004 09:20:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9KOIq041347; Mon, 19 Jul 2004 09:20:24 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9KOSg041346; Mon, 19 Jul 2004 09:20:24 GMT (envelope-from ale) Message-Id: <200407190920.i6J9KOSg041346@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:20: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/sysutils Makefile ports/sysutils/php5-posix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:20:24 -0000 ale 2004-07-19 09:20:24 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/php5-posix Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.553 +1 -0 ports/sysutils/Makefile 1.1 +14 -0 ports/sysutils/php5-posix/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:20: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 E046316A4CE; Mon, 19 Jul 2004 09:20:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C480B43D45; Mon, 19 Jul 2004 09:20:36 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Kaf7041412; Mon, 19 Jul 2004 09:20:36 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9KapF041406; Mon, 19 Jul 2004 09:20:36 GMT (envelope-from ale) Message-Id: <200407190920.i6J9KapF041406@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:20:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:20:37 -0000 ale 2004-07-19 09:20:36 UTC FreeBSD ports repository Modified files: . modules Log: php5-posix --> ports/sysutils/php5-posix Revision Changes Path 1.10681 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:21: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 EBC6F16A4CE; Mon, 19 Jul 2004 09:21:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE8EB43D55; Mon, 19 Jul 2004 09:21:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9L5H7041516; Mon, 19 Jul 2004 09:21:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9L5Pg041515; Mon, 19 Jul 2004 09:21:05 GMT (envelope-from ale) Message-Id: <200407190921.i6J9L5Pg041515@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:21:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/php5-ctype Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:21:06 -0000 ale 2004-07-19 09:21:05 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php5-ctype Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.717 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php5-ctype/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 0C0D716A53B; Mon, 19 Jul 2004 09:21:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20C743D55; Mon, 19 Jul 2004 09:21:14 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9LEJ1041562; Mon, 19 Jul 2004 09:21:14 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9LEFw041561; Mon, 19 Jul 2004 09:21:14 GMT (envelope-from ale) Message-Id: <200407190921.i6J9LEFw041561@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:21:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 19 Jul 2004 09:21:15 -0000 ale 2004-07-19 09:21:14 UTC FreeBSD ports repository Modified files: . modules Log: php5-ctype --> ports/textproc/php5-ctype Revision Changes Path 1.10682 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 ACF5716A4CE; Mon, 19 Jul 2004 09:21:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC7843D3F; Mon, 19 Jul 2004 09:21:32 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9LWvn041633; Mon, 19 Jul 2004 09:21:32 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9LWoM041632; Mon, 19 Jul 2004 09:21:32 GMT (envelope-from ale) Message-Id: <200407190921.i6J9LWoM041632@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:21: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/textproc Makefile ports/textproc/php5-dom Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:21:32 -0000 ale 2004-07-19 09:21:32 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php5-dom Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.718 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php5-dom/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:21:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B5016A4D0; Mon, 19 Jul 2004 09:21:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC36443D70; Mon, 19 Jul 2004 09:21:37 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9LbEV041670; Mon, 19 Jul 2004 09:21:37 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9LbXo041669; Mon, 19 Jul 2004 09:21:37 GMT (envelope-from vs) Message-Id: <200407190921.i6J9LbXo041669@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 09:21: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/akregator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:21:37 -0000 vs 2004-07-19 09:21:37 UTC FreeBSD ports repository Modified files: www/akregator Makefile distinfo Log: - Update www/akregator to 1.0b5 - SF.net behaves normal again PR: ports/69259 Submitted by: Jie Gao Revision Changes Path 1.4 +4 -7 ports/www/akregator/Makefile 1.3 +2 -2 ports/www/akregator/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 0B3F216A4CE; Mon, 19 Jul 2004 09:21:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E49EA43D3F; Mon, 19 Jul 2004 09:21:41 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9LfnX041710; Mon, 19 Jul 2004 09:21:41 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Lfgx041709; Mon, 19 Jul 2004 09:21:41 GMT (envelope-from ale) Message-Id: <200407190921.i6J9Lfgx041709@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:21: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: Mon, 19 Jul 2004 09:21:42 -0000 ale 2004-07-19 09:21:41 UTC FreeBSD ports repository Modified files: . modules Log: php5-dom --> ports/textproc/php5-dom Revision Changes Path 1.10683 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:22: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 0F16016A4CF; Mon, 19 Jul 2004 09:22:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F6843D3F; Mon, 19 Jul 2004 09:22:00 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9M0QS041790; Mon, 19 Jul 2004 09:22:00 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9M0V1041789; Mon, 19 Jul 2004 09:22:00 GMT (envelope-from ale) Message-Id: <200407190922.i6J9M0V1041789@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:22:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/php5-pspell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:22:01 -0000 ale 2004-07-19 09:22:00 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php5-pspell Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.719 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php5-pspell/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:22: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 F3CD816A4CE; Mon, 19 Jul 2004 09:22:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D84DD43D41; Mon, 19 Jul 2004 09:22:10 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9MATg041836; Mon, 19 Jul 2004 09:22:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9MAsJ041835; Mon, 19 Jul 2004 09:22:10 GMT (envelope-from ale) Message-Id: <200407190922.i6J9MAsJ041835@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:22:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:22:11 -0000 ale 2004-07-19 09:22:10 UTC FreeBSD ports repository Modified files: . modules Log: php5-pspell --> ports/textproc/php5-pspell Revision Changes Path 1.10684 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 2CB2D16A4CE; Mon, 19 Jul 2004 09:22:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBB643D6A; Mon, 19 Jul 2004 09:22:54 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Mrm7041930; Mon, 19 Jul 2004 09:22:53 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9MrJu041929; Mon, 19 Jul 2004 09:22:53 GMT (envelope-from ale) Message-Id: <200407190922.i6J9MrJu041929@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:22: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/textproc Makefile ports/textproc/php5-simplexml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:22:54 -0000 ale 2004-07-19 09:22:53 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php5-simplexml Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.720 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php5-simplexml/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:23: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 1988E16A4CE; Mon, 19 Jul 2004 09:23:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B3043D48; Mon, 19 Jul 2004 09:23:02 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9N25k041980; Mon, 19 Jul 2004 09:23:02 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9N2LI041979; Mon, 19 Jul 2004 09:23:02 GMT (envelope-from ale) Message-Id: <200407190923.i6J9N2LI041979@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:23:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:23:03 -0000 ale 2004-07-19 09:23:02 UTC FreeBSD ports repository Modified files: . modules Log: php5-simplexml --> ports/textproc/php5-simplexml Revision Changes Path 1.10685 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:23: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 CE7FF16A4CE; Mon, 19 Jul 2004 09:23:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B216043D48; Mon, 19 Jul 2004 09:23:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9NKvF042052; Mon, 19 Jul 2004 09:23:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9NK6i042051; Mon, 19 Jul 2004 09:23:20 GMT (envelope-from ale) Message-Id: <200407190923.i6J9NK6i042051@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:23:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/php5-wddx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:23:21 -0000 ale 2004-07-19 09:23:20 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php5-wddx Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.721 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php5-wddx/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 573B216A4CE; Mon, 19 Jul 2004 09:23:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3997143D41; Mon, 19 Jul 2004 09:23:30 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9NUDH042098; Mon, 19 Jul 2004 09:23:30 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9NUji042097; Mon, 19 Jul 2004 09:23:30 GMT (envelope-from ale) Message-Id: <200407190923.i6J9NUji042097@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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: 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, 19 Jul 2004 09:23:30 -0000 ale 2004-07-19 09:23:30 UTC FreeBSD ports repository Modified files: . modules Log: php5-wddx --> ports/textproc/php5-wddx Revision Changes Path 1.10686 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 D03EC16A4D9; Mon, 19 Jul 2004 09:23:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1EEC43D39; Mon, 19 Jul 2004 09:23:59 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9NxnC042179; Mon, 19 Jul 2004 09:23:59 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9NxTf042178; Mon, 19 Jul 2004 09:23:59 GMT (envelope-from ale) Message-Id: <200407190923.i6J9NxTf042178@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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/textproc Makefile ports/textproc/php5-xsl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:24:00 -0000 ale 2004-07-19 09:23:59 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/php5-xsl Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.722 +1 -0 ports/textproc/Makefile 1.1 +14 -0 ports/textproc/php5-xsl/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:24: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 5502216A506; Mon, 19 Jul 2004 09:24:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F8243D39; Mon, 19 Jul 2004 09:24:09 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9O9lu042229; Mon, 19 Jul 2004 09:24:09 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9O9dX042228; Mon, 19 Jul 2004 09:24:09 GMT (envelope-from ale) Message-Id: <200407190924.i6J9O9dX042228@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:24: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: Mon, 19 Jul 2004 09:24:09 -0000 ale 2004-07-19 09:24:09 UTC FreeBSD ports repository Modified files: . modules Log: php5-xsl --> ports/textproc/php5-xsl Revision Changes Path 1.10687 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:24: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 15C1816A4E3; Mon, 19 Jul 2004 09:24:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB49E43D54; Mon, 19 Jul 2004 09:24:31 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9OVdY042307; Mon, 19 Jul 2004 09:24:31 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9OVro042306; Mon, 19 Jul 2004 09:24:31 GMT (envelope-from ale) Message-Id: <200407190924.i6J9OVro042306@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:24: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/www Makefile ports/www/php5-mnogosearch Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:24:32 -0000 ale 2004-07-19 09:24:31 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/php5-mnogosearch Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.932 +1 -0 ports/www/Makefile 1.1 +14 -0 ports/www/php5-mnogosearch/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:24: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 18C0016A4D0; Mon, 19 Jul 2004 09:24:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B9443D41; Mon, 19 Jul 2004 09:24:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Oesb042353; Mon, 19 Jul 2004 09:24:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Oelb042352; Mon, 19 Jul 2004 09:24:40 GMT (envelope-from ale) Message-Id: <200407190924.i6J9Oelb042352@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:24:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:24:41 -0000 ale 2004-07-19 09:24:40 UTC FreeBSD ports repository Modified files: . modules Log: php5-mnogosearch --> ports/www/php5-mnogosearch Revision Changes Path 1.10688 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 988C016A4D0; Mon, 19 Jul 2004 09:24:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7171343D64; Mon, 19 Jul 2004 09:24:58 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9OwVS042449; Mon, 19 Jul 2004 09:24:58 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9OwRq042448; Mon, 19 Jul 2004 09:24:58 GMT (envelope-from ale) Message-Id: <200407190924.i6J9OwRq042448@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:24: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 Makefile ports/www/php5-session Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:24:58 -0000 ale 2004-07-19 09:24:58 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/php5-session Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.933 +1 -0 ports/www/Makefile 1.1 +14 -0 ports/www/php5-session/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:25: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 2405716A4E1; Mon, 19 Jul 2004 09:25:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089BB43D4C; Mon, 19 Jul 2004 09:25:35 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9PYr9042578; Mon, 19 Jul 2004 09:25:34 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9PYud042577; Mon, 19 Jul 2004 09:25:34 GMT (envelope-from ale) Message-Id: <200407190925.i6J9PYud042577@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:25:34 +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, 19 Jul 2004 09:25:35 -0000 ale 2004-07-19 09:25:34 UTC FreeBSD ports repository Modified files: . modules Log: php5-session --> ports/www/php5-session Revision Changes Path 1.10689 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:25:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1056716A4CE; Mon, 19 Jul 2004 09:25:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E968543D68; Mon, 19 Jul 2004 09:25:52 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9PqUe042667; Mon, 19 Jul 2004 09:25:52 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9PqSX042666; Mon, 19 Jul 2004 09:25:52 GMT (envelope-from ale) Message-Id: <200407190925.i6J9PqSX042666@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:25:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/php5-tidy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:25:53 -0000 ale 2004-07-19 09:25:52 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/php5-tidy Makefile Log: Add a new shared extension for PHP. Revision Changes Path 1.934 +1 -0 ports/www/Makefile 1.1 +14 -0 ports/www/php5-tidy/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:26: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 A2AC516A4CF; Mon, 19 Jul 2004 09:26:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D52943D72; Mon, 19 Jul 2004 09:26:00 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Q0HL042742; Mon, 19 Jul 2004 09:26:00 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Q0Y4042741; Mon, 19 Jul 2004 09:26:00 GMT (envelope-from edwin) Message-Id: <200407190926.i6J9Q0Y4042741@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 09:26:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/slate Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:26:00 -0000 edwin 2004-07-19 09:26:00 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/slate Makefile distinfo pkg-descr Log: Simple traffic analysis and data reporting collection server for LFAP This package contains a small Lightweight Flow Accounting (LFAP) server and LFAP API library. LFAP open solution to delivering accounting data from Riverstone Networks Switches and Routers. You can use the sfas program to obtain micro-flow information from a Riverstone switch running either in Layer 4 bridging mode, routing or MPLS LSPs. Data that can be collected includes everything from an IPv4 header and UDP headers and the src/dst port from a TCP header. WWW: http://www.riverstonenet.com/support/nmops/ Revision Changes Path 1.17 +1 -0 ports/net-mgmt/Makefile 1.1 +21 -0 ports/net-mgmt/slate/Makefile (new) 1.1 +2 -0 ports/net-mgmt/slate/distinfo (new) 1.1 +13 -0 ports/net-mgmt/slate/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:26: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 A4D4116A56F; Mon, 19 Jul 2004 09:26:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865AB43D5A; Mon, 19 Jul 2004 09:26:03 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Q3wJ042776; Mon, 19 Jul 2004 09:26:03 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Q3sI042775; Mon, 19 Jul 2004 09:26:03 GMT (envelope-from ale) Message-Id: <200407190926.i6J9Q3sI042775@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:26: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: Mon, 19 Jul 2004 09:26:04 -0000 ale 2004-07-19 09:26:03 UTC FreeBSD ports repository Modified files: . modules Log: php5-tidy --> ports/www/php5-tidy Revision Changes Path 1.10690 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:26: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 3A48F16A4ED; Mon, 19 Jul 2004 09:26:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB3443D4C; Mon, 19 Jul 2004 09:26:14 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9QEcY042832; Mon, 19 Jul 2004 09:26:14 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9QEBt042831; Mon, 19 Jul 2004 09:26:14 GMT (envelope-from edwin) Message-Id: <200407190926.i6J9QEBt042831@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 09:26:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:26:14 -0000 edwin 2004-07-19 09:26:13 UTC FreeBSD ports repository Modified files: . modules Log: slate --> ports/net-mgmt/slate Revision Changes Path 1.10691 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:30: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 D432216A4CE; Mon, 19 Jul 2004 09:30:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7FB443D5E; Mon, 19 Jul 2004 09:30:43 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9UhA2042992; Mon, 19 Jul 2004 09:30:43 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9Uhen042991; Mon, 19 Jul 2004 09:30:43 GMT (envelope-from edwin) Message-Id: <200407190930.i6J9Uhen042991@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 09:30: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: Mon, 19 Jul 2004 09:30:44 -0000 edwin 2004-07-19 09:30:43 UTC FreeBSD ports repository Modified files: . modules Log: mt-daapd --> ports/audio/mt-daapd Revision Changes Path 1.10692 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:32: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 CC91B16A4CE; Mon, 19 Jul 2004 09:32:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B6743D54; Mon, 19 Jul 2004 09:32:08 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9W8RU043120; Mon, 19 Jul 2004 09:32:08 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9W8Le043119; Mon, 19 Jul 2004 09:32:08 GMT (envelope-from ale) Message-Id: <200407190932.i6J9W8Le043119@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:32: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 Makefile ports/lang/php4-extensions Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:32:08 -0000 ale 2004-07-19 09:32:08 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/php4-extensions Makefile pkg-descr Log: Add php4-extensions 1.0, a "meta-port" to install PHP extensions. Revision Changes Path 1.412 +1 -0 ports/lang/Makefile 1.1 +116 -0 ports/lang/php4-extensions/Makefile (new) 1.1 +9 -0 ports/lang/php4-extensions/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:32: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 7271016A4CF; Mon, 19 Jul 2004 09:32:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0FF43D48; Mon, 19 Jul 2004 09:32:18 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9WIvN043167; Mon, 19 Jul 2004 09:32:18 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9WIPG043166; Mon, 19 Jul 2004 09:32:18 GMT (envelope-from ale) Message-Id: <200407190932.i6J9WIPG043166@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:32: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: Mon, 19 Jul 2004 09:32:18 -0000 ale 2004-07-19 09:32:18 UTC FreeBSD ports repository Modified files: . modules Log: php4-extensions --> ports/lang/php4-extensions Revision Changes Path 1.10693 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:33: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 ABFAD16A4CE; Mon, 19 Jul 2004 09:33:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E79543D2F; Mon, 19 Jul 2004 09:33:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9XK97043270; Mon, 19 Jul 2004 09:33:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9XKOH043269; Mon, 19 Jul 2004 09:33:20 GMT (envelope-from ale) Message-Id: <200407190933.i6J9XKOH043269@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:33:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/php5-extensions Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:33:20 -0000 ale 2004-07-19 09:33:20 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/php5-extensions Makefile pkg-descr Log: Add php5-extensions 1.0, a "meta-port" to install PHP extensions. Revision Changes Path 1.413 +1 -0 ports/lang/Makefile 1.1 +119 -0 ports/lang/php5-extensions/Makefile (new) 1.1 +9 -0 ports/lang/php5-extensions/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 0860A16A4CE; Mon, 19 Jul 2004 09:33:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF8AF43D54; Mon, 19 Jul 2004 09:33:29 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9XTft043316; Mon, 19 Jul 2004 09:33:29 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9XTw1043315; Mon, 19 Jul 2004 09:33:29 GMT (envelope-from ale) Message-Id: <200407190933.i6J9XTw1043315@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:33:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:33:30 -0000 ale 2004-07-19 09:33:29 UTC FreeBSD ports repository Modified files: . modules Log: php5-extensions --> ports/lang/php5-extensions Revision Changes Path 1.10694 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:34: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 E0A5416A4CE; Mon, 19 Jul 2004 09:34:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C457543D39; Mon, 19 Jul 2004 09:34:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9Ygd8043371; Mon, 19 Jul 2004 09:34:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9YgPt043370; Mon, 19 Jul 2004 09:34:42 GMT (envelope-from ale) Message-Id: <200407190934.i6J9YgPt043370@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:34: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 CHANGES 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, 19 Jul 2004 09:34:43 -0000 ale 2004-07-19 09:34:42 UTC FreeBSD ports repository Modified files: . CHANGES UPDATING Log: Inform users and developers about the new PHP infrastructure. Revision Changes Path 1.25 +29 -1 ports/CHANGES 1.47 +14 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:37: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 D53CB16A4CE; Mon, 19 Jul 2004 09:37:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0C343D31; Mon, 19 Jul 2004 09:37:32 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9bWg7043562; Mon, 19 Jul 2004 09:37:32 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9bWMq043561; Mon, 19 Jul 2004 09:37:32 GMT (envelope-from ale) Message-Id: <200407190937.i6J9bWMq043561@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:37: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/databases/phppgadmin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:37:33 -0000 ale 2004-07-19 09:37:32 UTC FreeBSD ports repository Modified files: databases/phppgadmin Makefile Log: Switch to the new PHP infrastructure. Revision Changes Path 1.23 +2 -2 ports/databases/phppgadmin/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:38:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E09016A4CE; Mon, 19 Jul 2004 09:38:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6993C43D2F; Mon, 19 Jul 2004 09:38:07 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9c7Wr043723; Mon, 19 Jul 2004 09:38:07 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9c7hB043722; Mon, 19 Jul 2004 09:38:07 GMT (envelope-from vs) Message-Id: <200407190938.i6J9c7hB043722@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 09:38: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 MOVED ports/mail Makefile ports/mail/msmtp Makefile distinfo pkg-descr ports/mail/msmtp-devel Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:38:07 -0000 vs 2004-07-19 09:38:07 UTC FreeBSD ports repository Modified files: . MOVED mail Makefile mail/msmtp Makefile distinfo pkg-descr Removed files: mail/msmtp-devel Makefile distinfo pkg-descr Log: Retire mail/msmtp-devel: mail/msmtp is the new stable version and no new development version exists. PR: ports/69244 Submitted by: Roman Bogorodskiy (msmtp-devel maintainer) Approved by: R.I.Pienaar (msmtp maintainer) Revision Changes Path 1.475 +2 -1 ports/MOVED 1.549 +0 -1 ports/mail/Makefile 1.5 +0 -49 ports/mail/msmtp-devel/Makefile (dead) 1.5 +0 -2 ports/mail/msmtp-devel/distinfo (dead) 1.3 +0 -7 ports/mail/msmtp-devel/pkg-descr (dead) 1.6 +3 -2 ports/mail/msmtp/Makefile 1.6 +2 -2 ports/mail/msmtp/distinfo 1.4 +3 -3 ports/mail/msmtp/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:38: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 A2EB516A4CE; Mon, 19 Jul 2004 09:38:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87EC043D3F; Mon, 19 Jul 2004 09:38:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9cLqa043757; Mon, 19 Jul 2004 09:38:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9cL6W043756; Mon, 19 Jul 2004 09:38:21 GMT (envelope-from ale) Message-Id: <200407190938.i6J9cL6W043756@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:38: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/deskutils/kronolith Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:38:21 -0000 ale 2004-07-19 09:38:21 UTC FreeBSD ports repository Modified files: deskutils/kronolith Makefile Log: Switch to the new PHP infrastructure. Submitted by: maintainer Revision Changes Path 1.17 +2 -9 ports/deskutils/kronolith/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 52AF316A4CE; Mon, 19 Jul 2004 09:39:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3673243D53; Mon, 19 Jul 2004 09:39:01 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9d1gV043806; Mon, 19 Jul 2004 09:39:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9d1nx043803; Mon, 19 Jul 2004 09:39:01 GMT (envelope-from ale) Message-Id: <200407190939.i6J9d1nx043803@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:39:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/imp3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:39:01 -0000 ale 2004-07-19 09:39:01 UTC FreeBSD ports repository Modified files: mail/imp3 Makefile Log: Switch to the new PHP infrastructure. Submitted by: maintainer Revision Changes Path 1.33 +7 -14 ports/mail/imp3/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:39: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 2BF5816A4CE; Mon, 19 Jul 2004 09:39:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F78D43D66; Mon, 19 Jul 2004 09:39:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9dGMR043844; Mon, 19 Jul 2004 09:39:16 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9dG0D043843; Mon, 19 Jul 2004 09:39:16 GMT (envelope-from vs) Message-Id: <200407190939.i6J9dG0D043843@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 09:39: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: Mon, 19 Jul 2004 09:39:17 -0000 vs 2004-07-19 09:39:16 UTC FreeBSD ports repository Modified files: . modules Log: mail/msmtp-devel -> mail/msmtp Revision Changes Path 1.10695 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:39: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 3D36E16A4CF; Mon, 19 Jul 2004 09:39:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2046843D45; Mon, 19 Jul 2004 09:39:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9dLJ4043873; Mon, 19 Jul 2004 09:39:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9dL61043872; Mon, 19 Jul 2004 09:39:21 GMT (envelope-from ale) Message-Id: <200407190939.i6J9dL61043872@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:39:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/turba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:39:21 -0000 ale 2004-07-19 09:39:20 UTC FreeBSD ports repository Modified files: mail/turba Makefile Log: Switch to the new PHP infrastructure. Submitted by: maintainer Revision Changes Path 1.25 +3 -10 ports/mail/turba/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:39: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 8883616A4CE; Mon, 19 Jul 2004 09:39:42 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 330EE43D1D; Mon, 19 Jul 2004 09:39:42 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6J9jdhT053183; Mon, 19 Jul 2004 03:45:39 -0600 (MDT) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)i6J9jdOG053180; Mon, 19 Jul 2004 03:45:39 -0600 (MDT) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Mon, 19 Jul 2004 03:45:39 -0600 (MDT) From: Scott Long Sender: scottl@pooker.samsco.org To: Marcel Moolenaar In-Reply-To: <200407182028.i6IKS7Su002490@repoman.freebsd.org> Message-ID: <20040719034245.C32601@pooker.samsco.org> References: <200407182028.i6IKS7Su002490@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:39:42 -0000 On Sun, 18 Jul 2004, Marcel Moolenaar wrote: > marcel 2004-07-18 20:28:07 UTC > > FreeBSD src repository > > Modified files: > sys/kern imgact_elf.c > Log: > After maintaining previous behaviour in writing out the core notes, it's > time now to break with the past: do not write the PID in the first note. > Rationale: > 1. [impact of the breakage] Process IDs in core files serve no immediate > purpose to the debugger itself. They are only useful to relate a core > file to a process. This can provide context to the person looking at > the core file, provided one keeps track of this. Overall, not having > the PID in the core file is only in very rare occasions unfortunate. > 2. [reason of the breakage] Having one PRSTATUS note contain the PID, > while all others contain the LWPID of the corresponding kernel thread > creates an irregularity for the debugger that cannot easily be worked > around. This is caused by libthread_db correlating user thread IDs to > kernel thread (aka LWP) IDs and thus aware of the actual LWPIDs. > > Update comments accordingly. > > Revision Changes Path > 1.153 +5 -8 src/sys/kern/imgact_elf.c > I've seen concern (maybe in private email, can't check at the moment) recently that loosing the PID info is undesirable. Is there any way that it can be included again, maybe in something other than a PRSTATUS object? I'm not very familiar with how this stuff works, so forgive me if it's a naive question. Scott From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:39: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 82E6716A4CE; Mon, 19 Jul 2004 09:39:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A5D43D4C; Mon, 19 Jul 2004 09:39:55 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9dtCD043909; Mon, 19 Jul 2004 09:39:55 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9dtdl043908; Mon, 19 Jul 2004 09:39:55 GMT (envelope-from ale) Message-Id: <200407190939.i6J9dtdl043908@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:39: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/jffnms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:39:55 -0000 ale 2004-07-19 09:39:55 UTC FreeBSD ports repository Modified files: net/jffnms Makefile Log: Switch to the new PHP infrastructure. Revision Changes Path 1.7 +2 -1 ports/net/jffnms/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:40: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 B21C316A4CE; Mon, 19 Jul 2004 09:40:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B4043D67; Mon, 19 Jul 2004 09:40:32 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9eWAh044023; Mon, 19 Jul 2004 09:40:32 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9eWQ5044022; Mon, 19 Jul 2004 09:40:32 GMT (envelope-from ale) Message-Id: <200407190940.i6J9eWQ5044022@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:40:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/zabbix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:40:32 -0000 ale 2004-07-19 09:40:32 UTC FreeBSD ports repository Modified files: net-mgmt/zabbix Makefile Log: Switch to the new PHP infrastructure. Revision Changes Path 1.18 +4 -3 ports/net-mgmt/zabbix/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:41: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 C090516A4CE; Mon, 19 Jul 2004 09:41:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A402443D45; Mon, 19 Jul 2004 09:41:00 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9f09S044062; Mon, 19 Jul 2004 09:41:00 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9f0C1044061; Mon, 19 Jul 2004 09:41:00 GMT (envelope-from ale) Message-Id: <200407190941.i6J9f0C1044061@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:41: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/sysutils/dtc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:41:00 -0000 ale 2004-07-19 09:41:00 UTC FreeBSD ports repository Modified files: sysutils/dtc Makefile Log: Switch to the new PHP infrastructure. Revision Changes Path 1.2 +3 -3 ports/sysutils/dtc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:41: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 5CEEA16A4CF; Mon, 19 Jul 2004 09:41:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB3343D45; Mon, 19 Jul 2004 09:41:30 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9fUtZ044126; Mon, 19 Jul 2004 09:41:30 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9fUfL044125; Mon, 19 Jul 2004 09:41:30 GMT (envelope-from ale) Message-Id: <200407190941.i6J9fUfL044125@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:41: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/cdsware Makefileports/textproc/cdsware/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: Mon, 19 Jul 2004 09:41:30 -0000 ale 2004-07-19 09:41:30 UTC FreeBSD ports repository Modified files: textproc/cdsware Makefile textproc/cdsware/files pkg-message.in Log: Switch to the new PHP infrastructure. Submitted by: maintainer Revision Changes Path 1.2 +1 -24 ports/textproc/cdsware/Makefile 1.2 +0 -2 ports/textproc/cdsware/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:42: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 5C21A16A4D7; Mon, 19 Jul 2004 09:42:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401A643D66; Mon, 19 Jul 2004 09:42:01 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9g1xt044165; Mon, 19 Jul 2004 09:42:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9g160044164; Mon, 19 Jul 2004 09:42:01 GMT (envelope-from ale) Message-Id: <200407190942.i6J9g160044164@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:42:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/horde2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:42:01 -0000 ale 2004-07-19 09:42:01 UTC FreeBSD ports repository Modified files: www/horde2 Makefile Log: Switch to the new PHP infrastructure. Submitted by: maintainer Revision Changes Path 1.38 +41 -25 ports/www/horde2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09:42: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 A076E16A4D4; Mon, 19 Jul 2004 09:42:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F2843D4C; Mon, 19 Jul 2004 09:42:16 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9gGvP044203; Mon, 19 Jul 2004 09:42:16 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9gGRx044202; Mon, 19 Jul 2004 09:42:16 GMT (envelope-from ale) Message-Id: <200407190942.i6J9gGRx044202@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:42: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/twig Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:42:16 -0000 ale 2004-07-19 09:42:16 UTC FreeBSD ports repository Modified files: www/twig Makefile Log: Switch to the new PHP infrastructure. Revision Changes Path 1.19 +2 -3 ports/www/twig/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 7BAE616A4DF; Mon, 19 Jul 2004 09:47:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CA243D54; Mon, 19 Jul 2004 09:47:43 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9lhZ9044524; Mon, 19 Jul 2004 09:47:43 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9lhjl044523; Mon, 19 Jul 2004 09:47:43 GMT (envelope-from ale) Message-Id: <200407190947.i6J9lhjl044523@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09:47:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/lang Makefile ports/lang/php4-dtc Makefile ports/lang/php4-horde Makefile ports/lang/php4-nms Makefile ports/www Makefile ports/www/mod_php4-twig Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 09:47:43 -0000 ale 2004-07-19 09:47:43 UTC FreeBSD ports repository Modified files: . MOVED lang Makefile www Makefile Removed files: lang/php4-dtc Makefile lang/php4-horde Makefile lang/php4-nms Makefile www/mod_php4-twig Makefile Log: Remove obsolate PHP slave ports. Revision Changes Path 1.476 +5 -1 ports/MOVED 1.414 +0 -3 ports/lang/Makefile 1.2 +0 -19 ports/lang/php4-dtc/Makefile (dead) 1.3 +0 -59 ports/lang/php4-horde/Makefile (dead) 1.2 +0 -19 ports/lang/php4-nms/Makefile (dead) 1.935 +0 -1 ports/www/Makefile 1.2 +0 -37 ports/www/mod_php4-twig/Makefile (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 09: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 B8CC516A4CE; Mon, 19 Jul 2004 09:48:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CEF143D54; Mon, 19 Jul 2004 09:48:40 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J9meeO044584; Mon, 19 Jul 2004 09:48:40 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J9met8044583; Mon, 19 Jul 2004 09:48:40 GMT (envelope-from ale) Message-Id: <200407190948.i6J9met8044583@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 09: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: 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, 19 Jul 2004 09:48:41 -0000 ale 2004-07-19 09:48:40 UTC FreeBSD ports repository Modified files: . modules Log: Remove modules for PHP slave ports. Revision Changes Path 1.10696 +0 -4 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 10:03: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 77A6E16A4CE; Mon, 19 Jul 2004 10:03:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC6543D1F; Mon, 19 Jul 2004 10:03:38 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JA3cXY045014; Mon, 19 Jul 2004 10:03:38 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JA3cpw045013; Mon, 19 Jul 2004 10:03:38 GMT (envelope-from tjr) Message-Id: <200407191003.i6JA3cpw045013@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 10:03: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/usr.bin/look look.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, 19 Jul 2004 10:03:38 -0000 tjr 2004-07-19 10:03:38 UTC FreeBSD src repository Modified files: usr.bin/look look.1 Log: Point out in the BUGS section that look expects input files to have been sorted with LC_COLLATE=C. Revision Changes Path 1.13 +7 -0 src/usr.bin/look/look.1 From owner-cvs-all@FreeBSD.ORG Mon Jul 19 10:09: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 9C67F16A4CE; Mon, 19 Jul 2004 10:09:26 +0000 (GMT) Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382FB43D5A; Mon, 19 Jul 2004 10:09:26 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd07.aul.t-online.de by mailout09.sul.t-online.com with smtp id 1BmV5G-0002l2-0E; Mon, 19 Jul 2004 12:09:22 +0200 Received: from Andro-Beta.Leidinger.net (VUsDDOZbgeyxycFPBRMuVW4PZ-M9xYjZU16NKK5pln8kiHZG7abWY+@[84.128.202.42]) by fmrl07.sul.t-online.com with esmtp id 1BmV5B-0fvgMy0; Mon, 19 Jul 2004 12:09:17 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i6JA9IEw067764; Mon, 19 Jul 2004 12:09:18 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 19 Jul 2004 12:09:40 +0200 From: Alexander Leidinger To: Tom Rhodes Message-Id: <20040719120940.2112b1c1@Magellan.Leidinger.net> In-Reply-To: <20040719043551.5c600efa@localhost.pittgoth.com> References: <200407181524.i6IFObcG093257@repoman.freebsd.org> <20040718173823.GC6792@dhcp50.pn.xcllnt.net> <20040718181230.GA12586@freebie.xs4all.nl> <20040718184727.GA7115@dhcp50.pn.xcllnt.net> <20040719043551.5c600efa@localhost.pittgoth.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: VUsDDOZbgeyxycFPBRMuVW4PZ-M9xYjZU16NKK5pln8kiHZG7abWY+@t-dialin.net cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Marcel Moolenaar cc: Wilko Bulte Subject: Re: cvs commit: src/lib/libthread_db/arch/alpha libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 10:09:26 -0000 On Mon, 19 Jul 2004 04:35:51 -0400 Tom Rhodes wrote: > On Sun, 18 Jul 2004 11:47:27 -0700 > Marcel Moolenaar wrote: > > > On Sun, Jul 18, 2004 at 08:12:31PM +0200, Wilko Bulte wrote: > > > On Sun, Jul 18, 2004 at 10:38:23AM -0700, Marcel Moolenaar wrote: > > > > On Sun, Jul 18, 2004 at 03:24:37PM +0000, Scott Long wrote: > > > > > scottl 2004-07-18 15:24:37 UTC > > > > > > > > > > FreeBSD src repository > > > > > > > > > > Modified files: > > > > > lib/libthread_db/arch/alpha libpthread_md.c > > > > > lib/libthread_db/arch/ia64 libpthread_md.c > > > > > Log: > > > > > Try to fix ia64 and alpha compiles. I don't have either equipment fired > > > > > up now, but it appears to be the same problem and solution as sparc64. > > > > > > > > Argh.. I think I've committed from the wrong tree. I'll double-check > > > > that everything's ok after coffee. > > > > > > /me visualises marcel speeding to Starbucks for a strong one ;) > > > > Speeding to Starbucks is not a problem. It's speeding from Starbucks > > that has resulted in many coffee stains in my car. U-turns are fatal > > on my way home, because I like to take them rally-style anyway, but > > with a full cup of coffee in a cupholder that doesn't really hold any > > cups... ouch... > > Wow, now if you wanted to be an ass then you could file a > lawsuit because the coffee is too hot. :P Or because the cupholder doesn't adjust itself according the actual driving situation... Bye, Alexander. -- I'm available to get hired (preferred in .lu). http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-all@FreeBSD.ORG Mon Jul 19 10:38:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A9716A4CE; Mon, 19 Jul 2004 10:38:43 +0000 (GMT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF68743D41; Mon, 19 Jul 2004 10:38:42 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd07.aul.t-online.de by mailout02.sul.t-online.com with smtp id 1BmVXe-00068F-01; Mon, 19 Jul 2004 12:38:42 +0200 Received: from Andro-Beta.Leidinger.net (r36p0vZeweR389x3EHQgRnR4GIaJEe-3DXni-IrM5LtdWhiknmFOr8@[84.128.202.42]) by fmrl07.sul.t-online.com with esmtp id 1BmVXT-2IjCt60; Mon, 19 Jul 2004 12:38:31 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) i6JAcVe9072237; Mon, 19 Jul 2004 12:38:31 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 19 Jul 2004 12:38:54 +0200 From: Alexander Leidinger To: Alex Dupre Message-Id: <20040719123854.43eafd0d@Magellan.Leidinger.net> In-Reply-To: <200407190934.i6J9YgPt043370@repoman.freebsd.org> References: <200407190934.i6J9YgPt043370@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: r36p0vZeweR389x3EHQgRnR4GIaJEe-3DXni-IrM5LtdWhiknmFOr8@t-dialin.net cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports CHANGES 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, 19 Jul 2004 10:38:43 -0000 On Mon, 19 Jul 2004 09:34:42 +0000 (UTC) Alex Dupre wrote: > ale 2004-07-19 09:34:42 UTC > > FreeBSD ports repository > > Modified files: > . CHANGES UPDATING > Log: > Inform users and developers about the new PHP infrastructure. Nice work! It saves a lot of hassle when more than one person (with different administration knowledge) takes care of updating/installing it. Bye, Alexander. -- I'm available to get hired (preferred in .lu). http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-cvs-all@FreeBSD.ORG Mon Jul 19 10:39:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B80916A4CF; Mon, 19 Jul 2004 10:39:24 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i6JAdMdc005231; Mon, 19 Jul 2004 06:39:22 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i6JAdIfX005230; Mon, 19 Jul 2004 06:39:18 -0400 (EDT) (envelope-from green) Date: Mon, 19 Jul 2004 06:39:17 -0400 From: Brian Fundakowski Feldman To: Alan Cox Message-ID: <20040719103917.GD1038@green.homeunix.org> References: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> <40FB718B.7080206@samsco.org> <20040719071147.GS18577@cs.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719071147.GS18577@cs.rice.edu> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: Scott Long cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys malloc.h src/sys/kern kern_malloc.c src/sys/vm vm_contig.c 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, 19 Jul 2004 10:39:24 -0000 On Mon, Jul 19, 2004 at 02:11:47AM -0500, Alan Cox wrote: > On Mon, Jul 19, 2004 at 01:00:27AM -0600, Scott Long wrote: > > This is a pretty darn big change to something that is so vital to so > > many drivers (not including busdma, which means that this touches nearly > > every driver). Who reviewed this? Was it discussed on a public mailing > > list? What kind of testing was done for it? If you can't answer these > > questions then I'm not terribly thrilled. > > > > I reviewed an earlier version of this and gave Brian some feedback. > > It is important to note that he added the new implementation side-by-side > with the old. By default, the old implementation is still used. So, I > wouldn't be too concerned. Aye, I didn't feel totally comfortable saying "Reviewed by:" since that was a while ago, but between alc and hmp who has been overhauling the contigmalloc() implementation in DFBSD there wasn't any concern that I know I hadn't addressed (and Dillon ignored my solicitation). -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Mon Jul 19 10:39: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 39B9C16A4CE; Mon, 19 Jul 2004 10:39:33 +0000 (GMT) Received: from mail022.syd.optusnet.com.au (mail022.syd.optusnet.com.au [211.29.132.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65EE943D4C; Mon, 19 Jul 2004 10:39:29 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i6JAdNk18268; Mon, 19 Jul 2004 20:39:24 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1])i6JAdNKb030864; Mon, 19 Jul 2004 20:39:23 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.12.10/8.12.10/Submit) id i6JAdNeA030863; Mon, 19 Jul 2004 20:39:23 +1000 (EST) (envelope-from peter) Date: Mon, 19 Jul 2004 20:39:23 +1000 From: Peter Jeremy To: Alex Dupre Message-ID: <20040719103922.GA30842@server.vk2pj.dyndns.org> References: <200407190934.i6J9YgPt043370@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407190934.i6J9YgPt043370@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 CHANGES 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, 19 Jul 2004 10:39:33 -0000 On Mon, Jul 19, 2004 at 09:34:42AM +0000, Alex Dupre wrote: >ale 2004-07-19 09:34:42 UTC > > FreeBSD ports repository > > Modified files: > . CHANGES UPDATING > Log: > Inform users and developers about the new PHP infrastructure. I think that must take the record for the most new ports commited by one person in a couple of hours... Peter From owner-cvs-all@FreeBSD.ORG Mon Jul 19 10: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 698ED16A4DC; Mon, 19 Jul 2004 10:41:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E2D243D39; Mon, 19 Jul 2004 10:41:13 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JAfDVH045959; Mon, 19 Jul 2004 10:41:13 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JAfDdE045958; Mon, 19 Jul 2004 10:41:13 GMT (envelope-from vs) Message-Id: <200407191041.i6JAfDdE045958@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 10:41: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/databases/py-PyGreSQL 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, 19 Jul 2004 10:41:13 -0000 vs 2004-07-19 10:41:12 UTC FreeBSD ports repository Added files: databases/py-PyGreSQL distinfo Log: Re-add distinfo since this is no longer a slave-port. PR: ports/69215 Submitted by: Palle Girgensohn (maintainer) Revision Changes Path 1.9 +2 -0 ports/databases/py-PyGreSQL/distinfo (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 10:54: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 9AA3116A4CE; Mon, 19 Jul 2004 10:54:59 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB6F43D49; Mon, 19 Jul 2004 10:54:59 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i6JAsxuo085392; Mon, 19 Jul 2004 03:54:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6JAsx4x085391; Mon, 19 Jul 2004 03:54:59 -0700 (PDT) (envelope-from obrien) Date: Mon, 19 Jul 2004 03:54:59 -0700 From: "David O'Brien" To: Mark Murray Message-ID: <20040719105459.GA85349@dragon.nuxi.com> References: <200407181855.i6IItWnY099501@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407181855.i6IItWnY099501@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@NUXI.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 10:55:00 -0000 On Sun, Jul 18, 2004 at 06:55:32PM +0000, Mark Murray wrote: > markm 2004-07-18 18:55:32 UTC > > FreeBSD src repository > > Modified files: > . Makefile > Log: > Rename a preposterously long name with one that might look a bit > more professional. While here, write a few lines of explanatory > text to explain what its for. It perposeallly was not documented, nor should it be documented. Else it could become popular and the normal thing our users do -- leading to claims it is too dangerous and lets users shoot their foot off and some committer go and try to "fix" this knob. -- -- David (obrien@NUXI.com) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 11:12: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 B788F16A4CE; Mon, 19 Jul 2004 11:12:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C73A43D46; Mon, 19 Jul 2004 11:12:02 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JBC2Vr046776; Mon, 19 Jul 2004 11:12:02 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JBC2A3046775; Mon, 19 Jul 2004 11:12:02 GMT (envelope-from tjr) Message-Id: <200407191112.i6JBC2A3046775@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 11:12: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/usr.bin/look look.1 look.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 11:12:02 -0000 tjr 2004-07-19 11:12:02 UTC FreeBSD src repository Modified files: usr.bin/look look.1 look.c Log: Add support for multibyte characters. While here, fix a longstanding bug in the implementation of the -d option: we were skipping too many characters when a non-alphanumeric character was encountered. Revision Changes Path 1.14 +0 -6 src/usr.bin/look/look.1 1.17 +67 -52 src/usr.bin/look/look.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 11:17: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 7328C16A4CE; Mon, 19 Jul 2004 11:17:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57C8243D5C; Mon, 19 Jul 2004 11:17:57 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JBHvti046929; Mon, 19 Jul 2004 11:17:57 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JBHv4s046928; Mon, 19 Jul 2004 11:17:57 GMT (envelope-from nyan) Message-Id: <200407191117.i6JBHv4s046928@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 19 Jul 2004 11:17:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 11:17:57 -0000 nyan 2004-07-19 11:17:57 UTC FreeBSD src repository Modified files: sys/pc98/i386 machdep.c Log: MFi386: revision 1.596. Revision Changes Path 1.341 +3 -0 src/sys/pc98/i386/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 11:18:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C68716A4CE; Mon, 19 Jul 2004 11:18:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7042643D53; Mon, 19 Jul 2004 11:18:56 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JBIurV046969; Mon, 19 Jul 2004 11:18:56 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JBIuxY046968; Mon, 19 Jul 2004 11:18:56 GMT (envelope-from tjr) Message-Id: <200407191118.i6JBIuxY046968@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 11:18:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/look look.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, 19 Jul 2004 11:18:56 -0000 tjr 2004-07-19 11:18:56 UTC FreeBSD src repository Modified files: usr.bin/look look.1 Log: Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENT section. Re-add a sentence from the BUGS section that went missing in the previous commit. Revision Changes Path 1.15 +15 -3 src/usr.bin/look/look.1 From owner-cvs-all@FreeBSD.ORG Mon Jul 19 11:21: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 E6F4516A4CF; Mon, 19 Jul 2004 11:21:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C854143D1F; Mon, 19 Jul 2004 11:21:34 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JBLYNE047121; Mon, 19 Jul 2004 11:21:34 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JBLYFO047120; Mon, 19 Jul 2004 11:21:34 GMT (envelope-from tjr) Message-Id: <200407191121.i6JBLYFO047120@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 11:21:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/look look.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, 19 Jul 2004 11:21:35 -0000 tjr 2004-07-19 11:21:34 UTC FreeBSD src repository Modified files: usr.bin/look look.1 Log: Sort sections. Revision Changes Path 1.16 +3 -3 src/usr.bin/look/look.1 From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12: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 5849C16A4CE; Mon, 19 Jul 2004 12:05:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BFAC43D5A; Mon, 19 Jul 2004 12:05:08 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JC58Ml048116; Mon, 19 Jul 2004 12:05:08 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JC57r1048115; Mon, 19 Jul 2004 12:05:07 GMT (envelope-from grehan) Message-Id: <200407191205.i6JC57r1048115@repoman.freebsd.org> From: Peter Grehan Date: Mon, 19 Jul 2004 12: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/lib/libc/powerpc/gen makecontext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:05:08 -0000 grehan 2004-07-19 12:05:07 UTC FreeBSD src repository Modified files: lib/libc/powerpc/gen makecontext.c Log: The new program counter should go into the trapframe's srr0 and not the link register, which was lucky enough to work. Revision Changes Path 1.2 +1 -1 src/lib/libc/powerpc/gen/makecontext.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12: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 E95A916A4CE; Mon, 19 Jul 2004 12:08:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE31143D3F; Mon, 19 Jul 2004 12:08:03 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JC8359048299; Mon, 19 Jul 2004 12:08:03 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JC83Jg048298; Mon, 19 Jul 2004 12:08:03 GMT (envelope-from grehan) Message-Id: <200407191208.i6JC83Jg048298@repoman.freebsd.org> From: Peter Grehan Date: Mon, 19 Jul 2004 12:08: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/lib/libc/powerpc/gen Makefile.inc signalcontext.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:08:04 -0000 grehan 2004-07-19 12:08:03 UTC FreeBSD src repository Modified files: lib/libc/powerpc/gen Makefile.inc Added files: lib/libc/powerpc/gen signalcontext.c Log: Add signalcontext, required by KSE. Revision Changes Path 1.6 +1 -1 src/lib/libc/powerpc/gen/Makefile.inc 1.1 +103 -0 src/lib/libc/powerpc/gen/signalcontext.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12: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 4D49E16A4CE; Mon, 19 Jul 2004 12:10:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31E8843D55; Mon, 19 Jul 2004 12:10:12 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCAC1l048366; Mon, 19 Jul 2004 12:10:12 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCAB7k048365; Mon, 19 Jul 2004 12:10:11 GMT (envelope-from osa) Message-Id: <200407191210.i6JCAB7k048365@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 19 Jul 2004 12:10: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/sysutils/ccd2iso 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, 19 Jul 2004 12:10:12 -0000 osa 2004-07-19 12:10:11 UTC FreeBSD ports repository Modified files: sysutils/ccd2iso distinfo Log: SIZEfy. Revision Changes Path 1.2 +1 -0 ports/sysutils/ccd2iso/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:13:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D3D16A4CE; Mon, 19 Jul 2004 12:13:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E1143D5D; Mon, 19 Jul 2004 12:13:46 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCDjad048572; Mon, 19 Jul 2004 12:13:45 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCDjUY048571; Mon, 19 Jul 2004 12:13:45 GMT (envelope-from bms) Message-Id: <200407191213.i6JCDjUY048571@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 19 Jul 2004 12:13: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/net-mgmt Makefileports/net-mgmt/nagios-snmp-plugins 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, 19 Jul 2004 12:13:46 -0000 bms 2004-07-19 12:13:45 UTC FreeBSD ports repository (src committer) Modified files: net-mgmt Makefile Added files: net-mgmt/nagios-snmp-plugins Makefile distinfo pkg-descr pkg-plist Log: Add new port nagios-snmp-plugins, which contains plugins to monitor disk and cpu usage remotely via SNMP, using the UCD-SNMP-MIB dskTable and prTable entitites. Revision Changes Path 1.18 +1 -0 ports/net-mgmt/Makefile 1.1 +57 -0 ports/net-mgmt/nagios-snmp-plugins/Makefile (new) 1.1 +2 -0 ports/net-mgmt/nagios-snmp-plugins/distinfo (new) 1.1 +8 -0 ports/net-mgmt/nagios-snmp-plugins/pkg-descr (new) 1.1 +4 -0 ports/net-mgmt/nagios-snmp-plugins/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:13: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 E401016A4CE; Mon, 19 Jul 2004 12:13:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C952843D49; Mon, 19 Jul 2004 12:13:57 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCDvE4048618; Mon, 19 Jul 2004 12:13:57 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCDv23048617; Mon, 19 Jul 2004 12:13:57 GMT (envelope-from bms) Message-Id: <200407191213.i6JCDv23048617@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 19 Jul 2004 12:13: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: Mon, 19 Jul 2004 12:13:58 -0000 bms 2004-07-19 12:13:57 UTC FreeBSD ports repository (src committer) Modified files: . modules Log: nagios-snmp-plugins --> ports/net-mgmt/nagios-snmp-plugins Revision Changes Path 1.10697 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:19: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 1E97D16A4CE; Mon, 19 Jul 2004 12:19:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193CB43D54; Mon, 19 Jul 2004 12:19:05 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCJ49W048875; Mon, 19 Jul 2004 12:19:04 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCJ49Z048874; Mon, 19 Jul 2004 12:19:04 GMT (envelope-from grehan) Message-Id: <200407191219.i6JCJ49Z048874@repoman.freebsd.org> From: Peter Grehan Date: Mon, 19 Jul 2004 12:19:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/powerpc Makefile.inc src/lib/libpthread/arch/powerpc/include atomic_ops.h pthread_md.h src/lib/libpthread/arch/powerpc/powerpc assym.c assym.s context.S enter_uts.S pthread_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:19:05 -0000 grehan 2004-07-19 12:19:04 UTC FreeBSD src repository Added files: lib/libpthread/arch/powerpc Makefile.inc lib/libpthread/arch/powerpc/include atomic_ops.h pthread_md.h lib/libpthread/arch/powerpc/powerpc assym.c assym.s context.S enter_uts.S pthread_md.c Log: PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode for the time being. Revision Changes Path 1.1 +8 -0 src/lib/libpthread/arch/powerpc/Makefile.inc (new) 1.1 +62 -0 src/lib/libpthread/arch/powerpc/include/atomic_ops.h (new) 1.1 +257 -0 src/lib/libpthread/arch/powerpc/include/pthread_md.h (new) 1.1 +113 -0 src/lib/libpthread/arch/powerpc/powerpc/assym.c (new) 1.1 +113 -0 src/lib/libpthread/arch/powerpc/powerpc/assym.s (new) 1.1 +151 -0 src/lib/libpthread/arch/powerpc/powerpc/context.S (new) 1.1 +40 -0 src/lib/libpthread/arch/powerpc/powerpc/enter_uts.S (new) 1.1 +76 -0 src/lib/libpthread/arch/powerpc/powerpc/pthread_md.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:20: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 EB7EB16A4CE; Mon, 19 Jul 2004 12:20:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D053B43D48; Mon, 19 Jul 2004 12:20:10 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCKA6e048927; Mon, 19 Jul 2004 12:20:10 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCKAGC048926; Mon, 19 Jul 2004 12:20:10 GMT (envelope-from grehan) Message-Id: <200407191220.i6JCKAGC048926@repoman.freebsd.org> From: Peter Grehan Date: Mon, 19 Jul 2004 12:20: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/lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:20:11 -0000 grehan 2004-07-19 12:20:10 UTC FreeBSD src repository Modified files: lib Makefile Log: Enable libpthread build for powerpc Revision Changes Path 1.188 +1 -1 src/lib/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:22:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94B8616A4CE; Mon, 19 Jul 2004 12:22:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 785F043D2D; Mon, 19 Jul 2004 12:22:38 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCMcCI049090; Mon, 19 Jul 2004 12:22:38 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCMcQc049089; Mon, 19 Jul 2004 12:22:38 GMT (envelope-from ume) Message-Id: <200407191222.i6JCMcQc049089@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 19 Jul 2004 12:22: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/mail/cyrus-imapd22 Makefile pkg-deinstall 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: Mon, 19 Jul 2004 12:22:38 -0000 ume 2004-07-19 12:22:38 UTC FreeBSD ports repository Modified files: mail/cyrus-imapd22 Makefile pkg-deinstall pkg-install pkg-plist Log: Utilize EXAMPLESDIR. Revision Changes Path 1.119 +15 -4 ports/mail/cyrus-imapd22/Makefile 1.9 +6 -7 ports/mail/cyrus-imapd22/pkg-deinstall 1.10 +6 -7 ports/mail/cyrus-imapd22/pkg-install 1.28 +1 -6 ports/mail/cyrus-imapd22/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:23: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 6A01016A4CE; Mon, 19 Jul 2004 12:23:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C84443D48; Mon, 19 Jul 2004 12:23:13 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCNDHp049124; Mon, 19 Jul 2004 12:23:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCND8G049123; Mon, 19 Jul 2004 12:23:13 GMT (envelope-from ale) Message-Id: <200407191223.i6JCND8G049123@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 12:23: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.php.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:23:13 -0000 ale 2004-07-19 12:23:13 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk Log: Oops, move down the definition of the default PHP port. Revision Changes Path 1.5 +3 -5 ports/Mk/bsd.php.mk From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12: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 9952316A4CE; Mon, 19 Jul 2004 12:26:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D9EB43D4C; Mon, 19 Jul 2004 12:26:44 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCQiBb049269; Mon, 19 Jul 2004 12:26:44 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCQivL049268; Mon, 19 Jul 2004 12:26:44 GMT (envelope-from cognet) Message-Id: <200407191226.i6JCQivL049268@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 19 Jul 2004 12:26: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/arm/arm db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:26:44 -0000 cognet 2004-07-19 12:26:44 UTC FreeBSD src repository Modified files: sys/arm/arm db_trace.c Log: Make kdb_backtrace() sort of work. Revision Changes Path 1.3 +9 -6 src/sys/arm/arm/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:32: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 7434C16A4CE; Mon, 19 Jul 2004 12:32:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590A943D39; Mon, 19 Jul 2004 12:32:10 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCWAMK049482; Mon, 19 Jul 2004 12:32:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCWAZK049481; Mon, 19 Jul 2004 12:32:10 GMT (envelope-from ale) Message-Id: <200407191232.i6JCWAZK049481@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 12:32:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/nocc Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:32:10 -0000 ale 2004-07-19 12:32:10 UTC FreeBSD ports repository Modified files: mail/nocc Makefile distinfo pkg-message pkg-plist Log: Update to 0.9.6RC1 release: - use new PHP framework - register_globals is no longer required Revision Changes Path 1.9 +3 -11 ports/mail/nocc/Makefile 1.3 +2 -2 ports/mail/nocc/distinfo 1.2 +0 -1 ports/mail/nocc/pkg-message 1.4 +20 -3 ports/mail/nocc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:38:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BBE716A4CE; Mon, 19 Jul 2004 12:38:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FFB543D41; Mon, 19 Jul 2004 12:38:35 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCcZ9r049707; Mon, 19 Jul 2004 12:38:35 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCcZCk049706; Mon, 19 Jul 2004 12:38:35 GMT (envelope-from den) Message-Id: <200407191238.i6JCcZCk049706@repoman.freebsd.org> From: Denis Peplin Date: Mon, 19 Jul 2004 12:38:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/basics chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:38:35 -0000 den 2004-07-19 12:38:35 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/basics chapter.sgml Log: Fix translation Submitted by: Dmitry Morozovsky Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.8 +9 -9 doc/ru_RU.KOI8-R/books/handbook/basics/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12: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 7753D16A4CF; Mon, 19 Jul 2004 12:46:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D2F43D53; Mon, 19 Jul 2004 12:46:27 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCkRMF049960; Mon, 19 Jul 2004 12:46:27 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCkRX6049959; Mon, 19 Jul 2004 12:46:27 GMT (envelope-from den) Message-Id: <200407191246.i6JCkRX6049959@repoman.freebsd.org> From: Denis Peplin Date: Mon, 19 Jul 2004 12:46: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/ru_RU.KOI8-R/articles/portbuild article.sgml doc/ru_RU.KOI8-R/articles/hubs article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:46:27 -0000 den 2004-07-19 12:46:27 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/portbuild article.sgml ru_RU.KOI8-R/articles/hubs article.sgml Log: Merge the following from the English version: 1.3 -> 1.4 portbuild/article.sgml 1.49 -> 1.50 hubs/article.sgml Submitted by: Dmitry Morozovsky Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.7 +6 -6 doc/ru_RU.KOI8-R/articles/hubs/article.sgml 1.3 +4 -4 doc/ru_RU.KOI8-R/articles/portbuild/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:54:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AD916A4CE; Mon, 19 Jul 2004 12:54:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E73943D46; Mon, 19 Jul 2004 12:54:01 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCs0HG050171; Mon, 19 Jul 2004 12:54:00 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCs05V050169; Mon, 19 Jul 2004 12:54:00 GMT (envelope-from harti) Message-Id: <200407191254.i6JCs05V050169@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 19 Jul 2004 12:54: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/netatm/uni unisig_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:54:01 -0000 harti 2004-07-19 12:54:00 UTC FreeBSD src repository Modified files: sys/netatm/uni unisig_subr.c Log: Fix a typo that could provoke a panic or access to random memory. PR: kern/67012 Submitted by: Zhenmin Revision Changes Path 1.16 +1 -1 src/sys/netatm/uni/unisig_subr.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:57: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 998B016A4CE; Mon, 19 Jul 2004 12:57:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB6A43D73; Mon, 19 Jul 2004 12:57:24 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCvO2d050330; Mon, 19 Jul 2004 12:57:24 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCvOOV050329; Mon, 19 Jul 2004 12:57:24 GMT (envelope-from tjr) Message-Id: <200407191257.i6JCvOOV050329@repoman.freebsd.org> From: "Tim J. Robbins" Date: Mon, 19 Jul 2004 12:57: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/usr.bin/lam lam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 12:57:24 -0000 tjr 2004-07-19 12:57:24 UTC FreeBSD src repository Modified files: usr.bin/lam lam.c Log: Avoid passing negative values to tolower() on machines with signed chars. Revision Changes Path 1.13 +1 -1 src/usr.bin/lam/lam.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 12:57: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 78DAE16A4CE; Mon, 19 Jul 2004 12:57:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C8BF43D55; Mon, 19 Jul 2004 12:57:53 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JCvrHs050363; Mon, 19 Jul 2004 12:57:53 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JCvrkm050362; Mon, 19 Jul 2004 12:57:53 GMT (envelope-from ale) Message-Id: <200407191257.i6JCvrkm050362@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 12:57: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/graphics/jpgraph 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, 19 Jul 2004 12:57:53 -0000 ale 2004-07-19 12:57:53 UTC FreeBSD ports repository Modified files: graphics/jpgraph Makefile distinfo pkg-plist Log: Update to 1.16 release: - use new PHP framework - set NO_CDROM Revision Changes Path 1.13 +5 -12 ports/graphics/jpgraph/Makefile 1.8 +2 -2 ports/graphics/jpgraph/distinfo 1.8 +11 -8 ports/graphics/jpgraph/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13:02: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 760BA16A4CE; Mon, 19 Jul 2004 13:02:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A80B43D5C; Mon, 19 Jul 2004 13:02:46 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JD2kDO050545; Mon, 19 Jul 2004 13:02:46 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JD2kvl050544; Mon, 19 Jul 2004 13:02:46 GMT (envelope-from ale) Message-Id: <200407191302.i6JD2kvl050544@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 13:02: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 LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 13:02:46 -0000 ale 2004-07-19 13:02:46 UTC FreeBSD ports repository Modified files: . LEGAL Log: Add jpgraph (not for commercial use). Revision Changes Path 1.356 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13:06: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 D815416A4CE; Mon, 19 Jul 2004 13:06:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD3743D54; Mon, 19 Jul 2004 13:06:59 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JD6xZ3050739; Mon, 19 Jul 2004 13:06:59 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JD6xrY050738; Mon, 19 Jul 2004 13:06:59 GMT (envelope-from bms) Message-Id: <200407191306.i6JD6xrY050738@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 19 Jul 2004 13:06:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/nagios-snmp-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: Mon, 19 Jul 2004 13:07:00 -0000 bms 2004-07-19 13:06:59 UTC FreeBSD ports repository (src committer) Modified files: net-mgmt/nagios-snmp-plugins Makefile Log: Add missing dependency on ${LOCALBASE}/libexec/nagios (plugin directory). Revision Changes Path 1.2 +1 -0 ports/net-mgmt/nagios-snmp-plugins/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13:10:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8D716A4CE; Mon, 19 Jul 2004 13:10:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E80743D31; Mon, 19 Jul 2004 13:10:00 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JDA0x7050827; Mon, 19 Jul 2004 13:10:00 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JDA0rj050826; Mon, 19 Jul 2004 13:10:00 GMT (envelope-from oliver) Message-Id: <200407191310.i6JDA0rj050826@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 19 Jul 2004 13:10: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/sqwebmail Makefile distinfo ports/mail/sqwebmail/files patch-maildir::maildirquota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 13:10:00 -0000 oliver 2004-07-19 13:10:00 UTC FreeBSD ports repository Modified files: mail/sqwebmail Makefile distinfo Removed files: mail/sqwebmail/files patch-maildir::maildirquota.c Log: update to 4.0.6 Revision Changes Path 1.39 +2 -2 ports/mail/sqwebmail/Makefile 1.21 +2 -2 ports/mail/sqwebmail/distinfo 1.2 +0 -11 ports/mail/sqwebmail/files/patch-maildir::maildirquota.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13:18: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 BBD2C16A4CE; Mon, 19 Jul 2004 13:18:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A029543D39; Mon, 19 Jul 2004 13:18:04 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JDI4qc051094; Mon, 19 Jul 2004 13:18:04 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JDI4w3051093; Mon, 19 Jul 2004 13:18:04 GMT (envelope-from bland) Message-Id: <200407191318.i6JDI4w3051093@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 19 Jul 2004 13:18: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/zenity 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, 19 Jul 2004 13:18:04 -0000 bland 2004-07-19 13:18:04 UTC FreeBSD ports repository Modified files: x11/zenity Makefile distinfo pkg-plist Log: Update to 2.6.3 Revision Changes Path 1.19 +1 -1 ports/x11/zenity/Makefile 1.12 +2 -2 ports/x11/zenity/distinfo 1.7 +3 -0 ports/x11/zenity/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13:18:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12D8D16A4D1 for ; Mon, 19 Jul 2004 13:18:53 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id F12E943D31 for ; Mon, 19 Jul 2004 13:18:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 18428 invoked from network); 19 Jul 2004 13:18:50 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Jul 2004 13:18:50 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i6JDIa1O011980; Mon, 19 Jul 2004 09:18:42 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Alexander Kabaev Date: Mon, 19 Jul 2004 08:51:15 -0400 User-Agent: KMail/1.6 References: <200407181821.i6IILdVu098561@repoman.freebsd.org> In-Reply-To: <200407181821.i6IILdVu098561@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407190851.15903.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/conf options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 13:18:53 -0000 On Sunday 18 July 2004 02:21 pm, Alexander Kabaev wrote: > kan 2004-07-18 18:21:39 UTC > > FreeBSD src repository > > Modified files: > sys/conf options > Log: > Unbreak kernel compiles by preserving an old opt_adaptive_mutexes.h file > name. It would be more correct. to fix kern_mutex.c -- 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 Jul 19 13:18:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3723D16A4D4 for ; Mon, 19 Jul 2004 13:18:53 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3EC543D49 for ; Mon, 19 Jul 2004 13:18:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 32106 invoked from network); 19 Jul 2004 13:18:52 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Jul 2004 13:18:52 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i6JDIa1P011980; Mon, 19 Jul 2004 09:18:49 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Alfred Perlstein Date: Mon, 19 Jul 2004 09:19:48 -0400 User-Agent: KMail/1.6 References: <20040715050225.GA87532@freefall.freebsd.org> <200407151415.03555.jhb@FreeBSD.org> <20040715212836.GT95729@elvis.mu.org> In-Reply-To: <20040715212836.GT95729@elvis.mu.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407190919.48876.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: Bosko Milekic cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 13:18:53 -0000 On Thursday 15 July 2004 05:28 pm, Alfred Perlstein wrote: > * John Baldwin [040715 11:56] wrote: > > On Thursday 15 July 2004 01:29 am, Alfred Perlstein wrote: > > > > Also, why do you copy the proc name to the stack lower in > > > > kern_shutdown.c? Do you fear that the proc might change from > > > > under you when you're at the bottom and you can't therefore > > > > only keep a reference to the proc instead? > > > > > > Because I don't know if the proc will be there after it nukes itself. > > > > They don't nuke themselves, they just go to sleep. A quick look at the > > code would have revealed this. > > y'know what, in the context of fixing a printf I wasn't really > interested in looking that far into the scheduler. A 20 char stack > variable and a string copy at shutdown isn't such a big deal. If it > bugs you guys that much, why don't you just fix it? > > Or are you worried about getting 15 emails about how you inefficiently > printing a non-critical string like I have? :) No, I'm bothered that you are committing to code without understanding how it works or bothering to take the five minutes to read up on it to clear up the lack of understanding (which you are perfectly capable of doing.. the kproc suspend stuff isn't exactly rocket science). -- 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 Jul 19 13:19: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 DBD4016A4CE; Mon, 19 Jul 2004 13:19:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDCA143D64; Mon, 19 Jul 2004 13:19:25 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JDJP7c051130; Mon, 19 Jul 2004 13:19:25 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JDJPjh051129; Mon, 19 Jul 2004 13:19:25 GMT (envelope-from blackend) Message-Id: <200407191319.i6JDJPjh051129@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 19 Jul 2004 13:19: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/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 13:19:26 -0000 blackend 2004-07-19 13:19:25 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In diskless section: The root filesystem is / not root, let's fix various confusing "root tagging". Revision Changes Path 1.329 +3 -3 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13: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 A279916A53C for ; Mon, 19 Jul 2004 13:24:57 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6254343D53 for ; Mon, 19 Jul 2004 13:24:57 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 12672 invoked from network); 19 Jul 2004 13:24:54 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Jul 2004 13:24:53 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i6JDOh6g012030; Mon, 19 Jul 2004 09:24:49 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Colin Percival Date: Mon, 19 Jul 2004 09:21:45 -0400 User-Agent: KMail/1.6 References: <200407161557.i6GFvGWg003796@repoman.freebsd.org> <200407161542.40585.jhb@FreeBSD.org> <6.1.0.6.1.20040716143932.040665d0@popserver.sfu.ca> In-Reply-To: <6.1.0.6.1.20040716143932.040665d0@popserver.sfu.ca> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407190921.45189.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 cc: Colin Percival Subject: Re: cvs commit: src/sys/kern kern_prot.c src/sys/sys systm.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, 19 Jul 2004 13:24:58 -0000 On Friday 16 July 2004 05:44 pm, Colin Percival wrote: > At 12:42 16/07/2004, John Baldwin wrote: > >On Friday 16 July 2004 11:57 am, Colin Percival wrote: > >> Log: > >> Add a SUSER_RUID flag to suser_cred. This flag indicates that we want > >> to check if the *real* user is the superuser (vs. the normal behaviour, > >> which checks the effective user). > > > >Could we rename PRISON_ROOT to SUSER_PRISONOK or some such to be > > consistent? > > I'd be happy to do this; should I simply add the new name, or should I > make the substitution across the entire tree? I would ask Robert's opinion. :) I would vote for adding the new name and changing it across the tree and add in a #define for the old name that is inside #ifdef OBSOLETE_IN_6 or some such so it is deprecated for 5.x and gone in 6.0. -- 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 Jul 19 13:25: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 84AF216A4CF for ; Mon, 19 Jul 2004 13:25:15 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E1643D5C for ; Mon, 19 Jul 2004 13:25:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 24617 invoked from network); 19 Jul 2004 13:25:15 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 19 Jul 2004 13:25:12 -0000 Received: from slimer.baldwin.cx (slimer.baldwin.cx [192.168.0.16]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i6JDOh6h012030; Mon, 19 Jul 2004 09:24:52 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Brian Fundakowski Feldman Date: Mon, 19 Jul 2004 09:25:56 -0400 User-Agent: KMail/1.6 References: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> <20040719071147.GS18577@cs.rice.edu> <20040719103917.GD1038@green.homeunix.org> In-Reply-To: <20040719103917.GD1038@green.homeunix.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407190925.56489.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: Scott Long cc: src-committers@FreeBSD.org cc: Alan Cox cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys malloc.h src/sys/kern kern_malloc.c src/sys/vm vm_contig.c 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, 19 Jul 2004 13:25:15 -0000 On Monday 19 July 2004 06:39 am, Brian Fundakowski Feldman wrote: > On Mon, Jul 19, 2004 at 02:11:47AM -0500, Alan Cox wrote: > > On Mon, Jul 19, 2004 at 01:00:27AM -0600, Scott Long wrote: > > > This is a pretty darn big change to something that is so vital to so > > > many drivers (not including busdma, which means that this touches > > > nearly every driver). Who reviewed this? Was it discussed on a public > > > mailing list? What kind of testing was done for it? If you can't > > > answer these questions then I'm not terribly thrilled. > > > > I reviewed an earlier version of this and gave Brian some feedback. > > > > It is important to note that he added the new implementation side-by-side > > with the old. By default, the old implementation is still used. So, I > > wouldn't be too concerned. > > Aye, I didn't feel totally comfortable saying "Reviewed by:" since that > was a while ago, but between alc and hmp who has been overhauling the > contigmalloc() implementation in DFBSD there wasn't any concern that I > know I hadn't addressed (and Dillon ignored my solicitation). For future reference: In this case I usually add a line along the lines of: Reviewed by: bde (an earlier version) Which is both truthful and avoids the ensuing flamewar due to the appearance of an unreviewed driveby. :) -- 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 Jul 19 13:29: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 1589516A4CE; Mon, 19 Jul 2004 13:29:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC5BE43D46; Mon, 19 Jul 2004 13:29:57 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JDTvs1051390; Mon, 19 Jul 2004 13:29:57 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JDTvUF051389; Mon, 19 Jul 2004 13:29:57 GMT (envelope-from blackend) Message-Id: <200407191329.i6JDTvUF051389@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 19 Jul 2004 13:29:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 13:29:58 -0000 blackend 2004-07-19 13:29:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: The data transmision line is labeled TD not SD on an RS232 cable. s/TxD/TD and s/RxD/RD for consistency. PR: docs/69225 Submitted by: Warren Block Revision Changes Path 1.92 +5 -5 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13:31: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 25AA116A4CE; Mon, 19 Jul 2004 13:31:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08AB243D49; Mon, 19 Jul 2004 13:31:24 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JDVNFH051514; Mon, 19 Jul 2004 13:31:23 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JDVNVo051513; Mon, 19 Jul 2004 13:31:23 GMT (envelope-from bland) Message-Id: <200407191331.i6JDVNVo051513@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 19 Jul 2004 13:31: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/gnomenetstatus 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, 19 Jul 2004 13:31:24 -0000 bland 2004-07-19 13:31:23 UTC FreeBSD ports repository Modified files: net/gnomenetstatus Makefile distinfo pkg-plist Log: Update to 2.6.2.1 Revision Changes Path 1.10 +1 -1 ports/net/gnomenetstatus/Makefile 1.7 +2 -2 ports/net/gnomenetstatus/distinfo 1.6 +2 -0 ports/net/gnomenetstatus/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13: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 6A15916A4CE; Mon, 19 Jul 2004 13:35:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD7543D3F; Mon, 19 Jul 2004 13:35:13 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JDZDGH051602; Mon, 19 Jul 2004 13:35:13 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JDZCIh051601; Mon, 19 Jul 2004 13:35:12 GMT (envelope-from ijliao) Message-Id: <200407191335.i6JDZCIh051601@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Jul 2004 13: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/p5-SVN-Mirror 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, 19 Jul 2004 13:35:13 -0000 ijliao 2004-07-19 13:35:12 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Mirror Makefile distinfo pkg-plist Log: upgrade to 0.38 PR: 69263 Submitted by: Rong-En Fan Approved by: maintainer Revision Changes Path 1.5 +2 -2 ports/devel/p5-SVN-Mirror/Makefile 1.4 +2 -2 ports/devel/p5-SVN-Mirror/distinfo 1.3 +0 -3 ports/devel/p5-SVN-Mirror/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13:35: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 A8B6A16A4CE; Mon, 19 Jul 2004 13:35:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A60A43D31; Mon, 19 Jul 2004 13:35:45 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JDZjj3051703; Mon, 19 Jul 2004 13:35:45 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JDZjp0051702; Mon, 19 Jul 2004 13:35:45 GMT (envelope-from ijliao) Message-Id: <200407191335.i6JDZjp0051702@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 19 Jul 2004 13:35:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/svk 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, 19 Jul 2004 13:35:45 -0000 ijliao 2004-07-19 13:35:45 UTC FreeBSD ports repository Modified files: devel/svk Makefile distinfo pkg-plist Log: upgrade to 0.17 PR: 69262 Submitted by: Rong-En Fan Approved by: maintainer Revision Changes Path 1.6 +5 -1 ports/devel/svk/Makefile 1.5 +2 -2 ports/devel/svk/distinfo 1.2 +24 -8 ports/devel/svk/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 13:53: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 DF32316A4CE; Mon, 19 Jul 2004 13:53:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D9543D5E; Mon, 19 Jul 2004 13:53:49 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JDrnqu052199; Mon, 19 Jul 2004 13:53:49 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JDrni4052198; Mon, 19 Jul 2004 13:53:49 GMT (envelope-from ale) Message-Id: <200407191353.i6JDrni4052198@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 13:53: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/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 13:53:50 -0000 ale 2004-07-19 13:53:49 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Update MASTER_SITE_PHP: - remove the very slow mirror in Austria - add more mirrors worldwide Revision Changes Path 1.254 +5 -4 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Mon Jul 19 14:10: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 3D10C16A4CE; Mon, 19 Jul 2004 14:10:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2009143D1F; Mon, 19 Jul 2004 14:10:39 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JEAdkq052680; Mon, 19 Jul 2004 14:10:39 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JEAdPh052679; Mon, 19 Jul 2004 14:10:39 GMT (envelope-from kensmith) Message-Id: <200407191410.i6JEAdPh052679@repoman.freebsd.org> From: Ken Smith Date: Mon, 19 Jul 2004 14:10:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/sgml mirrors.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 14:10:39 -0000 kensmith 2004-07-19 14:10:38 UTC FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: Add ftp.id.freebsd.org. Revision Changes Path 1.28 +5 -0 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 14: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 4C8AE16A4CE; Mon, 19 Jul 2004 14:21:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F2C943D45; Mon, 19 Jul 2004 14:21:49 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JELnmK052932; Mon, 19 Jul 2004 14:21:49 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JELnnV052931; Mon, 19 Jul 2004 14:21:49 GMT (envelope-from kensmith) Message-Id: <200407191421.i6JELnnV052931@repoman.freebsd.org> From: Ken Smith Date: Mon, 19 Jul 2004 14:21: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/share/sgml mirrors.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 14:21:49 -0000 kensmith 2004-07-19 14:21:49 UTC FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: Finish making the changes from the piece I had copied to make the new entry for ftp.id.freebsd.org. Was concentrating on needing to change the pathname for the URL and neglected to change the hostname (pathname is correct, he doesn't have the "pub" part that's normal...). Caught by: ceri Pointy Hat: kensmith Revision Changes Path 1.29 +2 -2 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 14:29: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 A88AC16A4CE; Mon, 19 Jul 2004 14:29:08 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A0C043D48; Mon, 19 Jul 2004 14:29:08 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i6JESbi8050420; Mon, 19 Jul 2004 10:28:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6JESbqF050417; Mon, 19 Jul 2004 10:28:37 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 19 Jul 2004 10:28:37 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200407190921.45189.jhb@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Colin Percival cc: Colin Percival Subject: Re: cvs commit: src/sys/kern kern_prot.c src/sys/sys systm.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, 19 Jul 2004 14:29:08 -0000 On Mon, 19 Jul 2004, John Baldwin wrote: > On Friday 16 July 2004 05:44 pm, Colin Percival wrote: > > At 12:42 16/07/2004, John Baldwin wrote: > > >On Friday 16 July 2004 11:57 am, Colin Percival wrote: > > >> Log: > > >> Add a SUSER_RUID flag to suser_cred. This flag indicates that we want > > >> to check if the *real* user is the superuser (vs. the normal behaviour, > > >> which checks the effective user). > > > > > >Could we rename PRISON_ROOT to SUSER_PRISONOK or some such to be > > > consistent? > > > > I'd be happy to do this; should I simply add the new name, or should I > > make the substitution across the entire tree? > > I would ask Robert's opinion. :) I would vote for adding the new name > and changing it across the tree and add in a #define for the old name > that is inside #ifdef OBSOLETE_IN_6 or some such so it is deprecated for > 5.x and gone in 6.0. I think it would be reasonable to even remove the old name for 5.x -- it's fairly unusual for device drivers, etc, to need to know about Jails, and we've already changed the API for super user checks between 4.x and 5.x anyway. I'd be willing to go with the flag change across the entire tree (as long as it's done carefully :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Mon Jul 19 14:37:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3029216A4CE; Mon, 19 Jul 2004 14:37:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 141D243D39; Mon, 19 Jul 2004 14:37:18 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JEbHpe053324; Mon, 19 Jul 2004 14:37:17 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JEbHQ0053323; Mon, 19 Jul 2004 14:37:17 GMT (envelope-from ale) Message-Id: <200407191437.i6JEbHQ0053323@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 14: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/sysutils/ldap-account-manager Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 14:37:18 -0000 ale 2004-07-19 14:37:17 UTC FreeBSD ports repository Modified files: sysutils/ldap-account-manager Makefile Log: Switch to the new PHP infrastructure. Revision Changes Path 1.13 +2 -2 ports/sysutils/ldap-account-manager/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 14:42: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 D399816A4CE; Mon, 19 Jul 2004 14:42:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B647643D5C; Mon, 19 Jul 2004 14:42:57 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JEgvxA053470; Mon, 19 Jul 2004 14:42:57 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JEgvI4053469; Mon, 19 Jul 2004 14:42:57 GMT (envelope-from harti) Message-Id: <200407191442.i6JEgvI4053469@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 19 Jul 2004 14:42: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/usr.bin/make make.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 14:42:58 -0000 harti 2004-07-19 14:42:57 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: Make it clearer what means 'won't work' for .if string == ${VAR}. Replace the use of '=' in conditionals in the examples by the more correct '=='. Clarify the example explaining that .for expansion takes place before .if handling by showing the correct code instead of saying 'the other way around'. Change a variable name there so the example is more parseable to the human reader. PR: docs/65400 Submitted by: Roman Neuhauser Revision Changes Path 1.73 +12 -5 src/usr.bin/make/make.1 From owner-cvs-all@FreeBSD.ORG Mon Jul 19 14: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 840C716A4CE; Mon, 19 Jul 2004 14:46:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6833843D5A; Mon, 19 Jul 2004 14:46:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JEkL6C053596; Mon, 19 Jul 2004 14:46:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JEkLes053595; Mon, 19 Jul 2004 14:46:21 GMT (envelope-from ale) Message-Id: <200407191446.i6JEkLes053595@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 14: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/lang/php5-extensions Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 14:46:21 -0000 ale 2004-07-19 14:46:21 UTC FreeBSD ports repository Modified files: lang/php5-extensions Makefile Log: PHP5 has not "crack" extension. Reported by: sekrett.ru Revision Changes Path 1.2 +1 -2 ports/lang/php5-extensions/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 14:54: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 8BB2516A4CE; Mon, 19 Jul 2004 14:54:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E28643D5D; Mon, 19 Jul 2004 14:54:39 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JEsd3H053800; Mon, 19 Jul 2004 14:54:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JEsdFR053799; Mon, 19 Jul 2004 14:54:39 GMT (envelope-from kientzle) Message-Id: <200407191454.i6JEsdFR053799@repoman.freebsd.org> From: Tim Kientzle Date: Mon, 19 Jul 2004 14: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/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: Mon, 19 Jul 2004 14:54:39 -0000 kientzle 2004-07-19 14:54:39 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c Log: Guard against argv[0] being NULL. Thanks to: Tim J Robbins Revision Changes Path 1.41 +11 -6 src/usr.bin/tar/bsdtar.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 14:56: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 6987516A4CE; Mon, 19 Jul 2004 14:56:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A1CA43D41; Mon, 19 Jul 2004 14:56:35 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JEuZ9X053908; Mon, 19 Jul 2004 14:56:35 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JEuZPK053907; Mon, 19 Jul 2004 14:56:35 GMT (envelope-from ale) Message-Id: <200407191456.i6JEuZPK053907@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 14:56: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/lang/php5 Makefile.ext X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 14:56:35 -0000 ale 2004-07-19 14:56:35 UTC FreeBSD ports repository Modified files: lang/php5 Makefile.ext Log: Fix oniguruma header path. Spotted by: sekrett.ru Revision Changes Path 1.2 +1 -1 ports/lang/php5/Makefile.ext From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:01:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65EDE16A4CE; Mon, 19 Jul 2004 15:01:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488CF43D48; Mon, 19 Jul 2004 15:01:45 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JF1j6M054077; Mon, 19 Jul 2004 15:01:45 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JF1j6a054076; Mon, 19 Jul 2004 15:01:45 GMT (envelope-from vanilla) Message-Id: <200407191501.i6JF1j6a054076@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 19 Jul 2004 15:01: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/textproc/srilm 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, 19 Jul 2004 15:01:45 -0000 vanilla 2004-07-19 15:01:45 UTC FreeBSD ports repository Modified files: textproc/srilm Makefile distinfo pkg-plist Log: - Update to 1.4.1 - remove 2 files in pkg-plist PR: ports/69227 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/textproc/srilm/Makefile 1.3 +2 -2 ports/textproc/srilm/distinfo 1.3 +0 -2 ports/textproc/srilm/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:02: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 AB91716A4CE; Mon, 19 Jul 2004 15:02:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7C143D64; Mon, 19 Jul 2004 15:02:38 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JF2cPb054124; Mon, 19 Jul 2004 15:02:38 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JF2cE1054123; Mon, 19 Jul 2004 15:02:38 GMT (envelope-from vanilla) Message-Id: <200407191502.i6JF2cE1054123@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 19 Jul 2004 15:02: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/p5-Net-Amazon 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, 19 Jul 2004 15:02:38 -0000 vanilla 2004-07-19 15:02:38 UTC FreeBSD ports repository Modified files: net/p5-Net-Amazon Makefile distinfo pkg-plist Log: - Update to 0.26 - rearrange pkg-plist PR: ports/69284 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/net/p5-Net-Amazon/Makefile 1.6 +2 -2 ports/net/p5-Net-Amazon/distinfo 1.5 +23 -23 ports/net/p5-Net-Amazon/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15: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 10E4716A4CE; Mon, 19 Jul 2004 15:05:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DC643D67; Mon, 19 Jul 2004 15:05:24 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JF5OTO054235; Mon, 19 Jul 2004 15:05:24 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JF5O6n054234; Mon, 19 Jul 2004 15:05:24 GMT (envelope-from green) Message-Id: <200407191505.i6JF5O6n054234@repoman.freebsd.org> From: Brian Feldman Date: Mon, 19 Jul 2004 15:05: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/vm uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 15:05:25 -0000 green 2004-07-19 15:05:24 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional in GENERIC/for WITNESS users, make sure the sysctl to disable the behavior is read-only and always enabled. Revision Changes Path 1.101 +6 -0 src/sys/vm/uma_core.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:05:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC87C16A4CE; Mon, 19 Jul 2004 15:05:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AECB543D3F; Mon, 19 Jul 2004 15:05:40 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JF5e27054364; Mon, 19 Jul 2004 15:05:40 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JF5eJK054363; Mon, 19 Jul 2004 15:05:40 GMT (envelope-from vs) Message-Id: <200407191505.i6JF5eJK054363@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 15:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/latex-msc 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, 19 Jul 2004 15:05:41 -0000 vs 2004-07-19 15:05:40 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/latex-msc Makefile distinfo pkg-descr pkg-plist Log: Add latex-msc 1.14, laTeX macro package for drawing Message Sequence Charts. PR: ports/68945 Submitted by: Stefan Grundmann Revision Changes Path 1.315 +1 -0 ports/print/Makefile 1.1 +55 -0 ports/print/latex-msc/Makefile (new) 1.1 +6 -0 ports/print/latex-msc/distinfo (new) 1.1 +11 -0 ports/print/latex-msc/pkg-descr (new) 1.1 +2 -0 ports/print/latex-msc/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15: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 C870116A4CE; Mon, 19 Jul 2004 15:06:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3BD43D5C; Mon, 19 Jul 2004 15:06:00 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JF60Is054468; Mon, 19 Jul 2004 15:06:00 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JF60WI054467; Mon, 19 Jul 2004 15:06:00 GMT (envelope-from vs) Message-Id: <200407191506.i6JF60WI054467@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 15:06: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: Mon, 19 Jul 2004 15:06:01 -0000 vs 2004-07-19 15:06:00 UTC FreeBSD ports repository Modified files: . modules Log: latex-msc --> ports/print/latex-msc Revision Changes Path 1.10698 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:06: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 431DD16A4CF; Mon, 19 Jul 2004 15:06:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 266D243D1D; Mon, 19 Jul 2004 15:06:05 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JF65MF054499; Mon, 19 Jul 2004 15:06:05 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JF65Tn054498; Mon, 19 Jul 2004 15:06:05 GMT (envelope-from vanilla) Message-Id: <200407191506.i6JF65Tn054498@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 19 Jul 2004 15:06:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-Mail-GnuPG 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, 19 Jul 2004 15:06:05 -0000 vanilla 2004-07-19 15:06:05 UTC FreeBSD ports repository Modified files: mail/p5-Mail-GnuPG Makefile distinfo Log: - Update to 0.08 - modify BUILD_DEPENDS PR: ports/69280 Submitted by: maintainer Revision Changes Path 1.5 +5 -3 ports/mail/p5-Mail-GnuPG/Makefile 1.4 +2 -2 ports/mail/p5-Mail-GnuPG/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:12:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8780616A4CE; Mon, 19 Jul 2004 15:12:31 +0000 (GMT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A44A243D39; Mon, 19 Jul 2004 15:12:30 +0000 (GMT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i6JFCU90023496; Mon, 19 Jul 2004 08:12:30 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <40FBE4BA.3040902@freebsd.org> Date: Mon, 19 Jul 2004 08:11:54 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kientzle References: <200407190524.i6J5OfrH018030@repoman.freebsd.org> In-Reply-To: <200407190524.i6J5OfrH018030@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/tar bsdtar.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, 19 Jul 2004 15:12:31 -0000 Tim Kientzle wrote: > kientzle 2004-07-19 05:24:41 UTC > > FreeBSD src repository > > Modified files: > usr.bin/tar bsdtar.1 > Log: > Fix some misspellings, document the TAPE environment > variable and the default tape device. > > Revision Changes Path > 1.15 +16 -2 src/usr.bin/tar/bsdtar.1 Ooops. Forgot to credit Cristopher Mallon for pointing these out to me. Tim Kientzle From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15: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 5B43916A4CE; Mon, 19 Jul 2004 15:21:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9FD43D5E; Mon, 19 Jul 2004 15:21:27 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JFLRWJ054918; Mon, 19 Jul 2004 15:21:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JFLRi2054917; Mon, 19 Jul 2004 15:21:27 GMT (envelope-from vs) Message-Id: <200407191521.i6JFLRi2054917@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 15:21: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: Mon, 19 Jul 2004 15:21:27 -0000 vs 2004-07-19 15:21:27 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Stefan Grundmann for print/latex-msc PR: ports/68945 Revision Changes Path 1.233 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:26:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA4D116A4CF; Mon, 19 Jul 2004 15:26:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE84B43D2D; Mon, 19 Jul 2004 15:26:30 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JFQUiL055099; Mon, 19 Jul 2004 15:26:30 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JFQUWQ055098; Mon, 19 Jul 2004 15:26:30 GMT (envelope-from ale) Message-Id: <200407191526.i6JFQUWQ055098@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 15:26: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/graphics Makefile ports/graphics/pecl-imagick 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, 19 Jul 2004 15:26:30 -0000 ale 2004-07-19 15:26:30 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/pecl-imagick Makefile distinfo pkg-descr pkg-plist Log: Add pecl-imagick 0.9.11, a PECL extension to manipulate images. Revision Changes Path 1.713 +1 -0 ports/graphics/Makefile 1.1 +32 -0 ports/graphics/pecl-imagick/Makefile (new) 1.1 +2 -0 ports/graphics/pecl-imagick/distinfo (new) 1.1 +7 -0 ports/graphics/pecl-imagick/pkg-descr (new) 1.1 +76 -0 ports/graphics/pecl-imagick/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:26: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 0605A16A4D1; Mon, 19 Jul 2004 15:26:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD00543D1D; Mon, 19 Jul 2004 15:26:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JFQdPU055145; Mon, 19 Jul 2004 15:26:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JFQd3P055144; Mon, 19 Jul 2004 15:26:39 GMT (envelope-from ale) Message-Id: <200407191526.i6JFQd3P055144@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 15:26: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: Mon, 19 Jul 2004 15:26:40 -0000 ale 2004-07-19 15:26:39 UTC FreeBSD ports repository Modified files: . modules Log: pecl-imagick --> ports/graphics/pecl-imagick Revision Changes Path 1.10699 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:34:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A3716A4CE; Mon, 19 Jul 2004 15:34:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB0D43D3F; Mon, 19 Jul 2004 15:34:18 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JFYIOB055391; Mon, 19 Jul 2004 15:34:18 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JFYIge055390; Mon, 19 Jul 2004 15:34:18 GMT (envelope-from ale) Message-Id: <200407191534.i6JFYIge055390@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 15:34:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.php.mk ports/lang/php4-extensions Makefile ports/lang/php5-extensions Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 15:34:18 -0000 ale 2004-07-19 15:34:18 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk lang/php4-extensions Makefile lang/php5-extensions Makefile Log: Add support for imagick extension. Revision Changes Path 1.6 +4 -3 ports/Mk/bsd.php.mk 1.2 +2 -1 ports/lang/php4-extensions/Makefile 1.3 +2 -1 ports/lang/php5-extensions/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 15:52: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 C23C516A4CE; Mon, 19 Jul 2004 15:52:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB67D43D1F; Mon, 19 Jul 2004 15:52:08 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JFq89u055962; Mon, 19 Jul 2004 15:52:08 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JFq8SX055961; Mon, 19 Jul 2004 15:52:08 GMT (envelope-from markm) Message-Id: <200407191552.i6JFq8SX055961@repoman.freebsd.org> From: Mark Murray Date: Mon, 19 Jul 2004 15: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/lang/gcl Makefile distinfo pkg-plist ports/lang/gcl/files patch-configure.in patch-h_FreeBSD.defs patch-h_FreeBSD.h patch-h_gclincl.h.in patch-h_linux.h patch-h_notcomp.h patch-info_gcl-si.texi patch-info_makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 15:52:08 -0000 markm 2004-07-19 15:52:08 UTC FreeBSD ports repository Modified files: lang/gcl Makefile distinfo pkg-plist lang/gcl/files patch-configure.in patch-h_FreeBSD.defs patch-info_gcl-si.texi patch-info_makefile patch-makedefc.in patch-makefile Added files: lang/gcl/files patch-h_linux.h patch-h_notcomp.h Removed files: lang/gcl/files patch-h_FreeBSD.h patch-h_gclincl.h.in patch-o_readline.d patch-o_sfaslelf.c patch-o_unixfasl.c patch-unixport_rsym_elf.c Log: Upgrade to GCL 2.6.3. Revision Changes Path 1.28 +6 -9 ports/lang/gcl/Makefile 1.8 +2 -2 ports/lang/gcl/distinfo 1.2 +14 -39 ports/lang/gcl/files/patch-configure.in 1.2 +18 -23 ports/lang/gcl/files/patch-h_FreeBSD.defs 1.2 +0 -90 ports/lang/gcl/files/patch-h_FreeBSD.h (dead) 1.2 +0 -17 ports/lang/gcl/files/patch-h_gclincl.h.in (dead) 1.1 +16 -0 ports/lang/gcl/files/patch-h_linux.h (new) 1.1 +29 -0 ports/lang/gcl/files/patch-h_notcomp.h (new) 1.2 +7 -2 ports/lang/gcl/files/patch-info_gcl-si.texi 1.2 +46 -35 ports/lang/gcl/files/patch-info_makefile 1.2 +7 -2 ports/lang/gcl/files/patch-makedefc.in 1.2 +10 -5 ports/lang/gcl/files/patch-makefile 1.2 +0 -11 ports/lang/gcl/files/patch-o_readline.d (dead) 1.2 +0 -136 ports/lang/gcl/files/patch-o_sfaslelf.c (dead) 1.2 +0 -11 ports/lang/gcl/files/patch-o_unixfasl.c (dead) 1.2 +0 -20 ports/lang/gcl/files/patch-unixport_rsym_elf.c (dead) 1.10 +29 -16 ports/lang/gcl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 16: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 C74B816A4CE; Mon, 19 Jul 2004 16:37:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A408943D5E; Mon, 19 Jul 2004 16:37:15 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JGbFoJ057114; Mon, 19 Jul 2004 16:37:15 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JGbFZv057113; Mon, 19 Jul 2004 16:37:15 GMT (envelope-from vanilla) Message-Id: <200407191637.i6JGbFZv057113@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 19 Jul 2004 16: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/p5-LWP-Authen-Wsse 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, 19 Jul 2004 16:37:16 -0000 vanilla 2004-07-19 16:37:15 UTC FreeBSD ports repository Modified files: www/p5-LWP-Authen-Wsse Makefile distinfo Log: - Update to 0.04 PR: ports/69303 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/www/p5-LWP-Authen-Wsse/Makefile 1.2 +2 -2 ports/www/p5-LWP-Authen-Wsse/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 16:37: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 ECB4F16A4CE; Mon, 19 Jul 2004 16:37:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E714F43D1F; Mon, 19 Jul 2004 16:37:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JGblB6057191; Mon, 19 Jul 2004 16:37:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JGbl4U057190; Mon, 19 Jul 2004 16:37:47 GMT (envelope-from jhb) Message-Id: <200407191637.i6JGbl4U057190@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 Jul 2004 16:37: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/alpha/alpha interrupt.c src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_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, 19 Jul 2004 16:37:48 -0000 jhb 2004-07-19 16:37:47 UTC FreeBSD src repository Modified files: sys/alpha/alpha interrupt.c sys/amd64/amd64 intr_machdep.c sys/i386/i386 intr_machdep.c Log: As a temporary hack, turn off deferred preemptions that are the result of a fast interrupt handler doing an swi_sched(). This fixed the lockups I saw on my laptop when using xmms in KDE and on rwatson's MySQL benchmarks on SMP. This will eventually be removed and/or modified when I figure out what the root cause is and fix that. Revision Changes Path 1.81 +2 -0 src/sys/alpha/alpha/interrupt.c 1.8 +2 -0 src/sys/amd64/amd64/intr_machdep.c 1.8 +2 -0 src/sys/i386/i386/intr_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 16:40:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D949316A4CE; Mon, 19 Jul 2004 16:40:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35FA43D45; Mon, 19 Jul 2004 16:40:27 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JGeRXw057336; Mon, 19 Jul 2004 16:40:27 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JGeRmG057335; Mon, 19 Jul 2004 16:40:27 GMT (envelope-from vanilla) Message-Id: <200407191640.i6JGeRmG057335@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 19 Jul 2004 16:40:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/p5-IO-Util 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, 19 Jul 2004 16:40:28 -0000 vanilla 2004-07-19 16:40:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-IO-Util Makefile distinfo pkg-descr pkg-plist Log: Add p5-IO-Util 1.26, a selection of general-utility IO function. PR: ports/69302 Submitted by: Cheng-Lung Sung Revision Changes Path 1.1643 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-IO-Util/Makefile (new) 1.1 +2 -0 ports/devel/p5-IO-Util/distinfo (new) 1.1 +7 -0 ports/devel/p5-IO-Util/pkg-descr (new) 1.1 +4 -0 ports/devel/p5-IO-Util/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 16:41: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 0E7AB16A4CE; Mon, 19 Jul 2004 16:41:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E3443D46; Mon, 19 Jul 2004 16:41:49 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JGfnE3057447; Mon, 19 Jul 2004 16:41:49 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JGfnw3057446; Mon, 19 Jul 2004 16:41:49 GMT (envelope-from vanilla) Message-Id: <200407191641.i6JGfnw3057446@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 19 Jul 2004 16: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: 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, 19 Jul 2004 16:41:50 -0000 vanilla 2004-07-19 16:41:49 UTC FreeBSD ports repository Modified files: . modules Log: Add devel/p5-IO-Util. Revision Changes Path 1.10700 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Jul 19 16:43: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 9B78C16A4CE; Mon, 19 Jul 2004 16:43:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D94743D58; Mon, 19 Jul 2004 16:43:23 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JGhNCk057502; Mon, 19 Jul 2004 16:43:23 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JGhNGb057501; Mon, 19 Jul 2004 16:43:23 GMT (envelope-from vanilla) Message-Id: <200407191643.i6JGhNGb057501@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 19 Jul 2004 16:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-BerkeleyDB Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 16:43:23 -0000 vanilla 2004-07-19 16:43:23 UTC FreeBSD ports repository Modified files: databases/p5-BerkeleyDB Makefile Log: - fixed when WITH_BDB_VER=42 => Note (probably harmless): No library found for -ldb42 - use BDB_LIB_VER instead of WITH_BDB_VER to library linking PR: ports/69305 Submitted by: maintainer Revision Changes Path 1.16 +7 -1 ports/databases/p5-BerkeleyDB/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 16:54: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 9D3CA16A4CE; Mon, 19 Jul 2004 16:54:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8053443D45; Mon, 19 Jul 2004 16:54:52 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JGsqkl057813; Mon, 19 Jul 2004 16:54:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JGsqrs057812; Mon, 19 Jul 2004 16:54:52 GMT (envelope-from marcel) Message-Id: <200407191654.i6JGsqrs057812@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 19 Jul 2004 16:54:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthread_db/arch/alpha libc_r_md.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 16:54:52 -0000 marcel 2004-07-19 16:54:52 UTC FreeBSD src repository Modified files: lib/libthread_db/arch/alpha libc_r_md.c Log: prgregset_t changed type from being a typedef of struct reg to an array of one element of type struct reg. Change the argument to libc_r_md_getgregs() accordingly. Revision Changes Path 1.2 +1 -1 src/lib/libthread_db/arch/alpha/libc_r_md.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 16:57:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D74816A4CE; Mon, 19 Jul 2004 16:57:05 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D9243D45; Mon, 19 Jul 2004 16:56:58 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-68-121-219-69.dsl.snfc21.pacbell.net [68.121.219.69])i6JGuuUK052946; Mon, 19 Jul 2004 12:56:57 -0400 Message-ID: <40FBFD58.9040101@elischer.org> Date: Mon, 19 Jul 2004 09:56:56 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: Gleb Smirnoff References: <200407190821.i6J8LHP4031275@repoman.freebsd.org> In-Reply-To: <200407190821.i6J8LHP4031275@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 16:57:05 -0000 Gleb Smirnoff wrote: >glebius 2004-07-19 08:21:17 UTC > > FreeBSD src repository > > Modified files: > usr.bin/calendar/calendars calendar.freebsd > Log: > Today is a good day to add myself here :) > > Approved by: julian (mentor) > > Revision Changes Path > 1.121 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd > > Happy birthday! :-) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:10: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 A5B2116A4CE; Mon, 19 Jul 2004 17:10:41 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4883E43D46; Mon, 19 Jul 2004 17:10:41 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6JHAfZR022127; Mon, 19 Jul 2004 10:10:41 -0700 (PDT) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.11/8.12.11/Submit) id i6JHAfZO022126; Mon, 19 Jul 2004 10:10:41 -0700 (PDT) (envelope-from marcel) Date: Mon, 19 Jul 2004 10:10:41 -0700 From: Marcel Moolenaar To: Scott Long Message-ID: <20040719171041.GA22048@ns1.xcllnt.net> References: <200407182028.i6IKS7Su002490@repoman.freebsd.org> <20040719034245.C32601@pooker.samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719034245.C32601@pooker.samsco.org> User-Agent: Mutt/1.5.5.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:10:41 -0000 On Mon, Jul 19, 2004 at 03:45:39AM -0600, Scott Long wrote: > > Log: > > After maintaining previous behaviour in writing out the core notes, it's > > time now to break with the past: do not write the PID in the first note. > > I've seen concern (maybe in private email, can't check at the moment) > recently that loosing the PID info is undesirable. Is there any way that > it can be included again, maybe in something other than a PRSTATUS object? Ideally you want one note that describes the process as a whole (let's call it a P-note for now) and as many notes as there were kernel threads for the process (let's call such notes T-notes). A P-note would typically hold the PID. T-notes typically hold register contents, as well as LWPIDs. Creating a core file with P-notes and T-notes is easy enough. getting binutils to grok them is non-trivial, not to mention that gdb needs to be able to get to the information, which is as non-trivial as binutils extracting it from the core file. So, introducing new notes is a major effort. Extending existing notes is a major effort. Not because it's hard to understand a new note, or read a new field from a note, but because it's hard to have binutils save the information and gdb use the saved information. You pretty much have to redesign interfaces and I'm not touching that... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:15: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 1638A16A4CF; Mon, 19 Jul 2004 17:15:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D947843D5F; Mon, 19 Jul 2004 17:15:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHFp17058373; Mon, 19 Jul 2004 17:15:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHFp7u058372; Mon, 19 Jul 2004 17:15:51 GMT (envelope-from rwatson) Message-Id: <200407191715.i6JHFp7u058372@repoman.freebsd.org> From: Robert Watson Date: Mon, 19 Jul 2004 17:15: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/netatalk at_control.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:15:52 -0000 rwatson 2004-07-19 17:15:51 UTC FreeBSD src repository Modified files: sys/netatalk at_control.c Log: Re-style at_control.c to bring it closer to style(9), primarily with regard to function prototypes and indentation. The lack of indentation in if clauses and case statements made this code extremely difficult to read. Revision Changes Path 1.41 +597 -609 src/sys/netatalk/at_control.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17: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 8203C16A4CE; Mon, 19 Jul 2004 17:18:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6453143D41; Mon, 19 Jul 2004 17:18:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHIwvs058440; Mon, 19 Jul 2004 17:18:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHIwnS058439; Mon, 19 Jul 2004 17:18:58 GMT (envelope-from rwatson) Message-Id: <200407191718.i6JHIwnS058439@repoman.freebsd.org> From: Robert Watson Date: Mon, 19 Jul 2004 17: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/netatalk at_control.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:18:58 -0000 rwatson 2004-07-19 17:18:58 UTC FreeBSD src repository Modified files: sys/netatalk at_control.c Log: Further function forward declaration white space tweaks. Revision Changes Path 1.42 +14 -13 src/sys/netatalk/at_control.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:22: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 6EFAF16A4CE; Mon, 19 Jul 2004 17:22:45 +0000 (GMT) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0232143D1D; Mon, 19 Jul 2004 17:22:45 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.13.0/8.13.0) with ESMTP id i6JHMgDK003944; Mon, 19 Jul 2004 13:22:43 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200407190925.56489.jhb@FreeBSD.org> References: <200407190621.i6J6LRWJ019976@repoman.freebsd.org> <20040719071147.GS18577@cs.rice.edu> <20040719103917.GD1038@green.homeunix.org> <200407190925.56489.jhb@FreeBSD.org> Date: Mon, 19 Jul 2004 13:22:41 -0400 To: John Baldwin , Brian Fundakowski Feldman From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys malloc.h src/sys/kern kern_malloc.c src/sys/vm vm_contig.c 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, 19 Jul 2004 17:22:45 -0000 At 9:25 AM -0400 7/19/04, John Baldwin wrote: >On Monday 19 July 2004 06:39 am, Brian Fundakowski Feldman wrote: > > > > Aye, I didn't feel totally comfortable saying "Reviewed by:" since > > that was a while ago, ... > >For future reference: In this case I usually add a line along the >lines of: > >Reviewed by: bde (an earlier version) > >Which is both truthful and avoids the ensuing flamewar due to >the appearance of an unreviewed driveby. :) This sounds like a good method to follow. Another thing to say is "by silence on freebsd-blah", so that you document that others had a chance to review it, but no one picked up on the opportunity. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:28: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 CE31E16A4CE; Mon, 19 Jul 2004 17:28:42 +0000 (GMT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39D943D2D; Mon, 19 Jul 2004 17:28:42 +0000 (GMT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) i6JHSg87050227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Jul 2004 10:28:42 -0700 (PDT) Received: (from gshapiro@localhost)i6JHSghk050226; Mon, 19 Jul 2004 10:28:42 -0700 (PDT) Date: Mon, 19 Jul 2004 10:28:42 -0700 From: Gregory Neil Shapiro To: Marcel Moolenaar Message-ID: <20040719172842.GC92908@horsey.gshapiro.net> References: <200407182028.i6IKS7Su002490@repoman.freebsd.org> <20040719034245.C32601@pooker.samsco.org> <20040719171041.GA22048@ns1.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719171041.GA22048@ns1.xcllnt.net> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:28:43 -0000 > > I've seen concern (maybe in private email, can't check at the moment) > > recently that loosing the PID info is undesirable. Is there any way that > > it can be included again, maybe in something other than a PRSTATUS object? Another option would be to record the PID in the file name (changing kern.corefile from %N.core to %N.%P.core for example). This has the added benefit of allowing for multiple cores if a buggy process dies more often than an admin can collect the cores. However, that benefit is also a disadvantage as it has disk-filling potential. From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17: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 684F416A4CE; Mon, 19 Jul 2004 17:35:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B92243D5E; Mon, 19 Jul 2004 17:35:49 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHZnrB058910; Mon, 19 Jul 2004 17:35:49 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHZmfv058909; Mon, 19 Jul 2004 17:35:48 GMT (envelope-from den) Message-Id: <200407191735.i6JHZmfv058909@repoman.freebsd.org> From: Denis Peplin Date: Mon, 19 Jul 2004 17:35:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:35:49 -0000 den 2004-07-19 17:35:48 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml Log: Add all missing sections MFen 1.329 Revision Changes Path 1.13 +626 -28 doc/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:40: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 3E1A116A4D0; Mon, 19 Jul 2004 17:40:22 +0000 (GMT) Received: from mout2.freenet.de (mout2.freenet.de [194.97.50.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD3243D5D; Mon, 19 Jul 2004 17:40:22 +0000 (GMT) (envelope-from garyj@jennejohn.org) Received: from [194.97.55.192] (helo=mx8.freenet.de) by mout2.freenet.de with asmtp (Exim 4.390) id 1Bmc7g-0007ku-TW; Mon, 19 Jul 2004 19:40:20 +0200 Received: from ge8d0.g.pppool.de ([80.185.232.208] helo=peedub.jennejohn.org) by mx8.freenet.de with esmtp (TLSv1:AES256-SHA:256) (Exim 4.390 #23) id 1Bmc7g-0008PB-MV; Mon, 19 Jul 2004 19:40:20 +0200 Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.11/8.11.6) with ESMTP id i6JHeDNT006723; Mon, 19 Jul 2004 19:40:18 +0200 (CEST) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200407191740.i6JHeDNT006723@peedub.jennejohn.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: "Daniel O'Connor" In-Reply-To: Message from "Daniel O'Connor" <200407191334.47133.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Jul 2004 19:40:13 +0200 From: Gary Jennejohn cc: Wilko Bulte cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:40:22 -0000 "Daniel O'Connor" writes: > On Mon, 19 Jul 2004 05:58, Wilko Bulte wrote: > > > Note that this does not close the PR since it was filed against 4.9. > > > > But that implies that the PR will be there forever? > > I'd say he means that when it's MFC'd (in 5 days like he said) the PR will be > > closed :) > No, I think it means that I have to ask security-officer whether I can commit the patch to 4.9 and 4.10 in addition to RELENG_4, but I'm not 100% certain. I'm not really sure that s-o should care about this, since it has no relevance to security. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:42: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 D9CA116A4CE; Mon, 19 Jul 2004 17:42:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB88E43D48; Mon, 19 Jul 2004 17:42:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHgnfM059144; Mon, 19 Jul 2004 17:42:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHgnYN059143; Mon, 19 Jul 2004 17:42:49 GMT (envelope-from krion) Message-Id: <200407191742.i6JHgnYN059143@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:42:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/tkseti Makefile distinfo pkg-descr pkg-plist ports/astro/tkseti/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, 19 Jul 2004 17:42:50 -0000 krion 2004-07-19 17:42:49 UTC FreeBSD ports repository Modified files: astro/tkseti Makefile distinfo pkg-descr astro/tkseti/files patch-aa Removed files: astro/tkseti pkg-plist Log: Update to version 3.10.2 PR: ports/69289 Submitted by: Ports Fury Revision Changes Path 1.22 +17 -11 ports/astro/tkseti/Makefile 1.10 +2 -2 ports/astro/tkseti/distinfo 1.7 +17 -25 ports/astro/tkseti/files/patch-aa 1.5 +1 -1 ports/astro/tkseti/pkg-descr 1.4 +0 -4 ports/astro/tkseti/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:43: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 3BDE916A4E1; Mon, 19 Jul 2004 17:43:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF4F43D2D; Mon, 19 Jul 2004 17:43:18 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHhHjP059217; Mon, 19 Jul 2004 17:43:18 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHhHBn059216; Mon, 19 Jul 2004 17:43:17 GMT (envelope-from krion) Message-Id: <200407191743.i6JHhHBn059216@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:43: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/audio/libsamplerate Makefile distinfo pkg-plist ports/audio/libsamplerate/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:43:18 -0000 krion 2004-07-19 17:43:17 UTC FreeBSD ports repository Modified files: audio/libsamplerate Makefile distinfo pkg-plist Removed files: audio/libsamplerate/files patch-configure Log: Update to version 0.1.1 PR: ports/69290 Submitted by: Ports Fury Revision Changes Path 1.9 +3 -4 ports/audio/libsamplerate/Makefile 1.4 +2 -2 ports/audio/libsamplerate/distinfo 1.2 +0 -13 ports/audio/libsamplerate/files/patch-configure (dead) 1.6 +1 -4 ports/audio/libsamplerate/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:44: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 8861A16A4D4; Mon, 19 Jul 2004 17:44:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B84D43D55; Mon, 19 Jul 2004 17:44:27 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHiRCe059263; Mon, 19 Jul 2004 17:44:27 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHiReo059262; Mon, 19 Jul 2004 17:44:27 GMT (envelope-from krion) Message-Id: <200407191744.i6JHiReo059262@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:44: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/audio/swhplugins 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, 19 Jul 2004 17:44:27 -0000 krion 2004-07-19 17:44:27 UTC FreeBSD ports repository Modified files: audio/swhplugins Makefile distinfo pkg-plist Log: Update to version 0.4.7 PR: ports/69291 Submitted by: Ports Fury Revision Changes Path 1.19 +6 -9 ports/audio/swhplugins/Makefile 1.9 +2 -2 ports/audio/swhplugins/distinfo 1.10 +1 -3 ports/audio/swhplugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:44:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C980516A4CE; Mon, 19 Jul 2004 17:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA9D043D5A; Mon, 19 Jul 2004 17:44:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHijAk059299; Mon, 19 Jul 2004 17:44:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHijtd059298; Mon, 19 Jul 2004 17:44:45 GMT (envelope-from krion) Message-Id: <200407191744.i6JHijtd059298@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:44: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/deskutils/dlume Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:44:45 -0000 krion 2004-07-19 17:44:45 UTC FreeBSD ports repository Modified files: deskutils/dlume Makefile distinfo Log: Update to version 0.2.4 PR: ports/69292 Submitted by: Ports Fury Revision Changes Path 1.12 +1 -2 ports/deskutils/dlume/Makefile 1.9 +2 -2 ports/deskutils/dlume/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:47:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5405416A4CF; Mon, 19 Jul 2004 17:47:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3616E43D31; Mon, 19 Jul 2004 17:47:13 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHlDlW059451; Mon, 19 Jul 2004 17:47:13 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHlDn7059450; Mon, 19 Jul 2004 17:47:13 GMT (envelope-from krion) Message-Id: <200407191747.i6JHlDn7059450@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:47: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/audio/sweep Makefile ports/multimedia/kino Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:47:13 -0000 krion 2004-07-19 17:47:13 UTC FreeBSD ports repository Modified files: audio/sweep Makefile multimedia/kino Makefile Log: Chase libraries for new audio/libsamplerate version. Revision Changes Path 1.22 +1 -0 ports/audio/sweep/Makefile 1.4 +2 -1 ports/multimedia/kino/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:48: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 593A716A4CE; Mon, 19 Jul 2004 17:48:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A53943D4C; Mon, 19 Jul 2004 17:48:10 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHmAhJ059499; Mon, 19 Jul 2004 17:48:10 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHmAPA059498; Mon, 19 Jul 2004 17:48:10 GMT (envelope-from krion) Message-Id: <200407191748.i6JHmAPA059498@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:48:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/sweep Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:48:10 -0000 krion 2004-07-19 17:48:10 UTC FreeBSD ports repository Modified files: audio/sweep Makefile Log: Bang, bang, bang. Revision Changes Path 1.23 +1 -1 ports/audio/sweep/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:51:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6582416A4CE; Mon, 19 Jul 2004 17:51:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44DB543D31; Mon, 19 Jul 2004 17:51:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHp5sV059667; Mon, 19 Jul 2004 17:51:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHp5oD059666; Mon, 19 Jul 2004 17:51:05 GMT (envelope-from krion) Message-Id: <200407191751.i6JHp5oD059666@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:51:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xenomorph 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, 19 Jul 2004 17:51:05 -0000 krion 2004-07-19 17:51:05 UTC FreeBSD ports repository Modified files: graphics/xenomorph Makefile distinfo Log: Update to version 0.6 PR: ports/69297 Submitted by: Ports Fury Revision Changes Path 1.5 +4 -5 ports/graphics/xenomorph/Makefile 1.3 +2 -2 ports/graphics/xenomorph/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17: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 EC81E16A4CE; Mon, 19 Jul 2004 17:52:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBAC43D1D; Mon, 19 Jul 2004 17:52:40 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHqeXk059734; Mon, 19 Jul 2004 17:52:40 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHqeXw059733; Mon, 19 Jul 2004 17:52:40 GMT (envelope-from krion) Message-Id: <200407191752.i6JHqeXw059733@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:52: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/lang/yabasic 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, 19 Jul 2004 17:52:41 -0000 krion 2004-07-19 17:52:40 UTC FreeBSD ports repository Modified files: lang/yabasic Makefile distinfo Log: Update to version 2.751 PR: ports/69298 Submitted by: Ports Fury Revision Changes Path 1.26 +4 -1 ports/lang/yabasic/Makefile 1.21 +2 -2 ports/lang/yabasic/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:54: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 E0A6D16A4CE; Mon, 19 Jul 2004 17:54:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3F9C43D3F; Mon, 19 Jul 2004 17:54:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHsnOc059820; Mon, 19 Jul 2004 17:54:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHsnWR059819; Mon, 19 Jul 2004 17:54:49 GMT (envelope-from krion) Message-Id: <200407191754.i6JHsnWR059819@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:54: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/games/libggz Makefile distinfo ports/games/libggz/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:54:50 -0000 krion 2004-07-19 17:54:49 UTC FreeBSD ports repository Modified files: games/libggz Makefile distinfo Removed files: games/libggz/files patch-ltmain.sh Log: Update to version 0.0.9 PR: ports/69296 Submitted by: Ports Fury Revision Changes Path 1.4 +12 -6 ports/games/libggz/Makefile 1.4 +2 -2 ports/games/libggz/distinfo 1.2 +0 -15 ports/games/libggz/files/patch-ltmain.sh (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:56: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 328BF16A4CE; Mon, 19 Jul 2004 17:56:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152BD43D4C; Mon, 19 Jul 2004 17:56:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHuRcq059950; Mon, 19 Jul 2004 17:56:27 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHuRNZ059949; Mon, 19 Jul 2004 17:56:27 GMT (envelope-from krion) Message-Id: <200407191756.i6JHuRNZ059949@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:56: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/games/libggz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:56:28 -0000 krion 2004-07-19 17:56:27 UTC FreeBSD ports repository Modified files: games/libggz Makefile Log: Remove contiguous blank line. Revision Changes Path 1.5 +0 -1 ports/games/libggz/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17:56: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 4C72716A4CE; Mon, 19 Jul 2004 17:56:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDC443D39; Mon, 19 Jul 2004 17:56:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHuixH060004; Mon, 19 Jul 2004 17:56:44 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHuiKh060003; Mon, 19 Jul 2004 17:56:44 GMT (envelope-from pav) Message-Id: <200407191756.i6JHuiKh060003@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 19 Jul 2004 17:56: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/archivers/bsdtar Makefile distinfo ports/archivers/bsdtar/files diff-bsdtar.h patch-bsdtar.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, 19 Jul 2004 17:56:44 -0000 pav 2004-07-19 17:56:44 UTC FreeBSD ports repository Modified files: archivers/bsdtar Makefile distinfo Added files: archivers/bsdtar/files diff-bsdtar.h Removed files: archivers/bsdtar/files patch-bsdtar.h Log: - Update to 2004.07.14 PR: ports/69270 Submitted by: Martin Matuska (maintainer) Revision Changes Path 1.2 +5 -1 ports/archivers/bsdtar/Makefile 1.2 +2 -2 ports/archivers/bsdtar/distinfo 1.1 +10 -0 ports/archivers/bsdtar/files/diff-bsdtar.h (new) 1.2 +0 -10 ports/archivers/bsdtar/files/patch-bsdtar.h (dead) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 17: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 B198616A4CF; Mon, 19 Jul 2004 17:59:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9462343D31; Mon, 19 Jul 2004 17:59:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JHxofu060100; Mon, 19 Jul 2004 17:59:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JHxoYY060099; Mon, 19 Jul 2004 17:59:50 GMT (envelope-from krion) Message-Id: <200407191759.i6JHxoYY060099@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 17:59: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/ggz-client-libs Makefile distinfo pkg-plist ports/games/ggz-client-libs/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:59:50 -0000 krion 2004-07-19 17:59:50 UTC FreeBSD ports repository Modified files: games/ggz-client-libs Makefile distinfo pkg-plist Removed files: games/ggz-client-libs/files patch-ltmain.sh Log: Update to version 0.0.9 PR: ports/69294 Submitted by: Ports Fury Revision Changes Path 1.5 +3 -4 ports/games/ggz-client-libs/Makefile 1.4 +2 -2 ports/games/ggz-client-libs/distinfo 1.2 +0 -15 ports/games/ggz-client-libs/files/patch-ltmain.sh (dead) 1.3 +2 -2 ports/games/ggz-client-libs/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 18:02: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 DAAE216A4CE; Mon, 19 Jul 2004 18:02:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D38DE43D58; Mon, 19 Jul 2004 18:02:38 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JI2cmu060299; Mon, 19 Jul 2004 18:02:38 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JI2cUh060298; Mon, 19 Jul 2004 18:02:38 GMT (envelope-from krion) Message-Id: <200407191802.i6JI2cUh060298@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 18:02: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/games/ggz-txt-client Makefile distinfo pkg-plist patch-ggz-txt::output.c patch-tttxt::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: Mon, 19 Jul 2004 18:02:39 -0000 krion 2004-07-19 18:02:38 UTC FreeBSD ports repository Modified files: games/ggz-txt-client Makefile distinfo pkg-plist Added files: games/ggz-txt-client/files patch-ggz-txt::loop.c patch-ggz-txt::output.c patch-tttxt::main.c Log: Update to version 0.0.9 PR: ports/69295 Submitted by: Ports Fury Revision Changes Path 1.8 +4 -4 ports/games/ggz-txt-client/Makefile 1.4 +2 -2 ports/games/ggz-txt-client/distinfo 1.1 +10 -0 ports/games/ggz-txt-client/files/patch-ggz-txt::loop.c (new) 1.1 +14 -0 ports/games/ggz-txt-client/files/patch-ggz-txt::output.c (new) 1.1 +10 -0 ports/games/ggz-txt-client/files/patch-tttxt::main.c (new) 1.2 +3 -0 ports/games/ggz-txt-client/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 18:03: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 A668B16A4CE; Mon, 19 Jul 2004 18:03:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8803E43D45; Mon, 19 Jul 2004 18:03:02 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JI32tZ060337; Mon, 19 Jul 2004 18:03:02 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JI32a8060336; Mon, 19 Jul 2004 18:03:02 GMT (envelope-from julian) Message-Id: <200407191803.i6JI32a8060336@repoman.freebsd.org> From: Julian Elischer Date: Mon, 19 Jul 2004 18:03: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/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 18:03:02 -0000 julian 2004-07-19 18:03:02 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c Log: Allow the user who calls doadump() from the kernel debugger to not get a page fault if he has not defined a dump device. Panic can often not do a dump as it can hang forever in some cases. The original PR was for amd64 only. This is a generalised version of that change. PR: amd64/67712 Submitted by: wjw@withagen.nl Revision Changes Path 1.158 +11 -2 src/sys/kern/kern_shutdown.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 18:06:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC01716A4CE; Mon, 19 Jul 2004 18:06:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEAEE43D55; Mon, 19 Jul 2004 18:06:12 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JI6Cbi060510; Mon, 19 Jul 2004 18:06:12 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JI6C0f060509; Mon, 19 Jul 2004 18:06:12 GMT (envelope-from julian) Message-Id: <200407191806.i6JI6C0f060509@repoman.freebsd.org> From: Julian Elischer Date: Mon, 19 Jul 2004 18:06: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/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 18:06:13 -0000 julian 2004-07-19 18:06:12 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c Log: You always spot the typos after you have committed.. Start sentence with a Cap. Revision Changes Path 1.159 +1 -1 src/sys/kern/kern_shutdown.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 18:12: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 BC16516A4CE; Mon, 19 Jul 2004 18:12:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58FC43D2F; Mon, 19 Jul 2004 18:12:04 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JIC4r1060760; Mon, 19 Jul 2004 18:12:04 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JIC4bO060759; Mon, 19 Jul 2004 18:12:04 GMT (envelope-from alc) Message-Id: <200407191812.i6JIC4bO060759@repoman.freebsd.org> From: Alan Cox Date: Mon, 19 Jul 2004 18:12: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/alpha/alpha pmap.c src/sys/alpha/include pmap.h 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: Mon, 19 Jul 2004 18:12:04 -0000 alc 2004-07-19 18:12:04 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/alpha/include pmap.h sys/vm vm_page.c Log: - Eliminate the pte object from the pmap. Instead, page table pages are allocated as "no object" pages. Similar changes were made to the amd64 and i386 pmap last year. The primary reason being that maintaining a pte object leads to lock order violations. A secondary reason being that the pte object is redundant, i.e., the page table itself can be used to lookup page table pages. (Historical note: The pte object predates our ability to allocate "no object" pages. Thus, the pte object was a necessary evil.) - Unconditionally check the vm object lock's status in vm_page_remove(). Previously, this assertion could not be made on Alpha due to its use of a pte object. Revision Changes Path 1.162 +64 -146 src/sys/alpha/alpha/pmap.c 1.33 +0 -1 src/sys/alpha/include/pmap.h 1.288 +0 -2 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 18: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 E775716A4CE; Mon, 19 Jul 2004 18:30:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C134243D41; Mon, 19 Jul 2004 18:30:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JIUdDN061219; Mon, 19 Jul 2004 18:30:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JIUdKM061218; Mon, 19 Jul 2004 18:30:39 GMT (envelope-from ale) Message-Id: <200407191830.i6JIUdKM061218@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 18:30:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jonah Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 18:30:40 -0000 ale 2004-07-19 18:30:39 UTC FreeBSD ports repository Modified files: www/jonah Makefile Log: Remove PHP dependency (this is a DEPRECATED and IGNOREd port) only to fix make index. Revision Changes Path 1.7 +1 -2 ports/www/jonah/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 18:37: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 C91F316A4CE; Mon, 19 Jul 2004 18:37:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABCD943D62; Mon, 19 Jul 2004 18:37:46 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JIbkne061424; Mon, 19 Jul 2004 18:37:46 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JIbk0S061423; Mon, 19 Jul 2004 18:37:46 GMT (envelope-from blackend) Message-Id: <200407191837.i6JIbk0S061423@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 19 Jul 2004 18:37:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/introduction chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 18:37:46 -0000 blackend 2004-07-19 18:37:46 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/introduction chapter.sgml Log: s/June 2002/July 2004/ for core election. Revision Changes Path 1.100 +1 -1 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 19:09: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 B54C616A4CE; Mon, 19 Jul 2004 19:09:10 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6775243D49; Mon, 19 Jul 2004 19:09:10 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) i6JJ96TH015456; Mon, 19 Jul 2004 15:09:06 -0400 (EDT) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id i6JJ95Iv015453; Mon, 19 Jul 2004 15:09:05 -0400 (EDT) Date: Mon, 19 Jul 2004 15:09:05 -0400 From: Ken Smith To: Gary Jennejohn Message-ID: <20040719190905.GA14666@electra.cse.Buffalo.EDU> References: <200407191334.47133.doconnor@gsoft.com.au> <200407191740.i6JHeDNT006723@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407191740.i6JHeDNT006723@peedub.jennejohn.org> User-Agent: Mutt/1.4.1i cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Wilko Bulte Subject: Re: cvs commit: src/sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 19:09:10 -0000 On Mon, Jul 19, 2004 at 07:40:13PM +0200, Gary Jennejohn wrote: > "Daniel O'Connor" writes: > > On Mon, 19 Jul 2004 05:58, Wilko Bulte wrote: > > > > Note that this does not close the PR since it was filed against 4.9. > > > > > > But that implies that the PR will be there forever? > > > > I'd say he means that when it's MFC'd (in 5 days like he said) the PR will be > > > > closed :) > > > > No, I think it means that I have to ask security-officer whether I can > commit the patch to 4.9 and 4.10 in addition to RELENG_4, but I'm not > 100% certain. I'm not really sure that s-o should care about this, since > it has no relevance to security. Unless it is a security hole being fixed you won't be able to apply the fix to 4.9. If the person who filed the PR absolutely needs the fix in 4.9 it would be up to them to retro-fit the patch to 4.9 themselves (if they didn't provide the patch to begin with...). With 4.10 being called an Errata Branch we could process this as an Errata item for 4.10 if you feel strongly that this is a bug a lot of people are being bitten by and there are no workarounds for it. If that is the case after this has been MFC-ed and in RELENG_4 for around two weeks you can send mail to re@ to request it be handled as an Errata item. Please note the "lots of people" and "no workaround" stuff - once the release is done the bar is fairly high on what we'll consider for Errata. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel | From owner-cvs-all@FreeBSD.ORG Mon Jul 19 19:15: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 BD6D816A4CE; Mon, 19 Jul 2004 19:15:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A066143D54; Mon, 19 Jul 2004 19:15:16 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JJFGv9062325; Mon, 19 Jul 2004 19:15:16 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JJFGr9062324; Mon, 19 Jul 2004 19:15:16 GMT (envelope-from mlaier) Message-Id: <200407191915.i6JJFGr9062324@repoman.freebsd.org> From: Max Laier Date: Mon, 19 Jul 2004 19:15:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 19:15:16 -0000 mlaier 2004-07-19 19:15:16 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: Got one 4801 + 30GB HDD from Daniel Seuffert. This will be very helpful. Have another one coming, but both will be on loan. So I could really use one more to build a permanent test setup. Revision Changes Path 1.222 +3 -5 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 19:54: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 0B09216A4CE; Mon, 19 Jul 2004 19:54:26 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC7343D41; Mon, 19 Jul 2004 19:54:25 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.205] (helo=mgr5.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BmeDR-00016f-02; Mon, 19 Jul 2004 13:54:25 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr5.xmission.com with esmtp (Exim 4.32) id 1BmeDP-0007Gu-RM; Mon, 19 Jul 2004 13:54:24 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i6JJsM6W036300; Mon, 19 Jul 2004 13:54:22 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i6JJsL1r036299; Mon, 19 Jul 2004 13:54:21 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 19 Jul 2004 13:54:21 -0600 From: Greg Lewis To: Pav Lucistnik Message-ID: <20040719195421.GA36234@misty.eyesbeyond.com> References: <200407172008.i6HK8LGl058411@repoman.freebsd.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <200407172008.i6HK8LGl058411@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr5.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=8.0 tests=BAYES_01 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr5.xmission.com) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/orion 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, 19 Jul 2004 19:54:26 -0000 On Sat, Jul 17, 2004 at 08:08:21PM +0000, Pav Lucistnik wrote: > pav 2004-07-17 20:08:21 UTC > > FreeBSD ports repository > > Added files: > x11-wm/orion Makefile distinfo pkg-descr pkg-plist > Log: > Add orion, a window manager written in Scheme. Hmmm, how will this affect people who may still have the www/orion port (removed 4 weeks ago) installed? In particular, does portupgrade and so forth cope? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:01: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 B7F5E16A4CE; Mon, 19 Jul 2004 20:01:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9936C43D3F; Mon, 19 Jul 2004 20:01:23 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JK1N5G063442; Mon, 19 Jul 2004 20:01:23 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JK1N3V063441; Mon, 19 Jul 2004 20:01:23 GMT (envelope-from vs) Message-Id: <200407192001.i6JK1N3V063441@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 20:01: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/f-prot-sig 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, 19 Jul 2004 20:01:23 -0000 vs 2004-07-19 20:01:23 UTC FreeBSD ports repository Modified files: security/f-prot-sig Makefile distinfo Log: Update to 20040719: - W32/Bagle.AF@mm - W32/Bagle.AG@mm - W32/Bagle.AH@mm PR: ports/69286 Submited by: Tim Bishop (maintainer) Revision Changes Path 1.17 +1 -1 ports/security/f-prot-sig/Makefile 1.13 +2 -2 ports/security/f-prot-sig/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:08: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 0214616A4CE; Mon, 19 Jul 2004 20:08:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6FE743D1F; Mon, 19 Jul 2004 20:08:26 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JK8QwK063626; Mon, 19 Jul 2004 20:08:26 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JK8QK1063625; Mon, 19 Jul 2004 20:08:26 GMT (envelope-from vs) Message-Id: <200407192008.i6JK8QK1063625@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 20:08: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/www/drupal 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, 19 Jul 2004 20:08:27 -0000 vs 2004-07-19 20:08:26 UTC FreeBSD ports repository Modified files: www/drupal Makefile distinfo Log: Update to 4.4.2 PR: ports/69278 Submitted by: Sebastian Yepes F. (maintainer) Revision Changes Path 1.7 +1 -1 ports/www/drupal/Makefile 1.5 +2 -2 ports/www/drupal/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20: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 8BC5616A4CE; Mon, 19 Jul 2004 20:19:56 +0000 (GMT) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D0B43D3F; Mon, 19 Jul 2004 20:19:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.12.11/8.12.11) with ESMTP id i6JKJEcI030696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Jul 2004 22:19:14 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.12.11/8.12.11/Submit) id i6JKJEYd030695; Mon, 19 Jul 2004 22:19:14 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Greg Lewis In-Reply-To: <20040719195421.GA36234@misty.eyesbeyond.com> References: <200407172008.i6HK8LGl058411@repoman.freebsd.org> <20040719195421.GA36234@misty.eyesbeyond.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-UJx2pSrm5u+yP54YiRtE" Message-Id: <1090268353.91614.0.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 19 Jul 2004 22:19:13 +0200 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/orion Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:19:56 -0000 --=-UJx2pSrm5u+yP54YiRtE Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V po, 19. 07. 2004 v 21:54, Greg Lewis p=ED=B9e: > > FreeBSD ports repository > >=20 > > Added files: > > x11-wm/orion Makefile distinfo pkg-descr pkg-plist=20 > > Log: > > Add orion, a window manager written in Scheme. >=20 > Hmmm, how will this affect people who may still have the www/orion > port (removed 4 weeks ago) installed? In particular, does portupgrade > and so forth cope? Hmm. I think it will not affect them at all. Portupgrade will complain about stalled origin of old orion port and will not touch it, unless I make entry in MOVED, which I will not do. --=20 Pav Lucistnik Is this a dagger which I see before me, its handle towards my hand? Come, let me clutch thee! I have thee not, and yet I see thee still. --=-UJx2pSrm5u+yP54YiRtE 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.4 (FreeBSD) iD8DBQBA/CzBntdYP8FOsoIRArhIAKCGfXB1qCTRTyypBDT9bjTXRp05BgCfURRx TmZw2BLAQLENjFRj1T/BJgE= =EVHB -----END PGP SIGNATURE----- --=-UJx2pSrm5u+yP54YiRtE-- From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:33: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 20F7716A4CE; Mon, 19 Jul 2004 20:33:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B9F43D5A; Mon, 19 Jul 2004 20:33:49 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKXmmh064235; Mon, 19 Jul 2004 20:33:48 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKXmSn064234; Mon, 19 Jul 2004 20:33:48 GMT (envelope-from ceri) Message-Id: <200407192033.i6JKXmSn064234@repoman.freebsd.org> From: Ceri Davies Date: Mon, 19 Jul 2004 20:33:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en developers.sgml doc/en_US.ISO8859-1/articles/contributors article.sgml contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:33:49 -0000 ceri 2004-07-19 20:33:48 UTC FreeBSD doc repository Modified files: en developers.sgml en_US.ISO8859-1/articles/contributors article.sgml contrib.staff.sgml Log: I need help, so welcome linimon and keramida to the cheap seats. Approved by: core Revision Changes Path 1.429 +6 -2 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.11 +3 -5 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml 1.80 +2 -2 www/en/developers.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:35:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6403F16A4CE; Mon, 19 Jul 2004 20:35:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F9343D1F; Mon, 19 Jul 2004 20:35:12 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKZCof064304; Mon, 19 Jul 2004 20:35:12 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKZCoJ064297; Mon, 19 Jul 2004 20:35:12 GMT (envelope-from krion) Message-Id: <200407192035.i6JKZCoJ064297@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 20:35:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects projects.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:35:12 -0000 krion 2004-07-19 20:35:12 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Mention pointyhat.FreeBSD.org as ports building cluster. Approved by: josef (mentor) Revision Changes Path 1.163 +2 -2 www/en/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20: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 B36C816A4CE; Mon, 19 Jul 2004 20:38:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941DC43D46; Mon, 19 Jul 2004 20:38:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKc4uq064424; Mon, 19 Jul 2004 20:38:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKc4EH064423; Mon, 19 Jul 2004 20:38:04 GMT (envelope-from krion) Message-Id: <200407192038.i6JKc4EH064423@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 20:38:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/internal bylaws.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:38:04 -0000 krion 2004-07-19 20:38:04 UTC FreeBSD doc repository Modified files: en/internal bylaws.sgml Log: Update the date of last core election (June 2004) and add the next core election (June 2006). Approved by: josef (mentor) Revision Changes Path 1.5 +3 -3 www/en/internal/bylaws.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:42: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 78D3E16A4CE; Mon, 19 Jul 2004 20:42:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5972F43D3F; Mon, 19 Jul 2004 20:42:01 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKg1xU064591; Mon, 19 Jul 2004 20:42:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKg1E3064590; Mon, 19 Jul 2004 20:42:01 GMT (envelope-from krion) Message-Id: <200407192042.i6JKg1E3064590@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 20:42:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:42:01 -0000 krion 2004-07-19 20:42:01 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Note that asami is no longer in portmgr team. Approved by: josef (mentor) Revision Changes Path 1.12 +0 -4 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:42:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 596F716A4CE; Mon, 19 Jul 2004 20:42:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A4143D2D; Mon, 19 Jul 2004 20:42:14 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKgEO6064620; Mon, 19 Jul 2004 20:42:14 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKgEMZ064619; Mon, 19 Jul 2004 20:42:14 GMT (envelope-from schweikh) Message-Id: <200407192042.i6JKgEMZ064619@repoman.freebsd.org> From: Jens Schweikhardt Date: Mon, 19 Jul 2004 20:42: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/articles/fbsd-from-scratch stage_2.conf.default stage_3.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:42:14 -0000 schweikh 2004-07-19 20:42:14 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/fbsd-from-scratch stage_2.conf.default stage_3.mk Log: s/firebird/firefox/ and other minor edits for style etc. PR: 69250 Submitted by: Brad Davis Revision Changes Path 1.3 +13 -9 doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_2.conf.default 1.4 +25 -38 doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_3.mk From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:45: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 8C04916A4CE; Mon, 19 Jul 2004 20:45:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D94743D41; Mon, 19 Jul 2004 20:45:19 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKjJT8064776; Mon, 19 Jul 2004 20:45:19 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKjJEV064775; Mon, 19 Jul 2004 20:45:19 GMT (envelope-from knu) Message-Id: <200407192045.i6JKjJEV064775@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 19 Jul 2004 20:45:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/ruby-gsl 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, 19 Jul 2004 20:45:19 -0000 knu 2004-07-19 20:45:19 UTC FreeBSD ports repository Modified files: math/ruby-gsl Makefile distinfo pkg-plist Log: Update to 0.9.3. Revision Changes Path 1.15 +3 -3 ports/math/ruby-gsl/Makefile 1.7 +2 -2 ports/math/ruby-gsl/distinfo 1.8 +43 -5 ports/math/ruby-gsl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:47: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 3639916A4CE; Mon, 19 Jul 2004 20:47:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1717943D4C; Mon, 19 Jul 2004 20:47:47 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKlkgn064835; Mon, 19 Jul 2004 20:47:46 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKlklr064834; Mon, 19 Jul 2004 20:47:46 GMT (envelope-from le) Message-Id: <200407192047.i6JKlklr064834@repoman.freebsd.org> From: Lukas Ertl Date: Mon, 19 Jul 2004 20:47: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 ehci.c uhci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:47:47 -0000 le 2004-07-19 20:47:46 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c uhci.c Log: Diff reduction to NetBSD. ehci.c rev. 1.69, author: mycroft uhci.c rev. 1.179, author: mycroft hcpriv is not actually used here. Remove references to it. Obtained from: NetBSD Revision Changes Path 1.11 +1 -2 src/sys/dev/usb/ehci.c 1.152 +1 -2 src/sys/dev/usb/uhci.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20: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 0482616A4CE; Mon, 19 Jul 2004 20:49:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAF9643D5A; Mon, 19 Jul 2004 20:49:02 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKn2GP064894; Mon, 19 Jul 2004 20:49:02 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKn2p1064893; Mon, 19 Jul 2004 20:49:02 GMT (envelope-from le) Message-Id: <200407192049.i6JKn2p1064893@repoman.freebsd.org> From: Lukas Ertl Date: Mon, 19 Jul 2004 20: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/sys/dev/usb usbdi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:49:03 -0000 le 2004-07-19 20:49:02 UTC FreeBSD src repository Modified files: sys/dev/usb usbdi.c Log: Diff reduction to NetBSD. usbdi.c rev. 1.104, author: mycroft ugen_isoc_rintr() may recycle the xfer immediately. Therefore, we avoid touching the xfer after calling the callback in usb_transfer_complete(). From PR 25960. Revision Changes Path 1.86 +6 -5 src/sys/dev/usb/usbdi.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:49:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D20F16A534; Mon, 19 Jul 2004 20:49:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D59443D60; Mon, 19 Jul 2004 20:49:07 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKn7Nd064919; Mon, 19 Jul 2004 20:49:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKn78u064918; Mon, 19 Jul 2004 20:49:07 GMT (envelope-from krion) Message-Id: <200407192049.i6JKn78u064918@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 20:49:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:49:08 -0000 krion 2004-07-19 20:49:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Add marcus to CVS Repository Meisters, responsible for ports/ Approved by: josef (mentor) Revision Changes Path 1.201 +1 -1 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:54:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5119D16A4CF; Mon, 19 Jul 2004 20:54:00 +0000 (GMT) Received: from imap.univie.ac.at (mail.univie.ac.at [131.130.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B810543D41; Mon, 19 Jul 2004 20:53:59 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from wireless (adslle.cc.univie.ac.at [131.130.102.11]) by imap.univie.ac.at (8.12.10/8.12.10) with ESMTP id i6JKrmdR1225004; Mon, 19 Jul 2004 22:53:51 +0200 Date: Mon, 19 Jul 2004 22:53:48 +0200 (CEST) From: Lukas Ertl To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200407192049.i6JKn2p1064893@repoman.freebsd.org> Message-ID: <20040719225331.O555@korben.in.tern> References: <200407192049.i6JKn2p1064893@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-DCC-ZID-Univie-Metrics: mx7.univie.ac.at 4249; Body=3 Fuz1=3 Fuz2=3 Subject: Re: cvs commit: src/sys/dev/usb usbdi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:54:00 -0000 On Mon, 19 Jul 2004, Lukas Ertl wrote: > Log: > Diff reduction to NetBSD. > > usbdi.c rev. 1.104, author: mycroft > ugen_isoc_rintr() may recycle the xfer immediately. Therefore, we > avoid touching the xfer after calling the callback in > usb_transfer_complete(). From PR 25960. Of course: obtained from NetBSD. -- Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:57: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 6E80A16A4CE; Mon, 19 Jul 2004 20:57:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EE7843D2D; Mon, 19 Jul 2004 20:57:50 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKvoQt065241; Mon, 19 Jul 2004 20:57:50 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKvoD3065240; Mon, 19 Jul 2004 20:57:50 GMT (envelope-from anholt) Message-Id: <200407192057.i6JKvoD3065240@repoman.freebsd.org> From: Eric Anholt Date: Mon, 19 Jul 2004 20:57: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/devel/imake-6 Makefileports/devel/imake-6/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:57:50 -0000 anholt 2004-07-19 20:57:50 UTC FreeBSD ports repository Modified files: devel/imake-6 Makefile devel/imake-6/scripts configure Log: Add our site-specific defines to xorgsite.def as well, which is the default site.def used. Fixes xstroke build. Note that most of our site-specific defines will disappear in the next release. Revision Changes Path 1.3 +1 -0 ports/devel/imake-6/Makefile 1.2 +1 -0 ports/devel/imake-6/scripts/configure From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:58: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 6872716A4CE; Mon, 19 Jul 2004 20:58:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA7443D1F; Mon, 19 Jul 2004 20:58:41 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKwfmO065284; Mon, 19 Jul 2004 20:58:41 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKwfli065283; Mon, 19 Jul 2004 20:58:41 GMT (envelope-from schweikh) Message-Id: <200407192058.i6JKwfli065283@repoman.freebsd.org> From: Jens Schweikhardt Date: Mon, 19 Jul 2004 20:58:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/fbsd-from-scratch article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:58:41 -0000 schweikh 2004-07-19 20:58:41 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/fbsd-from-scratch article.sgml Log: Default build command now includes BATCH=yes < /dev/null. Revision Changes Path 1.10 +3 -3 doc/en_US.ISO8859-1/articles/fbsd-from-scratch/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20:58: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 E03B716A4CE; Mon, 19 Jul 2004 20:58:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D84B943D1F; Mon, 19 Jul 2004 20:58:53 +0000 (GMT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JKwr1j065342; Mon, 19 Jul 2004 20:58:53 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JKwrgS065341; Mon, 19 Jul 2004 20:58:53 GMT (envelope-from knu) Message-Id: <200407192058.i6JKwrgS065341@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 19 Jul 2004 20:58: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/dns/dns_balance Makefile distinfo pkg-plist ports/dns/dns_balance/files dns_balance.sh patch-dns_balance.rb patch-log_writer.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: Mon, 19 Jul 2004 20:58:54 -0000 knu 2004-07-19 20:58:53 UTC FreeBSD ports repository Modified files: dns/dns_balance Makefile distinfo pkg-plist dns/dns_balance/files dns_balance.sh patch-dns_balance.rb Removed files: dns/dns_balance/files patch-log_writer.rb Log: Update to 1.1. rcNG'ify the startup script. Submitted by: kuriyama Revision Changes Path 1.5 +16 -12 ports/dns/dns_balance/Makefile 1.4 +2 -2 ports/dns/dns_balance/distinfo 1.2 +17 -25 ports/dns/dns_balance/files/dns_balance.sh 1.2 +26 -16 ports/dns/dns_balance/files/patch-dns_balance.rb 1.2 +0 -12 ports/dns/dns_balance/files/patch-log_writer.rb (dead) 1.2 +21 -19 ports/dns/dns_balance/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 20: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 9F9B016A4CE; Mon, 19 Jul 2004 20:59:52 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBF543D58; Mon, 19 Jul 2004 20:59:52 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.207] (helo=mgr7.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BmfEl-00069E-02; Mon, 19 Jul 2004 14:59:51 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr7.xmission.com with esmtp (Exim 4.32) id 1BmfEk-0002ta-SM; Mon, 19 Jul 2004 14:59:51 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i6JKxnsI037149; Mon, 19 Jul 2004 14:59:49 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i6JKxmno037148; Mon, 19 Jul 2004 14:59:48 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 19 Jul 2004 14:59:48 -0600 From: Greg Lewis To: Pav Lucistnik Message-ID: <20040719205948.GA37096@misty.eyesbeyond.com> References: <200407172008.i6HK8LGl058411@repoman.freebsd.org> <20040719195421.GA36234@misty.eyesbeyond.com> <1090268353.91614.0.camel@hood.oook.cz> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <1090268353.91614.0.camel@hood.oook.cz> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr7.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=8.0 tests=BAYES_01 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr7.xmission.com) cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/orion 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, 19 Jul 2004 20:59:52 -0000 On Mon, Jul 19, 2004 at 10:19:13PM +0200, Pav Lucistnik wrote: > V po, 19. 07. 2004 v 21:54, Greg Lewis p??e: > > > > FreeBSD ports repository > > > > > > Added files: > > > x11-wm/orion Makefile distinfo pkg-descr pkg-plist > > > Log: > > > Add orion, a window manager written in Scheme. > > > > Hmmm, how will this affect people who may still have the www/orion > > port (removed 4 weeks ago) installed? In particular, does portupgrade > > and so forth cope? > > Hmm. I think it will not affect them at all. Portupgrade will complain > about stalled origin of old orion port and will not touch it, unless I > make entry in MOVED, which I will not do. Ok. I'm surprised there isn't anything which relies on unique package names (other than the ports tree itself, which is ok as www/orion was removed). It does make reviving www/orion a little trickier though :). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Jul 19 21:02: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 0FCBC16A4CE; Mon, 19 Jul 2004 21:02:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0832143D48; Mon, 19 Jul 2004 21:02:27 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JL2Q8p065487; Mon, 19 Jul 2004 21:02:26 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JL2QYY065486; Mon, 19 Jul 2004 21:02:26 GMT (envelope-from schweikh) Message-Id: <200407192102.i6JL2QYY065486@repoman.freebsd.org> From: Jens Schweikhardt Date: Mon, 19 Jul 2004 21:02:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/fbsd-from-scratch stage_1.conf.default stage_1.sh stage_2.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 21:02:27 -0000 schweikh 2004-07-19 21:02:26 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/fbsd-from-scratch stage_1.conf.default stage_1.sh stage_2.sh Log: Minor improvements: - added some directories - style fixes - BATCH=YES Revision Changes Path 1.3 +5 -4 doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_1.conf.default 1.5 +1 -1 doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_1.sh 1.5 +1 -1 doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_2.sh From owner-cvs-all@FreeBSD.ORG Mon Jul 19 21:13: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 1C14816A4CE; Mon, 19 Jul 2004 21:13:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F8043D31; Mon, 19 Jul 2004 21:13:25 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JLDOkZ065867; Mon, 19 Jul 2004 21:13:24 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JLDOgF065866; Mon, 19 Jul 2004 21:13:24 GMT (envelope-from vs) Message-Id: <200407192113.i6JLDOgF065866@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 21:13: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/ocaml Makefile distinfo pkg-plist patch-camlp4-meta::Makefile patch-camlp4-ocaml_src-meta::Makefile patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 21:13:25 -0000 vs 2004-07-19 21:13:24 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile distinfo pkg-plist lang/ocaml/files patch-configure Removed files: lang/ocaml/files patch-camlp4-lib::Makefile patch-camlp4-meta::Makefile patch-camlp4-ocaml_src-lib::Makefile patch-camlp4-ocaml_src-meta::Makefile Log: Update to 3.08.0 PR: ports/69254 Submitted by: Eugene Ossintsev (maintainer) Revision Changes Path 1.33 +12 -21 ports/lang/ocaml/Makefile 1.15 +2 -4 ports/lang/ocaml/distinfo 1.2 +0 -10 ports/lang/ocaml/files/patch-camlp4-lib::Makefile (dead) 1.2 +0 -11 ports/lang/ocaml/files/patch-camlp4-meta::Makefile (dead) 1.2 +0 -10 ports/lang/ocaml/files/patch-camlp4-ocaml_src-lib::Makefile (dead) 1.2 +0 -11 ports/lang/ocaml/files/patch-camlp4-ocaml_src-meta::Makefile (dead) 1.4 +6 -24 ports/lang/ocaml/files/patch-configure 1.21 +52 -23 ports/lang/ocaml/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Jul 19 21:17: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 6B74916A4CE; Mon, 19 Jul 2004 21:17:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1B343D1D; Mon, 19 Jul 2004 21:17:43 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JLHhFf066012; Mon, 19 Jul 2004 21:17:43 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JLHhio066011; Mon, 19 Jul 2004 21:17:43 GMT (envelope-from vs) Message-Id: <200407192117.i6JLHhio066011@repoman.freebsd.org> From: Volker Stolz Date: Mon, 19 Jul 2004 21: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: ports/lang/ocaml-doc 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, 19 Jul 2004 21:17:43 -0000 vs 2004-07-19 21:17:43 UTC FreeBSD ports repository Modified files: lang/ocaml-doc Makefile distinfo Log: Update to 3.08 PR: ports/69255 Submitted by: Eugene Ossintsev (maintainer) Revision Changes Path 1.2 +1 -1 ports/lang/ocaml-doc/Makefile 1.2 +4 -4 ports/lang/ocaml-doc/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 21:25:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D1416A4CE; Mon, 19 Jul 2004 21:25:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C72943D1F; Mon, 19 Jul 2004 21:25:39 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JLPd0o066252; Mon, 19 Jul 2004 21:25:39 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JLPdRF066251; Mon, 19 Jul 2004 21:25:39 GMT (envelope-from krion) Message-Id: <200407192125.i6JLPdRF066251@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 19 Jul 2004 21:25:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid 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, 19 Jul 2004 21:25:39 -0000 krion 2004-07-19 21:25:39 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: Integrate the following vendor patches as published on http://www.squid-cache.org/Versions/v2/2.5/bugs/: - fix a memory leak in client_db (squid bug #833) - add delay pools information to cachemgr's active_requests page - make basic authentication operate case insensitive by default, case sensitive operation can be enabled via squid.conf - log if cache files cannot be created for some reason - make sure that a HTTP HEAD request does not return stale data - correctly log partial hits as TCP_MISS instead of TCP_HIT - fix memory leaks within the NTLM authentication helper - handle the request_header_max_size directive correctly - avoid creating a large number of queued DNS lookups for the same domain in case of DNS problems - update LDAP helper PR: ports/69307 Submitted by: maintainer Revision Changes Path 1.130 +31 -7 ports/www/squid/Makefile 1.93 +24 -2 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Mon Jul 19 21:56: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 D8BD116A4CE; Mon, 19 Jul 2004 21:56:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2F743D54; Mon, 19 Jul 2004 21:56:01 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JLu1rp067142; Mon, 19 Jul 2004 21:56:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JLu1nT067141; Mon, 19 Jul 2004 21:56:01 GMT (envelope-from ale) Message-Id: <200407192156.i6JLu1nT067141@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 21:56: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/lang/php5 Makefile.ext X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 21:56:02 -0000 ale 2004-07-19 21:56:01 UTC FreeBSD ports repository Modified files: lang/php5 Makefile.ext Log: Set default MySQL version to 4.1 for mysqli extension. Revision Changes Path 1.3 +1 -0 ports/lang/php5/Makefile.ext From owner-cvs-all@FreeBSD.ORG Mon Jul 19 21: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 51E3B16A4CE; Mon, 19 Jul 2004 21:56:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32E9B43D39; Mon, 19 Jul 2004 21:56:51 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JLupOB067180; Mon, 19 Jul 2004 21:56:51 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JLupWP067179; Mon, 19 Jul 2004 21:56:51 GMT (envelope-from ale) Message-Id: <200407192156.i6JLupWP067179@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 21:56: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/databases/php5-mysqli/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 21:56:51 -0000 ale 2004-07-19 21:56:51 UTC FreeBSD ports repository Added files: databases/php5-mysqli/files patch-config.m4 Log: Add path to libmysql (fix configure). Revision Changes Path 1.1 +13 -0 ports/databases/php5-mysqli/files/patch-config.m4 (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 22:06: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 80B8716A4CE; Mon, 19 Jul 2004 22:06:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6324343D2D; Mon, 19 Jul 2004 22:06:02 +0000 (GMT) (envelope-from jayanth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JM627G067461; Mon, 19 Jul 2004 22:06:02 GMT (envelope-from jayanth@repoman.freebsd.org) Received: (from jayanth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JM62nt067460; Mon, 19 Jul 2004 22:06:02 GMT (envelope-from jayanth) Message-Id: <200407192206.i6JM62nt067460@repoman.freebsd.org> From: Jayanth Vijayaraghavan Date: Mon, 19 Jul 2004 22:06: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/netinet tcp_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 22:06:02 -0000 jayanth 2004-07-19 22:06:02 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Fix a potential panic in the SACK code that was causing 1) data to be sent to the right of snd_recover. 2) send more data then whats in the send buffer. The fix is to postpone sack retransmit to a subsequent recovery episode if the current retransmit pointer is beyond snd_recover. Thanks to Mohan Srinivasan for helping fix the bug. Submitted by:Daniel Lang Revision Changes Path 1.96 +29 -8 src/sys/netinet/tcp_output.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 22:12: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 4AEE016A4CE; Mon, 19 Jul 2004 22:12:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D23243D39; Mon, 19 Jul 2004 22:12:10 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JMCAxi067678; Mon, 19 Jul 2004 22:12:10 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JMCAbY067677; Mon, 19 Jul 2004 22:12:10 GMT (envelope-from ale) Message-Id: <200407192212.i6JMCAbY067677@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 22:12: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/php4 Makefile ports/lang/php5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 22:12:10 -0000 ale 2004-07-19 22:12:10 UTC FreeBSD ports repository Modified files: lang/php4 Makefile lang/php5 Makefile Log: Comment extension_dir in sample php.ini's, since many copy the sample configuration file blindly and then complain about wrong directory. PHP has the correct path compiled in statically. Revision Changes Path 1.76 +1 -0 ports/lang/php4/Makefile 1.71 +1 -0 ports/lang/php5/Makefile From owner-cvs-all@FreeBSD.ORG Mon Jul 19 22:14: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 4BBA716A4CE; Mon, 19 Jul 2004 22:14:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D74343D54; Mon, 19 Jul 2004 22:14:54 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JMEsJL067745; Mon, 19 Jul 2004 22:14:54 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JMEswR067744; Mon, 19 Jul 2004 22:14:54 GMT (envelope-from ale) Message-Id: <200407192214.i6JMEswR067744@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 22:14: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 CHANGES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 22:14:54 -0000 ale 2004-07-19 22:14:54 UTC FreeBSD ports repository Modified files: . CHANGES Log: Grammar fixes. Submitted by: bmah Revision Changes Path 1.26 +6 -6 ports/CHANGES From owner-cvs-all@FreeBSD.ORG Mon Jul 19 22: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 BF40B16A4CE; Mon, 19 Jul 2004 22:16:24 +0000 (GMT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4077B43D45; Mon, 19 Jul 2004 22:16:24 +0000 (GMT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (smmsp@localhost [127.0.0.1]) i6JMGAcW008652; Mon, 19 Jul 2004 23:16:23 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i6JE5DpW001999; Mon, 19 Jul 2004 15:05:13 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i6JDg3An067092; Mon, 19 Jul 2004 14:42:03 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200407191342.i6JDg3An067092@grimreaper.grondar.org> To: obrien@NUXI.com In-Reply-To: Your message of "Mon, 19 Jul 2004 03:54:59 PDT." <20040719105459.GA85349@dragon.nuxi.com> Date: Mon, 19 Jul 2004 14:42:03 +0100 Sender: mark@grondar.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Mark Murray cc: cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 22:16:24 -0000 "David O'Brien" writes: > On Sun, Jul 18, 2004 at 06:55:32PM +0000, Mark Murray wrote: > > markm 2004-07-18 18:55:32 UTC > > > > FreeBSD src repository > > > > Modified files: > > . Makefile > > Log: > > Rename a preposterously long name with one that might look a bit > > more professional. While here, write a few lines of explanatory > > text to explain what its for. > > It perposeallly was not documented, nor should it be documented. On that point, let's just agree to differ, OK? > Else it could become popular and the normal thing our users do -- leading > to claims it is too dangerous and lets users shoot their foot off and > some committer go and try to "fix" this knob. Thats why the words I wrote suggested that this was not a good idea. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Mon Jul 19 22:37: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 A8B5C16A4CE; Mon, 19 Jul 2004 22:37:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B3F43D1D; Mon, 19 Jul 2004 22:37:33 +0000 (GMT) (envelope-from jayanth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JMbXYR068411; Mon, 19 Jul 2004 22:37:33 GMT (envelope-from jayanth@repoman.freebsd.org) Received: (from jayanth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JMbX4V068410; Mon, 19 Jul 2004 22:37:33 GMT (envelope-from jayanth) Message-Id: <200407192237.i6JMbX4V068410@repoman.freebsd.org> From: Jayanth Vijayaraghavan Date: Mon, 19 Jul 2004 22:37: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/netinet tcp_output.c tcp_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 22:37:33 -0000 jayanth 2004-07-19 22:37:33 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c tcp_subr.c Log: Let IN_FASTREOCOVERY macro decide if we are in recovery mode. Nuke sackhole_limit for now. We need to add it back to limit the total number of sack blocks in the system. Revision Changes Path 1.97 +1 -1 src/sys/netinet/tcp_output.c 1.194 +0 -4 src/sys/netinet/tcp_subr.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 22:45: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 9273F16A4CE; Mon, 19 Jul 2004 22:45:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8952543D5F; Mon, 19 Jul 2004 22:45:09 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JMj91B068710; Mon, 19 Jul 2004 22:45:09 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JMj9oa068688; Mon, 19 Jul 2004 22:45:09 GMT (envelope-from josef) Message-Id: <200407192245.i6JMj9oa068688@repoman.freebsd.org> From: Josef El-Rayes Date: Mon, 19 Jul 2004 22:45:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access avail cfg.pm cfg_local.pm checkoutlist commit_prep.pl commitcheck commitinfo config cvs_acls.pl cvsignore cvswrappers edithook editinfo exclude log_accum.pl logcheck loginfo modules notify options rcsinfo rcstemplate tagcheck ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 22:45:09 -0000 josef 2004-07-19 22:45:09 UTC FreeBSD doc repository Modified files: . access avail cfg.pm cfg_local.pm checkoutlist commit_prep.pl commitcheck commitinfo config cvs_acls.pl cvsignore cvswrappers edithook editinfo exclude log_accum.pl logcheck loginfo modules notify options rcsinfo rcstemplate tagcheck taginfo unwrap verifymsg wrap Log: Forced commit to note that krion is no longer under my mentorship. Congratulations Kirill! :) With hat: mentor Revision Changes Path 1.520 +0 -0 CVSROOT/access 1.202 +0 -0 CVSROOT/avail 1.50 +0 -0 CVSROOT/cfg.pm 1.21 +0 -0 CVSROOT/cfg_local.pm 1.15 +0 -0 CVSROOT/checkoutlist 1.66 +0 -0 CVSROOT/commit_prep.pl 1.27 +0 -0 CVSROOT/commitcheck 1.5 +0 -0 CVSROOT/commitinfo 1.4 +1 -1 CVSROOT/config 1.25 +0 -0 CVSROOT/cvs_acls.pl 1.4 +0 -0 CVSROOT/cvsignore 1.4 +1 -1 CVSROOT/cvswrappers 1.6 +0 -0 CVSROOT/edithook 1.9 +1 -1 CVSROOT/editinfo 1.67 +0 -0 CVSROOT/exclude 1.122 +0 -0 CVSROOT/log_accum.pl 1.25 +0 -0 CVSROOT/logcheck 1.7 +1 -1 CVSROOT/loginfo 1.6835 +0 -0 CVSROOT/modules 1.3 +0 -0 CVSROOT/notify 1.4 +0 -0 CVSROOT/options 1.4 +0 -0 CVSROOT/rcsinfo 1.18 +0 -0 CVSROOT/rcstemplate 1.12 +0 -0 CVSROOT/tagcheck 1.4 +0 -0 CVSROOT/taginfo 1.4 +0 -0 CVSROOT/unwrap 1.6 +0 -0 CVSROOT/verifymsg 1.4 +0 -0 CVSROOT/wrap From owner-cvs-all@FreeBSD.ORG Mon Jul 19 22:47:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F5916A4CE; Mon, 19 Jul 2004 22:47:27 +0000 (GMT) Received: from daemon.li (daemon.li [213.203.244.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA6443D39; Mon, 19 Jul 2004 22:47:26 +0000 (GMT) (envelope-from josef@daemon.li) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by daemon.li with local; Mon, 19 Jul 2004 22:47:25 +0000 Date: Mon, 19 Jul 2004 22:47:25 +0000 From: Josef El-Rayes To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040719224725.GA14501@daemon.li> References: <200407192245.i6JMj9oa068688@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_daemon.li-14524-1090277245-0001-2" Content-Disposition: inline In-Reply-To: <200407192245.i6JMj9oa068688@repoman.freebsd.org> User-Agent: Mutt/1.3.28i Subject: Re: cvs commit: CVSROOT access avail cfg.pm cfg_local.pm checkoutlist commit_prep.pl commitcheck commitinfo config cvs_acls.pl cvsignore cvswrappers edithook editinfo exclude log_accum.pl logcheck loginfo modules notify options rcsinfo rcstemplate tagcheck ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 22:47:27 -0000 This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_daemon.li-14524-1090277245-0001-2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Josef El-Rayes : > josef 2004-07-19 22:45:09 UTC >=20 > Modified files: > . access avail cfg.pm cfg_local.pm=20 > checkoutlist commit_prep.pl commitcheck=20 > commitinfo config cvs_acls.pl cvsignore=20 > cvswrappers edithook editinfo exclude=20 > log_accum.pl logcheck loginfo modules=20 > notify options rcsinfo rcstemplate=20 > tagcheck taginfo unwrap verifymsg wrap=20 i have no idea what happenend here, i checked out CVSROOT from dcvs and only edited access? can anyone explain? -josef --=20 Josef El-Rayes (__) Email: josef@daemon.li \\\'',)=20 Web: http://daemon.li/ \/ \ ^ FreeBSD: josef@FreeBSD.org .\._/_) --=_daemon.li-14524-1090277245-0001-2 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iQEVAwUBQPxPfFnFItmnnbU8AQLtOwf/Ye2pF5DOkzvdMZ0O1iJIf/kNRng+Xg/a iQPPrlMZecZFPbH7b57Ecx+jXUEGZGHOKxm07KPJCsEvp3iiXPvAuKL8HEmiWNT+ vB2RISkyNJ1czfWg4w4umRgSGUX4wo/wHtmAHgBwyrQZ3/RGTx4vd5k0sK/EKVpO jjxqMhbq7cirP+F0R35xRV7QCDQf58bT0AZgYEjoggkUSSq2dwg6IXKP9v/Rn8SI Ho/Zg62Yj+whrM1GnniRA+VpOvrSlpy5FfudUTlJyPPt7AEND1b5b6OpJ5pewZTQ oQYq9gcxja+O1w+8EHqeMT1HOe6PTmYBY4BJp7QTurFSxMASkX+hNQ== =twSe -----END PGP SIGNATURE----- --=_daemon.li-14524-1090277245-0001-2-- From owner-cvs-all@FreeBSD.ORG Mon Jul 19 22:48:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76BDF16A4CE; Mon, 19 Jul 2004 22:48:34 +0000 (GMT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B7CE43D2F; Mon, 19 Jul 2004 22:48:34 +0000 (GMT) (envelope-from will@csociety.org) Received: by sirius.firepipe.net (Postfix, from userid 1000) id 1241517FBA; Mon, 19 Jul 2004 17:48:34 -0500 (CDT) Date: Mon, 19 Jul 2004 17:48:34 -0500 From: Will Andrews To: Josef El-Rayes Message-ID: <20040719224834.GC242@sirius.firepipe.net> References: <200407192245.i6JMj9oa068688@repoman.freebsd.org> <20040719224725.GA14501@daemon.li> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZfOjI3PrQbgiZnxM" Content-Disposition: inline In-Reply-To: <20040719224725.GA14501@daemon.li> User-Agent: Mutt/1.5.6i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access avail cfg.pm cfg_local.pm checkoutlist commit_prep.pl commitcheck commitinfo config cvs_acls.pl cvsignore cvswrappers edithook editinfo exclude log_accum.pl logcheck loginfo modules notify options rcsinfo rcstemplate tagcheck ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 22:48:34 -0000 --ZfOjI3PrQbgiZnxM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 19, 2004 at 10:47:25PM +0000, Josef El-Rayes wrote: > i have no idea what happenend here, i checked out CVSROOT from dcvs > and only edited access? >=20 > can anyone explain? Perhaps you used cvs ci -f? Regards, --=20 wca --ZfOjI3PrQbgiZnxM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/E/BF47idPgWcsURAklXAJ91aN6hkwX36fnacmIEMAZUlDFroACbBMO8 Ke1TI37ZQDhHT83UdjLjwUk= =dBL/ -----END PGP SIGNATURE----- --ZfOjI3PrQbgiZnxM-- From owner-cvs-all@FreeBSD.ORG Mon Jul 19 23: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 D213D16A4CE; Mon, 19 Jul 2004 23:22:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B46D143D48; Mon, 19 Jul 2004 23:22:10 +0000 (GMT) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JNMAB9069710; Mon, 19 Jul 2004 23:22:10 GMT (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JNMA5n069709; Mon, 19 Jul 2004 23:22:10 GMT (envelope-from benno) Message-Id: <200407192322.i6JNMA5n069709@repoman.freebsd.org> From: Benno Rice Date: Mon, 19 Jul 2004 23:22: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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 23:22:11 -0000 benno 2004-07-19 23:22:10 UTC FreeBSD src repository Modified files: sys/dev/usb ehci_pci.c Log: Identify VIA EHCI root hubs and at least one VIA USB2.0 controller. Revision Changes Path 1.12 +9 -0 src/sys/dev/usb/ehci_pci.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 23:25: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 61EE116A4CE; Mon, 19 Jul 2004 23:25:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5963043D3F; Mon, 19 Jul 2004 23:25:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JNPMkJ069880; Mon, 19 Jul 2004 23:25:22 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JNPMN7069879; Mon, 19 Jul 2004 23:25:22 GMT (envelope-from ale) Message-Id: <200407192325.i6JNPMN7069879@repoman.freebsd.org> From: Alex Dupre Date: Mon, 19 Jul 2004 23:25: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/Mk bsd.php.mk ports/lang/php4-extensions Makefile ports/lang/php5-extensions Makefile ports/lang/php4 Makefile.ext ports/lang/php5 Makefile.ext X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 23:25:22 -0000 ale 2004-07-19 23:25:22 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk lang/php4-extensions Makefile lang/php5-extensions Makefile lang/php4 Makefile.ext lang/php5 Makefile.ext Log: - Document DEFAULT_PHP_VER and BROKEN_WITH_PHP - Set them acccordingly in PHP extensions ports (Now I really need some rest, see you tomorrow) Revision Changes Path 1.7 +10 -2 ports/Mk/bsd.php.mk 1.3 +4 -0 ports/lang/php4-extensions/Makefile 1.2 +2 -0 ports/lang/php4/Makefile.ext 1.4 +4 -0 ports/lang/php5-extensions/Makefile 1.4 +2 -0 ports/lang/php5/Makefile.ext From owner-cvs-all@FreeBSD.ORG Mon Jul 19 23:29:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B141A16A4CE; Mon, 19 Jul 2004 23:29:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91BF443D5D; Mon, 19 Jul 2004 23:29:36 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JNTaRY070013; Mon, 19 Jul 2004 23:29:36 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JNTa3b070012; Mon, 19 Jul 2004 23:29:36 GMT (envelope-from green) Message-Id: <200407192329.i6JNTa3b070012@repoman.freebsd.org> From: Brian Feldman Date: Mon, 19 Jul 2004 23:29: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/vm vm_contig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 23:29:36 -0000 green 2004-07-19 23:29:36 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Remove extraneous locks on the VM free page queue mutex; it is not meant to be recursed upon, and could cauuse a deadlock inside the new contigmalloc (vm.old_contigmalloc=0) code. Submitted by: alc Revision Changes Path 1.37 +0 -2 src/sys/vm/vm_contig.c From owner-cvs-all@FreeBSD.ORG Mon Jul 19 23:33: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 79B8316A4CE; Mon, 19 Jul 2004 23:33:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7230243D55; Mon, 19 Jul 2004 23:33:07 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JNX7wC070183; Mon, 19 Jul 2004 23:33:07 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JNX7lI070182; Mon, 19 Jul 2004 23:33:07 GMT (envelope-from eik) Message-Id: <200407192333.i6JNX7lI070182@repoman.freebsd.org> From: Oliver Eikemeier Date: Mon, 19 Jul 2004 23:33:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/socat Makefile ports/net/socat/files xio-socks.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 23:33:07 -0000 eik 2004-07-19 23:33:07 UTC FreeBSD ports repository Modified files: net/socat Makefile Added files: net/socat/files xio-socks.c Log: socat 1.4.0.0 has buggy SOCKS4A code. The maintainer patch on the web site has (probably had, now) a platform-specific bug, which was resolved in conjunction with the socat author earlier. The problem will be corrected in socat 1.4.0.1, but in the meantime is provided separately. This patch adds the fix as a replacement xio-socks.c. I have also set myself as the maintainer as part of the patch below. I am willing to take on maintainership of this port. PR: 69317 Submitted by: rik Revision Changes Path 1.14 +5 -1 ports/net/socat/Makefile 1.1 +393 -0 ports/net/socat/files/xio-socks.c (new) From owner-cvs-all@FreeBSD.ORG Mon Jul 19 23: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 A9E3A16A4CE; Mon, 19 Jul 2004 23:56:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A262F43D49; Mon, 19 Jul 2004 23:56:07 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JNu7sT070822; Mon, 19 Jul 2004 23:56:07 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6JNu74n070821; Mon, 19 Jul 2004 23:56:07 GMT (envelope-from gallatin) Message-Id: <200407192356.i6JNu74n070821@repoman.freebsd.org> From: Andrew Gallatin Date: Mon, 19 Jul 2004 23: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/lib/libc/powerpc _fpmath.hsrc/lib/libc/powerpc/stdlib gdtoa.mk src/sys/powerpc/include float.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, 19 Jul 2004 23:56:07 -0000 gallatin 2004-07-19 23:56:07 UTC FreeBSD src repository Modified files: lib/libc/powerpc _fpmath.h lib/libc/powerpc/stdlib gdtoa.mk sys/powerpc/include float.h Log: Fix printing of long doubles to match the size that gcc is using. This fixes devstat consumers (like vmstat, iostat, systat) so they don't print crazy zillion digit numbers for disk transfers and bandwidth. According to gcc, long doubles are 64-bits, rather than 128 bits like the SVR4 ABI spec wants them to be.. Note that MacOSX also treats long doubles as 64-bits, and not 128 bits, so we are in good company. Reviewed by: das Approved by: grehan Revision Changes Path 1.5 +6 -8 src/lib/libc/powerpc/_fpmath.h 1.2 +2 -3 src/lib/libc/powerpc/stdlib/gdtoa.mk 1.7 +9 -9 src/sys/powerpc/include/float.h From owner-cvs-all@FreeBSD.ORG Tue Jul 20 00:14: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 D887816A4CE; Tue, 20 Jul 2004 00:14:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9FF743D2D; Tue, 20 Jul 2004 00:14:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K0EZxv071275; Tue, 20 Jul 2004 00:14:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K0EZpk071274; Tue, 20 Jul 2004 00:14:35 GMT (envelope-from marcus) Message-Id: <200407200014.i6K0EZpk071274@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jul 2004 00:14: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/x11/gnomepanel 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, 20 Jul 2004 00:14:36 -0000 marcus 2004-07-20 00:14:35 UTC FreeBSD ports repository Modified files: x11/gnomepanel pkg-plist Log: Handle the special GConf entries file correctly. Revision Changes Path 1.22 +4 -0 ports/x11/gnomepanel/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 00: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 1E31316A4CE; Tue, 20 Jul 2004 00:15:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F244043D64; Tue, 20 Jul 2004 00:15:00 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K0F0nC071311; Tue, 20 Jul 2004 00:15:00 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K0F058071310; Tue, 20 Jul 2004 00:15:00 GMT (envelope-from jeh) Message-Id: <200407200015.i6K0F058071310@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 20 Jul 2004 00: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/security/uvscan-dat/files update_dat X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 00:15:01 -0000 jeh 2004-07-20 00:15:00 UTC FreeBSD ports repository Modified files: security/uvscan-dat/files update_dat Log: Fix to use update.ini, since readme.txt no longer has version information. Submitted by: Blaz Zupan Revision Changes Path 1.6 +2 -2 ports/security/uvscan-dat/files/update_dat From owner-cvs-all@FreeBSD.ORG Tue Jul 20 00:15:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 005DB16A4CE; Tue, 20 Jul 2004 00:15:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE6A43D46; Tue, 20 Jul 2004 00:15:49 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K0Fn7R071407; Tue, 20 Jul 2004 00:15:49 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K0FnhO071406; Tue, 20 Jul 2004 00:15:49 GMT (envelope-from jeh) Message-Id: <200407200015.i6K0FnhO071406@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 20 Jul 2004 00:15:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/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: Tue, 20 Jul 2004 00:15:50 -0000 jeh 2004-07-20 00:15:49 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4379 Revision Changes Path 1.253 +1 -1 ports/security/uvscan-dat/Makefile 1.251 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 00: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 D3A1016A4CE; Tue, 20 Jul 2004 00:36:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B486843D49; Tue, 20 Jul 2004 00:36:24 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K0aOZm071974; Tue, 20 Jul 2004 00:36:24 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K0aOIW071973; Tue, 20 Jul 2004 00:36:24 GMT (envelope-from adamw) Message-Id: <200407200036.i6K0aOIW071973@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 20 Jul 2004 00: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/www/epiphany-extensions Makefile ports/www/epiphany-extensions/files patch-extensions_popup-blocker_mozilla_mozilla-helpers.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 00:36:25 -0000 adamw 2004-07-20 00:36:24 UTC FreeBSD ports repository Modified files: www/epiphany-extensions Makefile www/epiphany-extensions/files patch-extensions_popup-blocker_mozilla_mozilla-helpers.cpp Log: Fix build with mozilla-devel. All the work for this was done by marcus. Revision Changes Path 1.5 +1 -1 ports/www/epiphany-extensions/Makefile 1.2 +14 -2 ports/www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_mozilla-helpers.cpp From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:09:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id BC88D16A4CF; Tue, 20 Jul 2004 01:09:05 +0000 (GMT) Date: Tue, 20 Jul 2004 01:09:05 +0000 From: Darren Reed To: Max Laier Message-ID: <20040720010905.GB63588@hub.freebsd.org> References: <200407170240.i6H2eEHO021683@repoman.freebsd.org> <200407170538.14572.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407170538.14572.max@love2party.net> User-Agent: Mutt/1.4.1i cc: Juli Mallett cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sys/sys mbuf.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, 20 Jul 2004 01:09:06 -0000 On Sat, Jul 17, 2004 at 05:38:07AM +0200, Max Laier wrote: > On Saturday 17 July 2004 04:40, Juli Mallett wrote: > > Log: > > Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything > > from using M_PROTO6 and possibly shooting someone's foot, as well as > > allowing the firewall to be used in multiple passes, or with a packet > > classifier frontend, that may need to explicitly allow a certain packet. > > Presently this is handled in the ipfw_chk code as before, though I have run > > with it moved to upper layers, and possibly it should apply to ipfilter and > > pf as well, though this has not been investigated. > > pf does something to the same effect by prepending a mbuf with the > "PACKET_TAG_PF_GENERATED" mbuf_tag to skip processing for its own packets. If > we can agree that the presence of M_SKIP_FIREWALL is copied to icmp error > messages I will happily replace the mbuf tag with the more general flag > (which will perform significantly better, I believe). Please tell me what you > think of this. Hmmm...personally, I think it is better if firewall packages only ignore what they've generated themselves. If you're using multiple ones together, you may wish to use one as a gap filler that is able to manage the "output" of another. Darren From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:12: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 9F5BC16A4CE; Tue, 20 Jul 2004 01:12:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFCF43D46; Tue, 20 Jul 2004 01:12:22 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K1CMFi072884; Tue, 20 Jul 2004 01:12:22 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K1CMYK072883; Tue, 20 Jul 2004 01:12:22 GMT (envelope-from ijliao) Message-Id: <200407200112.i6K1CMYK072883@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 20 Jul 2004 01:12: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/www/p5-HTML-TableTiler Makefile distinfo ports/www/p5-HTML-TableTiler/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 01:12:22 -0000 ijliao 2004-07-20 01:12:22 UTC FreeBSD ports repository Modified files: www/p5-HTML-TableTiler Makefile distinfo Removed files: www/p5-HTML-TableTiler/files patch-Makefile.PL Log: upgrade to 1.18 PR: 69321 Submitted by: maintainer Revision Changes Path 1.7 +3 -2 ports/www/p5-HTML-TableTiler/Makefile 1.8 +2 -2 ports/www/p5-HTML-TableTiler/distinfo 1.4 +0 -24 ports/www/p5-HTML-TableTiler/files/patch-Makefile.PL (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:15:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77FBF16A4CE; Tue, 20 Jul 2004 01:15:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 585A643D46; Tue, 20 Jul 2004 01:15:57 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K1Fvv6073018; Tue, 20 Jul 2004 01:15:57 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K1Fvop073017; Tue, 20 Jul 2004 01:15:57 GMT (envelope-from ijliao) Message-Id: <200407200115.i6K1Fvop073017@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 20 Jul 2004 01:15:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/musicpd 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, 20 Jul 2004 01:15:57 -0000 ijliao 2004-07-20 01:15:57 UTC FreeBSD ports repository Modified files: audio/musicpd Makefile distinfo Log: upgrade to 0.11.2 PR: 69314 Submitted by: maintainer Revision Changes Path 1.15 +1 -1 ports/audio/musicpd/Makefile 1.9 +2 -2 ports/audio/musicpd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:19: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 9534A16A4CE; Tue, 20 Jul 2004 01:19:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7347943D62; Tue, 20 Jul 2004 01:19:58 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K1JwpA073162; Tue, 20 Jul 2004 01:19:58 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K1JwYp073161; Tue, 20 Jul 2004 01:19:58 GMT (envelope-from ijliao) Message-Id: <200407200119.i6K1JwYp073161@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 20 Jul 2004 01:19:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/k3b Makefile distinfo pkg-message patch-src-core-k3bdefaultexternalprograms.cpp patch-src-device-k3bdevice.cpppatch-src-device-k3bdevicemanager.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, 20 Jul 2004 01:19:58 -0000 ijliao 2004-07-20 01:19:58 UTC FreeBSD ports repository Modified files: sysutils/k3b Makefile distinfo pkg-message sysutils/k3b/files patch-src-Makefile.in patch-src-core-k3bdefaultexternalprograms.cpp patch-src-core-k3bprocess.cpp patch-src-core-k3bprocess.h patch-src-device-k3bdevice.cpp patch-src-device-k3bdevice.h patch-src-device-k3bdevicemanager.cpp patch-src-device-k3bdevicemanager.h patch-src-device-k3bscsicommand.cpp patch-src-device-k3bscsicommand.h patch-src-rip-k3bdvdrippingprocess.cpp patch-src-rip-k3bmovieview.cpp patch-src-rip-k3btcwrapper.cpp Added files: sysutils/k3b/files patch-src-rip-k3bvideocdrip.cpp Log: upgrade to 0.11.12 PR: 69310 Submitted by: maintainer Revision Changes Path 1.12 +1 -2 ports/sysutils/k3b/Makefile 1.5 +2 -2 ports/sysutils/k3b/distinfo 1.4 +3 -3 ports/sysutils/k3b/files/patch-src-Makefile.in 1.4 +3 -3 ports/sysutils/k3b/files/patch-src-core-k3bdefaultexternalprograms.cpp 1.4 +1 -1 ports/sysutils/k3b/files/patch-src-core-k3bprocess.cpp 1.4 +1 -1 ports/sysutils/k3b/files/patch-src-core-k3bprocess.h 1.3 +11 -10 ports/sysutils/k3b/files/patch-src-device-k3bdevice.cpp 1.3 +3 -3 ports/sysutils/k3b/files/patch-src-device-k3bdevice.h 1.3 +9 -9 ports/sysutils/k3b/files/patch-src-device-k3bdevicemanager.cpp 1.3 +1 -1 ports/sysutils/k3b/files/patch-src-device-k3bdevicemanager.h 1.3 +1 -1 ports/sysutils/k3b/files/patch-src-device-k3bscsicommand.cpp 1.3 +1 -1 ports/sysutils/k3b/files/patch-src-device-k3bscsicommand.h 1.2 +3 -3 ports/sysutils/k3b/files/patch-src-rip-k3bdvdrippingprocess.cpp 1.4 +1 -1 ports/sysutils/k3b/files/patch-src-rip-k3bmovieview.cpp 1.4 +1 -1 ports/sysutils/k3b/files/patch-src-rip-k3btcwrapper.cpp 1.1 +12 -0 ports/sysutils/k3b/files/patch-src-rip-k3bvideocdrip.cpp (new) 1.6 +5 -3 ports/sysutils/k3b/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01: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 6457116A4CE; Tue, 20 Jul 2004 01:26:33 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9A843D1F; Tue, 20 Jul 2004 01:26:33 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i6K1QWjd010866; Mon, 19 Jul 2004 18:26:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6K1QWI5010865; Mon, 19 Jul 2004 18:26:32 -0700 (PDT) (envelope-from obrien) Date: Mon, 19 Jul 2004 18:26:32 -0700 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20040720012632.GA2277@dragon.nuxi.com> References: <200407160251.i6G2pSts080488@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407160251.i6G2pSts080488@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 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, 20 Jul 2004 01:26:33 -0000 On Fri, Jul 16, 2004 at 02:51:28AM +0000, Marcel Moolenaar wrote: > marcel 2004-07-16 02:51:28 UTC > > FreeBSD src repository > > Modified files: > . Makefile > Log: > As per discussions on current@, protect unsuspecting users from > trying to upgrade their system with make world instead of following > the preferred and suggested sequence of commands. The fact remains > that make world does not upgrade the kernel. > Allow make world when DESTDIR has been specified, including when > DESTDIR specifies the root file system. Otherwise, print a useful > warning and fail. Please back this out ASAP. 'make world' has been our documented way to update a system for the past 10 years. Changing this should be done lightly. It should be discussed on freebsd-arch@, and not in some random thread on freebsd-current@ under a subject line that gave zero indication of what was being discussed. Thank you. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:31: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 95E7C16A4CE; Tue, 20 Jul 2004 01:31:46 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 762A143D2D; Tue, 20 Jul 2004 01:31:46 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i6K1VjM5011012; Mon, 19 Jul 2004 18:31:45 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6K1ViDh011011; Mon, 19 Jul 2004 18:31:44 -0700 (PDT) (envelope-from obrien) Date: Mon, 19 Jul 2004 18:31:44 -0700 From: "David O'Brien" To: Mark Murray Message-ID: <20040720013144.GE9855@dragon.nuxi.com> References: <20040719105459.GA85349@dragon.nuxi.com> <200407191342.i6JDg3An067092@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407191342.i6JDg3An067092@grimreaper.grondar.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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: Mark Murray cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src 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, 20 Jul 2004 01:31:46 -0000 On Mon, Jul 19, 2004 at 02:42:03PM +0100, Mark Murray wrote: > "David O'Brien" writes: > > On Sun, Jul 18, 2004 at 06:55:32PM +0000, Mark Murray wrote: > > > markm 2004-07-18 18:55:32 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > . Makefile > > > Log: > > > Rename a preposterously long name with one that might look a bit > > > more professional. While here, write a few lines of explanatory > > > text to explain what its for. > > > > It perposeallly was not documented, nor should it be documented. > > On that point, let's just agree to differ, OK? In other words, "I disagree with you and my opinion and commit will stand over yours". If we "agree[ed] to differ" you'd offer some middle ground. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:39: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 55BA816A4CE; Tue, 20 Jul 2004 01:39:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366F543D1F; Tue, 20 Jul 2004 01:39:00 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K1d09Z073672; Tue, 20 Jul 2004 01:39:00 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K1d0ld073671; Tue, 20 Jul 2004 01:39:00 GMT (envelope-from davidxu) Message-Id: <200407200139.i6K1d0ld073671@repoman.freebsd.org> From: David Xu Date: Tue, 20 Jul 2004 01:38: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/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 01:39:00 -0000 davidxu 2004-07-20 01:38:59 UTC FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: Make end of frames for KSE thread, for system scope thread, without this change, debugger will dump a weird stack backtrace. Revision Changes Path 1.241 +1 -0 src/sys/i386/i386/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:42:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5030F16A4CE; Tue, 20 Jul 2004 01:42:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3117543D39; Tue, 20 Jul 2004 01:42:31 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K1gVqj073854; Tue, 20 Jul 2004 01:42:31 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K1gVwC073853; Tue, 20 Jul 2004 01:42:31 GMT (envelope-from brian) Message-Id: <200407200142.i6K1gVwC073853@repoman.freebsd.org> From: Brian Somers Date: Tue, 20 Jul 2004 01:42: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/usr.sbin/ppp physical.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 01:42:31 -0000 brian 2004-07-20 01:42:31 UTC FreeBSD src repository Modified files: usr.sbin/ppp physical.c Log: Report the number of bytes not written when complaining about failed writes Revision Changes Path 1.55 +2 -2 src/usr.sbin/ppp/physical.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:44: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 725B316A4CE; Tue, 20 Jul 2004 01:44:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5313743D54; Tue, 20 Jul 2004 01:44:21 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K1iLnV073940; Tue, 20 Jul 2004 01:44:21 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K1iLhM073939; Tue, 20 Jul 2004 01:44:21 GMT (envelope-from obrien) Message-Id: <200407200144.i6K1iLhM073939@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Jul 2004 01:44:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 01:44:21 -0000 obrien 2004-07-20 01:44:21 UTC FreeBSD src repository Modified files: . avail Log: Unblock gnu/usr.bin/binutils. Note that still expect my 'binutils' entry in "MAINTAINERS" to be obeyed Revision Changes Path 1.218 +2 -3 CVSROOT/avail From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:45: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 5CD5616A4CE; Tue, 20 Jul 2004 01:45:04 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA4843D41; Tue, 20 Jul 2004 01:45:03 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.209] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bmjgk-0004pN-00; Tue, 20 Jul 2004 03:45:02 +0200 Received: from [217.227.159.171] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1Bmjgk-0004ag-00; Tue, 20 Jul 2004 03:45:02 +0200 From: Max Laier To: Darren Reed Date: Tue, 20 Jul 2004 03:42:40 +0200 User-Agent: KMail/1.6.2 References: <200407170240.i6H2eEHO021683@repoman.freebsd.org> <200407170538.14572.max@love2party.net> <20040720010905.GB63588@hub.freebsd.org> In-Reply-To: <20040720010905.GB63588@hub.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_XiH/ASio7LwAFSZ"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407200342.47359.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: Juli Mallett cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sys/sys mbuf.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, 20 Jul 2004 01:45:04 -0000 --Boundary-02=_XiH/ASio7LwAFSZ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 20 July 2004 03:09, Darren Reed wrote: > On Sat, Jul 17, 2004 at 05:38:07AM +0200, Max Laier wrote: > > On Saturday 17 July 2004 04:40, Juli Mallett wrote: > > > Log: > > > Make M_SKIP_FIREWALL a global (and semantic) flag, preventing > > > anything from using M_PROTO6 and possibly shooting someone's foot, as > > > well as allowing the firewall to be used in multiple passes, or with a > > > packet classifier frontend, that may need to explicitly allow a certa= in > > > packet. Presently this is handled in the ipfw_chk code as before, > > > though I have run with it moved to upper layers, and possibly it shou= ld > > > apply to ipfilter and pf as well, though this has not been > > > investigated. > > > > pf does something to the same effect by prepending a mbuf with the > > "PACKET_TAG_PF_GENERATED" mbuf_tag to skip processing for its own > > packets. If we can agree that the presence of M_SKIP_FIREWALL is copied > > to icmp error messages I will happily replace the mbuf tag with the more > > general flag (which will perform significantly better, I believe). Plea= se > > tell me what you think of this. > > Hmmm...personally, I think it is better if firewall packages only ignore > what they've generated themselves. > > If you're using multiple ones together, you may wish to use one as a gap > filler that is able to manage the "output" of another. That is one of the reasons I do not agree with Juli to handle M_SKIP_FIREWA= LL=20 in the upper-layer. Every packet filter should still have to option to say,= =20 "Okay, want me to skip? ... I don't care" (because the admin did configure = me=20 this way). Still it is sensible to have a global way to do it in order to=20 allow things (in other parts of the kernel) that are hard to describe by=20 firewall rules. Moreover, nothing prevents ipfilter from adding more magic = to=20 the mbuf in order to identify it as it's own (e.g. mbuf_tag), but now you=20 have the additional benefit that you can *hint* the others that this is=20 something that they *should*(!=3D must) not molest. =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_XiH/ASio7LwAFSZ Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA/HiXXyyEoT62BG0RAtF0AJwME7p5RA/tl3WGFyFcieUilmEhlQCeM3Ji urMf91v5B0uWvLboNRE+9yg= =g+5t -----END PGP SIGNATURE----- --Boundary-02=_XiH/ASio7LwAFSZ-- From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:47: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 696A916A4CE; Tue, 20 Jul 2004 01:47:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5FC43D46; Tue, 20 Jul 2004 01:47:09 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K1l9Of074089; Tue, 20 Jul 2004 01:47:09 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K1l9MX074088; Tue, 20 Jul 2004 01:47:09 GMT (envelope-from ijliao) Message-Id: <200407200147.i6K1l9MX074088@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 20 Jul 2004 01:47: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/devel/p5-Glib2 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, 20 Jul 2004 01:47:09 -0000 ijliao 2004-07-20 01:47:09 UTC FreeBSD ports repository Modified files: devel/p5-Glib2 Makefile distinfo Log: upgrade to 1.043 PR: 69324 Submitted by: maintainer Revision Changes Path 1.9 +1 -1 ports/devel/p5-Glib2/Makefile 1.7 +2 -2 ports/devel/p5-Glib2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:48: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 5F3C216A4CE; Tue, 20 Jul 2004 01:48:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFFD43D3F; Tue, 20 Jul 2004 01:48:44 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K1mijh074144; Tue, 20 Jul 2004 01:48:44 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K1mihd074143; Tue, 20 Jul 2004 01:48:44 GMT (envelope-from brian) Message-Id: <200407200148.i6K1mihd074143@repoman.freebsd.org> From: Brian Somers Date: Tue, 20 Jul 2004 01:48:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/ppp physical.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 01:48:44 -0000 brian 2004-07-20 01:48:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ppp physical.c Log: MFC: Report the number of bytes not written when complaining about failed writes Revision Changes Path 1.34.2.9 +2 -2 src/usr.sbin/ppp/physical.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:54: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 E174916A4CF; Tue, 20 Jul 2004 01:54:03 +0000 (GMT) Received: from freebsd3.cimlogic.com.au (adsl-20-121.swiftdsl.com.au [218.214.20.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F7B43D48; Tue, 20 Jul 2004 01:54:03 +0000 (GMT) (envelope-from jb@cimlogic.com.au) Received: by freebsd3.cimlogic.com.au (Postfix, from userid 102) id 653106AC0C; Tue, 20 Jul 2004 11:54:01 +1000 (EST) Date: Tue, 20 Jul 2004 11:54:01 +1000 From: John Birrell To: David O'Brien Message-ID: <20040720015401.GA20991@freebsd3.cimlogic.com.au> References: <200407160251.i6G2pSts080488@repoman.freebsd.org> <20040720012632.GA2277@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040720012632.GA2277@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: Marcel Moolenaar cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 01:54:04 -0000 On Mon, Jul 19, 2004 at 06:26:32PM -0700, David O'Brien wrote: > Please back this out ASAP. > > 'make world' has been our documented way to update a system for the past > 10 years. Changing this should be done lightly. It should be discussed > on freebsd-arch@, and not in some random thread on freebsd-current@ under > a subject line that gave zero indication of what was being discussed. I think this change is appropriate (and should *not* be backed out) given that the documented (at least in UPDATING) way to upgrade is to run 'make buildkernel' and 'make installkernel' after 'make buildworld' then reboot before 'make installworld' and running mergemaster. For people building very often where a 'make world' is OK, in their humble opinion, I don't see a problem with asking them to set the hook that allows them to do that. After all, the are saying "I know better". For the rest of us who aren't sure they know better, Marcel's change is a step in the right direction IMHO. The 'make world' may have been around for 10 years, but it is no longer accepted as the way to update. Times change and the FreeBSD upgrade is much better than it used to be. The only real annoyance these days is the change in location of the kernel between FreeBSD4 and FreeBSD5 which isn't handled adequately by the upgrade procedure. Other than that, I think that developers take it for granted just how good FreeBSD's source build is at updating a system. -- John Birrell From owner-cvs-all@FreeBSD.ORG Tue Jul 20 01:54:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id BF9C716A4D0; Tue, 20 Jul 2004 01:54:17 +0000 (GMT) Date: Tue, 20 Jul 2004 01:54:17 +0000 From: David O'Brien To: Garance A Drosihn Message-ID: <20040720015417.GA68979@hub.freebsd.org> References: <200407180119.i6I1JXbc068263@repoman.freebsd.org> <20040718045434.GA4487@dhcp50.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.10-STABLE 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 cc: Marcel Moolenaar Subject: Re: cvs commit: src 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, 20 Jul 2004 01:54:18 -0000 On Sun, Jul 18, 2004 at 01:12:45AM -0400, Garance A Drosihn wrote: > >> > Log: > >> > Add an "out" to the now required BS of defining DESTDIR. .. > >Any such option is totally unnecessary because you only have to > >add DESTDIR?=/ to /etc/make.conf to get the old behaviour back. > > For all I know, it might be that setting DESTDIR will trigger > some other behavior that he is trying to avoid (perhaps something Yes, I'm trying to avoid modifying stock test machines -- they have no /etc/make.conf. "export DESTDIR?=/" does not work in NFS mounted dot files. "export ALLOW_PLAIN_MAKE_WORLD=yes" does. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 02:15: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 C06DF16A4CE; Tue, 20 Jul 2004 02:15:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A17A243D39; Tue, 20 Jul 2004 02:15:10 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K2FAj1074877; Tue, 20 Jul 2004 02:15:10 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K2FAUv074876; Tue, 20 Jul 2004 02:15:10 GMT (envelope-from peter) Message-Id: <200407200215.i6K2FAUv074876@repoman.freebsd.org> From: Peter Wemm Date: Tue, 20 Jul 2004 02:15: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 kern_mutex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 02:15:10 -0000 peter 2004-07-20 02:15:10 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: #ifdef __i386__ -> __i386__ || __amd64__ Revision Changes Path 1.144 +5 -5 src/sys/kern/kern_mutex.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 02: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 4975B16A4CE; Tue, 20 Jul 2004 02:19:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B0E943D3F; Tue, 20 Jul 2004 02:19:09 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K2J9l5075046; Tue, 20 Jul 2004 02:19:09 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K2J92L075045; Tue, 20 Jul 2004 02:19:09 GMT (envelope-from ijliao) Message-Id: <200407200219.i6K2J92L075045@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 20 Jul 2004 02:19: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/mail/dbmail Makefile distinfo pkg-plist ports/mail/dbmail/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, 20 Jul 2004 02:19:09 -0000 ijliao 2004-07-20 02:19:09 UTC FreeBSD ports repository Modified files: mail/dbmail Makefile distinfo pkg-plist Removed files: mail/dbmail/files patch-configure Log: upgrade to 1.2.9 Submitted by: forth@zbwei.net Revision Changes Path 1.17 +1 -1 ports/mail/dbmail/Makefile 1.10 +2 -2 ports/mail/dbmail/distinfo 1.4 +0 -32 ports/mail/dbmail/files/patch-configure (dead) 1.6 +6 -7 ports/mail/dbmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 02:22: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 6321D16A4CE; Tue, 20 Jul 2004 02:22:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4599243D5D; Tue, 20 Jul 2004 02:22:36 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K2Ma2C075176; Tue, 20 Jul 2004 02:22:36 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K2MaqL075175; Tue, 20 Jul 2004 02:22:36 GMT (envelope-from grehan) Message-Id: <200407200222.i6K2MaqL075175@repoman.freebsd.org> From: Peter Grehan Date: Tue, 20 Jul 2004 02:22: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/powerpc/powerpc machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 02:22:36 -0000 grehan 2004-07-20 02:22:36 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc machdep.c Log: Properly obey PPC context synchronization rules when modifying the address translation bits of the MSR. This fixes the boot-time panic reported by Drew Gallatin. Revision Changes Path 1.72 +2 -0 src/sys/powerpc/powerpc/machdep.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 02:29:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2239E16A4CE; Tue, 20 Jul 2004 02:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038BD43D2F; Tue, 20 Jul 2004 02:29:40 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K2TdwE075343; Tue, 20 Jul 2004 02:29:39 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K2Td5s075342; Tue, 20 Jul 2004 02:29:39 GMT (envelope-from kensmith) Message-Id: <200407200229.i6K2Td5s075342@repoman.freebsd.org> From: Ken Smith Date: Tue, 20 Jul 2004 02:29:39 +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 mirrors.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, 20 Jul 2004 02:29:40 -0000 kensmith 2004-07-20 02:29:39 UTC FreeBSD doc repository Modified files: share/sgml mirrors.xml Log: Adding some extra protocols supported by ftp.id.freebsd.org. Revision Changes Path 1.30 +2 -0 doc/share/sgml/mirrors.xml From owner-cvs-all@FreeBSD.ORG Tue Jul 20 02:31: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 CF12F16A4CE; Tue, 20 Jul 2004 02:31:28 +0000 (GMT) Received: from exchhz01.viatech.com.cn (ip-40-162-97-218.anlai.com [218.97.162.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F0143D48; Tue, 20 Jul 2004 02:31:25 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (DAVIDWNT [10.4.1.99]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id NVXA0CCK; Tue, 20 Jul 2004 10:30:47 +0800 Message-ID: <40FC84C8.7070907@freebsd.org> Date: Tue, 20 Jul 2004 10:34:48 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200407180417.i6I4HF6n073828@repoman.freebsd.org> In-Reply-To: <200407180417.i6I4HF6n073828@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/lib/libthread_db Makefile libc_r_db.c thread_db.h thread_db_int.h src/lib/libthread_db/arch/alpha libc_r_md.c libpt hread_md.c src/lib/libthread_db/arch/amd64 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 02:31:29 -0000 Marcel Moolenaar wrote: > marcel 2004-07-18 04:17:15 UTC > ... > The libpthread support has been copied from the original local and > cleaned-up to make them WARNS=2 clean. > that also force us to use non-portable compilation flags to deal with > the uncommon compilation requirements (building archive libraries for > linkage into a shared library). > > The libpthread support has been copied from the original local and > cleaned-up to make them WARNS=2 clean. > I found td_thr_dbsuspend/resume in libpthread code were lost in the commit,was it intention ? David Xu From owner-cvs-all@FreeBSD.ORG Tue Jul 20 02:40: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 C4D6816A4CE; Tue, 20 Jul 2004 02:40:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F6C43D5D; Tue, 20 Jul 2004 02:40:56 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K2euBf075772; Tue, 20 Jul 2004 02:40:56 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K2eugX075769; Tue, 20 Jul 2004 02:40:56 GMT (envelope-from grehan) Message-Id: <200407200240.i6K2eugX075769@repoman.freebsd.org> From: Peter Grehan Date: Tue, 20 Jul 2004 02:40: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/powerpc/powerpc elf_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 02:40:56 -0000 grehan 2004-07-20 02:40:56 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc elf_machdep.c Log: elf_cpu_load_file no longer has an __unused variable. Also, don't bother syncing the icache for the special case of the kernel (id == 1), since the loader has already done this. __unused use reported by: gallatin Revision Changes Path 1.20 +4 -3 src/sys/powerpc/powerpc/elf_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 02: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 F192616A4CF; Tue, 20 Jul 2004 02:40:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE75643D5D; Tue, 20 Jul 2004 02:40:56 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K2euUF075784; Tue, 20 Jul 2004 02:40:56 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K2euY2075783; Tue, 20 Jul 2004 02:40:56 GMT (envelope-from alc) Message-Id: <200407200240.i6K2euY2075783@repoman.freebsd.org> From: Alan Cox Date: Tue, 20 Jul 2004 02:40:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.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, 20 Jul 2004 02:40:57 -0000 alc 2004-07-20 02:40:56 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/amd64/include pmap.h Log: Remove the allpmaps list. It's unused. Reviewed by: peter@ Revision Changes Path 1.486 +0 -18 src/sys/amd64/amd64/pmap.c 1.122 +0 -1 src/sys/amd64/include/pmap.h From owner-cvs-all@FreeBSD.ORG Tue Jul 20 02:44: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 D2ED216A4CE; Tue, 20 Jul 2004 02:44:36 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D77443D49; Tue, 20 Jul 2004 02:44:36 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6K2iag5024464; Mon, 19 Jul 2004 19:44:36 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6K2iZmG012934; Mon, 19 Jul 2004 19:44:36 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6K2iZSN012933; Mon, 19 Jul 2004 19:44:35 -0700 (PDT) (envelope-from marcel) Date: Mon, 19 Jul 2004 19:44:35 -0700 From: Marcel Moolenaar To: David Xu Message-ID: <20040720024435.GA12901@dhcp50.pn.xcllnt.net> References: <200407180417.i6I4HF6n073828@repoman.freebsd.org> <40FC84C8.7070907@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FC84C8.7070907@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/lib/libthread_db Makefile libc_r_db.c lib pthread_db.c libpthread_db.h libthr_db.c thread_db.c thread_db.h thread_db_int.h src/lib/libthread_db/arch/alpha libc_r_md.c libpt hread_md.c src/lib/libthread_db/arch/amd64 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 02:44:37 -0000 On Tue, Jul 20, 2004 at 10:34:48AM +0800, David Xu wrote: > Marcel Moolenaar wrote: > >marcel 2004-07-18 04:17:15 UTC > > ... > > The libpthread support has been copied from the original local and > > cleaned-up to make them WARNS=2 clean. > > that also force us to use non-portable compilation flags to deal with > > the uncommon compilation requirements (building archive libraries for > > linkage into a shared library). > > > > The libpthread support has been copied from the original local and > > cleaned-up to make them WARNS=2 clean. > > > I found td_thr_dbsuspend/resume in libpthread code were lost in the > commit,was it intention ? No. I guess it got lost when I committed from the wrong tree. I had a couple of trees in-flight while doing the merge :-( Let me know if you run into other things as well. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Jul 20 03:16: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 569BA16A4CE; Tue, 20 Jul 2004 03:16:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382D443D2D; Tue, 20 Jul 2004 03:16:33 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K3GX7n076995; Tue, 20 Jul 2004 03:16:33 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K3GXmL076994; Tue, 20 Jul 2004 03:16:33 GMT (envelope-from lioux) Message-Id: <200407200316.i6K3GXmL076994@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 03:16: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/kmplayer Makefile distinfo pkg-plist patch-src::kmplayerpartbase.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 03:16:33 -0000 lioux 2004-07-20 03:16:33 UTC FreeBSD ports repository Modified files: multimedia/kmplayer Makefile distinfo pkg-plist multimedia/kmplayer/files patch-kmplayer::kmplayer.desktop Added files: multimedia/kmplayer/files patch-src::kmplayerpartbase.cpp Log: Update to 0.8.3.rc4 Revision Changes Path 1.9 +1 -2 ports/multimedia/kmplayer/Makefile 1.7 +2 -2 ports/multimedia/kmplayer/distinfo 1.5 +5 -4 ports/multimedia/kmplayer/files/patch-kmplayer::kmplayer.desktop 1.1 +11 -0 ports/multimedia/kmplayer/files/patch-src::kmplayerpartbase.cpp (new) 1.6 +3 -0 ports/multimedia/kmplayer/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 03:56: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 7B9CC16A4CE; Tue, 20 Jul 2004 03:56:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE9343D49; Tue, 20 Jul 2004 03:56:24 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K3uO4p078004; Tue, 20 Jul 2004 03:56:24 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K3uOgT078003; Tue, 20 Jul 2004 03:56:24 GMT (envelope-from simokawa) Message-Id: <200407200356.i6K3uOgT078003@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 20 Jul 2004 03:56: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/dev/firewire if_fwe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 03:56:24 -0000 simokawa 2004-07-20 03:56:24 UTC FreeBSD src repository Modified files: sys/dev/firewire if_fwe.c Log: Adjust packet length correctly for FreeBSD-4. Submitted by: Joerg Sonnenberger Revision Changes Path 1.32 +4 -2 src/sys/dev/firewire/if_fwe.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 04:29: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 52D0516A4CE; Tue, 20 Jul 2004 04:29:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3517943D60; Tue, 20 Jul 2004 04:29:34 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K4TYYi078822; Tue, 20 Jul 2004 04:29:34 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K4TY0b078821; Tue, 20 Jul 2004 04:29:34 GMT (envelope-from simokawa) Message-Id: <200407200429.i6K4TY0b078821@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 20 Jul 2004 04:29:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire if_fwe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 04:29:34 -0000 simokawa 2004-07-20 04:29:34 UTC FreeBSD src repository Modified files: sys/dev/firewire if_fwe.c Log: Initialize ifp->if_output for FreeBSD-4. Revision Changes Path 1.33 +3 -0 src/sys/dev/firewire/if_fwe.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 04:33:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9669B16A4CE; Tue, 20 Jul 2004 04:33:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E6243D2D; Tue, 20 Jul 2004 04:33:08 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K4X8xP079012; Tue, 20 Jul 2004 04:33:08 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K4X8H5079011; Tue, 20 Jul 2004 04:33:08 GMT (envelope-from simokawa) Message-Id: <200407200433.i6K4X8H5079011@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 20 Jul 2004 04:33:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/firewire if_fwe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 04:33:08 -0000 simokawa 2004-07-20 04:33:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/firewire if_fwe.c Log: MFC: Adjust packet length correctly for FreeBSD-4. Revision Changes Path 1.1.2.19 +8 -3 src/sys/dev/firewire/if_fwe.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 04:49: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 85D7916A4CE; Tue, 20 Jul 2004 04:49:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 677DD43D64; Tue, 20 Jul 2004 04:49:44 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K4niHN079411; Tue, 20 Jul 2004 04:49:44 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K4niRb079410; Tue, 20 Jul 2004 04:49:44 GMT (envelope-from simokawa) Message-Id: <200407200449.i6K4niRb079410@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 20 Jul 2004 04:49: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/dev/firewire fwohci.c fwohci_pci.c sbp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 04:49:44 -0000 simokawa 2004-07-20 04:49:44 UTC FreeBSD src repository Modified files: sys/dev/firewire fwohci.c fwohci_pci.c sbp.c Log: Don't output too many debug messages for bootverbose. This driver seems to be fairly stable now. Revision Changes Path 1.79 +11 -11 src/sys/dev/firewire/fwohci.c 1.47 +2 -0 src/sys/dev/firewire/fwohci_pci.c 1.79 +3 -0 src/sys/dev/firewire/sbp.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:21: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 D778F16A4CE; Tue, 20 Jul 2004 05:21:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8C443D41; Tue, 20 Jul 2004 05:21:14 +0000 (GMT) (envelope-from metal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5LEUd080289; Tue, 20 Jul 2004 05:21:14 GMT (envelope-from metal@repoman.freebsd.org) Received: (from metal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5LEOP080288; Tue, 20 Jul 2004 05:21:14 GMT (envelope-from metal) Message-Id: <200407200521.i6K5LEOP080288@repoman.freebsd.org> From: SUZUKI Koichi Date: Tue, 20 Jul 2004 05:21: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/ja_JP.eucJP/man/man8 Makefile asf.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:21:15 -0000 metal 2004-07-20 05:21:14 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/man/man8 Makefile Added files: ja_JP.eucJP/man/man8 asf.8 Log: Initial Japanese translation. Submitted by: koizumistr@minos.ocn.ne.jp Reviewed by: Watanabe Kazuhiro Approved by: kuriyama (mentor/implicitly) Revision Changes Path 1.68 +1 -0 doc/ja_JP.eucJP/man/man8/Makefile 1.1 +122 -0 doc/ja_JP.eucJP/man/man8/asf.8 (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 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 2870216A4CE; Tue, 20 Jul 2004 05:26:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C0C43D4C; Tue, 20 Jul 2004 05:26:01 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5Q0WN080444; Tue, 20 Jul 2004 05:26:00 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5Q0Mh080443; Tue, 20 Jul 2004 05:26:00 GMT (envelope-from dinoex) Message-Id: <200407200526.i6K5Q0Mh080443@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 20 Jul 2004 05:26: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/multimedia/replex Makefile distinfo ports/multimedia/replex/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, 20 Jul 2004 05:26:01 -0000 dinoex 2004-07-20 05:26:00 UTC FreeBSD ports repository Modified files: multimedia/replex Makefile distinfo multimedia/replex/files patch-Makefile Log: - update to 0.1.2 Revision Changes Path 1.5 +1 -1 ports/multimedia/replex/Makefile 1.5 +2 -2 ports/multimedia/replex/distinfo 1.2 +1 -1 ports/multimedia/replex/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05: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 6E91E16A4CE; Tue, 20 Jul 2004 05:39:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5039943D5C; Tue, 20 Jul 2004 05:39:38 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5dcAw080757; Tue, 20 Jul 2004 05:39:38 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5dcpA080756; Tue, 20 Jul 2004 05:39:38 GMT (envelope-from dinoex) Message-Id: <200407200539.i6K5dcpA080756@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 20 Jul 2004 05:39: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/licq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:39:38 -0000 dinoex 2004-07-20 05:39:38 UTC FreeBSD ports repository Modified files: net/licq Makefile Log: - mark BROKEN with new gcc Revision Changes Path 1.62 +5 -0 ports/net/licq/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:41: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 BB47516A4CE; Tue, 20 Jul 2004 05:41:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A84043D46; Tue, 20 Jul 2004 05:41:42 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5fgGU080884; Tue, 20 Jul 2004 05:41:42 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5fgNg080883; Tue, 20 Jul 2004 05:41:42 GMT (envelope-from dinoex) Message-Id: <200407200541.i6K5fgNg080883@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 20 Jul 2004 05:41: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/vls Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:41:42 -0000 dinoex 2004-07-20 05:41:42 UTC FreeBSD ports repository Modified files: net/vls Makefile Log: - mark BROKEN with new gcc Revision Changes Path 1.7 +4 -0 ports/net/vls/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:44: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 8621716A4CE; Tue, 20 Jul 2004 05:44:50 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1933643D41; Tue, 20 Jul 2004 05:44:50 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i6K5hqf0039219; Mon, 19 Jul 2004 23:43:52 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 19 Jul 2004 23:43:57 -0600 (MDT) Message-Id: <20040719.234357.35505652.imp@bsdimp.com> To: obrien@freebsd.org From: "M. Warner Losh" In-Reply-To: <200407200144.i6K1iLhM073939@repoman.freebsd.org> References: <200407200144.i6K1iLhM073939@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:44:50 -0000 In message: <200407200144.i6K1iLhM073939@repoman.freebsd.org> "David E. O'Brien" writes: : Unblock gnu/usr.bin/binutils. : Note that still expect my 'binutils' entry in "MAINTAINERS" to be obeyed Thanks David. I appreciate this. Please respect David's entry in MAINTAINERS. binutils is a royal pain to maintain and test (not to mention the FSF paperwork issues). Please contact me privately if you feel that you cannot honor my request. Warner From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:44: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 AAF6916A4E8; Tue, 20 Jul 2004 05:44:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86FC743D2D; Tue, 20 Jul 2004 05:44:52 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5iq6t080944; Tue, 20 Jul 2004 05:44:52 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5iq7o080943; Tue, 20 Jul 2004 05:44:52 GMT (envelope-from dinoex) Message-Id: <200407200544.i6K5iq7o080943@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 20 Jul 2004 05:44: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/lang/gcc-objc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:44:54 -0000 dinoex 2004-07-20 05:44:52 UTC FreeBSD ports repository Modified files: lang/gcc-objc Makefile Log: - mark BROKEN with new base linker Revision Changes Path 1.4 +4 -0 ports/lang/gcc-objc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05: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 2895816A4CE; Tue, 20 Jul 2004 05:46:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A60843D41; Tue, 20 Jul 2004 05:46:07 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5k619081048; Tue, 20 Jul 2004 05:46:06 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5k6fL081047; Tue, 20 Jul 2004 05:46:06 GMT (envelope-from dinoex) Message-Id: <200407200546.i6K5k6fL081047@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 20 Jul 2004 05:46: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/lang/gcc32 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:46:07 -0000 dinoex 2004-07-20 05:46:06 UTC FreeBSD ports repository Modified files: lang/gcc32 Makefile Log: - drop maintainership Revision Changes Path 1.173 +1 -1 ports/lang/gcc32/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:47: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 0A0DE16A4CE; Tue, 20 Jul 2004 05:47:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20E943D2D; Tue, 20 Jul 2004 05:47:06 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5l6E3081102; Tue, 20 Jul 2004 05:47:06 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5l68K081101; Tue, 20 Jul 2004 05:47:06 GMT (envelope-from tjr) Message-Id: <200407200547.i6K5l68K081101@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 20 Jul 2004 05:47: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/bin/cat cat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:47:07 -0000 tjr 2004-07-20 05:47:06 UTC FreeBSD src repository Modified files: bin/cat cat.c Log: Use warn() instead of perror(). Revision Changes Path 1.31 +2 -2 src/bin/cat/cat.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:50: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 BAC9916A4CE; Tue, 20 Jul 2004 05:50:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B44AE43D41; Tue, 20 Jul 2004 05:50:19 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5oJbA081215; Tue, 20 Jul 2004 05:50:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5oJ96081213; Tue, 20 Jul 2004 05:50:19 GMT (envelope-from marcus) Message-Id: <200407200550.i6K5oJ96081213@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jul 2004 05:50: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/gaim Makefile distinfo pkg-plist ports/net/gaim/files patch-ltmain.sh patch-plugins_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:50:19 -0000 marcus 2004-07-20 05:50:19 UTC FreeBSD ports repository Modified files: net/gaim Makefile distinfo pkg-plist net/gaim/files patch-plugins_Makefile.in Removed files: net/gaim/files patch-ltmain.sh Log: Update to 0.80. For a list of what's changed, see http://gaim.sourceforge.net/ChangeLog. Submitted by: Matthew Luckie Revision Changes Path 1.151 +2 -2 ports/net/gaim/Makefile 1.87 +2 -2 ports/net/gaim/distinfo 1.9 +0 -51 ports/net/gaim/files/patch-ltmain.sh (dead) 1.3 +1 -3 ports/net/gaim/files/patch-plugins_Makefile.in 1.65 +2 -0 ports/net/gaim/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05: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 5374116A4CF; Tue, 20 Jul 2004 05:50:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F2443D5D; Tue, 20 Jul 2004 05:50:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5owZP081353; Tue, 20 Jul 2004 05:50:58 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5ow3L081352; Tue, 20 Jul 2004 05:50:58 GMT (envelope-from marcus) Message-Id: <200407200550.i6K5ow3L081352@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jul 2004 05: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/net/meanwhile-gaim Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:50:58 -0000 marcus 2004-07-20 05:50:58 UTC FreeBSD ports repository Modified files: net/meanwhile-gaim Makefile distinfo Log: Update to 0.80. Revision Changes Path 1.6 +3 -4 ports/net/meanwhile-gaim/Makefile 1.4 +2 -2 ports/net/meanwhile-gaim/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:51:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 413E016A4CE; Tue, 20 Jul 2004 05:51:35 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0037F43D45; Tue, 20 Jul 2004 05:51:34 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-104-4.dsl.lsan03.pacbell.net [64.169.104.4])i6K5pYAt027201; Tue, 20 Jul 2004 01:51:34 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DD80F51A1C; Mon, 19 Jul 2004 22:51:33 -0700 (PDT) Date: Mon, 19 Jul 2004 22:51:33 -0700 From: Kris Kennaway To: Dirk Meyer Message-ID: <20040720055133.GA68249@xor.obsecurity.org> References: <200407200541.i6K5fgNg080883@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <200407200541.i6K5fgNg080883@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/net/vls Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:51:35 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 20, 2004 at 05:41:42AM +0000, Dirk Meyer wrote: > dinoex 2004-07-20 05:41:42 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > net/vls Makefile=20 > Log: > - mark BROKEN with new gcc Err, is this a gcc 3.4 error? The new gcc version has not yet been imported into CVS; the logs you see on pointyhat are previews of what will happen when it is, so maintainers can start working on fixing the problems. See the emails I sent to ports@ recently about this. Kris --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/LLlWry0BWjoQKURAgaoAJ42p5IVloTVyoisi3vDH+oSOVnlogCfSV8W LXGGMBodUMV4HVV2XrF/Ygk= =zU08 -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:51: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 B64CE16A4CE; Tue, 20 Jul 2004 05:51:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C1E43D1F; Tue, 20 Jul 2004 05:51:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5pl65081420; Tue, 20 Jul 2004 05:51:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5plf1081419; Tue, 20 Jul 2004 05:51:47 GMT (envelope-from marcus) Message-Id: <200407200551.i6K5plf1081419@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jul 2004 05:51: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/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: Tue, 20 Jul 2004 05:51:47 -0000 marcus 2004-07-20 05:51:47 UTC FreeBSD ports repository Modified files: security/gaim-encryption Makefile distinfo pkg-plist Log: Update to 2.28. Submitted by: maintainer Revision Changes Path 1.10 +12 -3 ports/security/gaim-encryption/Makefile 1.4 +2 -2 ports/security/gaim-encryption/distinfo 1.2 +1 -0 ports/security/gaim-encryption/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:52: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 3180E16A4CE; Tue, 20 Jul 2004 05:52:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1366A43D1F; Tue, 20 Jul 2004 05:52:01 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5q0bW081460; Tue, 20 Jul 2004 05:52:00 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5q0vm081457; Tue, 20 Jul 2004 05:52:00 GMT (envelope-from tjr) Message-Id: <200407200552.i6K5q0vm081457@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 20 Jul 2004 05:52: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/bin/ps print.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 05:52:01 -0000 tjr 2004-07-20 05:52:00 UTC FreeBSD src repository Modified files: bin/ps print.c Log: Use warn() instead of perror(). Revision Changes Path 1.93 +2 -2 src/bin/ps/print.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05: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 6A65616A4CE; Tue, 20 Jul 2004 05:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCEB43D45; Tue, 20 Jul 2004 05:52:17 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5qHtV081498; Tue, 20 Jul 2004 05:52:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5qHJP081497; Tue, 20 Jul 2004 05:52:17 GMT (envelope-from marcus) Message-Id: <200407200552.i6K5qHJP081497@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jul 2004 05:52: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/misc/gaim-guifications 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, 20 Jul 2004 05:52:17 -0000 marcus 2004-07-20 05:52:17 UTC FreeBSD ports repository Modified files: misc/gaim-guifications Makefile distinfo Log: Update to 1.10. Submitted by: maintainer Revision Changes Path 1.6 +3 -3 ports/misc/gaim-guifications/Makefile 1.4 +2 -2 ports/misc/gaim-guifications/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 05:53: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 A3A5516A4CE; Tue, 20 Jul 2004 05:53:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8664043D2D; Tue, 20 Jul 2004 05:53:12 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K5rClK081564; Tue, 20 Jul 2004 05:53:12 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K5rC59081563; Tue, 20 Jul 2004 05:53:12 GMT (envelope-from marcus) Message-Id: <200407200553.i6K5rC59081563@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jul 2004 05:53: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/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: Tue, 20 Jul 2004 05:53:12 -0000 marcus 2004-07-20 05:53:12 UTC FreeBSD ports repository Modified files: japanese/gaim Makefile Log: Mark IGNORE until it can be updated for Gaim 0.80. Revision Changes Path 1.12 +2 -0 ports/japanese/gaim/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 06:32:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9283F16A4CE; Tue, 20 Jul 2004 06:32:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7701143D1D; Tue, 20 Jul 2004 06:32:32 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K6WWXt082557; Tue, 20 Jul 2004 06:32:32 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K6WWq1082556; Tue, 20 Jul 2004 06:32:32 GMT (envelope-from alc) Message-Id: <200407200632.i6K6WWq1082556@repoman.freebsd.org> From: Alan Cox Date: Tue, 20 Jul 2004 06:32: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/alpha/alpha interrupt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 06:32:32 -0000 alc 2004-07-20 06:32:32 UTC FreeBSD src repository Modified files: sys/alpha/alpha interrupt.c Log: The previous revision introduced a compilation error, i.e., the use of an undefined variable. Correct this error. Revision Changes Path 1.82 +1 -1 src/sys/alpha/alpha/interrupt.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 06:45: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 9ACAB16A4CE; Tue, 20 Jul 2004 06:45:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB1B43D5C; Tue, 20 Jul 2004 06:45:22 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K6jMDc082932; Tue, 20 Jul 2004 06:45:22 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K6jM9p082931; Tue, 20 Jul 2004 06:45:22 GMT (envelope-from marcus) Message-Id: <200407200645.i6K6jM9p082931@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jul 2004 06:45: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/sysutils/gnomesystemtools 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, 20 Jul 2004 06:45:22 -0000 marcus 2004-07-20 06:45:22 UTC FreeBSD ports repository Modified files: sysutils/gnomesystemtools Makefile distinfo pkg-plist Log: Update to 0.90.0. Revision Changes Path 1.3 +4 -4 ports/sysutils/gnomesystemtools/Makefile 1.3 +2 -2 ports/sysutils/gnomesystemtools/distinfo 1.4 +50 -0 ports/sysutils/gnomesystemtools/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 06:47: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 7326E16A4CE; Tue, 20 Jul 2004 06:47:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5633A43D64; Tue, 20 Jul 2004 06:47:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K6l2Zd083017; Tue, 20 Jul 2004 06:47:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K6l2Ip083016; Tue, 20 Jul 2004 06:47:02 GMT (envelope-from marcus) Message-Id: <200407200647.i6K6l2Ip083016@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 20 Jul 2004 06:47:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gob2 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, 20 Jul 2004 06:47:02 -0000 marcus 2004-07-20 06:47:02 UTC FreeBSD ports repository Modified files: devel/gob2 Makefile distinfo Log: Update to 2.0.9. Revision Changes Path 1.36 +1 -1 ports/devel/gob2/Makefile 1.27 +2 -2 ports/devel/gob2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07:01: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 E6D7716A4CE; Tue, 20 Jul 2004 07:01:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E18CC43D3F; Tue, 20 Jul 2004 07:01:02 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K712NW083427; Tue, 20 Jul 2004 07:01:02 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K712tC083426; Tue, 20 Jul 2004 07:01:02 GMT (envelope-from marcel) Message-Id: <200407200701.i6K712tC083426@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 20 Jul 2004 07:01: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/boot/efi/libefi/arch/ia64 ldscript.ia64 src/sys/boot/efi/loader Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 07:01:03 -0000 marcel 2004-07-20 07:01:02 UTC FreeBSD src repository Modified files: sys/boot/efi/libefi/arch/ia64 ldscript.ia64 sys/boot/efi/loader Makefile Log: Fix the creation of EFI images that got broken by the import of binutils 2.15. The linker now creates a .rela.dyn section for dynamic relocations, while our script created a .rela section. Likewise, we copied the .rela section to the EFI image, but not the .rela.dyn section. The fix is to rename .rela to .rela.dyn in the linker script so that all relocations end up in the same section again. This we copy into the EFI image. Revision Changes Path 1.8 +1 -1 src/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 1.22 +2 -2 src/sys/boot/efi/loader/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07:06:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A57C16A4CE; Tue, 20 Jul 2004 07:06:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27A543D54; Tue, 20 Jul 2004 07:06:43 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K76hAO083697; Tue, 20 Jul 2004 07:06:43 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K76hRU083696; Tue, 20 Jul 2004 07:06:43 GMT (envelope-from silby) Message-Id: <200407200706.i6K76hRU083696@repoman.freebsd.org> From: Mike Silbersack Date: Tue, 20 Jul 2004 07:06:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_pipe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 07:06:44 -0000 silby 2004-07-20 07:06:43 UTC FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Fix a minor error in pipe_stat - st_size was always reported as 0 when direct writes kicked in. Whether this affected any applications is unknown. Revision Changes Path 1.172 +4 -1 src/sys/kern/sys_pipe.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07: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 3AA3416A4CE; Tue, 20 Jul 2004 07:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE2143D48; Tue, 20 Jul 2004 07:11:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K7BE8n083873; Tue, 20 Jul 2004 07:11:15 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K7BEko083871; Tue, 20 Jul 2004 07:11:14 GMT (envelope-from marcel) Message-Id: <200407200711.i6K7BEko083871@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 20 Jul 2004 07:11:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi/libefi/arch/ia64 start.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 07:11:15 -0000 marcel 2004-07-20 07:11:14 UTC FreeBSD src repository Modified files: sys/boot/efi/libefi/arch/ia64 start.S Log: o Support the REL32LSB relocation. It's in the ELF file from which we construct the EFI image. It doesn't seem to actually end up in the EFI image, AFAICT. o Replace .quad, .long and .short with data8, data4 and data2 resp. The former are gnuisms. o Redefine _start_plabel as a data16 with @iplt(_start) as its value. This is the preferred way to create user PLT entries. Revision Changes Path 1.7 +18 -9 src/sys/boot/efi/libefi/arch/ia64/start.S From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07:17: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 1618016A4CE; Tue, 20 Jul 2004 07:17:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED18D43D45; Tue, 20 Jul 2004 07:17:19 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K7HJs7084148; Tue, 20 Jul 2004 07:17:19 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K7HJD9084147; Tue, 20 Jul 2004 07:17:19 GMT (envelope-from silby) Message-Id: <200407200717.i6K7HJD9084147@repoman.freebsd.org> From: Mike Silbersack Date: Tue, 20 Jul 2004 07:17: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/regression/pipe pipe-fstatbug.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 07:17:20 -0000 silby 2004-07-20 07:17:19 UTC FreeBSD src repository Added files: tools/regression/pipe pipe-fstatbug.c Log: Add a simple regression test for the stat st_size bug just fixed in sys_pipe.c Revision Changes Path 1.1 +82 -0 src/tools/regression/pipe/pipe-fstatbug.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07:24: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 F341316A4CE; Tue, 20 Jul 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 EDE7A43D3F; Tue, 20 Jul 2004 07:24:05 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K7O5Q1084416; Tue, 20 Jul 2004 07:24:05 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K7O5tO084415; Tue, 20 Jul 2004 07:24:05 GMT (envelope-from vs) Message-Id: <200407200724.i6K7O5tO084415@repoman.freebsd.org> From: Volker Stolz Date: Tue, 20 Jul 2004 07:24: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 Makefile ports/sysutils/memdump Makefile distinfo pkg-descr ports/sysutils/memdump/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, 20 Jul 2004 07:24:06 -0000 vs 2004-07-20 07:24:05 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/memdump Makefile distinfo pkg-descr sysutils/memdump/files patch-Makefile Log: Add memdump 1.0, forensic utility for memory-dumping. PR: ports/68413 Submitted by: Yonatan Revision Changes Path 1.554 +1 -0 ports/sysutils/Makefile 1.1 +37 -0 ports/sysutils/memdump/Makefile (new) 1.1 +2 -0 ports/sysutils/memdump/distinfo (new) 1.1 +11 -0 ports/sysutils/memdump/files/patch-Makefile (new) 1.1 +5 -0 ports/sysutils/memdump/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07:24: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 3BF3A16A4CF; Tue, 20 Jul 2004 07:24:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D39043D53; Tue, 20 Jul 2004 07:24:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K7OGmr084465; Tue, 20 Jul 2004 07:24:16 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K7OGM7084464; Tue, 20 Jul 2004 07:24:16 GMT (envelope-from vs) Message-Id: <200407200724.i6K7OGM7084464@repoman.freebsd.org> From: Volker Stolz Date: Tue, 20 Jul 2004 07:24: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, 20 Jul 2004 07:24:17 -0000 vs 2004-07-20 07:24:16 UTC FreeBSD ports repository Modified files: . modules Log: memdump --> ports/sysutils/memdump Revision Changes Path 1.10701 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07:24:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE9016A4CE; Tue, 20 Jul 2004 07:24:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBE243D55; Tue, 20 Jul 2004 07:24:28 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K7OSCN084505; Tue, 20 Jul 2004 07:24:28 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K7OS58084504; Tue, 20 Jul 2004 07:24:28 GMT (envelope-from krion) Message-Id: <200407200724.i6K7OS58084504@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 20 Jul 2004 07:24:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/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: Tue, 20 Jul 2004 07:24:28 -0000 krion 2004-07-20 07:24:28 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: Update to 9.18 Revision Changes Path 1.30 +1 -1 ports/misc/nut/Makefile 1.26 +2 -2 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 07:42: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 7AFB016A4CE; Tue, 20 Jul 2004 07:42:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F26843D45; Tue, 20 Jul 2004 07:42:07 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K7g7Ej085044; Tue, 20 Jul 2004 07:42:07 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K7g7mb085043; Tue, 20 Jul 2004 07:42:07 GMT (envelope-from harti) Message-Id: <200407200742.i6K7g7mb085043@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 20 Jul 2004 07:42:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make cond.c make.h parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 07:42:07 -0000 harti 2004-07-20 07:42:07 UTC FreeBSD src repository Modified files: usr.bin/make cond.c make.h parse.c Log: Improve make's diagnostic of mistmatched .if-.endif. This patch is slightly different from the patch in the PR. The problem is, that make handles .if clauses inside false .if clauses simply by counting them - it doesn't put them onto the conditional stack, nor even parses them so we need an extra line number stack for these ifs. PR: bin/61257 Submitted by: Mikhail Teterin Revision Changes Path 1.28 +21 -2 src/usr.bin/make/cond.c 1.24 +16 -0 src/usr.bin/make/make.h 1.56 +1 -15 src/usr.bin/make/parse.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:19: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 6D07E16A4CE; Tue, 20 Jul 2004 08:19:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5135843D46; Tue, 20 Jul 2004 08:19:54 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8Jqkq086034; Tue, 20 Jul 2004 08:19:52 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8JqcQ086033; Tue, 20 Jul 2004 08:19:52 GMT (envelope-from le) Message-Id: <200407200819.i6K8JqcQ086033@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 20 Jul 2004 08:19:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/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: Tue, 20 Jul 2004 08:19:54 -0000 le 2004-07-20 08:19:51 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes2 Log: Remove duplicate fortunes and fix some typos. PR: misc/45839 Submitted by: Philipp Mergenthaler Revision Changes Path 1.75 +9 -396 src/games/fortune/datfiles/fortunes2 From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:19: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 F3E4416A4CF; Tue, 20 Jul 2004 08:19:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F6743D64; Tue, 20 Jul 2004 08:19:54 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8JsSm086063; Tue, 20 Jul 2004 08:19:54 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8JsQZ086062; Tue, 20 Jul 2004 08:19:54 GMT (envelope-from keramida) Message-Id: <200407200819.i6K8JsQZ086062@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 20 Jul 2004 08:19: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/usr.sbin/burncd burncd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:19:55 -0000 keramida 2004-07-20 08:19:54 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) usr.sbin/burncd burncd.8 Log: MFC: 1.32 Refer to the sysutils/cdrtools port now that the sysutils/mkisofs port has been merged into the former. Revision Changes Path 1.6.2.9 +4 -1 src/usr.sbin/burncd/burncd.8 From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:21: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 9FED316A4D0; Tue, 20 Jul 2004 08:21:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 827CD43D41; Tue, 20 Jul 2004 08:21:07 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8L7EM086171; Tue, 20 Jul 2004 08:21:07 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8L7tK086170; Tue, 20 Jul 2004 08:21:07 GMT (envelope-from edwin) Message-Id: <200407200821.i6K8L7tK086170@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 20 Jul 2004 08:21:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/slate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:21:07 -0000 edwin 2004-07-20 08:21:07 UTC FreeBSD ports repository Modified files: net-mgmt/slate Makefile Log: lding for slate-5.0.1 Making all in lfap gmake: not found thanks to kris@ for finding out Revision Changes Path 1.2 +1 -0 ports/net-mgmt/slate/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08: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 33D0316A4CE; Tue, 20 Jul 2004 08:27:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 145DF43D46; Tue, 20 Jul 2004 08:27:28 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8RRMI086361; Tue, 20 Jul 2004 08:27:27 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8RRnJ086360; Tue, 20 Jul 2004 08:27:27 GMT (envelope-from tjr) Message-Id: <200407200827.i6K8RRnJ086360@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 20 Jul 2004 08:27: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/lib/libc/stdio fgetwc.c fputwc.c ungetwc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:27:28 -0000 tjr 2004-07-20 08:27:27 UTC FreeBSD src repository Modified files: lib/libc/stdio fgetwc.c fputwc.c ungetwc.c Log: Call __mbrtowc() and __wcrtomb() directly instead of taking detours through mbrtowc() and wcrtomb(). Revision Changes Path 1.12 +2 -1 src/lib/libc/stdio/fgetwc.c 1.10 +2 -1 src/lib/libc/stdio/fputwc.c 1.9 +2 -1 src/lib/libc/stdio/ungetwc.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:28: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 94B5816A4CE; Tue, 20 Jul 2004 08:28:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7932C43D31; Tue, 20 Jul 2004 08:28:28 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8SSYr086407; Tue, 20 Jul 2004 08:28:28 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8SSdE086406; Tue, 20 Jul 2004 08:28:28 GMT (envelope-from le) Message-Id: <200407200828.i6K8SSdE086406@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 20 Jul 2004 08:28: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/games/fortune/datfiles fortunes X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:28:28 -0000 le 2004-07-20 08:28:28 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes Log: Fix whitespace and punctuation. PR: misc/49967 Submitted by: Sean C. Farley Revision Changes Path 1.139 +16 -20 src/games/fortune/datfiles/fortunes From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08: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 59E2816A4CE; Tue, 20 Jul 2004 08:30:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB6343D41; Tue, 20 Jul 2004 08:30:15 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8UFpt086463; Tue, 20 Jul 2004 08:30:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8UEDb086462; Tue, 20 Jul 2004 08:30:14 GMT (envelope-from edwin) Message-Id: <200407200830.i6K8UEDb086462@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 20 Jul 2004 08:30:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/sudo Makefile pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:30:15 -0000 edwin 2004-07-20 08:30:14 UTC FreeBSD ports repository Modified files: security/sudo Makefile pkg-install pkg-plist Log: Undo yesterdays change after sysutils/porttools suddenly failed. Kris (bento (noh! pointyhat)) reported it PR: ports/58387 Revision Changes Path 1.63 +2 -3 ports/security/sudo/Makefile 1.4 +1 -1 ports/security/sudo/pkg-install 1.9 +2 -3 ports/security/sudo/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:32: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 4633616A4CE; Tue, 20 Jul 2004 08:32:39 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101D343D62; Tue, 20 Jul 2004 08:32:39 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.40 (FreeBSD)) id 1Bmq3F-000Bi5-Lq; Tue, 20 Jul 2004 10:32:41 +0200 Date: Tue, 20 Jul 2004 10:32:41 +0200 From: Kirill Ponomarew To: Edwin Groothuis Message-ID: <20040720083241.GR33798@voodoo.oberon.net> References: <200407200830.i6K8UEDb086462@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aH/0uqREc1VzwMkO" Content-Disposition: inline In-Reply-To: <200407200830.i6K8UEDb086462@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/security/sudo Makefile pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:32:39 -0000 --aH/0uqREc1VzwMkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Jul 20, 2004 at 08:30:14AM +0000, Edwin Groothuis wrote: > edwin 2004-07-20 08:30:14 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > security/sudo Makefile pkg-install pkg-plist=20 > Log: > Undo yesterdays change after sysutils/porttools suddenly failed. > =20 > Kris (bento (noh! pointyhat)) reported it Not only kris: ports/69288 -Kirill --aH/0uqREc1VzwMkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/NipQC1G6a60JuURApjwAKCfkbRSrInrLJiWq5nS7+E9z+WpfACg2HbM GF79MVQx8ojZXoVMWQsshYc= =2DjQ -----END PGP SIGNATURE----- --aH/0uqREc1VzwMkO-- From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:32:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77F516A529; Tue, 20 Jul 2004 08:32:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A22543D48; Tue, 20 Jul 2004 08:32:43 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8Wh3f086592; Tue, 20 Jul 2004 08:32:43 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8WgvA086587; Tue, 20 Jul 2004 08:32:42 GMT (envelope-from le) Message-Id: <200407200832.i6K8WgvA086587@repoman.freebsd.org> From: Lukas Ertl Date: Tue, 20 Jul 2004 08:32: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/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: Tue, 20 Jul 2004 08:32:46 -0000 le 2004-07-20 08:32:42 UTC FreeBSD src repository Modified files: games/fortune/datfiles fortunes2 Log: Fix typos. PR: misc/67586 Submitted by: Paul A. Hoadley Revision Changes Path 1.76 +3 -3 src/games/fortune/datfiles/fortunes2 From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:33: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 31D1116A4CE; Tue, 20 Jul 2004 08:33:20 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5B743D5D; Tue, 20 Jul 2004 08:33:19 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.40 (FreeBSD)) id 1Bmq3u-000Bj6-OZ; Tue, 20 Jul 2004 10:33:22 +0200 Date: Tue, 20 Jul 2004 10:33:22 +0200 From: Kirill Ponomarew To: Edwin Groothuis Message-ID: <20040720083322.GS33798@voodoo.oberon.net> References: <200407200830.i6K8UEDb086462@repoman.freebsd.org> <20040720083241.GR33798@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Cbvl/UgeRTPlujdB" Content-Disposition: inline In-Reply-To: <20040720083241.GR33798@voodoo.oberon.net> 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/security/sudo Makefile pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:33:20 -0000 --Cbvl/UgeRTPlujdB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Jul 20, 2004 at 10:32:41AM +0200, Kirill Ponomarew wrote: > Not only kris: >=20 > ports/69288 And not only this one ;) ports/69282 -Kirill --Cbvl/UgeRTPlujdB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/NjSQC1G6a60JuURArRWAKCBZfHrrmnNs8h78y+HXZ31+MLNHwCfaMBS 9vwQO2OSW8J5pTvi6p/oQBY= =qK3N -----END PGP SIGNATURE----- --Cbvl/UgeRTPlujdB-- From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:42:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FE316A4CE; Tue, 20 Jul 2004 08:42:59 +0000 (GMT) Received: from mail001.syd.optusnet.com.au (mail001.syd.optusnet.com.au [211.29.132.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id C50C943D45; Tue, 20 Jul 2004 08:42:56 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i6K8gt829132; Tue, 20 Jul 2004 18:42:55 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i6K8grVd006321; Tue, 20 Jul 2004 18:42:54 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i6K8grGS006320; Tue, 20 Jul 2004 18:42:53 +1000 (EST) (envelope-from pjeremy) Date: Tue, 20 Jul 2004 18:42:53 +1000 From: Peter Jeremy To: Josef El-Rayes Message-ID: <20040720084253.GC3001@cirb503493.alcatel.com.au> References: <200407192245.i6JMj9oa068688@repoman.freebsd.org> <20040719224725.GA14501@daemon.li> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719224725.GA14501@daemon.li> User-Agent: Mutt/1.4.2i cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access avail cfg.pm cfg_local.pm checkoutlist commit_prep.pl commitcheck commitinfo config cvs_acls.pl cvsignore cvswrappers edithook editinfo exclude log_accum.pl logcheck loginfo modules notify options rcsinfo rcstemplate tagcheck ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:42:59 -0000 On Mon, 2004-Jul-19 22:47:25 +0000, Josef El-Rayes wrote: >i have no idea what happenend here, i checked out CVSROOT from dcvs >and only edited access? I gather you just did a 'cvs ci -f' in CVSROOT. In the absence of any files/directories on the command line, cvs will scan the current directory and recurse down, looking for files to commit. Since you specified '-f', all files found are treated as needing to be committed. BTW, cvs looks for changed content rather than modtime so that touching access won't have any effect. All you needed to do was run 'cvs ci -f access' within CVSROOT. -- Peter Jeremy From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08:48:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0DE616A4CE; Tue, 20 Jul 2004 08:48:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B566443D6E; Tue, 20 Jul 2004 08:48:11 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8mB90087031; Tue, 20 Jul 2004 08:48:11 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8mB0I087030; Tue, 20 Jul 2004 08:48:11 GMT (envelope-from obrien) Message-Id: <200407200848.i6K8mB0I087030@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Jul 2004 08:48: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/ftp/ncftp3 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, 20 Jul 2004 08:48:12 -0000 obrien 2004-07-20 08:48:11 UTC FreeBSD ports repository Modified files: ftp/ncftp3 Makefile distinfo Log: Update to 3.1.8. Among other things, 'ps' won't show user, password, account options. Revision Changes Path 1.103 +5 -2 ports/ftp/ncftp3/Makefile 1.59 +4 -4 ports/ftp/ncftp3/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 08: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 D4D0B16A4CE; Tue, 20 Jul 2004 08:58:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C89443D4C; Tue, 20 Jul 2004 08:58:27 +0000 (GMT) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K8wRCT087379; Tue, 20 Jul 2004 08:58:27 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K8wRxG087378; Tue, 20 Jul 2004 08:58:27 GMT (envelope-from dfr) Message-Id: <200407200858.i6K8wRxG087378@repoman.freebsd.org> From: Doug Rabson Date: Tue, 20 Jul 2004 08:58: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/dev/firewire if_fwip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:58:28 -0000 dfr 2004-07-20 08:58:27 UTC FreeBSD src repository Modified files: sys/dev/firewire if_fwip.c Log: Temporary fix for interoperability with Windows and OS X. A more complete fix will follow when its ready. Submitted by: simokawa Revision Changes Path 1.4 +1 -1 src/sys/dev/firewire/if_fwip.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 09:03: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 5BDB616A4E3; Tue, 20 Jul 2004 09:03:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE1043D46; Tue, 20 Jul 2004 09:03:42 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K93gNe087583; Tue, 20 Jul 2004 09:03:42 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K93gXu087582; Tue, 20 Jul 2004 09:03:42 GMT (envelope-from ale) Message-Id: <200407200903.i6K93gXu087582@repoman.freebsd.org> From: Alex Dupre Date: Tue, 20 Jul 2004 09:03: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/textproc/php5-xml/files patch-compat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 09:03:42 -0000 ale 2004-07-20 09:03:42 UTC FreeBSD ports repository Added files: textproc/php5-xml/files patch-compat.c Log: Include config.h in compat.c (fix xml compat). Revision Changes Path 1.1 +13 -0 ports/textproc/php5-xml/files/patch-compat.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 09:07: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 9AE4D16A4CE; Tue, 20 Jul 2004 09:07:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E67043D5C; Tue, 20 Jul 2004 09:07:58 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K97wmc087768; Tue, 20 Jul 2004 09:07:58 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K97waE087767; Tue, 20 Jul 2004 09:07:58 GMT (envelope-from blackend) Message-Id: <200407200907.i6K97waE087767@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 20 Jul 2004 09:07: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/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: Tue, 20 Jul 2004 09:07:58 -0000 blackend 2004-07-20 09:07:58 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In diskless section: - Add missing literal tags - According to Etherboot doc, "etherboot" should be spelled Etherboot, let's fix it. Revision Changes Path 1.330 +19 -19 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 20 09:08:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2078616A4CE; Tue, 20 Jul 2004 09:08:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 040F743D3F; Tue, 20 Jul 2004 09:08:07 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K986SI087806; Tue, 20 Jul 2004 09:08:06 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K986Tp087805; Tue, 20 Jul 2004 09:08:06 GMT (envelope-from erwin) Message-Id: <200407200908.i6K986Tp087805@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 20 Jul 2004 09: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/net-mgmt/p5-Net-CIDR 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, 20 Jul 2004 09:08:07 -0000 erwin 2004-07-20 09:08:06 UTC FreeBSD ports repository Modified files: net-mgmt/p5-Net-CIDR Makefile distinfo Log: Update to 0.10 Revision Changes Path 1.8 +1 -1 ports/net-mgmt/p5-Net-CIDR/Makefile 1.5 +2 -2 ports/net-mgmt/p5-Net-CIDR/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 09: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 DCB6316A4CE; Tue, 20 Jul 2004 09:22:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3F643D66; Tue, 20 Jul 2004 09:22:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K9MsxJ088295; Tue, 20 Jul 2004 09:22:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K9MsKq088294; Tue, 20 Jul 2004 09:22:54 GMT (envelope-from obrien) Message-Id: <200407200922.i6K9MsKq088294@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Jul 2004 09: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/ftp/ncftp3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 09:22:55 -0000 obrien 2004-07-20 09:22:54 UTC FreeBSD ports repository Modified files: ftp/ncftp3 Makefile Log: Figure out what the vendor typo really was suppose to be. Submitted by: sumikawa Revision Changes Path 1.104 +2 -1 ports/ftp/ncftp3/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 09: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 0454A16A4CE; Tue, 20 Jul 2004 09:33:52 +0000 (GMT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AFF643D5D; Tue, 20 Jul 2004 09:33:51 +0000 (GMT) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) i6K9XoS5017414; Tue, 20 Jul 2004 10:33:50 +0100 (BST) (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost)i6K9XnuG017413; Tue, 20 Jul 2004 10:33:49 +0100 (BST) (envelope-from mark@grondar.org) X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1])i6K9T9iP076814; Tue, 20 Jul 2004 10:29:09 +0100 (BST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200407200929.i6K9T9iP076814@grimreaper.grondar.org> To: Josef El-Rayes In-Reply-To: Your message of "Mon, 19 Jul 2004 22:47:25 -0000." <20040719224725.GA14501@daemon.li> Date: Tue, 20 Jul 2004 10:29:08 +0100 Sender: mark@grondar.org cc: doc-committers@FreeBSD.ORG cc: cvs-doc@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access avail cfg.pm cfg_local.pm checkoutlist commit_prep.pl commitcheck commitinfo config cvs_acls.pl cvsignore cvswrappers edithook editinfo exclude log_accum.pl logcheck loginfo modules notify options rcsinfo rcstemplate tagcheck ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 09:33:52 -0000 Josef El-Rayes writes: > > Modified files: > > . access avail cfg.pm cfg_local.pm > > checkoutlist commit_prep.pl commitcheck > > commitinfo config cvs_acls.pl cvsignore > > cvswrappers edithook editinfo exclude > > log_accum.pl logcheck loginfo modules > > notify options rcsinfo rcstemplate > > tagcheck taginfo unwrap verifymsg wrap > > i have no idea what happenend here, i checked out CVSROOT from dcvs > and only edited access? > > can anyone explain? Yeah. You most likely went $ cd CVSROOT $ cvs commit -f When you should have done $ cd CVSROOT $ cvs commit -f avail The '-f' in the first case defaultewd to all files. In the second, you are explicit about which file to force. M -- Mark Murray iumop ap!sdn w,I idlaH From owner-cvs-all@FreeBSD.ORG Tue Jul 20 09:34:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD4E16A4CE; Tue, 20 Jul 2004 09:34:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4447A43D2D; Tue, 20 Jul 2004 09:34:23 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6K9YNVv088574; Tue, 20 Jul 2004 09:34:23 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6K9YNi8088573; Tue, 20 Jul 2004 09:34:23 GMT (envelope-from ume) Message-Id: <200407200934.i6K9YNi8088573@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 20 Jul 2004 09:34: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/sysutils/gkrellm2 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, 20 Jul 2004 09:34:23 -0000 ume 2004-07-20 09:34:23 UTC FreeBSD ports repository Modified files: sysutils/gkrellm2 Makefile distinfo Log: Update to 2.2.2. Revision Changes Path 1.103 +1 -1 ports/sysutils/gkrellm2/Makefile 1.67 +2 -2 ports/sysutils/gkrellm2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 09:35: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 3A23616A4CE; Tue, 20 Jul 2004 09:35:19 +0000 (GMT) Received: from bilbo.otenet.gr (bilbo.otenet.gr [195.170.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id C887543D55; Tue, 20 Jul 2004 09:35:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i6K9Z1Ye018349; Tue, 20 Jul 2004 12:35:06 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i6K9bKgM061741; Tue, 20 Jul 2004 12:37:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i6K9bKhq061699; Tue, 20 Jul 2004 12:37:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 20 Jul 2004 12:37:19 +0300 From: Giorgos Keramidas To: Ceri Davies Message-ID: <20040720093719.GA40745@orion.daedalusnetworks.priv> References: <200407192033.i6JKXmSn064234@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407192033.i6JKXmSn064234@repoman.freebsd.org> cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: www/en developers.sgml doc/en_US.ISO8859-1/articles/contributors article.sgml contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 09:35:19 -0000 On 2004-07-19 20:33, Ceri Davies wrote: > > Modified files: > en developers.sgml > en_US.ISO8859-1/articles/contributors article.sgml > contrib.staff.sgml > Log: > I need help, so welcome linimon and keramida to the cheap seats. Oops ;-) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 09:59: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 BDE9616A4CE; Tue, 20 Jul 2004 09:59:53 +0000 (GMT) Received: from server7.nfra.nl (server7.nfra.nl [192.87.1.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BF043D62; Tue, 20 Jul 2004 09:59:52 +0000 (GMT) (envelope-from kettenis@jive.nl) Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Tue, 20 Jul 2004 11:59:06 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i6K9waCu022361; Tue, 20 Jul 2004 11:58:36 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i6K9wZD4022358; Tue, 20 Jul 2004 11:58:35 +0200 (CEST) Date: Tue, 20 Jul 2004 11:58:35 +0200 (CEST) Message-Id: <200407200958.i6K9wZD4022358@juw15.nfra.nl> To: marcel@xcllnt.net From: Mark Kettenis In-reply-to: <20040719171041.GA22048@ns1.xcllnt.net> (message from Marcel Moolenaar on Mon, 19 Jul 2004 10:10:41 -0700) References: <200407182028.i6IKS7Su002490@repoman.freebsd.org> <20040719171041.GA22048@ns1.xcllnt.net> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 09:59:53 -0000 Date: Mon, 19 Jul 2004 10:10:41 -0700 From: Marcel Moolenaar On Mon, Jul 19, 2004 at 03:45:39AM -0600, Scott Long wrote: > I've seen concern (maybe in private email, can't check at the moment) > recently that loosing the PID info is undesirable. Is there any way that > it can be included again, maybe in something other than a PRSTATUS object? Ideally you want one note that describes the process as a whole (let's call it a P-note for now) and as many notes as there were kernel threads for the process (let's call such notes T-notes). Defenitely. A P-note would typically hold the PID. T-notes typically hold register contents, as well as LWPIDs. Essentially, yes. Creating a core file with P-notes and T-notes is easy enough. getting binutils to grok them is non-trivial, not to mention that gdb needs to be able to get to the information, which is as non-trivial as binutils extracting it from the core file. So, introducing new notes is a major effort. Extending existing notes is a major effort. Not because it's hard to understand a new note, or read a new field from a note, but because it's hard to have binutils save the information and gdb use the saved information. You pretty much have to redesign interfaces and I'm not touching that... I think a redesign of the core file format along the lines you said above would defenitely pay off. The NetBSD folks have done it, and I think their approach is pretty elegant. An improtant benefit of their approach is that it's (almost) machine independent. The BFD code is pretty much localized in elf.c (look for the functions with netbsd in their names). Adapting that code for FreeNSD should not be much work. I don't think any further changes to GDB are needed. For a description of the format you can look at the NetBSD core(5) man page. The T-notes are simply dumps of `struct reg' and `struct fpreg'. The LWPIDs are encoded in the name of those notes. Please realize that the problems you're citing largely stem from the let's simulate-Linux-which-simulates-SVR4 type notes currently used by FreeBSD. Throwing that all overboard will save much trouble in the future. I'm certainly willing to do some of the legwork, since it'd make life for me on the GDB side a lot easier if you'd adapt these NetBSD-style core file notes. I certainly have some time the coming weeks to spend on it. Mark From owner-cvs-all@FreeBSD.ORG Tue Jul 20 10: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 0EA6216A4CE; Tue, 20 Jul 2004 10:30:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E681F43D1D; Tue, 20 Jul 2004 10:30:55 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KAUttZ089963; Tue, 20 Jul 2004 10:30:55 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KAUt1j089962; Tue, 20 Jul 2004 10:30:55 GMT (envelope-from eik) Message-Id: <200407201030.i6KAUt1j089962@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 20 Jul 2004 10: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/security/portaudit-db/database portaudit.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: Tue, 20 Jul 2004 10:30:56 -0000 eik 2004-07-20 10:30:55 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: subversion access control bypass Revision Changes Path 1.53 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Tue Jul 20 10:33:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F7816A4CE; Tue, 20 Jul 2004 10:33:37 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10CB43D1F; Tue, 20 Jul 2004 10:33:36 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6KAdeuw058245; Tue, 20 Jul 2004 04:39:40 -0600 (MDT) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)i6KAder5058242; Tue, 20 Jul 2004 04:39:40 -0600 (MDT) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Tue, 20 Jul 2004 04:39:40 -0600 (MDT) From: Scott Long Sender: scottl@pooker.samsco.org To: Mark Kettenis In-Reply-To: <200407200958.i6K9wZD4022358@juw15.nfra.nl> Message-ID: <20040720043824.X32601@pooker.samsco.org> References: <200407182028.i6IKS7Su002490@repoman.freebsd.org> <20040719171041.GA22048@ns1.xcllnt.net> <200407200958.i6K9wZD4022358@juw15.nfra.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 cc: marcel@xcllnt.net Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 10:33:37 -0000 On Tue, 20 Jul 2004, Mark Kettenis wrote: > Date: Mon, 19 Jul 2004 10:10:41 -0700 > From: Marcel Moolenaar > > On Mon, Jul 19, 2004 at 03:45:39AM -0600, Scott Long wrote: > > I've seen concern (maybe in private email, can't check at the moment) > > recently that loosing the PID info is undesirable. Is there any way that > > it can be included again, maybe in something other than a PRSTATUS object? > > Ideally you want one note that describes the process as a whole (let's > call it a P-note for now) and as many notes as there were kernel threads > for the process (let's call such notes T-notes). > > Defenitely. > > A P-note would typically hold the PID. T-notes typically hold register > contents, as well as LWPIDs. > > Essentially, yes. > > Creating a core file with P-notes and T-notes is easy enough. getting > binutils to grok them is non-trivial, not to mention that gdb needs > to be able to get to the information, which is as non-trivial as > binutils extracting it from the core file. So, introducing new notes > is a major effort. Extending existing notes is a major effort. Not > because it's hard to understand a new note, or read a new field from > a note, but because it's hard to have binutils save the information > and gdb use the saved information. You pretty much have to redesign > interfaces and I'm not touching that... > > I think a redesign of the core file format along the lines you said > above would defenitely pay off. The NetBSD folks have done it, and I > think their approach is pretty elegant. An improtant benefit of their > approach is that it's (almost) machine independent. The BFD code is > pretty much localized in elf.c (look for the functions with netbsd in > their names). Adapting that code for FreeNSD should not be much work. > I don't think any further changes to GDB are needed. > > For a description of the format you can look at the NetBSD core(5) man > page. The T-notes are simply dumps of `struct reg' and `struct > fpreg'. The LWPIDs are encoded in the name of those notes. > > Please realize that the problems you're citing largely stem from the > let's simulate-Linux-which-simulates-SVR4 type notes currently used by > FreeBSD. Throwing that all overboard will save much trouble in the > future. > > I'm certainly willing to do some of the legwork, since it'd make life > for me on the GDB side a lot easier if you'd adapt these NetBSD-style > core file notes. I certainly have some time the coming weeks to spend > on it. > > Mark > I think it's a little late in the 5.3/5-STABLE game to change the corefile format. I do, however, like this idea a lot. Getting it done early on in the 6.x cycles would be a really good thing. Scott From owner-cvs-all@FreeBSD.ORG Tue Jul 20 10:54: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 82F6516A4CE; Tue, 20 Jul 2004 10:54:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6641043D3F; Tue, 20 Jul 2004 10:54:44 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KAsikV090569; Tue, 20 Jul 2004 10:54:44 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KAsib7090568; Tue, 20 Jul 2004 10:54:44 GMT (envelope-from harti) Message-Id: <200407201054.i6KAsib7090568@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 20 Jul 2004 10:54:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects/busdma index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 10:54:44 -0000 harti 2004-07-20 10:54:43 UTC FreeBSD doc repository (src committer) Modified files: en/projects/busdma index.sgml Log: Add entries for the hatm and fatm network drivers. Revision Changes Path 1.88 +25 -1 www/en/projects/busdma/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 20 11:19: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 26DBA16A4CE; Tue, 20 Jul 2004 11:19:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 094AB43D48; Tue, 20 Jul 2004 11:19:47 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KBJkpH091197; Tue, 20 Jul 2004 11:19:46 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KBJkxw091196; Tue, 20 Jul 2004 11:19:46 GMT (envelope-from glebius) Message-Id: <200407201119.i6KBJkxw091196@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 20 Jul 2004 11:19: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/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: Tue, 20 Jul 2004 11:19:47 -0000 glebius 2004-07-20 11:19:46 UTC FreeBSD src repository Modified files: sys/netgraph ng_device.c Log: 1. Make ng_device.h system include. This fixes module build. 2. Sort includes, while here. 3. s/NULL/0/ in NG_SEND_MSG_HOOK(), since ng_ID_t is integer. PR: kern/41881 (part) Reviewed by: marks Approved by: julian (mentor) Revision Changes Path 1.10 +8 -10 src/sys/netgraph/ng_device.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 11:22: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 D78F616A4CE; Tue, 20 Jul 2004 11:22:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A1443D3F; Tue, 20 Jul 2004 11:22:39 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KBMdec091347; Tue, 20 Jul 2004 11:22:39 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KBMdFY091346; Tue, 20 Jul 2004 11:22:39 GMT (envelope-from scottl) Message-Id: <200407201122.i6KBMdFY091346@repoman.freebsd.org> From: Scott Long Date: Tue, 20 Jul 2004 11:22: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/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 11:22:40 -0000 scottl 2004-07-20 11:22:39 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Update the 'fandango' and preemption stability items. Believe it or not, progress is actually being made!!!! Revision Changes Path 1.32 +16 -14 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 20 11:39:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA4116A4CE; Tue, 20 Jul 2004 11:39:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D6243D31; Tue, 20 Jul 2004 11:39:03 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KBd3HI091753; Tue, 20 Jul 2004 11:39:03 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KBd37A091752; Tue, 20 Jul 2004 11:39:03 GMT (envelope-from jeh) Message-Id: <200407201139.i6KBd37A091752@repoman.freebsd.org> From: "James E. Housley" Date: Tue, 20 Jul 2004 11: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/security/uvscan-dat/files update_dat X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 11:39:03 -0000 jeh 2004-07-20 11:39:02 UTC FreeBSD ports repository Modified files: security/uvscan-dat/files update_dat Log: Revert to honoring PREFIX. No revision bump, cause it will be picked up with tomorrows DAT update Revision Changes Path 1.7 +1 -1 ports/security/uvscan-dat/files/update_dat From owner-cvs-all@FreeBSD.ORG Tue Jul 20 11:40: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 BF6BD16A4CE; Tue, 20 Jul 2004 11:40:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A11E843D54; Tue, 20 Jul 2004 11:40:54 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KBesPl091865; Tue, 20 Jul 2004 11:40:54 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KBesB3091864; Tue, 20 Jul 2004 11:40:54 GMT (envelope-from skv) Message-Id: <200407201140.i6KBesB3091864@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 20 Jul 2004 11:40: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/www/p5-Apache-Test/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: Tue, 20 Jul 2004 11:40:54 -0000 skv 2004-07-20 11:40:54 UTC FreeBSD ports repository Modified files: www/p5-Apache-Test/files 500503-Makefile.PL Log: Unbreak missed manpage on perl 5.00503 Revision Changes Path 1.3 +4 -3 ports/www/p5-Apache-Test/files/500503-Makefile.PL From owner-cvs-all@FreeBSD.ORG Tue Jul 20 12:42:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF5716A4CE; Tue, 20 Jul 2004 12:42:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE4EE43D53; Tue, 20 Jul 2004 12:42:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KCgscr093381; Tue, 20 Jul 2004 12:42:54 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KCgsoq093380; Tue, 20 Jul 2004 12:42:54 GMT (envelope-from glebius) Message-Id: <200407201242.i6KCgsoq093380@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 20 Jul 2004 12:42: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/conf NOTES options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 12:42:55 -0000 glebius 2004-07-20 12:42:54 UTC FreeBSD src repository Modified files: sys/conf NOTES options Log: Add ng_device(4) to LINT. Reviewed by: marks Approved by: julian (mentor) Revision Changes Path 1.1249 +1 -0 src/sys/conf/NOTES 1.467 +1 -0 src/sys/conf/options From owner-cvs-all@FreeBSD.ORG Tue Jul 20 12:46: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 95F0416A4CE; Tue, 20 Jul 2004 12:46:56 +0000 (GMT) Received: from mailbox.rainbownet.com (mailbox.rainbownet.com [213.174.191.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7C943D41; Tue, 20 Jul 2004 12:46:54 +0000 (GMT) (envelope-from aturetta@commit.it) Received: from nbangx ([192.168.29.102]) (authenticated user aturetta@rainbownet.com) by rainbownet.com (rainbownet.com [127.0.0.1]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 41-md50000000533.tmp; Tue, 20 Jul 2004 14:45:59 +0200 Message-ID: <005f01c46e57$820fa510$661da8c0@lan> From: "Angelo Turetta" To: , , References: <200407171851.i6HIp7qw055717@repoman.freebsd.org> Date: Tue, 20 Jul 2004 14:45:59 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_005C_01C46E68.456927B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Authenticated-Sender: aturetta@rainbownet.com X-Spam-Processed: rainbownet.com, Tue, 20 Jul 2004 14:45:59 +0200 (not processed: message from valid local sender) X-MDRemoteIP: 192.168.29.102 X-Return-Path: aturetta@commit.it cc: Dirk Meyer Subject: Re: cvs commit: ports/mail/sendmail Makefile distinfo ports/mail/sendmail/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, 20 Jul 2004 12:46:56 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_005C_01C46E68.456927B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I think SOCKETMAP has been included in the basic sendmail distribution, thus the 'extra' patch in ports fails now when building with SENDMAIL_WITH_SOCKETMAP=yes. The attached patch fixed the build error for me, along with the deletion of the now unused patch file, but please verify if this is correct. Bye, Angelo Turetta ----- Original Message ----- From: "Dirk Meyer" To: ; ; Sent: Saturday, July 17, 2004 8:51 PM Subject: cvs commit: ports/mail/sendmail Makefile distinfo ports/mail/sendmail/files patch-aa > dinoex 2004-07-17 18:51:07 UTC > > FreeBSD ports repository > > Modified files: > mail/sendmail Makefile distinfo > mail/sendmail/files patch-aa > Log: > - update to 8.13.0 > > Revision Changes Path > 1.91 +1 -19 ports/mail/sendmail/Makefile > 1.21 +2 -6 ports/mail/sendmail/distinfo > 1.9 +23 -20 ports/mail/sendmail/files/patch-aa > > ------=_NextPart_000_005C_01C46E68.456927B0 Content-Type: application/octet-stream; name="sm813.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="sm813.patch" Index: Makefile=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /home/ncvs/ports/mail/sendmail/Makefile,v=0A= retrieving revision 1.92=0A= diff -u -r1.92 Makefile=0A= --- Makefile 17 Jul 2004 18:52:01 -0000 1.92=0A= +++ Makefile 20 Jul 2004 12:38:06 -0000=0A= @@ -100,9 +100,6 @@=0A= .else=0A= CONFLICTS+=3D sendmail*+sasl2*-8.*=0A= .endif=0A= -.if defined(SENDMAIL_WITH_SOCKETMAP)=0A= -EXTRA_PATCHES+=3D ${FILESDIR}/socketmap.patch=0A= -.endif=0A= .if defined(SENDMAIL_WITH_CYRUSLOOKUP)=0A= EXTRA_PATCHES+=3D ${FILESDIR}/cyruslookup.patch=0A= .endif=0A= ------=_NextPart_000_005C_01C46E68.456927B0-- From owner-cvs-all@FreeBSD.ORG Tue Jul 20 13: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 ADF6A16A4CE; Tue, 20 Jul 2004 13:16:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A792643D55; Tue, 20 Jul 2004 13:16:17 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KDGHrc094264; Tue, 20 Jul 2004 13:16:17 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KDGHtY094263; Tue, 20 Jul 2004 13:16:17 GMT (envelope-from glebius) Message-Id: <200407201316.i6KDGHtY094263@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 20 Jul 2004 13:16: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/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: Tue, 20 Jul 2004 13:16:17 -0000 glebius 2004-07-20 13:16:17 UTC FreeBSD src repository Modified files: sys/netgraph ng_device.c Log: In ng_device_newhook(): - Return meaningful return errorcodes. - Free previously allocated connection in error cases. In ng_device_rcvdata(): - Return meaningful return errorcodes. - Detach mbuf from netgraph item, and free the item before doing any other actions that may return from method. - Do not call strange malloc() for buffer. [1] - In case of any error jump to end, where mbuf is freed. In ng_device_disconnect(): - Return meaningful return errorcodes. - Free disconnected connection. style(9) in mentioned above functions: - Remove '/* NGD_DEBUG */', when only one line is ifdef'ed. - Remove extra braces to easier reading. - Add space after comma in function calls. PR: kern/41881 (part) Reviewed by: marks Approved by: julian (mentor) Revision Changes Path 1.11 +38 -38 src/sys/netgraph/ng_device.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 13:49:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8224716A4CE; Tue, 20 Jul 2004 13:49:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 655FA43D2F; Tue, 20 Jul 2004 13:49:30 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KDnUwM095015; Tue, 20 Jul 2004 13:49:30 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KDnU0R095014; Tue, 20 Jul 2004 13:49:30 GMT (envelope-from netchild) Message-Id: <200407201349.i6KDnU0R095014@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 20 Jul 2004 13:49: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/sys/sys soundcard.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, 20 Jul 2004 13:49:30 -0000 netchild 2004-07-20 13:49:30 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_4) sys/sys soundcard.h Log: MFC rev. 1.43: ---snip--- New defines that paves the way for new midi features and ports. Changes consists of an IOCTL (SNDCTL_SEQ_GETTIME) and a constant. ---snip--- PR: 59233 Approved by: matk Requested by: lofi Revision Changes Path 1.33.2.5 +2 -0 src/sys/sys/soundcard.h From owner-cvs-all@FreeBSD.ORG Tue Jul 20 14:22: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 8F55C16A4CE; Tue, 20 Jul 2004 14:22:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D7B43D1D; Tue, 20 Jul 2004 14:22:45 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KEMj6W095894; Tue, 20 Jul 2004 14:22:45 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KEMjfq095893; Tue, 20 Jul 2004 14:22:45 GMT (envelope-from perky) Message-Id: <200407201422.i6KEMjfq095893@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 20 Jul 2004 14:22: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/share/pgpkeys perky.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:22:45 -0000 perky 2004-07-20 14:22:45 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys perky.key Log: Update my key with few new signatures. Revision Changes Path 1.5 +58 -15 doc/share/pgpkeys/perky.key From owner-cvs-all@FreeBSD.ORG Tue Jul 20 14:29: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 DEAFD16A4CE; Tue, 20 Jul 2004 14:29:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C03B343D39; Tue, 20 Jul 2004 14:29:34 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KETYhC096057; Tue, 20 Jul 2004 14:29:34 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KETY5N096056; Tue, 20 Jul 2004 14:29:34 GMT (envelope-from netchild) Message-Id: <200407201429.i6KETY5N096056@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 20 Jul 2004 14:29:34 +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/sound/pcm dsp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:29:35 -0000 netchild 2004-07-20 14:29:34 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_4) sys/dev/sound/pcm dsp.c Log: MFC rev. 1.77: Implement SNDCTL_DSP_SETDUPLEX. Approved by: matk Revision Changes Path 1.15.2.14 +10 -0 src/sys/dev/sound/pcm/dsp.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 14:36: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 25F0516A4CE; Tue, 20 Jul 2004 14:36:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0B943D1D; Tue, 20 Jul 2004 14:36:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KEaCxK096380; Tue, 20 Jul 2004 14:36:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KEaCsJ096379; Tue, 20 Jul 2004 14:36:12 GMT (envelope-from pav) Message-Id: <200407201436.i6KEaCsJ096379@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 20 Jul 2004 14:36: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 Makefile ports/devel/libgutenfetch Makefile distinfo pkg-descr ports/devel/libgutenfetch/files patch-src-libgutenfetch_detail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:36:12 -0000 pav 2004-07-20 14:36:11 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libgutenfetch Makefile distinfo pkg-descr devel/libgutenfetch/files patch-src-libgutenfetch_detail.c Log: Add libgutenfetch, which provides a clean and consistent interface for application developers to write clients which list and fetch free electronic texts from any number of Project Gutenberg servers throughout the world. PR: ports/69246 Submitted by: Russell Francis Revision Changes Path 1.1644 +1 -0 ports/devel/Makefile 1.1 +50 -0 ports/devel/libgutenfetch/Makefile (new) 1.1 +2 -0 ports/devel/libgutenfetch/distinfo (new) 1.1 +17 -0 ports/devel/libgutenfetch/files/patch-src-libgutenfetch_detail.c (new) 1.1 +9 -0 ports/devel/libgutenfetch/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 14:37: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 445CF16A4CE; Tue, 20 Jul 2004 14:37:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2619743D41; Tue, 20 Jul 2004 14:37:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KEbjAD096429; Tue, 20 Jul 2004 14:37:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KEbjZY096428; Tue, 20 Jul 2004 14:37:45 GMT (envelope-from pav) Message-Id: <200407201437.i6KEbjZY096428@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 20 Jul 2004 14:37:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:37:45 -0000 pav 2004-07-20 14:37:45 UTC FreeBSD ports repository Modified files: . modules Log: libgutenfetch --> ports/devel/libgutenfetch Revision Changes Path 1.10702 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 20 14: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 36BF316A4CE; Tue, 20 Jul 2004 14:52:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 198C943D48; Tue, 20 Jul 2004 14:52:51 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KEqoiO096903; Tue, 20 Jul 2004 14:52:50 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KEqoWI096902; Tue, 20 Jul 2004 14:52:50 GMT (envelope-from roberto) Message-Id: <200407201452.i6KEqoWI096902@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 14:52:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:52:51 -0000 roberto 2004-07-20 14:52:50 UTC FreeBSD src repository Modified files: . avail Log: Lock down NTP stuff while I work on the upgrade. Revision Changes Path 1.219 +1 -0 CVSROOT/avail From owner-cvs-all@FreeBSD.ORG Tue Jul 20 14:56: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 8891616A4CE; Tue, 20 Jul 2004 14:56:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C38143D54; Tue, 20 Jul 2004 14:56:08 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KEu83l097044; Tue, 20 Jul 2004 14:56:08 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KEu8Pi097043; Tue, 20 Jul 2004 14:56:08 GMT (envelope-from vs) Message-Id: <200407201456.i6KEu8Pi097043@repoman.freebsd.org> From: Volker Stolz Date: Tue, 20 Jul 2004 14:56: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/aide 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, 20 Jul 2004 14:56:08 -0000 vs 2004-07-20 14:56:08 UTC FreeBSD ports repository Modified files: security/aide pkg-descr Log: Fix WWW-tag PR: ports/52272 Submitted by: Jarda Benkovsky Approved by: maintainer timeout Revision Changes Path 1.3 +1 -1 ports/security/aide/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:01: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 1385016A4CE; Tue, 20 Jul 2004 15:01:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E8043D48; Tue, 20 Jul 2004 15:01:51 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KF1p8q097238; Tue, 20 Jul 2004 15:01:51 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KF1pJu097237; Tue, 20 Jul 2004 15:01:51 GMT (envelope-from obrien) Message-Id: <200407201501.i6KF1pJu097237@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 20 Jul 2004 15:01: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/gdb6 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, 20 Jul 2004 15:01:52 -0000 obrien 2004-07-20 15:01:51 UTC FreeBSD ports repository Modified files: devel/gdb6 Makefile distinfo Log: Update to the 2004-07-20 snapshot. Revision Changes Path 1.36 +1 -1 ports/devel/gdb6/Makefile 1.23 +2 -2 ports/devel/gdb6/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:01: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 9C83216A4CE; Tue, 20 Jul 2004 15:01:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9237F43D2D; Tue, 20 Jul 2004 15:01:59 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KF1x84097254; Tue, 20 Jul 2004 15:01:59 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KF1xVL097253; Tue, 20 Jul 2004 15:01:59 GMT (envelope-from roberto) Message-Id: <200407201501.i6KF1xVL097253@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15:01:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DMILLS Subject: cvs commit: src/contrib/ntp - 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, 20 Jul 2004 15:01:59 -0000 roberto 2004-07-20 15:01:59 UTC FreeBSD src repository src/contrib/ntp - Imported sources Update of /home/ncvs/src/contrib/ntp In directory repoman.freebsd.org:/tmp/cvs-serv97154 Log Message: Virgin import of ntpd 4.2.0 Status: Vendor Tag: DMILLS Release Tags: v4_2_0 U src/contrib/ntp/COPYRIGHT U src/contrib/ntp/ChangeLog U src/contrib/ntp/ChangeLog-4.1.0 U src/contrib/ntp/INSTALL U src/contrib/ntp/Makefile.am U src/contrib/ntp/Makefile.in U src/contrib/ntp/NEWS U src/contrib/ntp/NOTES.y2kfixes U src/contrib/ntp/README U src/contrib/ntp/README.bk U src/contrib/ntp/configure U src/contrib/ntp/TODO U src/contrib/ntp/README.hackers U src/contrib/ntp/README.refclocks U src/contrib/ntp/aclocal.m4 U src/contrib/ntp/README.versions N src/contrib/ntp/compile U src/contrib/ntp/WHERE-TO-START U src/contrib/ntp/acinclude.m4 U src/contrib/ntp/config.guess U src/contrib/ntp/depcomp U src/contrib/ntp/build U src/contrib/ntp/config.h.in U src/contrib/ntp/config.sub U src/contrib/ntp/configure.in U src/contrib/ntp/install-sh U src/contrib/ntp/missing U src/contrib/ntp/mkinstalldirs U src/contrib/ntp/dot.emacs U src/contrib/ntp/excludes U src/contrib/ntp/flock-build N src/contrib/ntp/README.patches U src/contrib/ntp/readme.y2kfixes U src/contrib/ntp/version U src/contrib/ntp/results.y2kfixes U src/contrib/ntp/adjtimed/Makefile.am U src/contrib/ntp/adjtimed/Makefile.in U src/contrib/ntp/adjtimed/README U src/contrib/ntp/adjtimed/adjtimed.c U src/contrib/ntp/clockstuff/Makefile.am U src/contrib/ntp/clockstuff/Makefile.in U src/contrib/ntp/clockstuff/README U src/contrib/ntp/clockstuff/chutest.c U src/contrib/ntp/clockstuff/clktest.c U src/contrib/ntp/clockstuff/propdelay.c U src/contrib/ntp/conf/README U src/contrib/ntp/conf/baldwin.conf U src/contrib/ntp/conf/beauregard.conf U src/contrib/ntp/conf/grundoon.conf U src/contrib/ntp/conf/malarky.conf U src/contrib/ntp/conf/pogo.conf U src/contrib/ntp/conf/rackety.conf N src/contrib/ntp/html/extern.html N src/contrib/ntp/html/assoc.html N src/contrib/ntp/html/audio.html N src/contrib/ntp/html/build.html N src/contrib/ntp/html/config.html N src/contrib/ntp/html/confopt.html N src/contrib/ntp/html/copyright.html N src/contrib/ntp/html/debug.html N src/contrib/ntp/html/hints.html N src/contrib/ntp/html/howto.html N src/contrib/ntp/html/index.html N src/contrib/ntp/html/kern.html N src/contrib/ntp/html/ldisc.html N src/contrib/ntp/html/miscopt.html N src/contrib/ntp/html/monopt.html N src/contrib/ntp/html/keygen.html N src/contrib/ntp/html/measure.html N src/contrib/ntp/html/mx4200data.html N src/contrib/ntp/html/notes.html N src/contrib/ntp/html/ntpd.html N src/contrib/ntp/html/ntpdate.html N src/contrib/ntp/html/ntpdc.html N src/contrib/ntp/html/ntpq.html N src/contrib/ntp/html/ntptime.html N src/contrib/ntp/html/ntptrace.html N src/contrib/ntp/html/parsedata.html N src/contrib/ntp/html/parsenew.html N src/contrib/ntp/html/patches.html N src/contrib/ntp/html/porting.html N src/contrib/ntp/html/pps.html N src/contrib/ntp/html/prefer.html N src/contrib/ntp/html/quick.html N src/contrib/ntp/html/rdebug.html N src/contrib/ntp/html/refclock.html N src/contrib/ntp/html/release.html N src/contrib/ntp/html/tickadj.html N src/contrib/ntp/html/clockopt.html N src/contrib/ntp/html/accopt.html N src/contrib/ntp/html/authopt.html N src/contrib/ntp/html/manyopt.html N src/contrib/ntp/html/msyslog.html N src/contrib/ntp/html/ntpdsim.html N src/contrib/ntp/html/sntp.html N src/contrib/ntp/html/icons/home.gif N src/contrib/ntp/html/icons/mail2.gif N src/contrib/ntp/html/drivers/driver1.html N src/contrib/ntp/html/drivers/driver10.html N src/contrib/ntp/html/drivers/driver11.html N src/contrib/ntp/html/drivers/driver12.html N src/contrib/ntp/html/drivers/driver16.html N src/contrib/ntp/html/drivers/driver18.html N src/contrib/ntp/html/drivers/driver19.html N src/contrib/ntp/html/drivers/driver2.html N src/contrib/ntp/html/drivers/driver20.html N src/contrib/ntp/html/drivers/driver22.html N src/contrib/ntp/html/drivers/driver23.html N src/contrib/ntp/html/drivers/driver24.html N src/contrib/ntp/html/drivers/driver26.html N src/contrib/ntp/html/drivers/driver27.html N src/contrib/ntp/html/drivers/oncore-shmem.html N src/contrib/ntp/html/drivers/driver28.html N src/contrib/ntp/html/drivers/driver29.html N src/contrib/ntp/html/drivers/driver3.html N src/contrib/ntp/html/drivers/driver30.html N src/contrib/ntp/html/drivers/driver32.html N src/contrib/ntp/html/drivers/driver33.html N src/contrib/ntp/html/drivers/driver34.html N src/contrib/ntp/html/drivers/driver35.html N src/contrib/ntp/html/drivers/driver36.html N src/contrib/ntp/html/drivers/driver37.html N src/contrib/ntp/html/drivers/driver38.html N src/contrib/ntp/html/drivers/driver39.html N src/contrib/ntp/html/drivers/driver4.html N src/contrib/ntp/html/drivers/driver40.html N src/contrib/ntp/html/drivers/driver42.html N src/contrib/ntp/html/drivers/driver43.html N src/contrib/ntp/html/drivers/driver44.html N src/contrib/ntp/html/drivers/driver5.html N src/contrib/ntp/html/drivers/driver6.html N src/contrib/ntp/html/drivers/driver7.html N src/contrib/ntp/html/drivers/driver8.html N src/contrib/ntp/html/drivers/driver9.html N src/contrib/ntp/html/drivers/icons/home.gif N src/contrib/ntp/html/drivers/icons/mail2.gif N src/contrib/ntp/html/scripts/footer.txt N src/contrib/ntp/html/scripts/links10.txt N src/contrib/ntp/html/scripts/links11.txt N src/contrib/ntp/html/scripts/links12.txt N src/contrib/ntp/html/scripts/links7.txt N src/contrib/ntp/html/scripts/links8.txt N src/contrib/ntp/html/scripts/links9.txt N src/contrib/ntp/html/scripts/style.css U src/contrib/ntp/html/hints/a-ux U src/contrib/ntp/html/hints/aix U src/contrib/ntp/html/hints/bsdi U src/contrib/ntp/html/hints/changes U src/contrib/ntp/html/hints/decosf1 U src/contrib/ntp/html/hints/decosf2 U src/contrib/ntp/html/hints/freebsd U src/contrib/ntp/html/hints/hpux U src/contrib/ntp/html/hints/linux U src/contrib/ntp/html/hints/mpeix U src/contrib/ntp/html/hints/notes-xntp-v3 U src/contrib/ntp/html/hints/parse U src/contrib/ntp/html/hints/refclocks U src/contrib/ntp/html/hints/rs6000 N src/contrib/ntp/html/hints/netbsd U src/contrib/ntp/html/hints/sgi U src/contrib/ntp/html/hints/solaris-dosynctodr.html U src/contrib/ntp/html/hints/solaris.html U src/contrib/ntp/html/hints/solaris.xtra.4023118 U src/contrib/ntp/html/hints/solaris.xtra.4095849 U src/contrib/ntp/html/hints/solaris.xtra.S99ntpd U src/contrib/ntp/html/hints/solaris.xtra.patchfreq U src/contrib/ntp/html/hints/sun4 U src/contrib/ntp/html/hints/todo U src/contrib/ntp/html/hints/svr4-dell U src/contrib/ntp/html/hints/svr4_package N src/contrib/ntp/html/hints/sco.html U src/contrib/ntp/html/hints/vxworks.html N src/contrib/ntp/html/hints/winnt.html U src/contrib/ntp/include/Makefile.am U src/contrib/ntp/include/Makefile.in U src/contrib/ntp/include/README U src/contrib/ntp/include/adjtime.h U src/contrib/ntp/include/ascii.h U src/contrib/ntp/include/audio.h U src/contrib/ntp/include/binio.h U src/contrib/ntp/include/global.h U src/contrib/ntp/include/gps.h U src/contrib/ntp/include/hopf6039.h U src/contrib/ntp/include/icom.h U src/contrib/ntp/include/ieee754io.h U src/contrib/ntp/include/iosignal.h U src/contrib/ntp/include/l_stdlib.h U src/contrib/ntp/include/mbg_gps166.h U src/contrib/ntp/include/mx4200.h U src/contrib/ntp/include/ntif.h U src/contrib/ntp/include/ntp.h U src/contrib/ntp/include/ntp_calendar.h U src/contrib/ntp/include/ntp_cmdargs.h U src/contrib/ntp/include/ntp_config.h U src/contrib/ntp/include/ntp_control.h U src/contrib/ntp/include/ntp_crypto.h U src/contrib/ntp/include/ntp_datum.h U src/contrib/ntp/include/ntp_filegen.h U src/contrib/ntp/include/ntp_fp.h U src/contrib/ntp/include/ntp_if.h U src/contrib/ntp/include/ntp_io.h U src/contrib/ntp/include/ntp_machine.h U src/contrib/ntp/include/ntp_malloc.h U src/contrib/ntp/include/ntp_proto.h U src/contrib/ntp/include/ntp_refclock.h U src/contrib/ntp/include/ntp_request.h U src/contrib/ntp/include/ntp_select.h U src/contrib/ntp/include/ntp_stdlib.h U src/contrib/ntp/include/ntp_string.h U src/contrib/ntp/include/ntp_syscall.h U src/contrib/ntp/include/ntp_syslog.h U src/contrib/ntp/include/ntp_tty.h U src/contrib/ntp/include/ntp_types.h U src/contrib/ntp/include/ntp_unixtime.h U src/contrib/ntp/include/ntpd.h U src/contrib/ntp/include/parse.h U src/contrib/ntp/include/parse_conf.h U src/contrib/ntp/include/recvbuff.h U src/contrib/ntp/include/trimble.h N src/contrib/ntp/include/ntpsim.h N src/contrib/ntp/include/ntp_md5.h N src/contrib/ntp/include/ntp_rfc2553.h N src/contrib/ntp/include/ntp_sprintf.h N src/contrib/ntp/include/rsa_md5.h N src/contrib/ntp/include/isc/app.h N src/contrib/ntp/include/isc/assertions.h N src/contrib/ntp/include/isc/boolean.h N src/contrib/ntp/include/isc/error.h N src/contrib/ntp/include/isc/formatcheck.h N src/contrib/ntp/include/isc/int.h N src/contrib/ntp/include/isc/interfaceiter.h N src/contrib/ntp/include/isc/ipv6.h N src/contrib/ntp/include/isc/lang.h N src/contrib/ntp/include/isc/lib.h N src/contrib/ntp/include/isc/list.h N src/contrib/ntp/include/isc/magic.h N src/contrib/ntp/include/isc/mem.h N src/contrib/ntp/include/isc/msgcat.h N src/contrib/ntp/include/isc/msgs.h N src/contrib/ntp/include/isc/mutex.h N src/contrib/ntp/include/isc/net.h N src/contrib/ntp/include/isc/netaddr.h N src/contrib/ntp/include/isc/offset.h N src/contrib/ntp/include/isc/once.h N src/contrib/ntp/include/isc/platform.h N src/contrib/ntp/include/isc/print.h N src/contrib/ntp/include/isc/result.h N src/contrib/ntp/include/isc/sockaddr.h N src/contrib/ntp/include/isc/strerror.h N src/contrib/ntp/include/isc/string.h N src/contrib/ntp/include/isc/types.h N src/contrib/ntp/include/isc/util.h N src/contrib/ntp/include/isc/Makefile.in N src/contrib/ntp/include/isc/Makefile.am N src/contrib/ntp/libisc/assertions.c N src/contrib/ntp/libisc/error.c N src/contrib/ntp/libisc/ifiter_ioctl.c N src/contrib/ntp/libisc/ifiter_sysctl.c N src/contrib/ntp/libisc/inet_ntop.c N src/contrib/ntp/libisc/interfaceiter.c N src/contrib/ntp/libisc/isc_strerror.c N src/contrib/ntp/libisc/lib.c N src/contrib/ntp/libisc/mem.c N src/contrib/ntp/libisc/msgcat.c N src/contrib/ntp/libisc/net.c N src/contrib/ntp/libisc/strerror.c U src/contrib/ntp/kernel/Makefile.am U src/contrib/ntp/kernel/Makefile.in U src/contrib/ntp/kernel/README U src/contrib/ntp/kernel/chuinit.c U src/contrib/ntp/kernel/clkinit.c U src/contrib/ntp/kernel/tty_chu.c U src/contrib/ntp/kernel/tty_chu_STREAMS.c U src/contrib/ntp/kernel/tty_clk.c U src/contrib/ntp/kernel/tty_clk_STREAMS.c U src/contrib/ntp/kernel/sys/Makefile.am U src/contrib/ntp/kernel/sys/Makefile.in U src/contrib/ntp/kernel/sys/README U src/contrib/ntp/kernel/sys/bsd_audioirig.h U src/contrib/ntp/kernel/sys/chudefs.h U src/contrib/ntp/kernel/sys/clkdefs.h U src/contrib/ntp/kernel/sys/i8253.h U src/contrib/ntp/kernel/sys/parsestreams.h U src/contrib/ntp/kernel/sys/pcl720.h U src/contrib/ntp/kernel/sys/ppsclock.h U src/contrib/ntp/kernel/sys/timex.h U src/contrib/ntp/kernel/sys/tpro.h N src/contrib/ntp/kernel/sys/tt560_api.h U src/contrib/ntp/libntp/Makefile.am U src/contrib/ntp/libntp/Makefile.in U src/contrib/ntp/libntp/README U src/contrib/ntp/libntp/a_md5encrypt.c U src/contrib/ntp/libntp/adjtime.c U src/contrib/ntp/libntp/adjtimex.c U src/contrib/ntp/libntp/atoint.c U src/contrib/ntp/libntp/atolfp.c U src/contrib/ntp/libntp/atouint.c U src/contrib/ntp/libntp/audio.c U src/contrib/ntp/libntp/lib_strbuf.h U src/contrib/ntp/libntp/authkeys.c U src/contrib/ntp/libntp/log.h U src/contrib/ntp/libntp/authreadkeys.c U src/contrib/ntp/libntp/authusekey.c U src/contrib/ntp/libntp/binio.c U src/contrib/ntp/libntp/buftvtots.c U src/contrib/ntp/libntp/caljulian.c U src/contrib/ntp/libntp/calleapwhen.c U src/contrib/ntp/libntp/caltontp.c U src/contrib/ntp/libntp/calyearstart.c U src/contrib/ntp/libntp/clocktime.c U src/contrib/ntp/libntp/fptoa.c U src/contrib/ntp/libntp/clocktypes.c U src/contrib/ntp/libntp/decodenetnum.c U src/contrib/ntp/libntp/dofptoa.c U src/contrib/ntp/libntp/dolfptoa.c U src/contrib/ntp/libntp/emalloc.c U src/contrib/ntp/libntp/findconfig.c U src/contrib/ntp/libntp/fptoms.c U src/contrib/ntp/libntp/getopt.c U src/contrib/ntp/libntp/gpstolfp.c U src/contrib/ntp/libntp/hextoint.c U src/contrib/ntp/libntp/hextolfp.c U src/contrib/ntp/libntp/humandate.c U src/contrib/ntp/libntp/icom.c U src/contrib/ntp/libntp/ieee754io.c U src/contrib/ntp/libntp/inttoa.c U src/contrib/ntp/libntp/iosignal.c U src/contrib/ntp/libntp/lib_strbuf.c U src/contrib/ntp/libntp/md5c.c U src/contrib/ntp/libntp/systime.c U src/contrib/ntp/libntp/log.c U src/contrib/ntp/libntp/machines.c U src/contrib/ntp/libntp/memmove.c U src/contrib/ntp/libntp/mfp_mul.c U src/contrib/ntp/libntp/mfptoa.c U src/contrib/ntp/libntp/mfptoms.c U src/contrib/ntp/libntp/mktime.c U src/contrib/ntp/libntp/modetoa.c U src/contrib/ntp/libntp/mstolfp.c U src/contrib/ntp/libntp/msutotsf.c U src/contrib/ntp/libntp/msyslog.c U src/contrib/ntp/libntp/netof.c N src/contrib/ntp/libntp/ntp_rfc2553.c U src/contrib/ntp/libntp/numtoa.c U src/contrib/ntp/libntp/numtohost.c U src/contrib/ntp/libntp/octtoint.c U src/contrib/ntp/libntp/prettydate.c U src/contrib/ntp/libntp/ranny.c U src/contrib/ntp/libntp/random.c U src/contrib/ntp/libntp/recvbuff.c U src/contrib/ntp/libntp/refnumtoa.c U src/contrib/ntp/libntp/snprintf.c U src/contrib/ntp/libntp/statestr.c U src/contrib/ntp/libntp/strdup.c U src/contrib/ntp/libntp/strerror.c U src/contrib/ntp/libntp/syssignal.c U src/contrib/ntp/libntp/tvtoa.c N src/contrib/ntp/libntp/socktoa.c U src/contrib/ntp/libntp/tsftomsu.c U src/contrib/ntp/libntp/tstotv.c U src/contrib/ntp/libntp/tvtots.c U src/contrib/ntp/libntp/uglydate.c U src/contrib/ntp/libntp/uinttoa.c U src/contrib/ntp/libntp/utvtoa.c U src/contrib/ntp/libntp/ymd2yd.c N src/contrib/ntp/libntp/socktohost.c N src/contrib/ntp/libntp/strstr.c N src/contrib/ntp/libntp/systime_s.c U src/contrib/ntp/libparse/Makefile.am U src/contrib/ntp/libparse/Makefile.in U src/contrib/ntp/libparse/README U src/contrib/ntp/libparse/clk_computime.c U src/contrib/ntp/libparse/clk_dcf7000.c U src/contrib/ntp/libparse/clk_hopf6021.c U src/contrib/ntp/libparse/clk_meinberg.c U src/contrib/ntp/libparse/clk_rawdcf.c U src/contrib/ntp/libparse/clk_rcc8000.c U src/contrib/ntp/libparse/clk_schmid.c U src/contrib/ntp/libparse/clk_trimtaip.c U src/contrib/ntp/libparse/clk_trimtsip.c U src/contrib/ntp/libparse/clk_varitext.c U src/contrib/ntp/libparse/clk_wharton.c U src/contrib/ntp/libparse/data_mbg.c U src/contrib/ntp/libparse/info_trimble.c U src/contrib/ntp/libparse/mkinfo_rcmd.sed U src/contrib/ntp/libparse/mkinfo_scmd.sed U src/contrib/ntp/libparse/parse.c U src/contrib/ntp/libparse/parse_conf.c U src/contrib/ntp/libparse/parsesolaris.c U src/contrib/ntp/libparse/parsestreams.c U src/contrib/ntp/libparse/trim_info.c N src/contrib/ntp/arlib/README N src/contrib/ntp/arlib/arlib.h N src/contrib/ntp/arlib/Makefile.in N src/contrib/ntp/arlib/configure N src/contrib/ntp/arlib/COPYING N src/contrib/ntp/arlib/INSTALL N src/contrib/ntp/arlib/Makefile.am N src/contrib/ntp/arlib/aclocal.m4 N src/contrib/ntp/arlib/configure.in N src/contrib/ntp/arlib/depcomp N src/contrib/ntp/arlib/install-sh N src/contrib/ntp/arlib/missing N src/contrib/ntp/arlib/mkinstalldirs N src/contrib/ntp/arlib/arlib.c N src/contrib/ntp/arlib/arplib.h N src/contrib/ntp/arlib/sample.c N src/contrib/ntp/arlib/arlib.3 N src/contrib/ntp/arlib/UNSHAR.HDR U src/contrib/ntp/ntpd/Makefile.am U src/contrib/ntp/ntpd/Makefile.in U src/contrib/ntp/ntpd/check_y2k.c U src/contrib/ntp/ntpd/cmd_args.c U src/contrib/ntp/ntpd/jupiter.h U src/contrib/ntp/ntpd/map_vme.c U src/contrib/ntp/ntpd/ntp_config.c C src/contrib/ntp/ntpd/ntp_control.c U src/contrib/ntp/ntpd/ntp_crypto.c U src/contrib/ntp/ntpd/ntp_filegen.c U src/contrib/ntp/ntpd/ntp_intres.c U src/contrib/ntp/ntpd/ntp_io.c U src/contrib/ntp/ntpd/ntp_loopfilter.c U src/contrib/ntp/ntpd/ntp_monitor.c U src/contrib/ntp/ntpd/ntp_peer.c C src/contrib/ntp/ntpd/ntp_proto.c U src/contrib/ntp/ntpd/ntp_refclock.c U src/contrib/ntp/ntpd/ntp_request.c U src/contrib/ntp/ntpd/ntp_restrict.c U src/contrib/ntp/ntpd/ntp_timer.c U src/contrib/ntp/ntpd/ntp_util.c U src/contrib/ntp/ntpd/ntpd.c U src/contrib/ntp/ntpd/refclock_acts.c U src/contrib/ntp/ntpd/refclock_arbiter.c U src/contrib/ntp/ntpd/refclock_arc.c U src/contrib/ntp/ntpd/refclock_as2201.c U src/contrib/ntp/ntpd/refclock_atom.c U src/contrib/ntp/ntpd/refclock_bancomm.c U src/contrib/ntp/ntpd/refclock_chronolog.c U src/contrib/ntp/ntpd/refclock_chu.c U src/contrib/ntp/ntpd/refclock_conf.c U src/contrib/ntp/ntpd/refclock_datum.c U src/contrib/ntp/ntpd/refclock_dumbclock.c U src/contrib/ntp/ntpd/refclock_fg.c U src/contrib/ntp/ntpd/refclock_gpsvme.c U src/contrib/ntp/ntpd/refclock_heath.c U src/contrib/ntp/ntpd/refclock_hopfpci.c U src/contrib/ntp/ntpd/refclock_hopfser.c U src/contrib/ntp/ntpd/refclock_hpgps.c U src/contrib/ntp/ntpd/refclock_irig.c U src/contrib/ntp/ntpd/refclock_jjy.c U src/contrib/ntp/ntpd/refclock_jupiter.c U src/contrib/ntp/ntpd/refclock_leitch.c U src/contrib/ntp/ntpd/refclock_local.c U src/contrib/ntp/ntpd/refclock_msfees.c U src/contrib/ntp/ntpd/refclock_mx4200.c U src/contrib/ntp/ntpd/refclock_neoclock4x.c U src/contrib/ntp/ntpd/refclock_nmea.c U src/contrib/ntp/ntpd/refclock_oncore.c U src/contrib/ntp/ntpd/refclock_palisade.c U src/contrib/ntp/ntpd/refclock_palisade.h U src/contrib/ntp/ntpd/refclock_parse.c U src/contrib/ntp/ntpd/refclock_pcf.c U src/contrib/ntp/ntpd/refclock_pst.c U src/contrib/ntp/ntpd/refclock_ptbacts.c U src/contrib/ntp/ntpd/refclock_ripencc.c U src/contrib/ntp/ntpd/refclock_shm.c U src/contrib/ntp/ntpd/refclock_tpro.c U src/contrib/ntp/ntpd/refclock_trak.c U src/contrib/ntp/ntpd/refclock_true.c U src/contrib/ntp/ntpd/refclock_tt560.c U src/contrib/ntp/ntpd/refclock_ulink.c U src/contrib/ntp/ntpd/refclock_usno.c U src/contrib/ntp/ntpd/refclock_wwv.c U src/contrib/ntp/ntpd/refclock_wwvb.c U src/contrib/ntp/ntpd/refclock_zyfer.c N src/contrib/ntp/ntpd/ntpsim.c U src/contrib/ntp/ntpdate/Makefile.am U src/contrib/ntp/ntpdate/Makefile.in U src/contrib/ntp/ntpdate/README U src/contrib/ntp/ntpdate/ntpdate.c U src/contrib/ntp/ntpdate/ntpdate.h U src/contrib/ntp/ntpdate/ntptime_config.c U src/contrib/ntp/ntpdate/ntptimeset.c U src/contrib/ntp/ntpdc/Makefile.am U src/contrib/ntp/ntpdc/Makefile.in U src/contrib/ntp/ntpdc/README U src/contrib/ntp/ntpdc/ntpdc.c U src/contrib/ntp/ntpdc/ntpdc.h U src/contrib/ntp/ntpdc/ntpdc_ops.c N src/contrib/ntp/ntpdc/nl.pl.in N src/contrib/ntp/ntpdc/ntpdc-layout.c N src/contrib/ntp/ntpdc/nl_in.c N src/contrib/ntp/ntpdc/nl.pl N src/contrib/ntp/ntpdc/layout.std U src/contrib/ntp/ntpq/Makefile.am U src/contrib/ntp/ntpq/Makefile.in U src/contrib/ntp/ntpq/README U src/contrib/ntp/ntpq/ntpq.c U src/contrib/ntp/ntpq/ntpq.h U src/contrib/ntp/ntpq/ntpq_ops.c U src/contrib/ntp/parseutil/Makefile.am U src/contrib/ntp/parseutil/Makefile.in U src/contrib/ntp/parseutil/README U src/contrib/ntp/parseutil/dcfd.c U src/contrib/ntp/parseutil/testdcf.c N src/contrib/ntp/sntp/README N src/contrib/ntp/sntp/Makefile.in N src/contrib/ntp/sntp/configure N src/contrib/ntp/sntp/Makefile.am N src/contrib/ntp/sntp/aclocal.m4 N src/contrib/ntp/sntp/config.guess N src/contrib/ntp/sntp/config.sub N src/contrib/ntp/sntp/configure.ac N src/contrib/ntp/sntp/depcomp N src/contrib/ntp/sntp/install-sh N src/contrib/ntp/sntp/missing N src/contrib/ntp/sntp/mkinstalldirs N src/contrib/ntp/sntp/header.h N src/contrib/ntp/sntp/internet.c N src/contrib/ntp/sntp/internet.h N src/contrib/ntp/sntp/kludges.h N src/contrib/ntp/sntp/main.c N src/contrib/ntp/sntp/socket.c N src/contrib/ntp/sntp/timing.c N src/contrib/ntp/sntp/unix.c U src/contrib/ntp/scripts/Makefile.am U src/contrib/ntp/scripts/Makefile.in U src/contrib/ntp/scripts/README U src/contrib/ntp/scripts/calc_tickadj.in U src/contrib/ntp/scripts/checktime.in U src/contrib/ntp/scripts/fixautomakedepsmagic U src/contrib/ntp/scripts/freq_adj.in U src/contrib/ntp/scripts/hpadjtime.sh U src/contrib/ntp/scripts/mkver.in U src/contrib/ntp/scripts/ntp-close U src/contrib/ntp/scripts/ntp-groper U src/contrib/ntp/scripts/ntp-restart U src/contrib/ntp/scripts/ntp-status U src/contrib/ntp/scripts/ntp-wait.in U src/contrib/ntp/scripts/ntpsweep.in U src/contrib/ntp/scripts/ntpver.in U src/contrib/ntp/scripts/plot_summary.in U src/contrib/ntp/scripts/summary.in N src/contrib/ntp/scripts/ntptrace.in U src/contrib/ntp/scripts/monitoring/README U src/contrib/ntp/scripts/monitoring/loopwatch.config.SAMPLE U src/contrib/ntp/scripts/monitoring/lr.pl U src/contrib/ntp/scripts/monitoring/ntp.pl U src/contrib/ntp/scripts/monitoring/ntploopstat U src/contrib/ntp/scripts/monitoring/ntploopwatch U src/contrib/ntp/scripts/monitoring/ntptrap U src/contrib/ntp/scripts/monitoring/timelocal.pl U src/contrib/ntp/scripts/rc1/postinstall U src/contrib/ntp/scripts/rc1/preinstall U src/contrib/ntp/scripts/rc1/preremove U src/contrib/ntp/scripts/rc1/prototype U src/contrib/ntp/scripts/rc1/xntp U src/contrib/ntp/scripts/rc2/local.ntpd U src/contrib/ntp/scripts/stats/README U src/contrib/ntp/scripts/stats/README.stats U src/contrib/ntp/scripts/stats/README.timecodes U src/contrib/ntp/scripts/stats/clock.awk U src/contrib/ntp/scripts/stats/dupe.awk U src/contrib/ntp/scripts/stats/ensemble.S U src/contrib/ntp/scripts/stats/ensemble.awk U src/contrib/ntp/scripts/stats/etf.S U src/contrib/ntp/scripts/stats/etf.awk U src/contrib/ntp/scripts/stats/itf.S U src/contrib/ntp/scripts/stats/itf.awk U src/contrib/ntp/scripts/stats/loop.S U src/contrib/ntp/scripts/stats/loop.awk U src/contrib/ntp/scripts/stats/loop_summary U src/contrib/ntp/scripts/stats/peer.awk U src/contrib/ntp/scripts/stats/psummary.awk U src/contrib/ntp/scripts/stats/summary.sh U src/contrib/ntp/scripts/stats/tdata.S U src/contrib/ntp/scripts/stats/tdata.awk U src/contrib/ntp/scripts/support/README U src/contrib/ntp/scripts/support/bin/monl U src/contrib/ntp/scripts/support/bin/mvstats U src/contrib/ntp/scripts/support/conf/hp300.hp300 U src/contrib/ntp/scripts/support/conf/hp700.hp700 U src/contrib/ntp/scripts/support/conf/hp700.hp700.faui47 U src/contrib/ntp/scripts/support/conf/hp800.hp800 U src/contrib/ntp/scripts/support/conf/ntp.conf U src/contrib/ntp/scripts/support/conf/sun3.sun3 U src/contrib/ntp/scripts/support/conf/sun4.sun4.faui01 U src/contrib/ntp/scripts/support/conf/sun4.sun4.faui10 U src/contrib/ntp/scripts/support/conf/sun4.sun4.faui45 U src/contrib/ntp/scripts/support/conf/sun4.sun4c U src/contrib/ntp/scripts/support/conf/sun4.sun4c.Lucifer U src/contrib/ntp/scripts/support/conf/sun4.sun4m U src/contrib/ntp/scripts/support/conf/sun4.sun4m.faui42 U src/contrib/ntp/scripts/support/conf/sun4.sun4m.faui45m U src/contrib/ntp/scripts/support/conf/tickconf U src/contrib/ntp/scripts/support/etc/cron U src/contrib/ntp/scripts/support/etc/crontab U src/contrib/ntp/scripts/support/etc/install U src/contrib/ntp/scripts/support/etc/rc U src/contrib/ntp/scripts/support/etc/setup U src/contrib/ntp/util/Makefile.am U src/contrib/ntp/util/Makefile.in U src/contrib/ntp/util/README U src/contrib/ntp/util/ansi2knr.1 U src/contrib/ntp/util/ansi2knr.c U src/contrib/ntp/util/byteorder.c U src/contrib/ntp/util/hist.c U src/contrib/ntp/util/jitter.c U src/contrib/ntp/util/kern.c U src/contrib/ntp/util/longsize.c N src/contrib/ntp/util/audio-pcm.c U src/contrib/ntp/util/ntptime.c U src/contrib/ntp/util/precision.c U src/contrib/ntp/util/sht.c U src/contrib/ntp/util/testrs6000.c U src/contrib/ntp/util/tickadj.c U src/contrib/ntp/util/timetrim.c N src/contrib/ntp/util/ntp-keygen.c N src/contrib/ntp/util/pps-api.c 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDMILLS:yesterday -jDMILLS src/contrib/ntp From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:03: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 E087716A4CE; Tue, 20 Jul 2004 15:03:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FD043D55; Tue, 20 Jul 2004 15:03:00 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KF30cH097327; Tue, 20 Jul 2004 15:03:00 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KF30bZ097326; Tue, 20 Jul 2004 15:03:00 GMT (envelope-from vs) Message-Id: <200407201503.i6KF30bZ097326@repoman.freebsd.org> From: Volker Stolz Date: Tue, 20 Jul 2004 15:03: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/sysutils/portindex Makefile distinfo ports/sysutils/portindex/files pointupdates.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:03:01 -0000 vs 2004-07-20 15:03:00 UTC FreeBSD ports repository Modified files: sysutils/portindex Makefile distinfo Added files: sysutils/portindex/files pointupdates.sh Log: Update to 17, bugfix release: - added pointupdates tool - do not crash when generating port with incomplete depends - keep unresolved cfg option was reversed by mistake - updateall: print generating readme.html - updateall: ports with unresolved depends needs to be removed from in-memory list also - do not warn about missing port multiple times - check for write errors while generating readme.html PR: ports/69316 Submitted by: Radim Kolar (maintainer) Revision Changes Path 1.9 +2 -2 ports/sysutils/portindex/Makefile 1.6 +2 -2 ports/sysutils/portindex/distinfo 1.1 +2 -0 ports/sysutils/portindex/files/pointupdates.sh (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15: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 968E516A4CE; Tue, 20 Jul 2004 15:05:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7858843D46; Tue, 20 Jul 2004 15:05:25 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KF5PbA097455; Tue, 20 Jul 2004 15:05:25 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KF5PQg097454; Tue, 20 Jul 2004 15:05:25 GMT (envelope-from vs) Message-Id: <200407201505.i6KF5PQg097454@repoman.freebsd.org> From: Volker Stolz Date: Tue, 20 Jul 2004 15:05: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/multimedia/libdvdread Makefile ports/multimedia/libdvdread/files patch-dvdread::dvd_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: Tue, 20 Jul 2004 15:05:25 -0000 vs 2004-07-20 15:05:25 UTC FreeBSD ports repository Modified files: multimedia/libdvdread Makefile Added files: multimedia/libdvdread/files patch-dvdread::dvd_input.c Log: Fix dvdcss_crack-detection with dvix[45] or xvid encoding. PR: ports/54435 Submitted by: Melvyn Sopacua Approved by: maintainer timeout Reviewed by: pav Revision Changes Path 1.16 +1 -0 ports/multimedia/libdvdread/Makefile 1.1 +18 -0 ports/multimedia/libdvdread/files/patch-dvdread::dvd_input.c (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:14: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 A523316A4CE; Tue, 20 Jul 2004 15:14:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8579243D1F; Tue, 20 Jul 2004 15:14:39 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFEdAE097786; Tue, 20 Jul 2004 15:14:39 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFEdQG097785; Tue, 20 Jul 2004 15:14:39 GMT (envelope-from roberto) Message-Id: <200407201514.i6KFEdQG097785@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15:14:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT exclude X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:14:39 -0000 roberto 2004-07-20 15:14:39 UTC FreeBSD src repository Modified files: . exclude Log: Exclude src/contrib/ntp from $FreeBSD$ check. Revision Changes Path 1.111 +1 -0 CVSROOT/exclude From owner-cvs-all@FreeBSD.ORG Tue Jul 20 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 67D8D16A4CE; Tue, 20 Jul 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 49E0A43D1D; Tue, 20 Jul 2004 15:15:01 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFF1Eq097831; Tue, 20 Jul 2004 15:15:01 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFF1du097830; Tue, 20 Jul 2004 15:15:01 GMT (envelope-from roberto) Message-Id: <200407201515.i6KFF1du097830@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15:15: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/contrib/ntp/ntpd ntp_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:15:01 -0000 roberto 2004-07-20 15:15:01 UTC FreeBSD src repository Modified files: contrib/ntp/ntpd ntp_proto.c Log: Revert this file to the vendor version, we don't need to have our own version of it. Will help further upgrades. Revision Changes Path 1.6 +1499 -1082 src/contrib/ntp/ntpd/ntp_proto.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:18: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 46D9916A4CE; Tue, 20 Jul 2004 15:18:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BF443D39; Tue, 20 Jul 2004 15:18:32 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFIVmp097951; Tue, 20 Jul 2004 15:18:32 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFIVgK097950; Tue, 20 Jul 2004 15:18:31 GMT (envelope-from roberto) Message-Id: <200407201518.i6KFIVgK097950@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15: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/contrib/ntp/ntpd ntp_control.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:18:32 -0000 roberto 2004-07-20 15:18:31 UTC FreeBSD src repository Modified files: contrib/ntp/ntpd ntp_control.c Log: Merge conflicts (see also previous commit). Reinsert our local changes to ntp_control.c: 1.4: Do not log every potential exploit attempt since a denial-of-service may result 1.5: int -> unsigned char fixes Revision Changes Path 1.8 +173 -151 src/contrib/ntp/ntpd/ntp_control.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15: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 D6B1D16A4CE; Tue, 20 Jul 2004 15:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8BE43D53; Tue, 20 Jul 2004 15:19:51 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFJpSs098351; Tue, 20 Jul 2004 15:19:51 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFJpgp098350; Tue, 20 Jul 2004 15:19:51 GMT (envelope-from roberto) Message-Id: <200407201519.i6KFJpgp098350@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15:19: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/contrib/ntp README.cvs README.des README.rsa acconfig.h ntp_update stamp-h.in src/contrib/ntp/conf dewey.conf src/contrib/ntp/html Oncore-SHMEM.htm accopt.htm assoc.htm... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:19:52 -0000 roberto 2004-07-20 15:19:51 UTC FreeBSD src repository Removed files: contrib/ntp README.cvs README.des README.rsa acconfig.h ntp_update stamp-h.in contrib/ntp/conf dewey.conf contrib/ntp/html Oncore-SHMEM.htm accopt.htm assoc.htm audio.htm authopt.htm biblio.htm build.htm clockopt.htm config.htm confopt.htm copyright.htm debug.htm driver1.htm driver10.htm driver11.htm driver12.htm driver16.htm driver18.htm driver19.htm driver2.htm driver20.htm driver22.htm driver23.htm driver24.htm driver26.htm driver27.htm driver28.htm driver29.htm driver3.htm driver30.htm driver32.htm driver33.htm driver34.htm driver35.htm driver36.htm driver37.htm driver38.htm driver39.htm driver4.htm driver40.htm driver42.htm driver43.htm driver44.htm driver5.htm driver6.htm driver7.htm driver8.htm driver9.htm exec.htm extern.htm gadget.htm genkeys.htm hints.htm howto.htm htmlprimer.htm index.htm kern.htm kernpps.htm ldisc.htm leap.htm measure.htm miscopt.htm monopt.htm mx4200data.htm notes.htm ntpd.htm ntpdate.htm ntpdc.htm ntpq.htm ntptime.htm ntptrace.htm parsedata.htm parsenew.htm patches.htm porting.htm pps.htm prefer.htm qth.htm quick.htm rdebug.htm refclock.htm release.htm tickadj.htm contrib/ntp/html/hints sco.htm vxworks.htm winnt.htm contrib/ntp/include md5.h contrib/ntp/libntp authencrypt.c authparity.c contrib/ntp/librsaref Makefile.am Makefile.in contrib/ntp/ntptrace Makefile.am Makefile.in README ntptrace.c ntptrace.h contrib/ntp/util ntp-genkeys.c Log: Merge conflicts. Lots of added files, some removed and quite a large number of renames :( Revision Changes Path 1.2 +0 -24 src/contrib/ntp/README.cvs (dead) 1.2 +0 -20 src/contrib/ntp/README.des (dead) 1.2 +0 -105 src/contrib/ntp/README.rsa (dead) 1.2 +0 -457 src/contrib/ntp/acconfig.h (dead) 1.2 +0 -42 src/contrib/ntp/conf/dewey.conf (dead) 1.2 +0 -257 src/contrib/ntp/html/Oncore-SHMEM.htm (dead) 1.2 +0 -219 src/contrib/ntp/html/accopt.htm (dead) 1.2 +0 -170 src/contrib/ntp/html/assoc.htm (dead) 1.2 +0 -153 src/contrib/ntp/html/audio.htm (dead) 1.2 +0 -281 src/contrib/ntp/html/authopt.htm (dead) 1.2 +0 -259 src/contrib/ntp/html/biblio.htm (dead) 1.2 +0 -206 src/contrib/ntp/html/build.htm (dead) 1.2 +0 -193 src/contrib/ntp/html/clockopt.htm (dead) 1.2 +0 -291 src/contrib/ntp/html/config.htm (dead) 1.2 +0 -330 src/contrib/ntp/html/confopt.htm (dead) 1.2 +0 -123 src/contrib/ntp/html/copyright.htm (dead) 1.2 +0 -288 src/contrib/ntp/html/debug.htm (dead) 1.2 +0 -157 src/contrib/ntp/html/driver1.htm (dead) 1.2 +0 -114 src/contrib/ntp/html/driver10.htm (dead) 1.2 +0 -150 src/contrib/ntp/html/driver11.htm (dead) 1.2 +0 -98 src/contrib/ntp/html/driver12.htm (dead) 1.2 +0 -43 src/contrib/ntp/html/driver16.htm (dead) 1.2 +0 -235 src/contrib/ntp/html/driver18.htm (dead) 1.2 +0 -124 src/contrib/ntp/html/driver19.htm (dead) 1.2 +0 -137 src/contrib/ntp/html/driver2.htm (dead) 1.2 +0 -131 src/contrib/ntp/html/driver20.htm (dead) 1.2 +0 -129 src/contrib/ntp/html/driver22.htm (dead) 1.2 +0 -87 src/contrib/ntp/html/driver23.htm (dead) 1.2 +0 -85 src/contrib/ntp/html/driver24.htm (dead) 1.2 +0 -109 src/contrib/ntp/html/driver26.htm (dead) 1.2 +0 -634 src/contrib/ntp/html/driver27.htm (dead) 1.2 +0 -133 src/contrib/ntp/html/driver28.htm (dead) 1.2 +0 -1254 src/contrib/ntp/html/driver29.htm (dead) 1.2 +0 -131 src/contrib/ntp/html/driver3.htm (dead) 1.2 +0 -153 src/contrib/ntp/html/driver30.htm (dead) 1.2 +0 -42 src/contrib/ntp/html/driver32.htm (dead) 1.2 +0 -38 src/contrib/ntp/html/driver33.htm (dead) 1.2 +0 -54 src/contrib/ntp/html/driver34.htm (dead) 1.2 +0 -82 src/contrib/ntp/html/driver35.htm (dead) 1.2 +0 -839 src/contrib/ntp/html/driver36.htm (dead) 1.2 +0 -75 src/contrib/ntp/html/driver37.htm (dead) 1.2 +0 -191 src/contrib/ntp/html/driver38.htm (dead) 1.2 +0 -162 src/contrib/ntp/html/driver39.htm (dead) 1.2 +0 -126 src/contrib/ntp/html/driver4.htm (dead) 1.2 +0 -141 src/contrib/ntp/html/driver40.htm (dead) 1.2 +0 -41 src/contrib/ntp/html/driver42.htm (dead) 1.2 +0 -109 src/contrib/ntp/html/driver43.htm (dead) 1.2 +0 -131 src/contrib/ntp/html/driver44.htm (dead) 1.2 +0 -159 src/contrib/ntp/html/driver5.htm (dead) 1.2 +0 -253 src/contrib/ntp/html/driver6.htm (dead) 1.2 +0 -227 src/contrib/ntp/html/driver7.htm (dead) 1.2 +0 -343 src/contrib/ntp/html/driver8.htm (dead) 1.2 +0 -133 src/contrib/ntp/html/driver9.htm (dead) 1.2 +0 -292 src/contrib/ntp/html/exec.htm (dead) 1.2 +0 -40 src/contrib/ntp/html/extern.htm (dead) 1.2 +0 -111 src/contrib/ntp/html/gadget.htm (dead) 1.2 +0 -181 src/contrib/ntp/html/genkeys.htm (dead) 1.2 +0 -26 src/contrib/ntp/html/hints.htm (dead) 1.2 +0 -39 src/contrib/ntp/html/hints/sco.htm (dead) 1.2 +0 -153 src/contrib/ntp/html/hints/vxworks.htm (dead) 1.2 +0 -315 src/contrib/ntp/html/hints/winnt.htm (dead) 1.2 +0 -315 src/contrib/ntp/html/howto.htm (dead) 1.2 +0 -1198 src/contrib/ntp/html/htmlprimer.htm (dead) 1.2 +0 -201 src/contrib/ntp/html/index.htm (dead) 1.2 +0 -51 src/contrib/ntp/html/kern.htm (dead) 1.2 +0 -26 src/contrib/ntp/html/kernpps.htm (dead) 1.2 +0 -161 src/contrib/ntp/html/ldisc.htm (dead) 1.2 +0 -250 src/contrib/ntp/html/leap.htm (dead) 1.2 +0 -50 src/contrib/ntp/html/measure.htm (dead) 1.2 +0 -162 src/contrib/ntp/html/miscopt.htm (dead) 1.2 +0 -370 src/contrib/ntp/html/monopt.htm (dead) 1.2 +0 -445 src/contrib/ntp/html/mx4200data.htm (dead) 1.2 +0 -1544 src/contrib/ntp/html/notes.htm (dead) 1.2 +0 -183 src/contrib/ntp/html/ntpd.htm (dead) 1.2 +0 -185 src/contrib/ntp/html/ntpdate.htm (dead) 1.2 +0 -620 src/contrib/ntp/html/ntpdc.htm (dead) 1.2 +0 -747 src/contrib/ntp/html/ntpq.htm (dead) 1.2 +0 -96 src/contrib/ntp/html/ntptime.htm (dead) 1.2 +0 -82 src/contrib/ntp/html/ntptrace.htm (dead) 1.2 +0 -407 src/contrib/ntp/html/parsedata.htm (dead) 1.2 +0 -237 src/contrib/ntp/html/parsenew.htm (dead) 1.2 +0 -70 src/contrib/ntp/html/patches.htm (dead) 1.2 +0 -78 src/contrib/ntp/html/porting.htm (dead) 1.2 +0 -83 src/contrib/ntp/html/pps.htm (dead) 1.2 +0 -332 src/contrib/ntp/html/prefer.htm (dead) 1.2 +0 -64 src/contrib/ntp/html/qth.htm (dead) 1.2 +0 -99 src/contrib/ntp/html/quick.htm (dead) 1.2 +0 -67 src/contrib/ntp/html/rdebug.htm (dead) 1.2 +0 -126 src/contrib/ntp/html/refclock.htm (dead) 1.2 +0 -199 src/contrib/ntp/html/release.htm (dead) 1.2 +0 -103 src/contrib/ntp/html/tickadj.htm (dead) 1.2 +0 -51 src/contrib/ntp/include/md5.h (dead) 1.2 +0 -97 src/contrib/ntp/libntp/authencrypt.c (dead) 1.2 +0 -57 src/contrib/ntp/libntp/authparity.c (dead) 1.2 +0 -50 src/contrib/ntp/librsaref/Makefile.am (dead) 1.2 +0 -346 src/contrib/ntp/librsaref/Makefile.in (dead) 1.2 +0 -69 src/contrib/ntp/ntp_update (dead) 1.2 +0 -19 src/contrib/ntp/ntptrace/Makefile.am (dead) 1.2 +0 -349 src/contrib/ntp/ntptrace/Makefile.in (dead) 1.2 +0 -7 src/contrib/ntp/ntptrace/README (dead) 1.2 +0 -784 src/contrib/ntp/ntptrace/ntptrace.c (dead) 1.2 +0 -36 src/contrib/ntp/ntptrace/ntptrace.h (dead) 1.2 +0 -1 src/contrib/ntp/stamp-h.in (dead) 1.2 +0 -1042 src/contrib/ntp/util/ntp-genkeys.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15: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 566D116A56D; Tue, 20 Jul 2004 15:25:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33FFE43D55; Tue, 20 Jul 2004 15:25:24 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFPOQ1098637; Tue, 20 Jul 2004 15:25:24 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFPO5W098636; Tue, 20 Jul 2004 15:25:24 GMT (envelope-from krion) Message-Id: <200407201525.i6KFPO5W098636@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 20 Jul 2004 15: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/emulators/stella Makefile distinfo pkg-plist patch-src::emucore::Props.cxxpatch-src::emucore::PropsSet.hxx patch-src::emucore::m6502::src::M6502.cxx patch-src::emucore::m6502::src::M6502.hxx ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:25:24 -0000 krion 2004-07-20 15:25:23 UTC FreeBSD ports repository Modified files: emulators/stella Makefile distinfo pkg-plist emulators/stella/files patch-src::emucore::TIASound.c Removed files: emulators/stella/files patch-ac patch-src::emucore::Props.cxx patch-src::emucore::Props.hxx patch-src::emucore::PropsSet.cxx patch-src::emucore::PropsSet.hxx patch-src::emucore::m6502::src::M6502.cxx patch-src::emucore::m6502::src::M6502.hxx patch-src::ui::common::Settiongs.cxx patch-src::ui::common::Settiongs.hxx patch-src::ui::sound::SoundOSS.cxx Log: Update to version 1.4 PR: ports/69293 Submitted by: Ports Fury Revision Changes Path 1.23 +13 -14 ports/emulators/stella/Makefile 1.6 +2 -2 ports/emulators/stella/distinfo 1.5 +0 -84 ports/emulators/stella/files/patch-ac (dead) 1.2 +0 -38 ports/emulators/stella/files/patch-src::emucore::Props.cxx (dead) 1.2 +0 -37 ports/emulators/stella/files/patch-src::emucore::Props.hxx (dead) 1.2 +0 -19 ports/emulators/stella/files/patch-src::emucore::PropsSet.cxx (dead) 1.2 +0 -20 ports/emulators/stella/files/patch-src::emucore::PropsSet.hxx (dead) 1.2 +14 -16 ports/emulators/stella/files/patch-src::emucore::TIASound.c 1.2 +0 -11 ports/emulators/stella/files/patch-src::emucore::m6502::src::M6502.cxx (dead) 1.2 +0 -11 ports/emulators/stella/files/patch-src::emucore::m6502::src::M6502.hxx (dead) 1.2 +0 -11 ports/emulators/stella/files/patch-src::ui::common::Settiongs.cxx (dead) 1.2 +0 -11 ports/emulators/stella/files/patch-src::ui::common::Settiongs.hxx (dead) 1.2 +0 -15 ports/emulators/stella/files/patch-src::ui::sound::SoundOSS.cxx (dead) 1.5 +1 -1 ports/emulators/stella/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:25:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 150AD16A4CE; Tue, 20 Jul 2004 15:25:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB76143D31; Tue, 20 Jul 2004 15:25:19 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFPJlF098554; Tue, 20 Jul 2004 15:25:19 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFPJcg098553; Tue, 20 Jul 2004 15:25:19 GMT (envelope-from roberto) Message-Id: <200407201525.i6KFPJcg098553@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15:25: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/contrib/ntp FREEBSD-upgrade X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:25:20 -0000 roberto 2004-07-20 15:25:19 UTC FreeBSD src repository Modified files: contrib/ntp FREEBSD-upgrade Log: Update information on build/import. Revision Changes Path 1.5 +15 -12 src/contrib/ntp/FREEBSD-upgrade From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:35:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FF816A4CE; Tue, 20 Jul 2004 15:35:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080F943D39; Tue, 20 Jul 2004 15:35:57 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFZu5m099447; Tue, 20 Jul 2004 15:35:56 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFZuM1099446; Tue, 20 Jul 2004 15:35:56 GMT (envelope-from blackend) Message-Id: <200407201535.i6KFZuM1099446@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 20 Jul 2004 15:35:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.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: Tue, 20 Jul 2004 15:35:57 -0000 blackend 2004-07-20 15:35:56 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add a new translated section (Diskless). Revision Changes Path 1.25 +943 -2 doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15: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 A804E16A4CE; Tue, 20 Jul 2004 15:39:35 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 288FD43D1F; Tue, 20 Jul 2004 15:39:35 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i6KFdZdt027207; Tue, 20 Jul 2004 08:39:35 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) i6KFdVF6037690; Tue, 20 Jul 2004 08:39:31 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.12.11/8.12.11/Submit) id i6KFdVCv037689; Tue, 20 Jul 2004 08:39:31 -0700 (PDT) (envelope-from marcel) Date: Tue, 20 Jul 2004 08:39:31 -0700 From: Marcel Moolenaar To: Mark Kettenis Message-ID: <20040720153931.GA37633@dhcp50.pn.xcllnt.net> References: <200407182028.i6IKS7Su002490@repoman.freebsd.org> <20040719034245.C32601@pooker.samsco.org> <20040719171041.GA22048@ns1.xcllnt.net> <200407200958.i6K9wZD4022358@juw15.nfra.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407200958.i6K9wZD4022358@juw15.nfra.nl> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:39:35 -0000 On Tue, Jul 20, 2004 at 11:58:35AM +0200, Mark Kettenis wrote: > > I think a redesign of the core file format along the lines you said > above would defenitely pay off. The NetBSD folks have done it, and I > think their approach is pretty elegant. An improtant benefit of their > approach is that it's (almost) machine independent. The BFD code is > pretty much localized in elf.c (look for the functions with netbsd in > their names). Adapting that code for FreeNSD should not be much work. > I don't think any further changes to GDB are needed. One problem I see is that the pid and lwpid, as saved by binutils are mangled into a single id before given to gdb. I guess the trick is to not tell binutils about lwpid. If I'm not mistaken, binutils doesn't really keep track if the lwpids anyway. > Please realize that the problems you're citing largely stem from the > let's simulate-Linux-which-simulates-SVR4 type notes currently used by > FreeBSD. Throwing that all overboard will save much trouble in the > future. Yes, I got that impression as well, but the impact on binutils and the backward compatibility problems are more than I could handle for 5.3. > I'm certainly willing to do some of the legwork, since it'd make life > for me on the GDB side a lot easier if you'd adapt these NetBSD-style > core file notes. I certainly have some time the coming weeks to spend > on it. In principle I'm all for it. I like to see a plan and key players signed up for it, if we're going to do this for 5.3. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:45: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 C742D16A4CF; Tue, 20 Jul 2004 15:45:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5D243D31; Tue, 20 Jul 2004 15:45:04 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFj4VZ001375; Tue, 20 Jul 2004 15:45:04 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFj4nv001374; Tue, 20 Jul 2004 15:45:04 GMT (envelope-from roberto) Message-Id: <200407201545.i6KFj4nv001374@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15:45: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/ntp/sntp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:45:05 -0000 roberto 2004-07-20 15:45:04 UTC FreeBSD src repository Added files: usr.sbin/ntp/sntp Makefile Log: Add missing Makefile from previous commit. Revision Changes Path 1.1 +15 -0 src/usr.sbin/ntp/sntp/Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:44: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 BC3C016A4CE; Tue, 20 Jul 2004 15:44:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E35943D2D; Tue, 20 Jul 2004 15:44:32 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFiWhJ001297; Tue, 20 Jul 2004 15:44:32 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFiWWr001296; Tue, 20 Jul 2004 15:44:32 GMT (envelope-from roberto) Message-Id: <200407201544.i6KFiWWr001296@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15:44: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/usr.sbin/ntp Makefile config.h src/usr.sbin/ntp/arlib Makefile src/usr.sbin/ntp/doc Makefile ntp-genkeys.8 src/usr.sbin/ntp/libntp Makefile... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:44:32 -0000 roberto 2004-07-20 15:44:32 UTC FreeBSD src repository Modified files: usr.sbin/ntp Makefile config.h usr.sbin/ntp/doc Makefile usr.sbin/ntp/libntp Makefile usr.sbin/ntp/ntpd Makefile usr.sbin/ntp/ntpdate Makefile usr.sbin/ntp/ntpdc Makefile usr.sbin/ntp/ntpq Makefile usr.sbin/ntp/ntptrace Makefile usr.sbin/ntp/scripts mkver Added files: usr.sbin/ntp/arlib Makefile usr.sbin/ntp/ntp-keygen Makefile usr.sbin/ntp/scripts ntptrace Removed files: usr.sbin/ntp/doc ntp-genkeys.8 usr.sbin/ntp/ntp-genkeys Makefile Log: Update our ntpd to the long awaited 4.2.0 version. This bring us several things: - updated drivers - IPv6 support at last - ntp-genkeys is replaced by ntp-keygen - ntptrace is now a script (courtesy of John Hay) - lots of renamed files from .htm to .html (while I prefer .html, I find the change a bit gratuitous) - still no manpages :( Please test and report. Commit very much helped by: GNU arch (http://gnuarch.org/) Revision Changes Path 1.8 +2 -2 src/usr.sbin/ntp/Makefile 1.1 +12 -0 src/usr.sbin/ntp/arlib/Makefile (new) 1.9 +119 -26 src/usr.sbin/ntp/config.h 1.10 +19 -18 src/usr.sbin/ntp/doc/Makefile 1.7 +0 -208 src/usr.sbin/ntp/doc/ntp-genkeys.8 (dead) 1.9 +17 -10 src/usr.sbin/ntp/libntp/Makefile 1.3 +0 -15 src/usr.sbin/ntp/ntp-genkeys/Makefile (dead) 1.1 +15 -0 src/usr.sbin/ntp/ntp-keygen/Makefile (new) 1.9 +2 -2 src/usr.sbin/ntp/ntpd/Makefile 1.4 +3 -3 src/usr.sbin/ntp/ntpdate/Makefile 1.7 +3 -3 src/usr.sbin/ntp/ntpdc/Makefile 1.5 +2 -2 src/usr.sbin/ntp/ntpq/Makefile 1.4 +5 -14 src/usr.sbin/ntp/ntptrace/Makefile 1.9 +1 -1 src/usr.sbin/ntp/scripts/mkver 1.1 +62 -0 src/usr.sbin/ntp/scripts/ntptrace (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15: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 D697616A4CE; Tue, 20 Jul 2004 15:51:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B901D43D5A; Tue, 20 Jul 2004 15:51:00 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFp0xA001618; Tue, 20 Jul 2004 15:51:00 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFp0uo001617; Tue, 20 Jul 2004 15:51:00 GMT (envelope-from roberto) Message-Id: <200407201551.i6KFp0uo001617@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15:51: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/contrib/ntp/ntpd ntp_control.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:51:01 -0000 roberto 2004-07-20 15:51:00 UTC FreeBSD src repository Modified files: contrib/ntp/ntpd ntp_control.c Log: Remove an extra '}'. Revision Changes Path 1.9 +1 -2 src/contrib/ntp/ntpd/ntp_control.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:48: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 AAC3416A4CE; Tue, 20 Jul 2004 15:48:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CEE543D46; Tue, 20 Jul 2004 15:48:58 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFmw6l001478; Tue, 20 Jul 2004 15:48:58 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFmw1j001477; Tue, 20 Jul 2004 15:48:58 GMT (envelope-from eik) Message-Id: <200407201548.i6KFmw1j001477@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 20 Jul 2004 15:48:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit-db/database portaudit.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: Tue, 20 Jul 2004 15:48:58 -0000 eik 2004-07-20 15:48:58 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: add subversion-perl, subversion-python Revision Changes Path 1.54 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Tue Jul 20 15:54:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92EBB16A4CE; Tue, 20 Jul 2004 15:54:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7456043D5F; Tue, 20 Jul 2004 15:54:53 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KFsrh5001705; Tue, 20 Jul 2004 15:54:53 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KFsrMs001704; Tue, 20 Jul 2004 15:54:53 GMT (envelope-from roberto) Message-Id: <200407201554.i6KFsrMs001704@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 15: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/usr.sbin/ntp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 15:54:53 -0000 roberto 2004-07-20 15:54:53 UTC FreeBSD src repository Modified files: usr.sbin/ntp Makefile Log: Forced to commit to add: Tested on: amd64 (sledge), sparc64 (panther), IA-64 (pluto1), alpha (beast) in addition to my own machine running 5.2-CURRENT. Revision Changes Path 1.9 +0 -0 src/usr.sbin/ntp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 16:02: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 2B45C16A4CE; Tue, 20 Jul 2004 16:02:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E85743D31; Tue, 20 Jul 2004 16:02:45 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KG2i0Q001939; Tue, 20 Jul 2004 16:02:44 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KG2iYE001938; Tue, 20 Jul 2004 16:02:44 GMT (envelope-from roberto) Message-Id: <200407201602.i6KG2iYE001938@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 20 Jul 2004 16:02:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT avail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 16:02:45 -0000 roberto 2004-07-20 16:02:44 UTC FreeBSD src repository Modified files: . avail Log: Unlock the trees now that I'm done with the ntpd 4.2.0 upgrade. Revision Changes Path 1.220 +0 -1 CVSROOT/avail From owner-cvs-all@FreeBSD.ORG Tue Jul 20 16:25: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 56EBF16A4CE; Tue, 20 Jul 2004 16:25:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A78843D49; Tue, 20 Jul 2004 16:25:21 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KGPLfS002509; Tue, 20 Jul 2004 16:25:21 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KGPLqk002508; Tue, 20 Jul 2004 16:25:21 GMT (envelope-from phk) Message-Id: <200407201625.i6KGPLqk002508@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 20 Jul 2004 16:25: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.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: Tue, 20 Jul 2004 16:25:21 -0000 phk 2004-07-20 16:25:21 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: Remove reference to fla driver. Revision Changes Path 1.154 +0 -1 src/usr.sbin/sysinstall/devices.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 16: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 8A20016A4CE; Tue, 20 Jul 2004 16:27:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C84643D2F; Tue, 20 Jul 2004 16:27:19 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KGRJ8i002587; Tue, 20 Jul 2004 16:27:19 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KGRJ8w002586; Tue, 20 Jul 2004 16:27:19 GMT (envelope-from oliver) Message-Id: <200407201627.i6KGRJ8w002586@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 20 Jul 2004 16: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/mail/sqwebmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 16:27:19 -0000 oliver 2004-07-20 16:27:19 UTC FreeBSD ports repository Modified files: mail/sqwebmail Makefile Log: use ${MKDIR} instead of "mkdir" and replace @LIBTOOL@ Revision Changes Path 1.40 +6 -0 ports/mail/sqwebmail/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 16: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 D5D5216A4CE; Tue, 20 Jul 2004 16:41:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B758243D41; Tue, 20 Jul 2004 16:41:28 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KGfSXq003023; Tue, 20 Jul 2004 16:41:28 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KGfS2O003022; Tue, 20 Jul 2004 16:41:28 GMT (envelope-from blackend) Message-Id: <200407201641.i6KGfS2O003022@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 20 Jul 2004 16:41:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/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: Tue, 20 Jul 2004 16:41:29 -0000 blackend 2004-07-20 16:41:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In Diskless section: - An uppercase and a punctuation fix - Add missing tags Revision Changes Path 1.331 +4 -4 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 20 16:46: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 6417A16A4CE; Tue, 20 Jul 2004 16:46:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4637543D54; Tue, 20 Jul 2004 16:46:36 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KGkapu003168; Tue, 20 Jul 2004 16:46:36 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KGkaIR003167; Tue, 20 Jul 2004 16:46:36 GMT (envelope-from nork) Message-Id: <200407201646.i6KGkaIR003167@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 20 Jul 2004 16:46:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/xitami/files patch-ae X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 16:46:36 -0000 nork 2004-07-20 16:46:36 UTC FreeBSD ports repository Modified files: www/xitami/files patch-ae Log: Fix build error on 4-stable. PR: ports/69345 Submitted by: Hiroo Ono Bernd Luevelsmeyer (maintainer) Approved by: Bernd Luevelsmeyer (maintainer) Reported by: bento via kris Tested on the box from: AMD Developper Program (FreeBSD/amd64) Revision Changes Path 1.3 +2 -2 ports/www/xitami/files/patch-ae From owner-cvs-all@FreeBSD.ORG Tue Jul 20 16: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 33FAF16A4CE; Tue, 20 Jul 2004 16:50:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1629843D60; Tue, 20 Jul 2004 16:50:58 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KGovip003329; Tue, 20 Jul 2004 16:50:57 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KGovfw003328; Tue, 20 Jul 2004 16:50:57 GMT (envelope-from harti) Message-Id: <200407201650.i6KGovfw003328@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 20 Jul 2004 16:50: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/sbin/atm/atmconfig atmconfig.help X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 16:50:58 -0000 harti 2004-07-20 16:50:57 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig atmconfig.help Log: The natm sub-command was missing in the TOC of the helpfile. Revision Changes Path 1.2 +1 -0 src/sbin/atm/atmconfig/atmconfig.help From owner-cvs-all@FreeBSD.ORG Tue Jul 20 16:59: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 E3E9416A4CE; Tue, 20 Jul 2004 16:59:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C4043D45; Tue, 20 Jul 2004 16:59:28 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KGxSi6003513; Tue, 20 Jul 2004 16:59:28 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KGxSAg003512; Tue, 20 Jul 2004 16:59:28 GMT (envelope-from nork) Message-Id: <200407201659.i6KGxSAg003512@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 20 Jul 2004 16:59: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/japanese/sj3 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, 20 Jul 2004 16:59:29 -0000 nork 2004-07-20 16:59:28 UTC FreeBSD ports repository Modified files: japanese/sj3 Makefile distinfo Log: Fix build error on 4-stable. Submitted by: Hiroo Ono Reported by: bento via kris Tested on the box from: AMD Developper Program (FreeBSD/amd64) Revision Changes Path 1.23 +2 -2 ports/japanese/sj3/Makefile 1.5 +2 -2 ports/japanese/sj3/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 17:15: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 C60B816A4CF; Tue, 20 Jul 2004 17:15:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DBF43D46; Tue, 20 Jul 2004 17:15:22 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KHFMOu003985; Tue, 20 Jul 2004 17:15:22 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KHFMxU003984; Tue, 20 Jul 2004 17:15:22 GMT (envelope-from glewis) Message-Id: <200407201715.i6KHFMxU003984@repoman.freebsd.org> From: Greg Lewis Date: Tue, 20 Jul 2004 17:15: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/sysutils/powerman Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 17:15:22 -0000 glewis 2004-07-20 17:15:22 UTC FreeBSD ports repository Modified files: sysutils/powerman Makefile Log: . Add parallel to CATEGORIES as this is often used on clusters. Revision Changes Path 1.2 +1 -1 ports/sysutils/powerman/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 17: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 9931D16A4CE; Tue, 20 Jul 2004 17:15:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920C943D48; Tue, 20 Jul 2004 17:15:38 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KHFcSU004173; Tue, 20 Jul 2004 17:15:38 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KHFc00004172; Tue, 20 Jul 2004 17:15:38 GMT (envelope-from julian) Message-Id: <200407201715.i6KHFc00004172@repoman.freebsd.org> From: Julian Elischer Date: Tue, 20 Jul 2004 17:15: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/share/man/man4 netgraph.4 src/sys/dev/cp if_cp.c src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c src/sys/netgraph netgraph.h ng_base.c ng_bridge.c ng_ether.c ng_gif.c ng_sample.c ng_source.c src/sys/netgraph/atm ng_atm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 17:15:38 -0000 julian 2004-07-20 17:15:38 UTC FreeBSD src repository Modified files: share/man/man4 netgraph.4 sys/dev/cp if_cp.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c sys/netgraph netgraph.h ng_base.c ng_bridge.c ng_ether.c ng_gif.c ng_sample.c ng_source.c sys/netgraph/atm ng_atm.c Log: Slight cosmetic changes. Also introduce a macro to be called by persistent nodes to signal their persistence during shutdown to hide this mechanism from the node author. Make node flags have a consistent style in naming. Document the change. Revision Changes Path 1.47 +4 -4 src/share/man/man4/netgraph.4 1.10 +2 -2 src/sys/dev/cp/if_cp.c 1.12 +2 -2 src/sys/dev/ctau/if_ct.c 1.28 +2 -2 src/sys/dev/cx/if_cx.c 1.10 +3 -3 src/sys/netgraph/atm/ng_atm.c 1.42 +26 -9 src/sys/netgraph/netgraph.h 1.83 +14 -14 src/sys/netgraph/ng_base.c 1.27 +2 -2 src/sys/netgraph/ng_bridge.c 1.37 +3 -2 src/sys/netgraph/ng_ether.c 1.14 +2 -2 src/sys/netgraph/ng_gif.c 1.23 +4 -4 src/sys/netgraph/ng_sample.c 1.18 +0 -1 src/sys/netgraph/ng_source.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 17:39: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 22A9716A4CE; Tue, 20 Jul 2004 17:39:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D1F43D2D; Tue, 20 Jul 2004 17:39:00 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KHcxMR004997; Tue, 20 Jul 2004 17:38:59 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KHcxLh004996; Tue, 20 Jul 2004 17:38:59 GMT (envelope-from mezz) Message-Id: <200407201738.i6KHcxLh004996@repoman.freebsd.org> From: Jeremy Messenger Date: Tue, 20 Jul 2004 17:38: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/linux-opera Makefile distinfo pkg-message pkg-plist ports/www/linux-opera/files patch-install.sh ports/www/opera Makefile distinfo ports/www/opera/files patch-config::opera6rc patch-ini::pluginpath.ini patch-install.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 17:39:00 -0000 mezz 2004-07-20 17:38:59 UTC FreeBSD ports repository Modified files: www/linux-opera Makefile distinfo pkg-message pkg-plist www/linux-opera/files patch-install.sh www/opera Makefile distinfo www/opera/files patch-install.sh Added files: www/opera/files patch-config::opera6rc patch-ini::pluginpath.ini Log: -Update both www/opera and www/linux-opera to 7.53. www/opera: - The maintainer has asked me to babysitting this while he's away for vacation. He is gone for about five weeks started last Thursday. - Some tweak with the plugins, I have added jdk13 and jdk14 support but I have no idea if they will work since I don't have any FreeBSD 4.x to test. Please let me know if there has any issue. - Does the spellcheck feature works in FreeBSD 4.x? Please, contract me on this one too. If it works, then I will need to add a dependency of aspell with a new WITHOUT_ASPELL knob. - See the changelog for detail: http://www.opera.com/freebsd/changelogs/753/ www/linux-opera: - I didn't update it to 7.52, because it still doesn't fix the security and the plugins was broke. The 7.53 has solved all of this to allow me to update it. - Please read in pkg-message about the changes of search.ini if you have a custom of it. You will have to edit it or it will not work. - See the changelog for detail: 7.52 = http://www.opera.com/linux/changelogs/752/ 7.53 = http://www.opera.com/linux/changelogs/753/ Revision Changes Path 1.50 +16 -13 ports/www/linux-opera/Makefile 1.27 +2 -2 ports/www/linux-opera/distinfo 1.5 +29 -24 ports/www/linux-opera/files/patch-install.sh 1.7 +11 -1 ports/www/linux-opera/pkg-message 1.22 +1 -3 ports/www/linux-opera/pkg-plist 1.33 +9 -8 ports/www/opera/Makefile 1.24 +2 -2 ports/www/opera/distinfo 1.1 +9 -0 ports/www/opera/files/patch-config::opera6rc (new) 1.1 +50 -0 ports/www/opera/files/patch-ini::pluginpath.ini (new) 1.13 +65 -68 ports/www/opera/files/patch-install.sh From owner-cvs-all@FreeBSD.ORG Tue Jul 20 17:41: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 9EBC616A4CE; Tue, 20 Jul 2004 17:41:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80FC043D48; Tue, 20 Jul 2004 17:41:09 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KHf9v3005166; Tue, 20 Jul 2004 17:41:09 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KHf9nL005165; Tue, 20 Jul 2004 17:41:09 GMT (envelope-from glewis) Message-Id: <200407201741.i6KHf9nL005165@repoman.freebsd.org> From: Greg Lewis Date: Tue, 20 Jul 2004 17:41: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/java Makefile ports/java/jomp 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, 20 Jul 2004 17:41:09 -0000 glewis 2004-07-20 17:41:09 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/jomp Makefile distinfo pkg-descr Log: . Add a port of jomp: JOMP is a prototype OpenMP implementation for Java. PR: 69057 Submitted by: brueffer Revision Changes Path 1.127 +1 -0 ports/java/Makefile 1.1 +35 -0 ports/java/jomp/Makefile (new) 1.1 +2 -0 ports/java/jomp/distinfo (new) 1.1 +3 -0 ports/java/jomp/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 17: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 B2A1716A4CE; Tue, 20 Jul 2004 17:43:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B0043D6A; Tue, 20 Jul 2004 17:43:47 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KHhlup005230; Tue, 20 Jul 2004 17:43:47 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KHhl7d005229; Tue, 20 Jul 2004 17:43:47 GMT (envelope-from glewis) Message-Id: <200407201743.i6KHhl7d005229@repoman.freebsd.org> From: Greg Lewis Date: Tue, 20 Jul 2004 17:43:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 17:43:47 -0000 glewis 2004-07-20 17:43:47 UTC FreeBSD ports repository Modified files: . modules Log: jomp -> ports/java/jomp Revision Changes Path 1.10703 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 20 17:59: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 0BC7D16A4CE; Tue, 20 Jul 2004 17:59:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27F543D5E; Tue, 20 Jul 2004 17:59:39 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KHxdrA005646; Tue, 20 Jul 2004 17:59:39 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KHxdMt005645; Tue, 20 Jul 2004 17:59:39 GMT (envelope-from blackend) Message-Id: <200407201759.i6KHxdMt005645@repoman.freebsd.org> From: Marc Fonvieille Date: Tue, 20 Jul 2004 17:59:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/disks chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 17:59:40 -0000 blackend 2004-07-20 17:59:39 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/disks chapter.sgml Log: MFen 1.199 --> 1.214 Revision Changes Path 1.15 +199 -29 doc/fr_FR.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 20 18:24: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 6285116A4CE; Tue, 20 Jul 2004 18:24:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA2E43D54; Tue, 20 Jul 2004 18:24:47 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KIOlaI006279; Tue, 20 Jul 2004 18:24:47 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KIOlkT006278; Tue, 20 Jul 2004 18:24:47 GMT (envelope-from csjp) Message-Id: <200407201824.i6KIOlkT006278@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 20 Jul 2004 18:24: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/bin/df df.1 df.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 18:24:47 -0000 csjp 2004-07-20 18:24:47 UTC FreeBSD src repository Modified files: bin/df df.1 df.c Log: Currently if a mount point is not accessible by the calling user, invalid information will be printed if the -t flag is specified. $ df -t ufs Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 495726 139944 316124 31% / /dev/ad0s1e 253678 6438 226946 3% /tmp /dev/ad0s1f 56206340 13594248 38115586 26% /usr /dev/ad0s1d 694126 19812 618784 3% /var /dev/ad0s1d 694126 19812 618784 3% /var $ Note that the mount point which is not accessible shows up as the previous file system that was printed. The reason for this is that df -t will call statfs(2) on the pathname supplied by getfsstat(2). This is done to refresh the file system statistics in the event that a previous file system had a long delay in providing its stats. This change affects the df utility in the following ways: o Teach df has to deal with statfs(2) failing. If statfs(2) fails, fall back on the possibly stale stats provided by the initial call to getfsstat(2). o Print a warning that the fs stats could possibly be stale o Modify the man page and document this new behavior as a bug. Approved by: bmilekic (mentor) PR: 68165 Revision Changes Path 1.36 +3 -1 src/bin/df/df.1 1.63 +15 -5 src/bin/df/df.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 18:35: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 66E7A16A4CE; Tue, 20 Jul 2004 18:35:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4930D43D2F; Tue, 20 Jul 2004 18:35:33 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KIZXip006627; Tue, 20 Jul 2004 18:35:33 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KIZXMt006626; Tue, 20 Jul 2004 18:35:33 GMT (envelope-from csjp) Message-Id: <200407201835.i6KIZXMt006626@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 20 Jul 2004 18:35: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/lib/libc/sys statfs.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: Tue, 20 Jul 2004 18:35:33 -0000 csjp 2004-07-20 18:35:33 UTC FreeBSD src repository Modified files: lib/libc/sys statfs.2 Log: Remove reference to ENOTDIR in the documented errors for statfs(2). This is false, if the pathname specified is a regular file, then the information for the file system that the file lives on will be returned. Approved by: bmilekic (mentor) Revision Changes Path 1.24 +0 -4 src/lib/libc/sys/statfs.2 From owner-cvs-all@FreeBSD.ORG Tue Jul 20 19:30: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 B48BD16A4CE; Tue, 20 Jul 2004 19:30:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 856D043D45; Tue, 20 Jul 2004 19:30:57 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KJUvDj007945; Tue, 20 Jul 2004 19:30:57 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KJUvxP007944; Tue, 20 Jul 2004 19:30:57 GMT (envelope-from csjp) Message-Id: <200407201930.i6KJUvxP007944@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Tue, 20 Jul 2004 19:30: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/sys statfs.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: Tue, 20 Jul 2004 19:30:57 -0000 csjp 2004-07-20 19:30:57 UTC FreeBSD src repository Modified files: lib/libc/sys statfs.2 Log: Back out previous commit. Even though statfs(2) can take a regular file as an argument, it may still fail for the same reasons that open(2) can. Pointed out by: Jilles Tjoelker Apporived by: bmilekic (mentor) Revision Changes Path 1.25 +4 -0 src/lib/libc/sys/statfs.2 From owner-cvs-all@FreeBSD.ORG Tue Jul 20 19:38: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 21C8116A4CE; Tue, 20 Jul 2004 19:38:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA4343D5A; Tue, 20 Jul 2004 19:38:57 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from freefall.freebsd.org (csjp@localhost [127.0.0.1]) i6KJcuFv095076; Tue, 20 Jul 2004 19:38:56 GMT (envelope-from csjp@freebsd.org) Received: (from csjp@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6KJcuKq095075; Tue, 20 Jul 2004 19:38:56 GMT (envelope-from csjp@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: csjp set sender to csjp@freebsd.org using -f Date: Tue, 20 Jul 2004 19:38:56 +0000 From: "Christian S.J. Peron" To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20040720193856.GA94962@freefall.freebsd.org> References: <200407201930.i6KJUvxP007944@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407201930.i6KJUvxP007944@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/lib/libc/sys statfs.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: Tue, 20 Jul 2004 19:38:57 -0000 On 20 Jul 2004 Christian S.J. Peron wrote: > csjp 2004-07-20 19:30:57 UTC > > FreeBSD src repository > > Modified files: > lib/libc/sys statfs.2 > Log: > Back out previous commit. Even though statfs(2) can take a regular > file as an argument, it may still fail for the same reasons that > open(2) can. > > Pointed out by: Jilles Tjoelker > Apporived by: bmilekic (mentor) > > Revision Changes Path > 1.25 +4 -0 src/lib/libc/sys/statfs.2 That should be: Approved by: :( From owner-cvs-all@FreeBSD.ORG Tue Jul 20 20:04: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 69E5416A4CE; Tue, 20 Jul 2004 20:04:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B72E43D2D; Tue, 20 Jul 2004 20:04:00 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KK40jK008779; Tue, 20 Jul 2004 20:04:00 GMT (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KK40KB008778; Tue, 20 Jul 2004 20:04:00 GMT (envelope-from scop) Message-Id: <200407202004.i6KK40KB008778@repoman.freebsd.org> From: Ville Skyttä Date: Tue, 20 Jul 2004 20:04:00 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/cvsweb ChangeLog NEWS cvsweb.cgi projects/cvsweb/css cvsweb.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 20:04:00 -0000 scop 2004-07-20 20:04:00 UTC FreeBSD projects repository Modified files: cvsweb ChangeLog cvsweb.cgi NEWS cvsweb/css cvsweb.css Log: Combine CSS properties for all diff lines into the "diff" class, change default diff colors for better experience on non-highcolor displays, and use only generic font families. Revision Changes Path 1.154 +7 -0 projects/cvsweb/ChangeLog 1.27 +4 -0 projects/cvsweb/NEWS 1.15 +9 -15 projects/cvsweb/css/cvsweb.css 1.260 +39 -38 projects/cvsweb/cvsweb.cgi From owner-cvs-all@FreeBSD.ORG Tue Jul 20 20: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 5A07616A4CE; Tue, 20 Jul 2004 20:17:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C88643D5C; Tue, 20 Jul 2004 20:17:11 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KKHBUf009199; Tue, 20 Jul 2004 20:17:11 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KKHBod009198; Tue, 20 Jul 2004 20:17:11 GMT (envelope-from glewis) Message-Id: <200407202017.i6KKHBod009198@repoman.freebsd.org> From: Greg Lewis Date: Tue, 20 Jul 2004 20:17:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys glewis.key pgpkeys.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 20:17:11 -0000 glewis 2004-07-20 20:17:11 UTC FreeBSD doc repository Modified files: share/pgpkeys pgpkeys.ent Added files: share/pgpkeys glewis.key Log: . Add my key. Revision Changes Path 1.1 +43 -0 doc/share/pgpkeys/glewis.key (new) 1.39 +1 -0 doc/share/pgpkeys/pgpkeys.ent From owner-cvs-all@FreeBSD.ORG Tue Jul 20 20:18: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 628EB16A4CE; Tue, 20 Jul 2004 20:18:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AAB43D39; Tue, 20 Jul 2004 20:18:21 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KKILph009257; Tue, 20 Jul 2004 20:18:21 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KKIL2F009256; Tue, 20 Jul 2004 20:18:21 GMT (envelope-from glewis) Message-Id: <200407202018.i6KKIL2F009256@repoman.freebsd.org> From: Greg Lewis Date: Tue, 20 Jul 2004 20:18:21 +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/pgpkeys chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 20:18:21 -0000 glewis 2004-07-20 20:18:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: . Add my key to the developer section. Revision Changes Path 1.230 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Jul 20 20:28: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 F12D216A4CE; Tue, 20 Jul 2004 20:28:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D409B43D1F; Tue, 20 Jul 2004 20:28:57 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KKSv8l009502; Tue, 20 Jul 2004 20:28:57 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KKSv7x009501; Tue, 20 Jul 2004 20:28:57 GMT (envelope-from wpaul) Message-Id: <200407202028.i6KKSv7x009501@repoman.freebsd.org> From: Bill Paul Date: Tue, 20 Jul 2004 20:28: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/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 20:28:58 -0000 wpaul 2004-07-20 20:28:57 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_. (Make kdb stuff conditional.) Revision Changes Path 1.40 +6 -0 src/sys/compat/ndis/subr_ntoskrnl.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 20: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 9597C16A4CE; Tue, 20 Jul 2004 20:48:56 +0000 (GMT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F32943D53; Tue, 20 Jul 2004 20:48:56 +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 5D55A3D34; Tue, 20 Jul 2004 16:48:55 -0400 (EDT) From: "Dan Langille" To: Bill Paul Date: Tue, 20 Jul 2004 16:48:55 -0400 MIME-Version: 1.0 Message-ID: <40FD4CF7.24541.2689E940@localhost> Priority: normal In-reply-to: <200407202028.i6KKSv7x009501@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 20:48:56 -0000 On 20 Jul 2004 at 20:28, Bill Paul wrote: > wpaul 2004-07-20 20:28:57 UTC > > FreeBSD src repository > > Modified files: > sys/compat/ndis subr_ntoskrnl.c > Log: > *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_. > (Make kdb stuff conditional.) Thank you Bill. If anyone is committing changes to the ndis stuff, I am running 5.2.1- RELEASE. Please feel free to run patches past me and I'll quickly let you know if compatibility has been broken. For details on how I'm running NDIS current on 5.2.1, see http://www.freebsddiary.org/ibm-thinkpad-t41.php and search for Project Evil. Thanks -- Dan Langille : http://www.langille.org/ From owner-cvs-all@FreeBSD.ORG Tue Jul 20 20:52:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB49C16A4CE; Tue, 20 Jul 2004 20:52:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAF343D2D; Tue, 20 Jul 2004 20:52:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KKqUsI010164; Tue, 20 Jul 2004 20:52:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KKqUI8010163; Tue, 20 Jul 2004 20:52:30 GMT (envelope-from rwatson) Message-Id: <200407202052.i6KKqUI8010163@repoman.freebsd.org> From: Robert Watson Date: Tue, 20 Jul 2004 20:52: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/netinet raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 20:52:31 -0000 rwatson 2004-07-20 20:52:30 UTC FreeBSD src repository Modified files: sys/netinet raw_ip.c Log: M_PREPEND() the IP header on to the front of an outgoing raw IP packet using M_DONTWAIT rather than M_WAITOK to avoid sleeping on memory while holding a mutex. Revision Changes Path 1.136 +1 -1 src/sys/netinet/raw_ip.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 21:11: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 1A8A816A4CE; Tue, 20 Jul 2004 21:11:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B0A43D2D; Tue, 20 Jul 2004 21:11:18 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KLBHd9010754; Tue, 20 Jul 2004 21:11:17 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KLBHrt010753; Tue, 20 Jul 2004 21:11:17 GMT (envelope-from oliver) Message-Id: <200407202111.i6KLBHrt010753@repoman.freebsd.org> From: Oliver Lehmann Date: Tue, 20 Jul 2004 21:11: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/courier-imap Makefile distinfo patch-maildir::maildirquota.c patch-mysql X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 21:11:18 -0000 oliver 2004-07-20 21:11:17 UTC FreeBSD ports repository Modified files: mail/courier-imap Makefile distinfo mail/courier-imap/files patch-Makefile.in patch-mysql Removed files: mail/courier-imap/files patch-maildir::maildirquota.c Log: update to 3.0.6 Revision Changes Path 1.82 +2 -2 ports/mail/courier-imap/Makefile 1.37 +2 -4 ports/mail/courier-imap/distinfo 1.3 +17 -17 ports/mail/courier-imap/files/patch-Makefile.in 1.2 +0 -11 ports/mail/courier-imap/files/patch-maildir::maildirquota.c (dead) 1.3 +52 -18 ports/mail/courier-imap/files/patch-mysql From owner-cvs-all@FreeBSD.ORG Tue Jul 20 21:44: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 2DEE816A4CE; Tue, 20 Jul 2004 21:44:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D4B43D5C; Tue, 20 Jul 2004 21:44:29 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KLiSjS017803; Tue, 20 Jul 2004 21:44:28 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KLiSfZ017802; Tue, 20 Jul 2004 21:44:28 GMT (envelope-from mlaier) Message-Id: <200407202144.i6KLiSfZ017802@repoman.freebsd.org> From: Max Laier Date: Tue, 20 Jul 2004 21:44:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_clone.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 21:44:29 -0000 mlaier 2004-07-20 21:44:28 UTC FreeBSD src repository Modified files: sys/net if_clone.c Log: When removing the last reference to a cloner, do not try to unlock twice - esp. not since the backing memory was just freed. Reviewed by: rwatson Revision Changes Path 1.2 +3 -2 src/sys/net/if_clone.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 21:47:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E226716A4CE; Tue, 20 Jul 2004 21:47:52 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 793A943D5F; Tue, 20 Jul 2004 21:47:50 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bn2Sj-0007Gl-00; Tue, 20 Jul 2004 23:47:49 +0200 Received: from [84.128.141.84] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1Bn2Sj-0001Sq-00; Tue, 20 Jul 2004 23:47:49 +0200 From: Max Laier To: Max Laier Date: Tue, 20 Jul 2004 23:45:35 +0200 User-Agent: KMail/1.6.2 References: <200407202144.i6KLiSfZ017802@repoman.freebsd.org> In-Reply-To: <200407202144.i6KLiSfZ017802@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_FKZ/AWAPwlKim0d"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407202345.41606.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:61c499deaeeba3ba5be80f48ecc83056 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_clone.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 21:47:53 -0000 --Boundary-02=_FKZ/AWAPwlKim0d Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 20 July 2004 23:44, Max Laier wrote: > mlaier 2004-07-20 21:44:28 UTC > > FreeBSD src repository > > Modified files: > sys/net if_clone.c > Log: > When removing the last reference to a cloner, do not try to unlock twice > - esp. not since the backing memory was just freed. > > Reviewed by: rwatson whoops, forgot: Reported by: Pyun YongHyeon (kldunload pf) > Revision Changes Path > 1.2 +3 -2 src/sys/net/if_clone.c =2D-=20 /"\ Best regards, | mlaier@freebsd.org \ / Max Laier | ICQ #67774661 X http://pf4freebsd.love2party.net/ | mlaier@EFnet / \ ASCII Ribbon Campaign | Against HTML Mail and News --Boundary-02=_FKZ/AWAPwlKim0d Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA/ZKFXyyEoT62BG0RAnfCAJ9BXA1gh5Ri2pC805EY/hTk6dTrfgCfZv0X OlKjlYDKN06bi49VmKEhLkI= =XWtF -----END PGP SIGNATURE----- --Boundary-02=_FKZ/AWAPwlKim0d-- From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:07: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 F181116A4CE; Tue, 20 Jul 2004 22:07:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DEF43D41; Tue, 20 Jul 2004 22:07:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KM7Xnw018771; Tue, 20 Jul 2004 22:07:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KM7XG2018770; Tue, 20 Jul 2004 22:07:33 GMT (envelope-from ale) Message-Id: <200407202207.i6KM7XG2018770@repoman.freebsd.org> From: Alex Dupre Date: Tue, 20 Jul 2004 22:07: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/mail/nocc 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, 20 Jul 2004 22:07:34 -0000 ale 2004-07-20 22:07:33 UTC FreeBSD ports repository Modified files: mail/nocc Makefile distinfo pkg-plist Log: Update to 0.9.6RC2. Revision Changes Path 1.10 +1 -1 ports/mail/nocc/Makefile 1.4 +2 -2 ports/mail/nocc/distinfo 1.5 +36 -0 ports/mail/nocc/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:08: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 DC20416A4CE; Tue, 20 Jul 2004 22:08:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D57E443D1D; Tue, 20 Jul 2004 22:08:44 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KM8iDx018927; Tue, 20 Jul 2004 22:08:44 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KM8ing018926; Tue, 20 Jul 2004 22:08:44 GMT (envelope-from lioux) Message-Id: <200407202208.i6KM8ing018926@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22:08: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/sysutils Makefile ports/sysutils/dolly Makefile distinfo pkg-descr ports/sysutils/dolly/files extra-bzip2-patch-dolly.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:08:45 -0000 lioux 2004-07-20 22:08:44 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/dolly Makefile distinfo pkg-descr sysutils/dolly/files extra-bzip2-patch-dolly.c Log: New port dolly version 0.57: A program to clone harddisks/partitions over a fast switched network Revision Changes Path 1.555 +1 -0 ports/sysutils/Makefile 1.1 +85 -0 ports/sysutils/dolly/Makefile (new) 1.1 +2 -0 ports/sysutils/dolly/distinfo (new) 1.1 +20 -0 ports/sysutils/dolly/files/extra-bzip2-patch-dolly.c (new) 1.1 +21 -0 ports/sysutils/dolly/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:09: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 1DB5816A4CE; Tue, 20 Jul 2004 22:09:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1692D43D54; Tue, 20 Jul 2004 22:09:48 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KM9l9d019105; Tue, 20 Jul 2004 22:09:47 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KM9l3V019104; Tue, 20 Jul 2004 22:09:47 GMT (envelope-from lioux) Message-Id: <200407202209.i6KM9l3V019104@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22:09: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/sysutils Makefile ports/sysutils/dolly+ Makefile distinfo pkg-descr ports/sysutils/dolly+/files patch-Client.cpp patch-List.cpp patch-Net.cpp patch-Packet.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:09:48 -0000 lioux 2004-07-20 22:09:47 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/dolly+ Makefile distinfo pkg-descr sysutils/dolly+/files patch-Client.cpp patch-List.cpp patch-Net.cpp patch-Packet.cpp Log: New port dolly+ version 0.93: Improved version of dolly harddisk/partition network clone utility Revision Changes Path 1.556 +1 -0 ports/sysutils/Makefile 1.1 +43 -0 ports/sysutils/dolly+/Makefile (new) 1.1 +2 -0 ports/sysutils/dolly+/distinfo (new) 1.1 +21 -0 ports/sysutils/dolly+/files/patch-Client.cpp (new) 1.1 +7 -0 ports/sysutils/dolly+/files/patch-List.cpp (new) 1.1 +10 -0 ports/sysutils/dolly+/files/patch-Net.cpp (new) 1.1 +8 -0 ports/sysutils/dolly+/files/patch-Packet.cpp (new) 1.1 +24 -0 ports/sysutils/dolly+/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:09: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 EBDB116A4CE; Tue, 20 Jul 2004 22:09:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCD143D4C; Tue, 20 Jul 2004 22:09:01 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KM91C0018978; Tue, 20 Jul 2004 22:09:01 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KM91TF018977; Tue, 20 Jul 2004 22:09:01 GMT (envelope-from lioux) Message-Id: <200407202209.i6KM91TF018977@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22:09: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: Tue, 20 Jul 2004 22:09:02 -0000 lioux 2004-07-20 22:09:01 UTC FreeBSD ports repository Modified files: . modules Log: dolly --> ports/sysutils/dolly Revision Changes Path 1.10704 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:11: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 B457E16A4CE; Tue, 20 Jul 2004 22:11:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5FB43D2F; Tue, 20 Jul 2004 22:11:31 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMBVqM019386; Tue, 20 Jul 2004 22:11:31 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMBVVV019385; Tue, 20 Jul 2004 22:11:31 GMT (envelope-from lioux) Message-Id: <200407202211.i6KMBVVV019385@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22:11: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/mbone Makefile ports/mbone/udpcast Makefile distinfo pkg-descr ports/mbone/udpcast/files patch-participants.h patch-socklib.c patch-statistics.c patch-udpr-negotiate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:11:31 -0000 lioux 2004-07-20 22:11:31 UTC FreeBSD ports repository Modified files: mbone Makefile Added files: mbone/udpcast Makefile distinfo pkg-descr mbone/udpcast/files patch-participants.h patch-socklib.c patch-statistics.c patch-udpr-negotiate.c Log: New port udpcast version 20040531: A file transfer tool using ethernet's multicast Revision Changes Path 1.22 +1 -0 ports/mbone/Makefile 1.1 +60 -0 ports/mbone/udpcast/Makefile (new) 1.1 +2 -0 ports/mbone/udpcast/distinfo (new) 1.1 +10 -0 ports/mbone/udpcast/files/patch-participants.h (new) 1.1 +38 -0 ports/mbone/udpcast/files/patch-socklib.c (new) 1.1 +11 -0 ports/mbone/udpcast/files/patch-statistics.c (new) 1.1 +60 -0 ports/mbone/udpcast/files/patch-udpr-negotiate.c (new) 1.1 +10 -0 ports/mbone/udpcast/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:10: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 4C93D16A4CE; Tue, 20 Jul 2004 22:10:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8EC43D39; Tue, 20 Jul 2004 22:10:30 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMAU94019230; Tue, 20 Jul 2004 22:10:30 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMAUGL019229; Tue, 20 Jul 2004 22:10:30 GMT (envelope-from lioux) Message-Id: <200407202210.i6KMAUGL019229@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22:10: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: Tue, 20 Jul 2004 22:10:30 -0000 lioux 2004-07-20 22:10:30 UTC FreeBSD ports repository Modified files: . modules Log: dolly+ --> ports/sysutils/dolly+ Revision Changes Path 1.10705 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:11: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 420BF16A4CE; Tue, 20 Jul 2004 22:11:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2365D43D45; Tue, 20 Jul 2004 22:11:49 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMBnNr019432; Tue, 20 Jul 2004 22:11:49 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMBn9R019431; Tue, 20 Jul 2004 22:11:49 GMT (envelope-from lioux) Message-Id: <200407202211.i6KMBn9R019431@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22:11: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: Tue, 20 Jul 2004 22:11:49 -0000 lioux 2004-07-20 22:11:49 UTC FreeBSD ports repository Modified files: . modules Log: udpcast --> ports/mbone/udpcast Revision Changes Path 1.10706 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:30: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 6762516A4CF; Tue, 20 Jul 2004 22:30:20 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0196443D5A; Tue, 20 Jul 2004 22:30:20 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C7AC45C918; Tue, 20 Jul 2004 15:30:19 -0700 (PDT) Date: Tue, 20 Jul 2004 15:30:19 -0700 From: Alfred Perlstein To: Robert Watson Message-ID: <20040720223019.GM95729@elvis.mu.org> References: <200407202052.i6KKqUI8010163@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407202052.i6KKqUI8010163@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/netinet raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:30:20 -0000 * Robert Watson [040720 13:52] wrote: > rwatson 2004-07-20 20:52:30 UTC > > FreeBSD src repository > > Modified files: > sys/netinet raw_ip.c > Log: > M_PREPEND() the IP header on to the front of an outgoing raw IP packet > using M_DONTWAIT rather than M_WAITOK to avoid sleeping on memory > while holding a mutex. Isn't there a call we can add to mget/malloc/zalloc to do this: if (flags & _WAIT) ask_witness_if_we_can_sleep deferring to the actual tsleep call will never catch as many. If you don't have the time, I may be able to get to this tonight. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:35:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2585016A4CE; Tue, 20 Jul 2004 22:35:53 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC07A43D1F; Tue, 20 Jul 2004 22:35:52 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i6KMZHwI011256; Tue, 20 Jul 2004 18:35:17 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6KMZHNw011253; Tue, 20 Jul 2004 18:35:17 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 20 Jul 2004 18:35:17 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20040720223019.GM95729@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:35:53 -0000 On Tue, 20 Jul 2004, Alfred Perlstein wrote: > Isn't there a call we can add to mget/malloc/zalloc to do this: > > if (flags & _WAIT) > ask_witness_if_we_can_sleep > > deferring to the actual tsleep call will never catch as many. > > If you don't have the time, I may be able to get to this tonight. I'm not sure this offers real benefits, given that we don't want to compile WITNESS in the kernel in production environments for performance reasons. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:38: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 55E6616A4CE; Tue, 20 Jul 2004 22:38:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3793D43D1D; Tue, 20 Jul 2004 22:38:21 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMcLZo020553; Tue, 20 Jul 2004 22:38:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMcLni020552; Tue, 20 Jul 2004 22:38:21 GMT (envelope-from ale) Message-Id: <200407202238.i6KMcLni020552@repoman.freebsd.org> From: Alex Dupre Date: Tue, 20 Jul 2004 22:38: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/print/pecl-pdflib 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, 20 Jul 2004 22:38:21 -0000 ale 2004-07-20 22:38:20 UTC FreeBSD ports repository Modified files: print/pecl-pdflib Makefile distinfo Log: Update to 2.0.1 release. Revision Changes Path 1.3 +1 -2 ports/print/pecl-pdflib/Makefile 1.2 +2 -2 ports/print/pecl-pdflib/distinfo From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22: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 47F6E16A4CE; Tue, 20 Jul 2004 22:38:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294BF43D53; Tue, 20 Jul 2004 22:38:47 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMcl0B020656; Tue, 20 Jul 2004 22:38:47 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMclHY020655; Tue, 20 Jul 2004 22:38:47 GMT (envelope-from cognet) Message-Id: <200407202238.i6KMclHY020655@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 20 Jul 2004 22:38: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/arm/include cpufunc.h profile.h src/sys/arm/arm support.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:38:47 -0000 cognet 2004-07-20 22:38:47 UTC FreeBSD src repository Modified files: sys/arm/include profile.h cpufunc.h sys/arm/arm support.S Log: Nuke disable_intr() and enable_intr(), as it already exists elsewhere. Revision Changes Path 1.4 +0 -5 src/sys/arm/arm/support.S 1.3 +1 -3 src/sys/arm/include/cpufunc.h 1.3 +2 -2 src/sys/arm/include/profile.h From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22: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 DA84916A4CE; Tue, 20 Jul 2004 22:39:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBFF343D2F; Tue, 20 Jul 2004 22:39:24 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMdOAA020717; Tue, 20 Jul 2004 22:39:24 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMdO9x020716; Tue, 20 Jul 2004 22:39:24 GMT (envelope-from cognet) Message-Id: <200407202239.i6KMdO9x020716@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 20 Jul 2004 22:39: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/arm/arm cpufunc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:39:25 -0000 cognet 2004-07-20 22:39:24 UTC FreeBSD src repository Modified files: sys/arm/arm cpufunc.c Log: Uncomment the vector relocation code. Revision Changes Path 1.2 +2 -4 src/sys/arm/arm/cpufunc.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22: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 AF5E116A4CE; Tue, 20 Jul 2004 22:39:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 752A243D49; Tue, 20 Jul 2004 22:39:56 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMduKg020769; Tue, 20 Jul 2004 22:39:56 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMduwq020768; Tue, 20 Jul 2004 22:39:56 GMT (envelope-from cognet) Message-Id: <200407202239.i6KMduwq020768@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 20 Jul 2004 22:39: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/arm/arm machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:39:56 -0000 cognet 2004-07-20 22:39:56 UTC FreeBSD src repository Modified files: sys/arm/arm machdep.c Log: Remove astpending, it has not been used for a long time. Revision Changes Path 1.3 +0 -1 src/sys/arm/arm/machdep.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:42: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 CC98916A4CE; Tue, 20 Jul 2004 22:42:47 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CE2A43D46; Tue, 20 Jul 2004 22:42:47 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i6KMgCo4011363; Tue, 20 Jul 2004 18:42:12 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6KMgClZ011360; Tue, 20 Jul 2004 18:42:12 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 20 Jul 2004 18:42:12 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20040720223019.GM95729@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:42:48 -0000 On Tue, 20 Jul 2004, Alfred Perlstein wrote: > * Robert Watson [040720 13:52] wrote: > > rwatson 2004-07-20 20:52:30 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/netinet raw_ip.c > > Log: > > M_PREPEND() the IP header on to the front of an outgoing raw IP packet > > using M_DONTWAIT rather than M_WAITOK to avoid sleeping on memory > > while holding a mutex. > > Isn't there a call we can add to mget/malloc/zalloc to do this: > > if (flags & _WAIT) > ask_witness_if_we_can_sleep > > deferring to the actual tsleep call will never catch as many. > > If you don't have the time, I may be able to get to this tonight. In my previous e-mail, I think I misunderstood your question. The answer to your question is Yes, but I think that you can also look at adding one to M_PREPEND() since it won't always call into m_prepend(). Sorry for the confusion! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:44: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 15F6C16A4CE; Tue, 20 Jul 2004 22:44:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC1C43D1F; Tue, 20 Jul 2004 22:44:01 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMi15B020974; Tue, 20 Jul 2004 22:44:01 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMi1KS020973; Tue, 20 Jul 2004 22:44:01 GMT (envelope-from lioux) Message-Id: <200407202244.i6KMi1KS020973@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22: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/graphics/aoi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:44:02 -0000 lioux 2004-07-20 22:44:01 UTC FreeBSD ports repository Modified files: graphics/aoi Makefile Log: Drop maintainership Revision Changes Path 1.9 +1 -1 ports/graphics/aoi/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:45: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 085B616A4CE; Tue, 20 Jul 2004 22:45:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE02843D45; Tue, 20 Jul 2004 22:45:14 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMjEt8021074; Tue, 20 Jul 2004 22:45:14 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMjEQS021073; Tue, 20 Jul 2004 22:45:14 GMT (envelope-from lioux) Message-Id: <200407202245.i6KMjEQS021073@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22:45: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/finance/opale Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:45:15 -0000 lioux 2004-07-20 22:45:14 UTC FreeBSD ports repository Modified files: finance/opale Makefile Log: Drop maintainership Revision Changes Path 1.7 +1 -1 ports/finance/opale/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 22:48: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 EE78A16A4DE; Tue, 20 Jul 2004 22:48:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC1A43D45; Tue, 20 Jul 2004 22:48:50 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KMmouS021278; Tue, 20 Jul 2004 22:48:50 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KMmoVb021277; Tue, 20 Jul 2004 22:48:50 GMT (envelope-from lioux) Message-Id: <200407202248.i6KMmoVb021277@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 22:48: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/print/mapagi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 22:48:51 -0000 lioux 2004-07-20 22:48:50 UTC FreeBSD ports repository Modified files: print/mapagi Makefile Log: Drop maintainership Revision Changes Path 1.8 +1 -1 ports/print/mapagi/Makefile From owner-cvs-all@FreeBSD.ORG Tue Jul 20 23:00:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE2616A4CE; Tue, 20 Jul 2004 23:00:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0200F43D45; Tue, 20 Jul 2004 23:00:03 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KN029Q021825; Tue, 20 Jul 2004 23:00:02 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KN02g3021824; Tue, 20 Jul 2004 23:00:02 GMT (envelope-from cognet) Message-Id: <200407202300.i6KN02g3021824@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 20 Jul 2004 23:00: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/arm/arm machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 23:00:03 -0000 cognet 2004-07-20 23:00:02 UTC FreeBSD src repository Modified files: sys/arm/arm machdep.c Log: Implement ptrace_set_pc(). Add a stub for ptrace_clear_single_step(). Revision Changes Path 1.4 +9 -0 src/sys/arm/arm/machdep.c From owner-cvs-all@FreeBSD.ORG Tue Jul 20 23: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 19A7A16A4CE; Tue, 20 Jul 2004 23:04:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C4A43D2D; Tue, 20 Jul 2004 23:04:14 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KN4DxM022216; Tue, 20 Jul 2004 23:04:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KN4Dsb022215; Tue, 20 Jul 2004 23:04:13 GMT (envelope-from ale) Message-Id: <200407202304.i6KN4Dsb022215@repoman.freebsd.org> From: Alex Dupre Date: Tue, 20 Jul 2004 23:04:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/Mk bsd.php.mk CVSROOT modules ports/databases Makefile ports/lang/php4 Makefile.ext ports/lang/php5 Makefile.ext ports/lang/php4-extensions Makefile... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 23:04:14 -0000 ale 2004-07-20 23:04:13 UTC FreeBSD ports repository Modified files: . MOVED Mk bsd.php.mk . modules databases Makefile lang/php4 Makefile.ext lang/php5 Makefile.ext lang/php4-extensions Makefile lang/php5-extensions Makefile Removed files: databases/php4-sybase Makefile databases/php5-sybase Makefile Log: Remove the old-and-broken sybase (DB-lib) extension and point users to the new-and-working sybase (CT-lib) extension. Revision Changes Path 1.10707 +0 -2 CVSROOT/modules 1.477 +3 -1 ports/MOVED 1.8 +2 -3 ports/Mk/bsd.php.mk 1.376 +0 -2 ports/databases/Makefile 1.2 +0 -14 ports/databases/php4-sybase/Makefile (dead) 1.2 +0 -14 ports/databases/php5-sybase/Makefile (dead) 1.4 +2 -3 ports/lang/php4-extensions/Makefile 1.3 +0 -6 ports/lang/php4/Makefile.ext 1.5 +2 -3 ports/lang/php5-extensions/Makefile 1.5 +0 -6 ports/lang/php5/Makefile.ext From owner-cvs-all@FreeBSD.ORG Tue Jul 20 23:57: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 66B1D16A4CE; Tue, 20 Jul 2004 23:57:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49C4443D2D; Tue, 20 Jul 2004 23:57:51 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6KNvpqQ023584; Tue, 20 Jul 2004 23:57:51 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6KNvp7I023583; Tue, 20 Jul 2004 23:57:51 GMT (envelope-from lioux) Message-Id: <200407202357.i6KNvp7I023583@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 20 Jul 2004 23: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/multimedia/mpeg4ip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 23:57:51 -0000 lioux 2004-07-20 23:57:51 UTC FreeBSD ports repository Modified files: multimedia/mpeg4ip Makefile Log: Re-add CONFLICTS=faad* so that mpeg4ip does not conflict with audio/faad port when it installs its own libmp4v2 (WITHOUT_MPEG4IP) library instead of the mpeg4ip's one PR: 66724 Submitted by: michael johnson Revision Changes Path 1.42 +4 -0 ports/multimedia/mpeg4ip/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 00: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 867E216A4CE; Wed, 21 Jul 2004 00:29:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8084E43D54; Wed, 21 Jul 2004 00:29:21 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L0TLiV024325; Wed, 21 Jul 2004 00:29:21 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L0TLv0024324; Wed, 21 Jul 2004 00:29:21 GMT (envelope-from peter) Message-Id: <200407210029.i6L0TLv0024324@repoman.freebsd.org> From: Peter Wemm Date: Wed, 21 Jul 2004 00:29: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/vm vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 00:29:21 -0000 peter 2004-07-21 00:29:21 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: Move the initialization and teardown of pmaps to the vmspace zone's init and fini handlers. Our vm system removes all userland mappings at exit prior to calling pmap_release. It just so happens that we might as well reuse the pmap for the next process since the userland slate has already been wiped clean. However. There is a functional benefit to this as well. For platforms that share userland and kernel context in the same pmap, it means that the kernel portion of a pmap remains valid after the vmspace has been freed (process exit) and while it is in uma's cache. This is significant for i386 SMP systems with kernel context borrowing because it avoids a LOT of IPIs from the pmap_lazyfix() cleanup in the usual case. Tested on: amd64, i386, sparc64, alpha Glanced at by: alc Revision Changes Path 1.343 +2 -3 src/sys/vm/vm_map.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 00: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 ACA0916A4CE; Wed, 21 Jul 2004 00:33:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBA443D45; Wed, 21 Jul 2004 00:33:05 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L0X5Nl024518; Wed, 21 Jul 2004 00:33:05 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L0X5ME024517; Wed, 21 Jul 2004 00:33:05 GMT (envelope-from lioux) Message-Id: <200407210033.i6L0X5ME024517@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 21 Jul 2004 00:33: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/multimedia/libdv Makefile distinfo pkg-plist ports/multimedia/libdv/files patch-encodedv::dvavi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 00:33:05 -0000 lioux 2004-07-21 00:33:05 UTC FreeBSD ports repository Modified files: multimedia/libdv Makefile distinfo pkg-plist Added files: multimedia/libdv/files patch-encodedv::dvavi.c Log: Update to 0.103 PR: 69331 Submitted by: Ying-Chieh Liao Revision Changes Path 1.24 +3 -4 ports/multimedia/libdv/Makefile 1.7 +2 -2 ports/multimedia/libdv/distinfo 1.1 +10 -0 ports/multimedia/libdv/files/patch-encodedv::dvavi.c (new) 1.8 +0 -1 ports/multimedia/libdv/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 00:44: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 49BC016A4CE; Wed, 21 Jul 2004 00:44:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C20143D2F; Wed, 21 Jul 2004 00:44:59 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L0ixbj024822; Wed, 21 Jul 2004 00:44:59 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L0ixjl024821; Wed, 21 Jul 2004 00:44:59 GMT (envelope-from lioux) Message-Id: <200407210044.i6L0ixjl024821@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 21 Jul 2004 00:44: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/dns/ipcheck Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 00:44:59 -0000 lioux 2004-07-21 00:44:59 UTC FreeBSD ports repository Modified files: dns/ipcheck Makefile Log: Add python as secondary category Revision Changes Path 1.35 +1 -2 ports/dns/ipcheck/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 01: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 B6D5F16A4CE; Wed, 21 Jul 2004 01:08:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2C443D46; Wed, 21 Jul 2004 01:08:06 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L186sW025488; Wed, 21 Jul 2004 01:08:06 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L186eD025487; Wed, 21 Jul 2004 01:08:06 GMT (envelope-from ijliao) Message-Id: <200407210108.i6L186eD025487@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 21 Jul 2004 01: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/x11-toolkits/p5-Gtk2 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, 21 Jul 2004 01:08:06 -0000 ijliao 2004-07-21 01:08:06 UTC FreeBSD ports repository Modified files: x11-toolkits/p5-Gtk2 Makefile distinfo Log: upgrade to 1.043 PR: 69332 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/x11-toolkits/p5-Gtk2/Makefile 1.6 +2 -2 ports/x11-toolkits/p5-Gtk2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 01:14: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 E936A16A4CE; Wed, 21 Jul 2004 01:14:43 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A64BD43D2F; Wed, 21 Jul 2004 01:14:43 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-68-121-219-69.dsl.snfc21.pacbell.net [68.121.219.69])i6L1EfUK091552; Tue, 20 Jul 2004 21:14:42 -0400 Message-ID: <40FDC381.1030802@elischer.org> Date: Tue, 20 Jul 2004 18:14:41 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: Peter Wemm References: <200407210029.i6L0TLv0024324@repoman.freebsd.org> In-Reply-To: <200407210029.i6L0TLv0024324@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 01:14:44 -0000 Peter Wemm wrote: >peter 2004-07-21 00:29:21 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_map.c > Log: > Move the initialization and teardown of pmaps to the vmspace zone's > init and fini handlers. Our vm system removes all userland mappings at > exit prior to calling pmap_release. It just so happens that we might > as well reuse the pmap for the next process since the userland slate > has already been wiped clean. > > However. There is a functional benefit to this as well. For platforms > that share userland and kernel context in the same pmap, it means that > the kernel portion of a pmap remains valid after the vmspace has been > freed (process exit) and while it is in uma's cache. This is significant > for i386 SMP systems with kernel context borrowing because it avoids > a LOT of IPIs from the pmap_lazyfix() cleanup in the usual case. > Just thought of something.. if the kernel section of a pmap gets changed, does the system scan all processes to fix them? and if it does, does it do those in the cache? I have to go look at the pmap code again.... > > Tested on: amd64, i386, sparc64, alpha > Glanced at by: alc > > Revision Changes Path > 1.343 +2 -3 src/sys/vm/vm_map.c > > From owner-cvs-all@FreeBSD.ORG Wed Jul 21 01:28:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA3D16A4CE; Wed, 21 Jul 2004 01:28:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC5B43D46; Wed, 21 Jul 2004 01:28:04 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L1S4Zc025981; Wed, 21 Jul 2004 01:28:04 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L1S45v025980; Wed, 21 Jul 2004 01:28:04 GMT (envelope-from brueffer) Message-Id: <200407210128.i6L1S45v025980@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 21 Jul 2004 01:28: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/sbin/mount_union mount_union.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, 21 Jul 2004 01:28:04 -0000 brueffer 2004-07-21 01:28:04 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) sbin/mount_union mount_union.8 Log: MFC: rev. 1.18 Mention the vfs.usermount sysctl. Revision Changes Path 1.6.2.3 +4 -0 src/sbin/mount_union/mount_union.8 From owner-cvs-all@FreeBSD.ORG Wed Jul 21 01:48: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 96BCF16A4CF; Wed, 21 Jul 2004 01:48:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E6A343D5F; Wed, 21 Jul 2004 01:48:27 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L1mRju026650; Wed, 21 Jul 2004 01:48:27 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L1mROn026649; Wed, 21 Jul 2004 01:48:27 GMT (envelope-from lioux) Message-Id: <200407210148.i6L1mROn026649@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 21 Jul 2004 01:48: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/textproc/p5-xmltv Makefile distinfo pkg-plist patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 01:48:27 -0000 lioux 2004-07-21 01:48:27 UTC FreeBSD ports repository Modified files: textproc/p5-xmltv Makefile distinfo pkg-plist textproc/p5-xmltv/files patch-Makefile.PL Added files: textproc/p5-xmltv/files extra-noportdocs-patch-Makefile.PL Log: Update to 0.5.33 PR: 66715 Submitted by: Lars Eggert Revision Changes Path 1.13 +30 -19 ports/textproc/p5-xmltv/Makefile 1.9 +2 -2 ports/textproc/p5-xmltv/distinfo 1.1 +23 -0 ports/textproc/p5-xmltv/files/extra-noportdocs-patch-Makefile.PL (new) 1.2 +29 -10 ports/textproc/p5-xmltv/files/patch-Makefile.PL 1.9 +23 -66 ports/textproc/p5-xmltv/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 02:02: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 2F0FB16A4CE; Wed, 21 Jul 2004 02:02:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2857C43D49; Wed, 21 Jul 2004 02:02:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L223uX027091; Wed, 21 Jul 2004 02:02:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L223pZ027090; Wed, 21 Jul 2004 02:02:03 GMT (envelope-from marcus) Message-Id: <200407210202.i6L223pZ027090@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 2004 02:02: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/net/howl Makefile pkg-plist ports/net/howl/files patch-src_lib_howl_NotOSX_DNSServices.h patch-src_lib_howl_Posix_posix_salt.c patch-src_mDNSResponder_Posix_posix_main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 02:02:03 -0000 marcus 2004-07-21 02:02:02 UTC FreeBSD ports repository Modified files: net/howl Makefile pkg-plist Added files: net/howl/files patch-include_salt_vtypes.h patch-src_lib_howl_NotOSX_DNSServices.h patch-src_lib_howl_Posix_posix_salt.c patch-src_mDNSResponder_Posix_posix_main.c Log: Fix build with non-i386 architectures, and fix the installation path for the headers. Most of this was adapted from the RedHat src RPMs. Approved by: maintainer timeout Revision Changes Path 1.13 +5 -3 ports/net/howl/Makefile 1.1 +24 -0 ports/net/howl/files/patch-include_salt_vtypes.h (new) 1.1 +61 -0 ports/net/howl/files/patch-src_lib_howl_NotOSX_DNSServices.h (new) 1.1 +25 -0 ports/net/howl/files/patch-src_lib_howl_Posix_posix_salt.c (new) 1.1 +10 -0 ports/net/howl/files/patch-src_mDNSResponder_Posix_posix_main.c (new) 1.7 +29 -29 ports/net/howl/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 02: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 87BE416A4CE; Wed, 21 Jul 2004 02:08:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AEB243D48; Wed, 21 Jul 2004 02:08:58 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L28w9n027276; Wed, 21 Jul 2004 02:08:58 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L28wHh027275; Wed, 21 Jul 2004 02:08:58 GMT (envelope-from davidxu) Message-Id: <200407210208.i6L28wHh027275@repoman.freebsd.org> From: David Xu Date: Wed, 21 Jul 2004 02:08:58 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 02:08:58 -0000 davidxu 2004-07-21 02:08:58 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: Put me on the list, I need an Athlon64 processor to support KSE thread debugging. Revision Changes Path 1.223 +8 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 21 02:18: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 B954516A4CE; Wed, 21 Jul 2004 02:18:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BBB643D5A; Wed, 21 Jul 2004 02:18:15 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L2IFWm027530; Wed, 21 Jul 2004 02:18:15 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L2IFkM027529; Wed, 21 Jul 2004 02:18:15 GMT (envelope-from lioux) Message-Id: <200407210218.i6L2IFkM027529@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 21 Jul 2004 02:18: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/textproc/p5-xmltv Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 02:18:15 -0000 lioux 2004-07-21 02:18:15 UTC FreeBSD ports repository Modified files: textproc/p5-xmltv Makefile distinfo pkg-plist Log: o Update to 0.5.34 o No longer USE_PYTHON (added on version 0.5.33) Revision Changes Path 1.14 +5 -5 ports/textproc/p5-xmltv/Makefile 1.10 +2 -2 ports/textproc/p5-xmltv/distinfo 1.10 +2 -5 ports/textproc/p5-xmltv/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 02:23: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 DC52916A4CE; Wed, 21 Jul 2004 02:23:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA5B43D48; Wed, 21 Jul 2004 02:23:55 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L2NtWO027686; Wed, 21 Jul 2004 02:23:55 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L2NttH027685; Wed, 21 Jul 2004 02:23:55 GMT (envelope-from lioux) Message-Id: <200407210223.i6L2NttH027685@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 21 Jul 2004 02:23:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/ipcheck Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 02:23:56 -0000 lioux 2004-07-21 02:23:55 UTC FreeBSD ports repository Modified files: dns/ipcheck Makefile distinfo Log: Update to 0.215 Revision Changes Path 1.36 +1 -1 ports/dns/ipcheck/Makefile 1.27 +2 -2 ports/dns/ipcheck/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 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 CBB3F16A4CE; Wed, 21 Jul 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 C535443D5D; Wed, 21 Jul 2004 02:31:37 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L2Vbtq027954; Wed, 21 Jul 2004 02:31:37 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L2Vb9V027953; Wed, 21 Jul 2004 02:31:37 GMT (envelope-from marcus) Message-Id: <200407210231.i6L2Vb9V027953@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 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/ethereal Makefile distinfo pkg-plist ports/net/ethereal/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, 21 Jul 2004 02:31:37 -0000 marcus 2004-07-21 02:31:37 UTC FreeBSD ports repository Modified files: net/ethereal Makefile distinfo pkg-plist Added files: net/ethereal/files patch-configure Log: * Update to 0.10.5 to add new features, and fix some security issues [1] * Use the new libtool scheme * Add USE_PERL5_BUILD [2] * Make the GTK+ 2 frontend the default [2] * Fix the lockup waiting for packets to arrive while capturing when built with GTK+ 2 PR: 68819 [1] Submitted by: UMENO Takashi [1] billf [2] Approved by: maintainer Revision Changes Path 1.74 +11 -10 ports/net/ethereal/Makefile 1.44 +2 -2 ports/net/ethereal/distinfo 1.1 +24 -0 ports/net/ethereal/files/patch-configure (new) 1.20 +11 -21 ports/net/ethereal/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 02:48: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 9930416A4CE; Wed, 21 Jul 2004 02:48:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C18243D2D; Wed, 21 Jul 2004 02:48:51 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L2mpgw028385; Wed, 21 Jul 2004 02:48:51 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L2mpg2028384; Wed, 21 Jul 2004 02:48:51 GMT (envelope-from perky) Message-Id: <200407210248.i6L2mpg2028384@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 21 Jul 2004 02:48:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 02:48:51 -0000 perky 2004-07-21 02:48:51 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: Add my key to the handbook. Revision Changes Path 1.231 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 21 03: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 660D216A4CE; Wed, 21 Jul 2004 03:07:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C6243D4C; Wed, 21 Jul 2004 03:07:50 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L37oi9029231; Wed, 21 Jul 2004 03:07:50 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L37orX029230; Wed, 21 Jul 2004 03:07:50 GMT (envelope-from silby) Message-Id: <200407210307.i6L37orX029230@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 21 Jul 2004 03:07: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/fstat fstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 03:07:50 -0000 silby 2004-07-21 03:07:50 UTC FreeBSD src repository Modified files: usr.bin/fstat fstat.c Log: Slide pipe.h include after the _KERNEL define in preparation for disallowing non-_KERNEL inclusions of pipe.h Revision Changes Path 1.55 +1 -1 src/usr.bin/fstat/fstat.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 03:11: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 EC04F16A4CE; Wed, 21 Jul 2004 03:11:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD80A43D45; Wed, 21 Jul 2004 03:11:41 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L3Bf49029379; Wed, 21 Jul 2004 03:11:41 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L3Bf4h029378; Wed, 21 Jul 2004 03:11:41 GMT (envelope-from silby) Message-Id: <200407210311.i6L3Bf4h029378@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 21 Jul 2004 03:11: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/sys pipe.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, 21 Jul 2004 03:11:42 -0000 silby 2004-07-21 03:11:41 UTC FreeBSD src repository Modified files: sys/sys pipe.h Log: An a #error discouraging people from using pipe.h from places outside the kernel. Revision Changes Path 1.28 +1 -4 src/sys/sys/pipe.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 03:13: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 798E816A4CE; Wed, 21 Jul 2004 03:13:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFAA43D54; Wed, 21 Jul 2004 03:13:53 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L3Dr22029441; Wed, 21 Jul 2004 03:13:53 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L3Dr8x029440; Wed, 21 Jul 2004 03:13:53 GMT (envelope-from silby) Message-Id: <200407210313.i6L3Dr8x029440@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 21 Jul 2004 03:13: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/tools/regression/pipe bigpipetest.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 03:13:53 -0000 silby 2004-07-21 03:13:53 UTC FreeBSD src repository Modified files: tools/regression/pipe bigpipetest.c Log: Make this test compile again and remove its dependency on sys/pipe.h. Revision Changes Path 1.2 +2 -1 src/tools/regression/pipe/bigpipetest.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 03:22: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 60DB016A4CE; Wed, 21 Jul 2004 03:22:16 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B1643D5F; Wed, 21 Jul 2004 03:22:16 +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 D15034AA87; Tue, 20 Jul 2004 22:22:15 -0500 (CDT) 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 07924-01-2; Tue, 20 Jul 2004 22:22:15 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 7EC284AA5D; Tue, 20 Jul 2004 22:22:15 -0500 (CDT) Date: Tue, 20 Jul 2004 22:22:15 -0500 From: Alan Cox To: Julian Elischer Message-ID: <20040721032215.GF18577@cs.rice.edu> References: <200407210029.i6L0TLv0024324@repoman.freebsd.org> <40FDC381.1030802@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FDC381.1030802@elischer.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Peter Wemm Subject: Re: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 03:22:16 -0000 On Tue, Jul 20, 2004 at 06:14:41PM -0700, Julian Elischer wrote: > Peter Wemm wrote: > > >peter 2004-07-21 00:29:21 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/vm vm_map.c > > Log: > > Move the initialization and teardown of pmaps to the vmspace zone's > > init and fini handlers. Our vm system removes all userland mappings at > > exit prior to calling pmap_release. It just so happens that we might > > as well reuse the pmap for the next process since the userland slate > > has already been wiped clean. > > > > However. There is a functional benefit to this as well. For platforms > > that share userland and kernel context in the same pmap, it means that > > the kernel portion of a pmap remains valid after the vmspace has been > > freed (process exit) and while it is in uma's cache. This is significant > > for i386 SMP systems with kernel context borrowing because it avoids > > a LOT of IPIs from the pmap_lazyfix() cleanup in the usual case. > > > > Just thought of something.. > if the kernel section of a pmap gets changed, > does the system scan all processes to fix them? Yes, we maintain a list of all pmaps on i386. We traverse that list when the kernel's address space grows in size, updating each of the page directory pages. > ... and if it does, does it > do those in the cache? Yes, until you call pmap_release(), the pmap, including cached pmaps, remains in the all pmaps list. > I have to go look at the pmap code again.... > > > > > Tested on: amd64, i386, sparc64, alpha > > Glanced at by: alc > > > > Revision Changes Path > > 1.343 +2 -3 src/sys/vm/vm_map.c > > > > Regards, Alan From owner-cvs-all@FreeBSD.ORG Wed Jul 21 03:38: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 B821E16A4CE; Wed, 21 Jul 2004 03:38:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9942843D55; Wed, 21 Jul 2004 03:38:46 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L3ckvK030133; Wed, 21 Jul 2004 03:38:46 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L3ckie030132; Wed, 21 Jul 2004 03:38:46 GMT (envelope-from alc) Message-Id: <200407210338.i6L3ckie030132@repoman.freebsd.org> From: Alan Cox Date: Wed, 21 Jul 2004 03:38: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/alpha/alpha 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, 21 Jul 2004 03:38:46 -0000 alc 2004-07-21 03:38:46 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c Log: Add some additional pmap locking and lock assertions. Revision Changes Path 1.163 +5 -0 src/sys/alpha/alpha/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 04:49:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EA916A4CE; Wed, 21 Jul 2004 04:49:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A1543D67; Wed, 21 Jul 2004 04:49:48 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L4nmYG031969; Wed, 21 Jul 2004 04:49:48 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L4nmq0031968; Wed, 21 Jul 2004 04:49:48 GMT (envelope-from marcel) Message-Id: <200407210449.i6L4nmq0031968@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 21 Jul 2004 04:49: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/kern subr_kdb.c src/sys/sys kdb.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, 21 Jul 2004 04:49:49 -0000 marcel 2004-07-21 04:49:48 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c sys/sys kdb.h Log: Add kdb_thr_from_pid(), which given a PID returns the first thread in the process. This is useful when working from or with a process. Revision Changes Path 1.4 +15 -1 src/sys/kern/subr_kdb.c 1.3 +2 -1 src/sys/sys/kdb.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 05:07: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 4EDCB16A4CE; Wed, 21 Jul 2004 05:07:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D5843D70; Wed, 21 Jul 2004 05:07:10 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L57AJW032691; Wed, 21 Jul 2004 05:07:10 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L57AHk032690; Wed, 21 Jul 2004 05:07:10 GMT (envelope-from marcel) Message-Id: <200407210507.i6L57AHk032690@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 21 Jul 2004 05:07:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha db_trace.c src/sys/amd64/amd64 db_trace.c src/sys/arm/arm db_trace.c src/sys/ddb db_command.c ddb.h src/sys/i386/i386 db_trace.c src/sys/ia64/ia64 db_trace.c src/sys/powerpc/powerpc db_trace.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 05:07:10 -0000 marcel 2004-07-21 05:07:09 UTC FreeBSD src repository Modified files: sys/alpha/alpha db_trace.c sys/amd64/amd64 db_trace.c sys/arm/arm db_trace.c sys/ddb db_command.c ddb.h sys/i386/i386 db_trace.c sys/ia64/ia64 db_trace.c sys/powerpc/powerpc db_trace.c sys/sparc64/sparc64 db_trace.c Log: Unify db_stack_trace_cmd(). All it did was look up the thread given the thread ID and call db_trace_thread(). Since arm has all the logic in db_stack_trace_cmd(), rename the new DB_COMMAND function to db_stack_trace to avoid conflicts on arm. While here, have db_stack_trace parse its own arguments so that we can use a more natural radix for IDs. If the ID is not a thread ID, or more precisely when no thread exists with the ID, try if there's a process with that ID and return the first thread in it. This makes it easier to print stack traces from the ps output. requested by: rwatson@ tested on: amd64, i386, ia64 Revision Changes Path 1.20 +0 -14 src/sys/alpha/alpha/db_trace.c 1.62 +0 -14 src/sys/amd64/amd64/db_trace.c 1.4 +2 -1 src/sys/arm/arm/db_trace.c 1.56 +43 -2 src/sys/ddb/db_command.c 1.36 +0 -1 src/sys/ddb/ddb.h 1.61 +0 -14 src/sys/i386/i386/db_trace.c 1.20 +0 -14 src/sys/ia64/ia64/db_trace.c 1.5 +0 -14 src/sys/powerpc/powerpc/db_trace.c 1.20 +0 -14 src/sys/sparc64/sparc64/db_trace.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 05:08: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 654C016A4CE; Wed, 21 Jul 2004 05:08:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 468BA43D69; Wed, 21 Jul 2004 05:08:11 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L58BCY032732; Wed, 21 Jul 2004 05:08:11 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L58BEl032731; Wed, 21 Jul 2004 05:08:11 GMT (envelope-from peter) Message-Id: <200407210508.i6L58BEl032731@repoman.freebsd.org> From: Peter Wemm Date: Wed, 21 Jul 2004 05:08: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/vm vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 05:08:11 -0000 peter 2004-07-21 05:08:11 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: Semi-gratuitous change. Move two refcount operations to their own lines rather than be buried inside an if (expression). And now that the if expression is the same in both exit paths, use the same ordering. Revision Changes Path 1.344 +4 -2 src/sys/vm/vm_map.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 05:17:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227F216A4CE; Wed, 21 Jul 2004 05:17:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04C9843D68; Wed, 21 Jul 2004 05:17:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L5HRaL033045; Wed, 21 Jul 2004 05:17:27 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L5HRXV033044; Wed, 21 Jul 2004 05:17:27 GMT (envelope-from marcus) Message-Id: <200407210517.i6L5HRXV033044@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 2004 05:17: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/x11/gnome2-power-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 05:17:28 -0000 marcus 2004-07-21 05:17:27 UTC FreeBSD ports repository Modified files: x11/gnome2-power-tools Makefile Log: Add some more geektools to the mix. Obtained from: Garnome distribution Revision Changes Path 1.14 +5 -1 ports/x11/gnome2-power-tools/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 05: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 4391116A4CE; Wed, 21 Jul 2004 05:55:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263BE43D53; Wed, 21 Jul 2004 05:55:52 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L5tqIc034083; Wed, 21 Jul 2004 05:55:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L5tq7A034082; Wed, 21 Jul 2004 05:55:52 GMT (envelope-from marcel) Message-Id: <200407210555.i6L5tq7A034082@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 21 Jul 2004 05:55:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ddb db_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, 21 Jul 2004 05:55:52 -0000 marcel 2004-07-21 05:55:52 UTC FreeBSD src repository Modified files: sys/ddb db_command.c Log: Oops... Add the CS_OWN flag to the trace and where commands so that db_stack_trace() actually has a chance to parse its own arguments. Revision Changes Path 1.57 +2 -2 src/sys/ddb/db_command.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 05:57:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D981716A4CE; Wed, 21 Jul 2004 05:57:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D18BF43D4C; Wed, 21 Jul 2004 05:57:34 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L5vYxx034180; Wed, 21 Jul 2004 05:57:34 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L5vY3c034179; Wed, 21 Jul 2004 05:57:34 GMT (envelope-from sem) Message-Id: <200407210557.i6L5vY3c034179@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 21 Jul 2004 05:57:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/flashplugin-firefox Makefile distinfo pkg-descr pkg-plist ports/www/flashplugin-firefox/files patch-aa patch-plugin.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 05:57:35 -0000 sem 2004-07-21 05:57:34 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/flashplugin-firefox Makefile distinfo pkg-descr pkg-plist www/flashplugin-firefox/files patch-aa patch-plugin.c Log: flash plugin for mozilla firefox browser PR: ports/69126 Submitted by: Roman Y. Bogdanov Approved by: krion (mentor) (implicitly) Revision Changes Path 1.936 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/flashplugin-firefox/Makefile (new) 1.1 +2 -0 ports/www/flashplugin-firefox/distinfo (new) 1.1 +22 -0 ports/www/flashplugin-firefox/files/patch-aa (new) 1.1 +20 -0 ports/www/flashplugin-firefox/files/patch-plugin.c (new) 1.1 +5 -0 ports/www/flashplugin-firefox/pkg-descr (new) 1.1 +2 -0 ports/www/flashplugin-firefox/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 05: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 21B2616A4CF; Wed, 21 Jul 2004 05:57:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 040FC43D48; Wed, 21 Jul 2004 05:57:49 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L5vm4h034226; Wed, 21 Jul 2004 05:57:48 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L5vmS8034225; Wed, 21 Jul 2004 05:57:48 GMT (envelope-from sem) Message-Id: <200407210557.i6L5vmS8034225@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 21 Jul 2004 05:57: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: Wed, 21 Jul 2004 05:57:49 -0000 sem 2004-07-21 05:57:48 UTC FreeBSD ports repository Modified files: . modules Log: flashplugin-firefox --> ports/www/flashplugin-firefox Revision Changes Path 1.10708 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 21 05:57:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF00716A4CE; Wed, 21 Jul 2004 05:57:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916EE43D2F; Wed, 21 Jul 2004 05:57:56 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L5vuMn034255; Wed, 21 Jul 2004 05:57:56 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L5vuX9034254; Wed, 21 Jul 2004 05:57:56 GMT (envelope-from fjoe) Message-Id: <200407210557.i6L5vuX9034254@repoman.freebsd.org> From: Max Khon Date: Wed, 21 Jul 2004 05:57:56 +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/arl if_arl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 05:57:56 -0000 fjoe 2004-07-21 05:57:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/arl if_arl.c Log: Set ifp->if_output. This is still required in RELENG_4. Submitted by: Stanislav Svirid Revision Changes Path 1.7.2.2 +1 -0 src/sys/dev/arl/if_arl.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 06:36: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 DD7DE16A4CE; Wed, 21 Jul 2004 06:36:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA3943D49; Wed, 21 Jul 2004 06:36:48 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L6am5E035231; Wed, 21 Jul 2004 06:36:48 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L6amqS035230; Wed, 21 Jul 2004 06:36:48 GMT (envelope-from nork) Message-Id: <200407210636.i6L6amqS035230@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 21 Jul 2004 06:36: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/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, 21 Jul 2004 06:36:49 -0000 nork 2004-07-21 06:36:48 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.07.20. Revision Changes Path 1.123 +1 -1 ports/net/liveMedia/Makefile 1.114 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 06:43: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 799CD16A4CE; Wed, 21 Jul 2004 06:43:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C88843D39; Wed, 21 Jul 2004 06:43:10 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L6hARS035397; Wed, 21 Jul 2004 06:43:10 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L6hAPH035396; Wed, 21 Jul 2004 06:43:10 GMT (envelope-from kientzle) Message-Id: <200407210643.i6L6hAPH035396@repoman.freebsd.org> From: Tim Kientzle Date: Wed, 21 Jul 2004 06:43: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/usr.bin/tar bsdtar.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, 21 Jul 2004 06:43:10 -0000 kientzle 2004-07-21 06:43:10 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: My bad: /dev/sa0, no 'r' Thanks (and many apologies) to: Cristoph Mallon Revision Changes Path 1.16 +1 -1 src/usr.bin/tar/bsdtar.1 From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07: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 5F34716A4CE; Wed, 21 Jul 2004 07:01:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E7243D3F; Wed, 21 Jul 2004 07:01:49 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L71nNU035896; Wed, 21 Jul 2004 07:01:49 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L71nWM035895; Wed, 21 Jul 2004 07:01:49 GMT (envelope-from alc) Message-Id: <200407210701.i6L71nWM035895@repoman.freebsd.org> From: Alan Cox Date: Wed, 21 Jul 2004 07:01: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/ia64/ia64 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, 21 Jul 2004 07:01:49 -0000 alc 2004-07-21 07:01:49 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Additional pmap locking Tested by: marcel@ Revision Changes Path 1.143 +46 -22 src/sys/ia64/ia64/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07:03: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 A27AF16A4CE; Wed, 21 Jul 2004 07:03:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8360B43D55; Wed, 21 Jul 2004 07:03:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L7319D035992; Wed, 21 Jul 2004 07:03:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L731Br035991; Wed, 21 Jul 2004 07:03:01 GMT (envelope-from marcus) Message-Id: <200407210703.i6L731Br035991@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 2004 07:03: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/games/gnomegames2 Makefile pkg-plist ports/games/gnomegames2/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, 21 Jul 2004 07:03:01 -0000 marcus 2004-07-21 07:03:01 UTC FreeBSD ports repository Modified files: games/gnomegames2 Makefile pkg-plist Removed files: games/gnomegames2/files patch-ab Log: Fix gnome-stones by removing a patch that was installing the game plug-ins in the wrong directory. Revision Changes Path 1.82 +1 -0 ports/games/gnomegames2/Makefile 1.15 +0 -11 ports/games/gnomegames2/files/patch-ab (dead) 1.43 +4 -3 ports/games/gnomegames2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07:12: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 DB63F16A4CE; Wed, 21 Jul 2004 07:12:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD35E43D58; Wed, 21 Jul 2004 07:12:24 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L7CO2S036414; Wed, 21 Jul 2004 07:12:24 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L7COQY036413; Wed, 21 Jul 2004 07:12:24 GMT (envelope-from alfred) Message-Id: <200407210712.i6L7COQY036413@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 21 Jul 2004 07:12: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 uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.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, 21 Jul 2004 07:12:25 -0000 alfred 2004-07-21 07:12:24 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c uipc_mbuf2.c sys/sys mbuf.h Log: Make sure we don't call mbuf allocation functions with mutexes held. Discussed with: rwatson Revision Changes Path 1.134 +8 -0 src/sys/kern/uipc_mbuf.c 1.26 +4 -0 src/sys/kern/uipc_mbuf2.c 1.153 +16 -0 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07:13: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 8381E16A4CE; Wed, 21 Jul 2004 07:13:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65ABF43D48; Wed, 21 Jul 2004 07:13:44 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L7Dihn036516; Wed, 21 Jul 2004 07:13:44 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L7DiAg036515; Wed, 21 Jul 2004 07:13:44 GMT (envelope-from leeym) Message-Id: <200407210713.i6L7DiAg036515@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 21 Jul 2004 07:13: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/mail/openwebmail 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, 21 Jul 2004 07:13:44 -0000 leeym 2004-07-21 07:13:44 UTC FreeBSD ports repository Modified files: mail/openwebmail Makefile distinfo Log: update MASTER_SITES and EXTRACT_SUFX for new mirror distribution. Noticed by: Mike Fahey Revision Changes Path 1.44 +3 -3 ports/mail/openwebmail/Makefile 1.21 +2 -2 ports/mail/openwebmail/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07:13:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38A616A4CE; Wed, 21 Jul 2004 07:13:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 960F543D2D; Wed, 21 Jul 2004 07:13:14 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L7DEdK036469; Wed, 21 Jul 2004 07:13:14 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L7DEkH036468; Wed, 21 Jul 2004 07:13:14 GMT (envelope-from alfred) Message-Id: <200407210713.i6L7DEkH036468@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 21 Jul 2004 07:13: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/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 07:13:14 -0000 alfred 2004-07-21 07:13:14 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: put several of the options for DEBUG_VFS_LOCKS under control of sysctls. Revision Changes Path 1.513 +14 -0 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07:14: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 DAD9416A4CF; Wed, 21 Jul 2004 07:14:43 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C223643D39; Wed, 21 Jul 2004 07:14:41 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id B97505C8A7; Wed, 21 Jul 2004 00:14:41 -0700 (PDT) Date: Wed, 21 Jul 2004 00:14:41 -0700 From: Alfred Perlstein To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040721071441.GQ95729@elvis.mu.org> References: <200407210712.i6L7COQY036413@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407210712.i6L7COQY036413@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.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, 21 Jul 2004 07:14:44 -0000 * Alfred Perlstein [040721 00:12] wrote: > alfred 2004-07-21 07:12:24 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_mbuf.c uipc_mbuf2.c > sys/sys mbuf.h > Log: > Make sure we don't call mbuf allocation functions with mutexes held. (when _TRYWAIT or WAITOK or whatever it is this week is set) > > Discussed with: rwatson > > Revision Changes Path > 1.134 +8 -0 src/sys/kern/uipc_mbuf.c > 1.26 +4 -0 src/sys/kern/uipc_mbuf2.c > 1.153 +16 -0 src/sys/sys/mbuf.h -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07: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 69C8116A4CE; Wed, 21 Jul 2004 07:22:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0AB43D58; Wed, 21 Jul 2004 07:22:55 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L7MtVh036845; Wed, 21 Jul 2004 07:22:55 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L7Mt9A036844; Wed, 21 Jul 2004 07:22:55 GMT (envelope-from sobomax) Message-Id: <200407210722.i6L7Mt9A036844@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 21 Jul 2004 07:22: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/usr.sbin/newsyslog newsyslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 07:22:55 -0000 sobomax 2004-07-21 07:22:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/newsyslog newsyslog.c Log: MFC: Allow /var/log to be not a directory but a symlink to a directory. Reminded by: gad Revision Changes Path 1.25.2.36 +2 -2 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07:39:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91FB816A4CE; Wed, 21 Jul 2004 07:39:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7390D43D62; Wed, 21 Jul 2004 07:39:45 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L7djO7037301; Wed, 21 Jul 2004 07:39:45 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L7dje7037300; Wed, 21 Jul 2004 07:39:45 GMT (envelope-from murray) Message-Id: <200407210739.i6L7dje7037300@repoman.freebsd.org> From: Murray Stokely Date: Wed, 21 Jul 2004 07:39: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/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: Wed, 21 Jul 2004 07:39:45 -0000 murray 2004-07-21 07:39:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Add a section about the Apache HTTP Server : Installing, basic required httpd.conf configuration directives, additional available Apache modules, mod_ssl, PHP, etc.. Sponsored by: FreeBSD Mall, Inc. Revision Changes Path 1.6 +238 -0 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 21 07:59: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 2C55716A4CE; Wed, 21 Jul 2004 07:59:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E88F43D5A; Wed, 21 Jul 2004 07:59:21 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L7xKxX037821; Wed, 21 Jul 2004 07:59:20 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L7xKW0037820; Wed, 21 Jul 2004 07:59:20 GMT (envelope-from murray) Message-Id: <200407210759.i6L7xKW0037820@repoman.freebsd.org> From: Murray Stokely Date: Wed, 21 Jul 2004 07:59:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj handbook3.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, 21 Jul 2004 07:59:21 -0000 murray 2004-07-21 07:59:20 UTC FreeBSD doc repository Modified files: en/docproj handbook3.sgml Log: Update with our progress. Revision Changes Path 1.33 +34 -17 www/en/docproj/handbook3.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 21 08:02: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 8597B16A4CE; Wed, 21 Jul 2004 08:02:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5D043D5D; Wed, 21 Jul 2004 08:02:01 +0000 (GMT) (envelope-from bmilekic@FreeBSD.org) Received: from freefall.freebsd.org (bmilekic@localhost [127.0.0.1]) i6L821hS094906; Wed, 21 Jul 2004 08:02:01 GMT (envelope-from bmilekic@freefall.freebsd.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6L82132094905; Wed, 21 Jul 2004 08:02:01 GMT (envelope-from bmilekic) Date: Wed, 21 Jul 2004 08:02:01 +0000 From: Bosko Milekic To: Alfred Perlstein Message-ID: <20040721080201.GA94813@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.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, 21 Jul 2004 08:02:01 -0000 Please back out at least a portion of these changes. The checks don't belong in the m_get() and friends allocation code as they are already done in UMA. -Bosko * Alfred Perlstein [040721 00:12] wrote: > alfred 2004-07-21 07:12:24 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_mbuf.c uipc_mbuf2.c > sys/sys mbuf.h > Log: > Make sure we don't call mbuf allocation functions with mutexes held. > > Discussed with: rwatson > > Revision Changes Path > 1.134 +8 -0 src/sys/kern/uipc_mbuf.c > 1.26 +4 -0 src/sys/kern/uipc_mbuf2.c > 1.153 +16 -0 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 08:35:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C67816A4CE; Wed, 21 Jul 2004 08:35:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EDEC43D39; Wed, 21 Jul 2004 08:35:18 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L8ZIKU038773; Wed, 21 Jul 2004 08:35:18 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L8ZIF5038772; Wed, 21 Jul 2004 08:35:18 GMT (envelope-from tjr) Message-Id: <200407210835.i6L8ZIF5038772@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 21 Jul 2004 08:35: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/libc/stdio fputws.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 08:35:18 -0000 tjr 2004-07-21 08:35:18 UTC FreeBSD src repository Modified files: lib/libc/stdio fputws.c Log: Use __wcsrtombs() and __sfvwrite() to convert and write the wide character string instead of multiple calls to __fputwc(). Revision Changes Path 1.5 +25 -8 src/lib/libc/stdio/fputws.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09: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 0752316A4CE; Wed, 21 Jul 2004 09:01:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD9D43D46; Wed, 21 Jul 2004 09:01:17 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L91Hlc039473; Wed, 21 Jul 2004 09:01:17 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L91HIK039472; Wed, 21 Jul 2004 09:01:17 GMT (envelope-from murray) Message-Id: <200407210901.i6L91HIK039472@repoman.freebsd.org> From: Murray Stokely Date: Wed, 21 Jul 2004 09:01:17 +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: Wed, 21 Jul 2004 09:01:18 -0000 murray 2004-07-21 09:01:17 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Update chapter synopsis to note that Apache HTTP Server will be covered. Revision Changes Path 1.7 +4 -0 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09:06:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED9616A4CE; Wed, 21 Jul 2004 09:06:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5808C43D41; Wed, 21 Jul 2004 09:06:28 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L96SXa039734; Wed, 21 Jul 2004 09:06:28 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L96SmS039733; Wed, 21 Jul 2004 09:06:28 GMT (envelope-from murray) Message-Id: <200407210906.i6L96SmS039733@repoman.freebsd.org> From: Murray Stokely Date: Wed, 21 Jul 2004 09:06:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/en_US.ISO8859-1/books/handbook/configchapter.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, 21 Jul 2004 09:06:28 -0000 murray 2004-07-21 09:06:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Spellcheck: address, Internet, Ethernet. Found by: make spellcheck Revision Changes Path 1.332 +2 -2 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.161 +1 -1 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.141 +2 -2 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09:29: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 8182616A4CE; Wed, 21 Jul 2004 09:29:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AAE043D2F; Wed, 21 Jul 2004 09:29:44 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L9Tbes040436; Wed, 21 Jul 2004 09:29:37 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L9Tbaw040435; Wed, 21 Jul 2004 09:29:37 GMT (envelope-from ale) Message-Id: <200407210929.i6L9Tbaw040435@repoman.freebsd.org> From: Alex Dupre Date: Wed, 21 Jul 2004 09:29: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/sysutils Makefile ports/sysutils/pecl-fileinfo Makefile distinfo pkg-descr ports/sysutils/pecl-fileinfo/files patch-config.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 09:29:44 -0000 ale 2004-07-21 09:29:36 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/pecl-fileinfo Makefile distinfo pkg-descr sysutils/pecl-fileinfo/files patch-config.m4 Log: Add pecl-fileinfo 0.2, a PECL extension to retrieve info about files. This extension replaces the deprecated PHP4 mime_magic extension. Revision Changes Path 1.557 +1 -0 ports/sysutils/Makefile 1.1 +27 -0 ports/sysutils/pecl-fileinfo/Makefile (new) 1.1 +2 -0 ports/sysutils/pecl-fileinfo/distinfo (new) 1.1 +11 -0 ports/sysutils/pecl-fileinfo/files/patch-config.m4 (new) 1.1 +11 -0 ports/sysutils/pecl-fileinfo/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09: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 0992F16A4E4; Wed, 21 Jul 2004 09:29:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF16443D62; Wed, 21 Jul 2004 09:29:58 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L9TlqE040482; Wed, 21 Jul 2004 09:29:47 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L9Tl9L040481; Wed, 21 Jul 2004 09:29:47 GMT (envelope-from ale) Message-Id: <200407210929.i6L9Tl9L040481@repoman.freebsd.org> From: Alex Dupre Date: Wed, 21 Jul 2004 09:29:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 09:29:59 -0000 ale 2004-07-21 09:29:47 UTC FreeBSD ports repository Modified files: . modules Log: pecl-fileinfo --> ports/sysutils/pecl-fileinfo Revision Changes Path 1.10709 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09:35:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B3F616A4D3; Wed, 21 Jul 2004 09:35:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C87443D39; Wed, 21 Jul 2004 09:35:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L9Z5VT040725; Wed, 21 Jul 2004 09:35:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L9Z5oq040724; Wed, 21 Jul 2004 09:35:05 GMT (envelope-from ale) Message-Id: <200407210935.i6L9Z5oq040724@repoman.freebsd.org> From: Alex Dupre Date: Wed, 21 Jul 2004 09:35: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/Mk bsd.php.mk ports/lang/php4-extensions Makefile ports/lang/php5-extensions Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 09:35:05 -0000 ale 2004-07-21 09:35:04 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk lang/php4-extensions Makefile lang/php5-extensions Makefile Log: Add support for fileinfo extension. Revision Changes Path 1.9 +5 -4 ports/Mk/bsd.php.mk 1.5 +2 -1 ports/lang/php4-extensions/Makefile 1.6 +2 -1 ports/lang/php5-extensions/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09: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 B145B16A4CE; Wed, 21 Jul 2004 09:37:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C7843D54; Wed, 21 Jul 2004 09:37:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L9bo0t040881; Wed, 21 Jul 2004 09:37:50 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L9boOO040880; Wed, 21 Jul 2004 09:37:50 GMT (envelope-from krion) Message-Id: <200407210937.i6L9boOO040880@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 21 Jul 2004 09: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/www/flashplugin-firefox 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, 21 Jul 2004 09:37:50 -0000 krion 2004-07-21 09:37:50 UTC FreeBSD ports repository Modified files: www/flashplugin-firefox Makefile pkg-plist Log: Pet portlint and fix pkg-plist. Revision Changes Path 1.2 +1 -1 ports/www/flashplugin-firefox/Makefile 1.2 +1 -1 ports/www/flashplugin-firefox/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09:39:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D82716A4CF; Wed, 21 Jul 2004 09:39:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F20643D39; Wed, 21 Jul 2004 09:39:53 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L9drRU040955; Wed, 21 Jul 2004 09:39:53 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L9drbn040954; Wed, 21 Jul 2004 09:39:53 GMT (envelope-from harti) Message-Id: <200407210939.i6L9drbn040954@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 21 Jul 2004 09:39:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atmconfig Makefile private.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, 21 Jul 2004 09:39:53 -0000 harti 2004-07-21 09:39:53 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig Makefile private.h Log: Allow the help file path and name to be overwritten by cc -D... Also remove the current directory from the default help file path and add an appropriate directory in /usr/local instead. Revision Changes Path 1.5 +1 -0 src/sbin/atm/atmconfig/Makefile 1.2 +8 -1 src/sbin/atm/atmconfig/private.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09:42: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 88DD316A4CE; Wed, 21 Jul 2004 09:42:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6F443D3F; Wed, 21 Jul 2004 09:42:56 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L9guqc041119; Wed, 21 Jul 2004 09:42:56 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L9gupd041118; Wed, 21 Jul 2004 09:42:56 GMT (envelope-from harti) Message-Id: <200407210942.i6L9gupd041118@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 21 Jul 2004 09:42: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/atm/atmconfig main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 09:42:56 -0000 harti 2004-07-21 09:42:56 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig main.c Log: Allow more than one help file. There is a restriction that each help file must start with a level 0 topic. Revision Changes Path 1.3 +288 -73 src/sbin/atm/atmconfig/main.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09:43: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 A9CD716A4CE; Wed, 21 Jul 2004 09:43:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC8343D54; Wed, 21 Jul 2004 09:43:31 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L9hV6A041159; Wed, 21 Jul 2004 09:43:31 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L9hVId041158; Wed, 21 Jul 2004 09:43:31 GMT (envelope-from harti) Message-Id: <200407210943.i6L9hVId041158@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 21 Jul 2004 09:43:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atmconfig atmconfig.help X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 09:43:31 -0000 harti 2004-07-21 09:43:31 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig atmconfig.help Log: Add special lines for 'help commands'. Revision Changes Path 1.3 +7 -4 src/sbin/atm/atmconfig/atmconfig.help From owner-cvs-all@FreeBSD.ORG Wed Jul 21 09:44:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A81C16A4CE; Wed, 21 Jul 2004 09:44:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F73D43D5A; Wed, 21 Jul 2004 09:44:28 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6L9iSsx041210; Wed, 21 Jul 2004 09:44:28 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6L9iSG2041209; Wed, 21 Jul 2004 09:44:28 GMT (envelope-from harti) Message-Id: <200407210944.i6L9iSG2041209@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 21 Jul 2004 09:44: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/atm/atmconfig atmconfig.help X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 09:44:28 -0000 harti 2004-07-21 09:44:27 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig atmconfig.help Log: 'atmconfig natm show' shows all currently configured PVCs for IP over ATM, not 'atmconfig natm list'. Revision Changes Path 1.4 +1 -1 src/sbin/atm/atmconfig/atmconfig.help From owner-cvs-all@FreeBSD.ORG Wed Jul 21 10:14: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 9F64616A4CE; Wed, 21 Jul 2004 10:14:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81C6C43D31; Wed, 21 Jul 2004 10:14:10 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LAEAhW042041; Wed, 21 Jul 2004 10:14:10 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LAEAMW042040; Wed, 21 Jul 2004 10:14:10 GMT (envelope-from roberto) Message-Id: <200407211014.i6LAEAMW042040@repoman.freebsd.org> From: Ollivier Robert Date: Wed, 21 Jul 2004 10:14: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/etc/mtree BSD.root.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: Wed, 21 Jul 2004 10:14:10 -0000 roberto 2004-07-21 10:14:10 UTC FreeBSD src repository Modified files: etc/mtree BSD.root.dist Log: Add /etc/ntp to hold keys for ntpd. Revision Changes Path 1.67 +2 -0 src/etc/mtree/BSD.root.dist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 10:17: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 1D67F16A4CE; Wed, 21 Jul 2004 10:17:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D6343D3F; Wed, 21 Jul 2004 10:17:46 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LAHj7K042163; Wed, 21 Jul 2004 10:17:45 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LAHjo3042162; Wed, 21 Jul 2004 10:17:45 GMT (envelope-from blackend) Message-Id: <200407211017.i6LAHjo3042162@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 21 Jul 2004 10:17: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/fr_FR.ISO8859-1/books/handbook/disks 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, 21 Jul 2004 10:17:46 -0000 blackend 2004-07-21 10:17:45 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/disks chapter.sgml Log: Add a missing word. Revision Changes Path 1.16 +1 -1 doc/fr_FR.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Jul 21 10:50: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 D0D4A16A4CE; Wed, 21 Jul 2004 10:50:00 +0000 (GMT) Received: from gw.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id F03D643D39; Wed, 21 Jul 2004 10:49:54 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from [192.168.42.2] (gatecrasher.xbsd.org [192.168.42.2]) by gw.xbsd.org (Postfix) with ESMTP id 43743719; Wed, 21 Jul 2004 12:49:54 +0200 (CEST) Message-ID: <40FE4AAD.4040800@xbsd.org> Date: Wed, 21 Jul 2004 12:51:25 +0200 From: Florent Thoumie User-Agent: Mozilla Thunderbird 0.7 (X11/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, alfred@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.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, 21 Jul 2004 10:50:01 -0000 Alfred wrote : > alfred 2004-07-21 07:12:24 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_mbuf.c uipc_mbuf2.c > sys/sys mbuf.h > Log: > Make sure we don't call mbuf allocation functions with mutexes held. > > Discussed with: rwatson > > Revision Changes Path > 1.134 +8 -0 src/sys/kern/uipc_mbuf.c > 1.26 +4 -0 src/sys/kern/uipc_mbuf2.c > 1.153 +16 -0 src/sys/sys/mbuf.h This breaks my kernel compilation : --- In file included from /usr/src/sys/dev/if_ndis/if_ndis.c:41: @/sys/mbuf.h: In function `m_get': @/sys/mbuf.h:341: warning: implicit declaration of function `WITNESS_WARN' @/sys/mbuf.h:341: error: `WARN_GIANTOK' undeclared (first use in this function) @/sys/mbuf.h:341: error: (Each undeclared identifier is reported only once @/sys/mbuf.h:341: error: for each function it appears in.) @/sys/mbuf.h:341: error: `WARN_SLEEPOK' undeclared (first use in this function) @/sys/mbuf.h: In function `m_getclr': @/sys/mbuf.h:356: error: `WARN_GIANTOK' undeclared (first use in this function) @/sys/mbuf.h:356: error: `WARN_SLEEPOK' undeclared (first use in this function) @/sys/mbuf.h: In function `m_gethdr': @/sys/mbuf.h:372: error: `WARN_GIANTOK' undeclared (first use in this function) @/sys/mbuf.h:372: error: `WARN_SLEEPOK' undeclared (first use in this function) @/sys/mbuf.h: In function `m_getcl': @/sys/mbuf.h:385: error: `WARN_GIANTOK' undeclared (first use in this function) @/sys/mbuf.h:385: error: `WARN_SLEEPOK' undeclared (first use in this function) @/sys/mbuf.h: In function `m_clget': @/sys/mbuf.h:413: error: `WARN_GIANTOK' undeclared (first use in this function) @/sys/mbuf.h:413: error: `WARN_SLEEPOK' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/if_ndis. --- I suggest removing ths #ifdef WITNESS ... #endif around #include , since WITNESS_WARN must be defined in mbuf.h. PS: Sorry Alfred for the first mail, I should have posted this here in first place. -- flz From owner-cvs-all@FreeBSD.ORG Wed Jul 21 10:54: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 F3FFE16A4CE; Wed, 21 Jul 2004 10:54:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED0D643D41; Wed, 21 Jul 2004 10:54:57 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LAsvZN043247; Wed, 21 Jul 2004 10:54:57 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LAsvlc043246; Wed, 21 Jul 2004 10:54:57 GMT (envelope-from tjr) Message-Id: <200407211054.i6LAsvlc043246@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 21 Jul 2004 10:54: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/include wchar.h src/lib/libc/locale Makefile.inc mblocal.h mbsnrtowcs.c mbsrtowcs.3 mbsrtowcs.c mbstowcs.c none.c setrunelocale.c table.c wcsnrtombs.c wcsrtombs.3 wcsrtombs.c wcstombs.c src/lib/libc/stdio fputws.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 10:54:58 -0000 tjr 2004-07-21 10:54:57 UTC FreeBSD src repository Modified files: include wchar.h lib/libc/locale Makefile.inc mblocal.h mbsrtowcs.3 mbsrtowcs.c mbstowcs.c none.c setrunelocale.c table.c wcsrtombs.3 wcsrtombs.c wcstombs.c lib/libc/stdio fputws.c Added files: lib/libc/locale mbsnrtowcs.c wcsnrtombs.c Log: Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are convenient when the source string isn't null-terminated. Implement the other conversion functions (mbstowcs(), mbsrtowcs(), wcstombs(), wcsrtombs()) in terms of these new functions. Revision Changes Path 1.43 +4 -0 src/include/wchar.h 1.57 +6 -2 src/lib/libc/locale/Makefile.inc 1.3 +12 -12 src/lib/libc/locale/mblocal.h 1.1 +91 -0 src/lib/libc/locale/mbsnrtowcs.c (new) 1.5 +27 -4 src/lib/libc/locale/mbsrtowcs.3 1.6 +1 -42 src/lib/libc/locale/mbsrtowcs.c 1.11 +2 -1 src/lib/libc/locale/mbstowcs.c 1.12 +18 -15 src/lib/libc/locale/none.c 1.40 +13 -12 src/lib/libc/locale/setrunelocale.c 1.24 +4 -4 src/lib/libc/locale/table.c 1.1 +111 -0 src/lib/libc/locale/wcsnrtombs.c (new) 1.5 +27 -4 src/lib/libc/locale/wcsrtombs.3 1.6 +1 -67 src/lib/libc/locale/wcsrtombs.c 1.10 +2 -1 src/lib/libc/locale/wcstombs.c 1.6 +2 -1 src/lib/libc/stdio/fputws.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 11:24: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 C320616A4CE; Wed, 21 Jul 2004 11:24:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A61F243D5A; Wed, 21 Jul 2004 11:24:41 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LBOfrx044254; Wed, 21 Jul 2004 11:24:41 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LBOfRP044253; Wed, 21 Jul 2004 11:24:41 GMT (envelope-from vs) Message-Id: <200407211124.i6LBOfRP044253@repoman.freebsd.org> From: Volker Stolz Date: Wed, 21 Jul 2004 11:24: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/databases/msql Makefile ports/databases/msql3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 11:24:41 -0000 vs 2004-07-21 11:24:41 UTC FreeBSD ports repository Modified files: databases/msql Makefile databases/msql3 Makefile Log: Add CONFLICTS for msql <-> msql3 PR: ports/69355 Submitted by: Andrey Slusar (maintainer) Revision Changes Path 1.62 +2 -0 ports/databases/msql/Makefile 1.63 +2 -0 ports/databases/msql3/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 11:34:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5DBE16A4CE; Wed, 21 Jul 2004 11:34:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8926943D5C; Wed, 21 Jul 2004 11:34:55 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LBYtCq044536; Wed, 21 Jul 2004 11:34:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LBYtaM044535; Wed, 21 Jul 2004 11:34:55 GMT (envelope-from edwin) Message-Id: <200407211134.i6LBYtaM044535@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 21 Jul 2004 11:34: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/ifd-slb_rf60 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 11:34:55 -0000 edwin 2004-07-21 11:34:55 UTC FreeBSD ports repository Modified files: security/ifd-slb_rf60 Makefile Log: Fix building (well, make install) since a dependency didn't make the proper directory when installing it from a package. Noticed by: kris@ and pointyhat Revision Changes Path 1.2 +1 -0 ports/security/ifd-slb_rf60/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 11:54: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 6C3A216A4CE; Wed, 21 Jul 2004 11:54:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E14043D58; Wed, 21 Jul 2004 11:54:06 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LBs6Un045175; Wed, 21 Jul 2004 11:54:06 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LBs62c045174; Wed, 21 Jul 2004 11:54:06 GMT (envelope-from edwin) Message-Id: <200407211154.i6LBs62c045174@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 21 Jul 2004 11:54: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/ftp/wput/files patch-configure.in patch::configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 11:54:06 -0000 edwin 2004-07-21 11:54:06 UTC FreeBSD ports repository Added files: ftp/wput/files patch-configure.in Removed files: ftp/wput/files patch::configure.in Log: Rename patch to a proper name. Revision Changes Path 1.1 +17 -0 ports/ftp/wput/files/patch-configure.in (new) 1.3 +0 -17 ports/ftp/wput/files/patch::configure.in (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 12:12: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 2941016A4CE; Wed, 21 Jul 2004 12:12:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC8E43D39; Wed, 21 Jul 2004 12:12:49 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LCCmQW045702; Wed, 21 Jul 2004 12:12:48 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LCCmAx045701; Wed, 21 Jul 2004 12:12:48 GMT (envelope-from tjr) Message-Id: <200407211212.i6LCCmAx045701@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 21 Jul 2004 12:12: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/lib/libc/stdio fgetws.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 12:12:49 -0000 tjr 2004-07-21 12:12:48 UTC FreeBSD src repository Modified files: lib/libc/stdio fgetws.c Log: Read directly from the stdio buffer using the new __mbsnrtowcs() interface instead of making repeated calls to __fgetwc(). Revision Changes Path 1.5 +38 -14 src/lib/libc/stdio/fgetws.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 12: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 0B58716A4CE; Wed, 21 Jul 2004 12:21:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21DA43D49; Wed, 21 Jul 2004 12:21:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LCLGY2045960; Wed, 21 Jul 2004 12:21:16 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LCLGoA045959; Wed, 21 Jul 2004 12:21:16 GMT (envelope-from vs) Message-Id: <200407211221.i6LCLGoA045959@repoman.freebsd.org> From: Volker Stolz Date: Wed, 21 Jul 2004 12:21: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/sysutils/slmon Makefileports/sysutils/slmon/files patch-defines.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, 21 Jul 2004 12:21:17 -0000 vs 2004-07-21 12:21:16 UTC FreeBSD ports repository Modified files: sysutils/slmon Makefile sysutils/slmon/files patch-defines.h Log: Patch for libgtop2, unDEPRECATE. Revision Changes Path 1.16 +5 -5 ports/sysutils/slmon/Makefile 1.2 +11 -3 ports/sysutils/slmon/files/patch-defines.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 12:24: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 A675916A4CE; Wed, 21 Jul 2004 12:24:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DE043D1F; Wed, 21 Jul 2004 12:24:13 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LCODMF046086; Wed, 21 Jul 2004 12:24:13 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LCODIH046085; Wed, 21 Jul 2004 12:24:13 GMT (envelope-from krion) Message-Id: <200407211224.i6LCODIH046085@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 21 Jul 2004 12:24: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/news/leafnode 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, 21 Jul 2004 12:24:13 -0000 krion 2004-07-21 12:24:13 UTC FreeBSD ports repository Modified files: news/leafnode Makefile distinfo Log: Update to 1.10.2 PR: ports/69371 Submitted by: maintainer Revision Changes Path 1.56 +1 -1 ports/news/leafnode/Makefile 1.41 +2 -2 ports/news/leafnode/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 12:29: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 0B44916A4CE; Wed, 21 Jul 2004 12:29:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E23F643D53; Wed, 21 Jul 2004 12:29:01 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LCT1pO046299; Wed, 21 Jul 2004 12:29:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LCT1wO046298; Wed, 21 Jul 2004 12:29:01 GMT (envelope-from krion) Message-Id: <200407211229.i6LCT1wO046298@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 21 Jul 2004 12:29: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/net/libbt 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, 21 Jul 2004 12:29:02 -0000 krion 2004-07-21 12:29:01 UTC FreeBSD ports repository Modified files: net/libbt Makefile distinfo Log: Update to 1.03 PR: ports/69377 Submitted by: maintainer Revision Changes Path 1.9 +2 -4 ports/net/libbt/Makefile 1.5 +2 -2 ports/net/libbt/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 12: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 DD0AC16A4CE; Wed, 21 Jul 2004 12:30:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE93743D2D; Wed, 21 Jul 2004 12:30:36 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LCUa6j046394; Wed, 21 Jul 2004 12:30:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LCUawG046393; Wed, 21 Jul 2004 12:30:36 GMT (envelope-from krion) Message-Id: <200407211230.i6LCUawG046393@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 21 Jul 2004 12:30: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/x11-wm/tpager Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 12:30:37 -0000 krion 2004-07-21 12:30:36 UTC FreeBSD ports repository Modified files: x11-wm/tpager Makefile Log: Fix MASTER_SITES PR: ports/69375 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/x11-wm/tpager/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 12:39: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 D9E8216A4CE; Wed, 21 Jul 2004 12:39:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D0C43D49; Wed, 21 Jul 2004 12:39:13 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LCdDi2047121; Wed, 21 Jul 2004 12:39:13 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LCdDMx047120; Wed, 21 Jul 2004 12:39:13 GMT (envelope-from krion) Message-Id: <200407211239.i6LCdDMx047120@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 21 Jul 2004 12:39: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/deskutils/xfce4-calendar Makefile ports/deskutils/xfce4-taskbar-plugin Makefile ports/deskutils/xfce4-windowlist-plugin Makefile ports/sysutils/xfce4-fsguard-plugin Makefile ports/x11/xfce4-clipman-plugin Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 12:39:14 -0000 krion 2004-07-21 12:39:13 UTC FreeBSD ports repository Modified files: deskutils/xfce4-calendar Makefile deskutils/xfce4-taskbar-plugin Makefile deskutils/xfce4-windowlist-plugin Makefile sysutils/xfce4-cpugraph-plugin Makefile sysutils/xfce4-fsguard-plugin Makefile x11/xfce4-clipman-plugin Makefile x11-clocks/xfce4-datetime-plugin Makefile x11-fonts/artwiz-aleczapka Makefile x11-wm/xfce4-menueditor Makefile x11-wm/xfce4-session Makefile Log: Change maintainer's mail. Fix MASTER_SITES PR: ports/69338 Submitted by: maintainer Revision Changes Path 1.12 +1 -1 ports/deskutils/xfce4-calendar/Makefile 1.4 +3 -3 ports/deskutils/xfce4-taskbar-plugin/Makefile 1.4 +3 -3 ports/deskutils/xfce4-windowlist-plugin/Makefile 1.6 +2 -3 ports/sysutils/xfce4-cpugraph-plugin/Makefile 1.7 +3 -3 ports/sysutils/xfce4-fsguard-plugin/Makefile 1.7 +3 -3 ports/x11-clocks/xfce4-datetime-plugin/Makefile 1.2 +1 -1 ports/x11-fonts/artwiz-aleczapka/Makefile 1.10 +3 -3 ports/x11-wm/xfce4-menueditor/Makefile 1.9 +3 -3 ports/x11-wm/xfce4-session/Makefile 1.8 +3 -3 ports/x11/xfce4-clipman-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 12: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 BED4F16A4CF; Wed, 21 Jul 2004 12:42:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A244D43D45; Wed, 21 Jul 2004 12:42:26 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LCgQUb047260; Wed, 21 Jul 2004 12:42:26 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LCgQdg047259; Wed, 21 Jul 2004 12:42:26 GMT (envelope-from krion) Message-Id: <200407211242.i6LCgQdg047259@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 21 Jul 2004 12:42:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/genmenu 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, 21 Jul 2004 12:42:26 -0000 krion 2004-07-21 12:42:26 UTC FreeBSD ports repository Modified files: x11-wm/genmenu Makefile distinfo Log: Update to 1.0.7 Assign maintainership to submitter PR: ports/69354 Submitted by: Roman Bogorodskiy Revision Changes Path 1.4 +2 -2 ports/x11-wm/genmenu/Makefile 1.3 +2 -1 ports/x11-wm/genmenu/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 12:48: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 3D6BA16A4CE; Wed, 21 Jul 2004 12:48:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7FD43D58; Wed, 21 Jul 2004 12:48:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LCmNUc047426; Wed, 21 Jul 2004 12:48:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LCmMaN047425; Wed, 21 Jul 2004 12:48:23 GMT (envelope-from krion) Message-Id: <200407211248.i6LCmMaN047425@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 21 Jul 2004 12:48: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/ftp/bsdftpd-ssl Makefile distinfo ports/ftp/bsdftpd-ssl/files bsdftpd-ssl.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, 21 Jul 2004 12:48:23 -0000 krion 2004-07-21 12:48:22 UTC FreeBSD ports repository Modified files: ftp/bsdftpd-ssl Makefile distinfo ftp/bsdftpd-ssl/files bsdftpd-ssl.sh Log: Update to 1.0.2 PR: ports/69343 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/ftp/bsdftpd-ssl/Makefile 1.5 +2 -1 ports/ftp/bsdftpd-ssl/distinfo 1.2 +6 -1 ports/ftp/bsdftpd-ssl/files/bsdftpd-ssl.sh From owner-cvs-all@FreeBSD.ORG Wed Jul 21 13:47: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 0F19416A4CE; Wed, 21 Jul 2004 13:47:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D5C43D49; Wed, 21 Jul 2004 13:47:48 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LDlmEJ049070; Wed, 21 Jul 2004 13:47:48 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LDlm5w049069; Wed, 21 Jul 2004 13:47:48 GMT (envelope-from tjr) Message-Id: <200407211347.i6LDlm5w049069@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 21 Jul 2004 13:47: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/tools/regression/lib/libc/locale Makefiletest-mbsnrtowcs.c test-wcsnrtombs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 13:47:49 -0000 tjr 2004-07-21 13:47:48 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/locale Makefile Added files: tools/regression/lib/libc/locale test-mbsnrtowcs.c test-wcsnrtombs.c Log: Add test programs for mbsnrtowcs() and wcsnrtombs(). Revision Changes Path 1.7 +2 -0 src/tools/regression/lib/libc/locale/Makefile 1.1 +192 -0 src/tools/regression/lib/libc/locale/test-mbsnrtowcs.c (new) 1.1 +192 -0 src/tools/regression/lib/libc/locale/test-wcsnrtombs.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 13:53:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7AA316A4CE; Wed, 21 Jul 2004 13:53:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F6F43D4C; Wed, 21 Jul 2004 13:53:14 +0000 (GMT) (envelope-from ghelmer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LDrEKf049388; Wed, 21 Jul 2004 13:53:14 GMT (envelope-from ghelmer@repoman.freebsd.org) Received: (from ghelmer@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LDrEFg049387; Wed, 21 Jul 2004 13:53:14 GMT (envelope-from ghelmer) Message-Id: <200407211353.i6LDrEFg049387@repoman.freebsd.org> From: Guy Helmer Date: Wed, 21 Jul 2004 13:53:14 +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 daemon.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 13:53:14 -0000 ghelmer 2004-07-21 13:53:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/gen daemon.c Log: MFC: daemon.c 1.6 daemon.3 1.13-1.14 Prevent abnormal termination of a child daemon process when created by a parent that is a session leader (e.g., login shell) by ignoring SIGHUP before calling fork(2) and then restoring SIGHUP's action after setsid(3). Based on the patch by Martin Kammerhofer . This has been in -current for 8 months with no reports of adverse affects. PR: bin/25462 Prompted-by: dada@sbox.tugraz.at Revision Changes Path 1.3.2.1 +21 -2 src/lib/libc/gen/daemon.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 14:06: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 7C78916A4CE; Wed, 21 Jul 2004 14:06:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 605C143D53; Wed, 21 Jul 2004 14:06:02 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LE628H049761; Wed, 21 Jul 2004 14:06:02 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LE62gB049760; Wed, 21 Jul 2004 14:06:02 GMT (envelope-from vs) Message-Id: <200407211406.i6LE62gB049760@repoman.freebsd.org> From: Volker Stolz Date: Wed, 21 Jul 2004 14:06:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/bricolage Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 14:06:02 -0000 vs 2004-07-21 14:06:02 UTC FreeBSD ports repository Modified files: www/bricolage Makefile Log: Fix typo. PR: ports/69373 Submitted by: Jean-Francois Legros Revision Changes Path 1.2 +1 -1 ports/www/bricolage/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 14:12:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACFD016A4CE; Wed, 21 Jul 2004 14:12:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF4A43D2F; Wed, 21 Jul 2004 14:12:00 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LEC0IC049938; Wed, 21 Jul 2004 14:12:00 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LEC0bN049937; Wed, 21 Jul 2004 14:12:00 GMT (envelope-from edwin) Message-Id: <200407211412.i6LEC0bN049937@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 21 Jul 2004 14:12: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/x11/xlockmore Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 14:12:00 -0000 edwin 2004-07-21 14:12:00 UTC FreeBSD ports repository Modified files: x11/xlockmore Makefile distinfo Log: Update port: x11/xlockmore to 5.13 Update port: x11/xlockmore to 5.13 PR: ports/69379 Submitted by: UMENO Takashi Revision Changes Path 1.85 +1 -1 ports/x11/xlockmore/Makefile 1.46 +2 -2 ports/x11/xlockmore/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 14:47:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF42516A4CE; Wed, 21 Jul 2004 14:47:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E1643D4C; Wed, 21 Jul 2004 14:47:54 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LEls1T050876; Wed, 21 Jul 2004 14:47:54 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LElsVH050875; Wed, 21 Jul 2004 14:47:54 GMT (envelope-from nyan) Message-Id: <200407211447.i6LElsVH050875@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 21 Jul 2004 14:47: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/share/man/man4/man4.i386 Makefile acpi_panasonic.4 src/sys/conf files.i386 src/sys/i386/acpica acpi_panasonic.c src/sys/i386/conf NOTES src/sys/modules/acpi Makefile src/sys/modules/acpi/acpi_panasonic Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 14:47:55 -0000 nyan 2004-07-21 14:47:54 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile sys/conf files.i386 sys/i386/conf NOTES sys/modules/acpi Makefile Added files: share/man/man4/man4.i386 acpi_panasonic.4 sys/i386/acpica acpi_panasonic.c sys/modules/acpi/acpi_panasonic Makefile Log: Add the ACPI Panasonic extras driver. Submitted by: OGAWA Takaya and nyan Revision Changes Path 1.172 +1 -0 src/share/man/man4/man4.i386/Makefile 1.1 +161 -0 src/share/man/man4/man4.i386/acpi_panasonic.4 (new) 1.500 +1 -0 src/sys/conf/files.i386 1.1 +410 -0 src/sys/i386/acpica/acpi_panasonic.c (new) 1.1166 +3 -0 src/sys/i386/conf/NOTES 1.40 +1 -1 src/sys/modules/acpi/Makefile 1.1 +9 -0 src/sys/modules/acpi/acpi_panasonic/Makefile (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 14:52:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FBB416A4CE; Wed, 21 Jul 2004 14:52:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F0043D1D; Wed, 21 Jul 2004 14:52:22 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LEqM30051116; Wed, 21 Jul 2004 14:52:22 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LEqMbv051115; Wed, 21 Jul 2004 14:52:22 GMT (envelope-from harti) Message-Id: <200407211452.i6LEqMbv051115@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 21 Jul 2004 14:52:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atmconfig diag.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 14:52:22 -0000 harti 2004-07-21 14:52:22 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig diag.c Log: The media info is printed with the -hardware option so there is no point to write 'Media' in the table header for the -atm option. Revision Changes Path 1.5 +1 -1 src/sbin/atm/atmconfig/diag.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 14:52:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D80E16A4CE; Wed, 21 Jul 2004 14:52:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C73E43D3F; Wed, 21 Jul 2004 14:52:55 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LEqsFo051160; Wed, 21 Jul 2004 14:52:54 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LEqs1h051159; Wed, 21 Jul 2004 14:52:54 GMT (envelope-from osa) Message-Id: <200407211452.i6LEqs1h051159@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 21 Jul 2004 14:52: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/units 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, 21 Jul 2004 14:52:55 -0000 osa 2004-07-21 14:52:54 UTC FreeBSD ports repository Modified files: math/units Makefile Removed files: math/units pkg-plist Log: Move pkg's files to Makefile, remove pkg-plist. Approved by: Jason Harris jharris at widomaker dot com (maintainer) Revision Changes Path 1.6 +2 -0 ports/math/units/Makefile 1.3 +0 -2 ports/math/units/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 15:18:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6348216A4CE; Wed, 21 Jul 2004 15:18:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D8043D2F; Wed, 21 Jul 2004 15:18:45 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LFIjBj051760; Wed, 21 Jul 2004 15:18:45 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LFIjJH051759; Wed, 21 Jul 2004 15:18:45 GMT (envelope-from cognet) Message-Id: <200407211518.i6LFIjJH051759@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 21 Jul 2004 15:18: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/arm/arm 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, 21 Jul 2004 15:18:45 -0000 cognet 2004-07-21 15:18:45 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Do not use NULL as a malloc type for contigmalloc(). Revision Changes Path 1.7 +2 -1 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 15:21:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 518AB16A4CE; Wed, 21 Jul 2004 15:21:11 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.12.11/8.12.11) with ESMTP id i6LFLAkr096773; Wed, 21 Jul 2004 11:21:10 -0400 (EDT) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.12.11/8.12.11/Submit) id i6LFLALg096772; Wed, 21 Jul 2004 11:21:10 -0400 (EDT) (envelope-from green) Date: Wed, 21 Jul 2004 11:21:10 -0400 From: Brian Fundakowski Feldman To: Olivier Houchard Message-ID: <20040721152110.GI1009@green.homeunix.org> References: <200407211518.i6LFIjJH051759@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407211518.i6LFIjJH051759@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/arm 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, 21 Jul 2004 15:21:11 -0000 On Wed, Jul 21, 2004 at 03:18:45PM +0000, Olivier Houchard wrote: > cognet 2004-07-21 15:18:45 UTC > > FreeBSD src repository > > Modified files: > sys/arm/arm pmap.c > Log: > Do not use NULL as a malloc type for contigmalloc(). My fault for not finding that there were two consumers that abused the contigmalloc(9) API. If there are any bad or mismatched contigmalloc()/contigfree() malloc_type arguments, they will now be noticed as with malloc()/free(). -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Wed Jul 21 15:42:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A30516A4CE; Wed, 21 Jul 2004 15:42:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF0243D46; Wed, 21 Jul 2004 15:42:02 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LFg2Ob052407; Wed, 21 Jul 2004 15:42:02 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LFg2ut052406; Wed, 21 Jul 2004 15:42:02 GMT (envelope-from alfred) Message-Id: <200407211542.i6LFg2ut052406@repoman.freebsd.org> From: Alfred Perlstein Date: Wed, 21 Jul 2004 15:42: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/sys mbuf.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, 21 Jul 2004 15:42:02 -0000 alfred 2004-07-21 15:42:02 UTC FreeBSD src repository Modified files: sys/sys mbuf.h Log: unbreak !WITNESS. Revision Changes Path 1.154 +4 -0 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 15:52: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 7ABF216A4CE; Wed, 21 Jul 2004 15:52:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DECA43D45; Wed, 21 Jul 2004 15:52:34 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LFqY3n052703; Wed, 21 Jul 2004 15:52:34 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LFqYE8052702; Wed, 21 Jul 2004 15:52:34 GMT (envelope-from cognet) Message-Id: <200407211552.i6LFqYE8052702@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 21 Jul 2004 15:52: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/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 15:52:34 -0000 cognet 2004-07-21 15:52:34 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: Using NULL as a malloc type when calling contigmalloc() is wrong, so introduce a new malloc type, and use it. Revision Changes Path 1.489 +5 -1 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:04: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 6C89116A4D8; Wed, 21 Jul 2004 16:04:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD4943D46; Wed, 21 Jul 2004 16:04:46 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LG4kYP052992; Wed, 21 Jul 2004 16:04:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LG4kFK052991; Wed, 21 Jul 2004 16:04:46 GMT (envelope-from rwatson) Message-Id: <200407211604.i6LG4kFK052991@repoman.freebsd.org> From: Robert Watson Date: Wed, 21 Jul 2004 16:04: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/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 16:04:46 -0000 rwatson 2004-07-21 16:04:46 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c Log: Don't sync the file system on panic by default. This seems to basically work very infrequently, and often results in a compound panic which confuses debugging; locking/SMP have made the layering violation (and risks) of this more obvious over time. Discussed with: green, bde, et al. Revision Changes Path 1.160 +1 -1 src/sys/kern/kern_shutdown.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:06: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 3109816A4CE; Wed, 21 Jul 2004 16:06:07 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DEA443D45; Wed, 21 Jul 2004 16:06:07 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id F27F4DA84A; Wed, 21 Jul 2004 09:06:06 -0700 (PDT) Date: Wed, 21 Jul 2004 12:06:06 -0400 From: Adam Weinberger To: Edwin Groothuis Message-ID: <20040721160606.GC14233@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Edwin Groothuis , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200407211154.i6LBs62c045174@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407211154.i6LBs62c045174@repoman.freebsd.org> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/ftp/wput/files patch-configure.in patch::configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 16:06:07 -0000 >> (07.21.2004 @ 0754 PST): Edwin Groothuis said, in 0.4K: << > edwin 2004-07-21 11:54:06 UTC > > FreeBSD ports repository > > Added files: > ftp/wput/files patch-configure.in > Removed files: > ftp/wput/files patch::configure.in > Log: > Rename patch to a proper name. > > Revision Changes Path > 1.1 +17 -0 ports/ftp/wput/files/patch-configure.in (new) > 1.3 +0 -17 ports/ftp/wput/files/patch::configure.in (dead) >> end of "cvs commit: ports/ftp/wput/files patch-configure.in patch::configure.in" from Edwin Groothuis << Wouldn't this have been better as a repocopy? # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:17: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 4E10F16A4CF for ; Wed, 21 Jul 2004 16:17:14 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C46243D1F for ; Wed, 21 Jul 2004 16:17:13 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i6LGE6kl055108 for cvs-all@FreeBSD.org.checked; (8.12.8/vak/2.1) Wed, 21 Jul 2004 20:14:06 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i6LGCV5C055020; (8.12.8/vak/2.1) Wed, 21 Jul 2004 20:12:31 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40FE95FD.6000101@cronyx.ru> Date: Wed, 21 Jul 2004 20:12:45 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200407211604.i6LG4kFK052991@repoman.freebsd.org> In-Reply-To: <200407211604.i6LG4kFK052991@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 16:17:14 -0000 How to change behavior? rik Robert Watson wrote: >rwatson 2004-07-21 16:04:46 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_shutdown.c > Log: > Don't sync the file system on panic by default. This seems to basically > work very infrequently, and often results in a compound panic which > confuses debugging; locking/SMP have made the layering violation (and > risks) of this more obvious over time. > > Discussed with: green, bde, et al. > > Revision Changes Path > 1.160 +1 -1 src/sys/kern/kern_shutdown.c > > > > From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:26: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 85A1316A4CF; Wed, 21 Jul 2004 16:26:57 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D70543D48; Wed, 21 Jul 2004 16:26:57 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i6LGQGKs057736; Wed, 21 Jul 2004 12:26:16 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i6LGQFK9057733; Wed, 21 Jul 2004 12:26:16 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 21 Jul 2004 12:26:15 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Roman Kurakin In-Reply-To: <40FE95FD.6000101@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/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 16:26:57 -0000 On Wed, 21 Jul 2004, Roman Kurakin wrote: > How to change behavior? When we're in a "panic" state, we will no long attempt to call out to all file systems to synchronize their on-disk data with in-memory data. This was unreliable in many circumstances because panic() can be called from some interesting places, such as in the scheduler, interrupt handlers, in the file system code, etc, and those circumstances were not conducive to reliable syncing of disks. For an example of what happens as a result of syncing in panic(), take a look at PR kern/69369. Assuming that the sync() call did work, you would be more likely to have in-memory buffers on disk following the panic(), which would reduce the level of potential data loss resulting from panic()'ing with a lot of data in buffers that needs to go to disk. Bruce and I exchanged some e-mail (or more accurately: Bruce explained things to me) regarding the relationship between the debugger environment and some of the things we'd like to be able to do from there. The concerns raised are very similar to the ones raised in the discussion of network kernel debugging and console: how to reliably interact with device drivers (et al) under messy circumstances. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research > > rik > > Robert Watson wrote: > > >rwatson 2004-07-21 16:04:46 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_shutdown.c > > Log: > > Don't sync the file system on panic by default. This seems to basically > > work very infrequently, and often results in a compound panic which > > confuses debugging; locking/SMP have made the layering violation (and > > risks) of this more obvious over time. > > > > Discussed with: green, bde, et al. > > > > Revision Changes Path > > 1.160 +1 -1 src/sys/kern/kern_shutdown.c > > > > > > > > > > > > From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:34:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A97916A4CE; Wed, 21 Jul 2004 16:34:44 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF1E43D31; Wed, 21 Jul 2004 16:34:44 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6LGYYra018956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 21 Jul 2004 09:34:34 -0700 Message-ID: <40FE9A94.5090805@root.org> Date: Wed, 21 Jul 2004 09:32:20 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Kurakin References: <200407211604.i6LG4kFK052991@repoman.freebsd.org> <40FE95FD.6000101@cronyx.ru> In-Reply-To: <40FE95FD.6000101@cronyx.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 16:34:44 -0000 Roman Kurakin wrote: > Robert Watson wrote: >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_shutdown.c Log: >> Don't sync the file system on panic by default. This seems to basically >> work very infrequently, and often results in a compound panic which >> confuses debugging; locking/SMP have made the layering violation (and >> risks) of this more obvious over time. >> >> Discussed with: green, bde, et al. >> >> Revision Changes Path >> 1.160 +1 -1 src/sys/kern/kern_shutdown.c > > How to change behavior? > > rik While Robert's followup was very detailed, I think the answer Rik is looking for is "sysctl kern.sync_on_panic". :) -Nate From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:45:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBAB216A4CF; Wed, 21 Jul 2004 16:45:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D373343D1F; Wed, 21 Jul 2004 16:45:46 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LGjk0v055154; Wed, 21 Jul 2004 16:45:46 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LGjkQl055153; Wed, 21 Jul 2004 16:45:46 GMT (envelope-from sobomax) Message-Id: <200407211645.i6LGjkQl055153@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 21 Jul 2004 16:45:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/zaptel Makefile distinfo pkg-plist ports/misc/zaptel/files patch-Makefile patch-test::Makefile patch-wcfxo::Makefile patch-zaptel::Makefile patch-ztcfg::Makefile patch-ztcfg::ztcfg.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, 21 Jul 2004 16:45:47 -0000 sobomax 2004-07-21 16:45:46 UTC FreeBSD ports repository Modified files: misc/zaptel Makefile distinfo pkg-plist Removed files: misc/zaptel/files patch-Makefile patch-test::Makefile patch-wcfxo::Makefile patch-zaptel::Makefile patch-ztcfg::Makefile patch-ztcfg::ztcfg.h Log: Update to 0.6. Revision Changes Path 1.6 +1 -1 ports/misc/zaptel/Makefile 1.6 +2 -2 ports/misc/zaptel/distinfo 1.4 +0 -50 ports/misc/zaptel/files/patch-Makefile (dead) 1.3 +0 -28 ports/misc/zaptel/files/patch-test::Makefile (dead) 1.2 +0 -26 ports/misc/zaptel/files/patch-wcfxo::Makefile (dead) 1.3 +0 -14 ports/misc/zaptel/files/patch-zaptel::Makefile (dead) 1.3 +0 -37 ports/misc/zaptel/files/patch-ztcfg::Makefile (dead) 1.2 +0 -13 ports/misc/zaptel/files/patch-ztcfg::ztcfg.h (dead) 1.3 +2 -0 ports/misc/zaptel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:46: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 5084E16A4CE; Wed, 21 Jul 2004 16:46:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3316743D39; Wed, 21 Jul 2004 16:46:14 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LGkEGq055200; Wed, 21 Jul 2004 16:46:14 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LGkEEJ055199; Wed, 21 Jul 2004 16:46:14 GMT (envelope-from mat) Message-Id: <200407211646.i6LGkEEJ055199@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 21 Jul 2004 16:46:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-Data-Page 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, 21 Jul 2004 16:46:14 -0000 mat 2004-07-21 16:46:14 UTC FreeBSD ports repository Modified files: databases/p5-Data-Page Makefile distinfo pkg-plist Log: Update to 1.03 Revision Changes Path 1.6 +2 -2 ports/databases/p5-Data-Page/Makefile 1.6 +2 -2 ports/databases/p5-Data-Page/distinfo 1.3 +0 -3 ports/databases/p5-Data-Page/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:51: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 3FE8816A4CE; Wed, 21 Jul 2004 16:51:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BEF43D6D; Wed, 21 Jul 2004 16:51:09 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LGp96O055507; Wed, 21 Jul 2004 16:51:09 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LGp8th055506; Wed, 21 Jul 2004 16:51:08 GMT (envelope-from mat) Message-Id: <200407211651.i6LGp8th055506@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 21 Jul 2004 16:51:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Spiffy 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, 21 Jul 2004 16:51:09 -0000 mat 2004-07-21 16:51:08 UTC FreeBSD ports repository Modified files: devel/p5-Spiffy Makefile distinfo Log: Update to 0.19 Revision Changes Path 1.3 +1 -1 ports/devel/p5-Spiffy/Makefile 1.2 +2 -2 ports/devel/p5-Spiffy/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:56: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 3057116A4CE; Wed, 21 Jul 2004 16:56:43 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F8A43D2F; Wed, 21 Jul 2004 16:56:42 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6LH2ltQ063802; Wed, 21 Jul 2004 11:02:49 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40FE9FFF.6050702@freebsd.org> Date: Wed, 21 Jul 2004 10:55:27 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200407211604.i6LG4kFK052991@repoman.freebsd.org> <40FE95FD.6000101@cronyx.ru> <40FE9A94.5090805@root.org> In-Reply-To: <40FE9A94.5090805@root.org> 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: Robert Watson cc: cvs-all@freebsd.org cc: Roman Kurakin Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 16:56:43 -0000 Nate Lawson wrote: > Roman Kurakin wrote: > >> Robert Watson wrote: >> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/kern kern_shutdown.c Log: >>> Don't sync the file system on panic by default. This seems to >>> basically >>> work very infrequently, and often results in a compound panic which >>> confuses debugging; locking/SMP have made the layering violation (and >>> risks) of this more obvious over time. >>> >>> Discussed with: green, bde, et al. >>> >>> Revision Changes Path >>> 1.160 +1 -1 src/sys/kern/kern_shutdown.c > > > > >> How to change behavior? >> >> rik > > > While Robert's followup was very detailed, I think the answer Rik is > looking for is "sysctl kern.sync_on_panic". :) > > -Nate It should be noted that syncing on panic is almost never a good idea. The whole idea of panic() is to signal that the system has gotten into an inconsistent and unrecoverable state. Do you really want to trust it to spam your drive with buffers that are in an unknown state via a set of codepaths that are in an unknown state? It's much better to just step back and let fsck try to repair the damage. I can't remember a single time in the last 4 years when a panic actually successfuly synced out all of the buffers and shutdown the filesystem, so it's not likely that you'll avoid a fsck on reboot with this. Scott From owner-cvs-all@FreeBSD.ORG Wed Jul 21 16:56: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 AF34916A4D4; Wed, 21 Jul 2004 16:56:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C42D43D39; Wed, 21 Jul 2004 16:56:44 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LGui95057467; Wed, 21 Jul 2004 16:56:44 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LGuiom057466; Wed, 21 Jul 2004 16:56:44 GMT (envelope-from mat) Message-Id: <200407211656.i6LGuiom057466@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 21 Jul 2004 16:56: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/p5-IO-All 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, 21 Jul 2004 16:56:44 -0000 mat 2004-07-21 16:56:44 UTC FreeBSD ports repository Modified files: devel/p5-IO-All Makefile distinfo pkg-plist Log: Update to 0.30 Revision Changes Path 1.3 +13 -2 ports/devel/p5-IO-All/Makefile 1.2 +2 -2 ports/devel/p5-IO-All/distinfo 1.2 +15 -2 ports/devel/p5-IO-All/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:01: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 6BDEA16A4CE; Wed, 21 Jul 2004 17:01:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDA343D2F; Wed, 21 Jul 2004 17:01:41 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LH1f8G062082; Wed, 21 Jul 2004 17:01:41 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LH1f7N062081; Wed, 21 Jul 2004 17:01:41 GMT (envelope-from mat) Message-Id: <200407211701.i6LH1f7N062081@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 21 Jul 2004 17:01:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Spoon 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, 21 Jul 2004 17:01:41 -0000 mat 2004-07-21 17:01:41 UTC FreeBSD ports repository Modified files: devel/p5-Spoon Makefile distinfo pkg-plist Log: Update to 0.17 Revision Changes Path 1.2 +1 -1 ports/devel/p5-Spoon/Makefile 1.2 +2 -2 ports/devel/p5-Spoon/distinfo 1.2 +3 -3 ports/devel/p5-Spoon/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:02: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 CCF1016A4CE; Wed, 21 Jul 2004 17:02:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFBD843D1D; Wed, 21 Jul 2004 17:02:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LH2aD9062962; Wed, 21 Jul 2004 17:02:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LH2aD4062961; Wed, 21 Jul 2004 17:02:36 GMT (envelope-from imp) Message-Id: <200407211702.i6LH2aD4062961@repoman.freebsd.org> From: Warner Losh Date: Wed, 21 Jul 2004 17:02: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/usr.sbin/pwd_mkdb pwd_mkdb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:02:37 -0000 imp 2004-07-21 17:02:36 UTC FreeBSD src repository Modified files: usr.sbin/pwd_mkdb pwd_mkdb.c Log: Two style related changes: (1) use strlcpy instead of strncpy since the use here of the latter was incorrect. (2) Move 'N' case into proper sorted order (sorted the same way that ls sorts its args). Revision Changes Path 1.44 +5 -5 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:11: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 EF40516A4CE for ; Wed, 21 Jul 2004 17:11:09 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4249F43D3F for ; Wed, 21 Jul 2004 17:11:09 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i6LH2KoI057344 for cvs-all@FreeBSD.org.checked; (8.12.8/vak/2.1) Wed, 21 Jul 2004 21:02:20 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i6LGsp5C056971; (8.12.8/vak/2.1) Wed, 21 Jul 2004 20:54:51 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40FE9FE9.6020100@cronyx.ru> Date: Wed, 21 Jul 2004 20:55:05 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:11:10 -0000 Robert Watson wrote: >On Wed, 21 Jul 2004, Roman Kurakin wrote: > > > >>How to change behavior? >> >> > >When we're in a "panic" state, we will no long attempt to call out to all >file systems to synchronize their on-disk data with in-memory data. This >was unreliable in many circumstances because panic() can be called from >some interesting places, such as in the scheduler, interrupt handlers, in >the file system code, etc, and those circumstances were not conducive to > > But if we are in panic in a good place it may save some critical data. Is it possible to give a choice to user? [...] rik From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:11: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 856C216A4D1 for ; Wed, 21 Jul 2004 17:11:18 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D332643D49 for ; Wed, 21 Jul 2004 17:11:17 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i6LH2L2t057369 for cvs-all@FreeBSD.org.checked; (8.12.8/vak/2.1) Wed, 21 Jul 2004 21:02:21 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i6LGuD5C057018; (8.12.8/vak/2.1) Wed, 21 Jul 2004 20:56:13 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40FEA03B.9070008@cronyx.ru> Date: Wed, 21 Jul 2004 20:56:27 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200407211604.i6LG4kFK052991@repoman.freebsd.org> <40FE95FD.6000101@cronyx.ru> <40FE9A94.5090805@root.org> In-Reply-To: <40FE9A94.5090805@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:11:18 -0000 Nate Lawson wrote: > Roman Kurakin wrote: > >> Robert Watson wrote: >> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/kern kern_shutdown.c Log: >>> Don't sync the file system on panic by default. This seems to >>> basically >>> work very infrequently, and often results in a compound panic which >>> confuses debugging; locking/SMP have made the layering violation (and >>> risks) of this more obvious over time. >>> >>> Discussed with: green, bde, et al. >>> >>> Revision Changes Path >>> 1.160 +1 -1 src/sys/kern/kern_shutdown.c >> > > > >> How to change behavior? >> >> rik > > > While Robert's followup was very detailed, I think the answer Rik is > looking for is "sysctl kern.sync_on_panic". :) Yea, this is closer to what I want to know. ;-) rik > > -Nate > > From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:12: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 30AAE16A4CE; Wed, 21 Jul 2004 17:12:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 124B243D45; Wed, 21 Jul 2004 17:12:56 +0000 (GMT) (envelope-from andreas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LHCtih064094; Wed, 21 Jul 2004 17:12:55 GMT (envelope-from andreas@repoman.freebsd.org) Received: (from andreas@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LHCtmE064093; Wed, 21 Jul 2004 17:12:55 GMT (envelope-from andreas) Message-Id: <200407211712.i6LHCtmE064093@repoman.freebsd.org> From: Andreas Klemm Date: Wed, 21 Jul 2004 17:12: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: Wed, 21 Jul 2004 17:12:56 -0000 andreas 2004-07-21 17:12:55 UTC FreeBSD ports repository Modified files: . modules Log: activate dspam-devel port after repository copy dspam-devel will be marked broken in next commit until transition to -devel is done Revision Changes Path 1.10710 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:22:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F5716A4CE; Wed, 21 Jul 2004 17:22:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B2F43D2F; Wed, 21 Jul 2004 17:22:24 +0000 (GMT) (envelope-from andreas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LHMNBu064379; Wed, 21 Jul 2004 17:22:23 GMT (envelope-from andreas@repoman.freebsd.org) Received: (from andreas@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LHMN91064378; Wed, 21 Jul 2004 17:22:23 GMT (envelope-from andreas) Message-Id: <200407211722.i6LHMN91064378@repoman.freebsd.org> From: Andreas Klemm Date: Wed, 21 Jul 2004 17:22:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dspam-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:22:24 -0000 andreas 2004-07-21 17:22:23 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile Log: Mark port as broken after repository copy, to prevent package building. Will commit changes asap. Revision Changes Path 1.20 +1 -0 ports/mail/dspam-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:26: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 0FE2C16A4CE; Wed, 21 Jul 2004 17:26:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E637143D41; Wed, 21 Jul 2004 17:26:40 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LHQeFK064518; Wed, 21 Jul 2004 17:26:40 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LHQe6Q064517; Wed, 21 Jul 2004 17:26:40 GMT (envelope-from ume) Message-Id: <200407211726.i6LHQe6Q064517@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 21 Jul 2004 17:26: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/lib/libc/net gethostbydns.c name6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:26:41 -0000 ume 2004-07-21 17:26:40 UTC FreeBSD src repository Modified files: lib/libc/net gethostbydns.c name6.c Log: now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int Obtained from: KAME Revision Changes Path 1.46 +0 -6 src/lib/libc/net/gethostbydns.c 1.39 +1 -1 src/lib/libc/net/name6.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:38:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4442916A4CE; Wed, 21 Jul 2004 17:38:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2839343D2F; Wed, 21 Jul 2004 17:38:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LHc5QG064857; Wed, 21 Jul 2004 17:38:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LHc5wI064856; Wed, 21 Jul 2004 17:38:05 GMT (envelope-from imp) Message-Id: <200407211738.i6LHc5wI064856@repoman.freebsd.org> From: Warner Losh Date: Wed, 21 Jul 2004 17:38:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.8 pwd_mkdb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:38:05 -0000 imp 2004-07-21 17:38:05 UTC FreeBSD src repository Modified files: usr.sbin/pwd_mkdb pwd_mkdb.8 pwd_mkdb.c Log: Add support for ignoring locking failures. This is only enabled when you've specified a directory. It is intended to be used in building custom releases over NFS where locking may be unreliable at best and there is no contention that the locking is designed to arbitrate. Other uses of this flag are discouraged. Document same in usage and man page (including the warning about unwise). Sponsored by: Timing Solutions Revision Changes Path 1.23 +11 -0 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 1.45 +8 -4 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:47: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 3B66216A4CE; Wed, 21 Jul 2004 17:47:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D7A843D58; Wed, 21 Jul 2004 17:47:53 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LHlrLr065642; Wed, 21 Jul 2004 17:47:53 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LHlqbm065641; Wed, 21 Jul 2004 17:47:53 GMT (envelope-from krion) Message-Id: <200407211747.i6LHlqbm065641@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 21 Jul 2004 17:47: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/archivers/szip Makefile ports/games/BillardGL Makefile ports/games/glbsp Makefile ports/games/linux-nwserver Makefile ports/games/rottdc Makefile ports/games/ssc Makefile ports/games/tenebrae Makefile ports/games/vavoom Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:47:53 -0000 krion 2004-07-21 17:47:52 UTC FreeBSD ports repository Modified files: archivers/szip Makefile games/BillardGL Makefile games/glbsp Makefile games/linux-nwserver Makefile games/rottdc Makefile games/ssc Makefile games/tenebrae Makefile games/vavoom Makefile graphics/allegrogl Makefile graphics/animabob Makefile graphics/ayam Makefile graphics/ftgl Makefile graphics/glew Makefile graphics/glfw Makefile graphics/gltt Makefile graphics/irit Makefile graphics/linux-ac3d Makefile graphics/oglext Makefile graphics/openrm Makefile graphics/pixie Makefile graphics/quesa Makefile graphics/renderpark Makefile graphics/smoke Makefile graphics/xrml Makefile print/gl2ps Makefile russian/mueller-dic Makefile Log: Change maintainer's email. Revision Changes Path 1.8 +1 -1 ports/archivers/szip/Makefile 1.3 +1 -1 ports/games/BillardGL/Makefile 1.3 +1 -1 ports/games/glbsp/Makefile 1.13 +1 -1 ports/games/linux-nwserver/Makefile 1.2 +1 -1 ports/games/rottdc/Makefile 1.6 +1 -1 ports/games/ssc/Makefile 1.3 +1 -1 ports/games/tenebrae/Makefile 1.5 +1 -1 ports/games/vavoom/Makefile 1.4 +1 -1 ports/graphics/allegrogl/Makefile 1.5 +1 -1 ports/graphics/animabob/Makefile 1.9 +1 -1 ports/graphics/ayam/Makefile 1.6 +1 -1 ports/graphics/ftgl/Makefile 1.7 +1 -1 ports/graphics/glew/Makefile 1.5 +1 -1 ports/graphics/glfw/Makefile 1.8 +1 -1 ports/graphics/gltt/Makefile 1.8 +1 -1 ports/graphics/irit/Makefile 1.5 +1 -1 ports/graphics/linux-ac3d/Makefile 1.2 +1 -1 ports/graphics/oglext/Makefile 1.8 +1 -1 ports/graphics/openrm/Makefile 1.9 +1 -1 ports/graphics/pixie/Makefile 1.4 +1 -1 ports/graphics/quesa/Makefile 1.9 +1 -1 ports/graphics/renderpark/Makefile 1.5 +1 -1 ports/graphics/smoke/Makefile 1.10 +1 -1 ports/graphics/xrml/Makefile 1.2 +1 -1 ports/print/gl2ps/Makefile 1.3 +1 -1 ports/russian/mueller-dic/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 18:01: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 03E9C16A4CE; Wed, 21 Jul 2004 18:01:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC08543D53; Wed, 21 Jul 2004 18:01:51 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LI1pH5066025; Wed, 21 Jul 2004 18:01:51 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LI1pvs066024; Wed, 21 Jul 2004 18:01:51 GMT (envelope-from jeh) Message-Id: <200407211801.i6LI1pvs066024@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 21 Jul 2004 18:01: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/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, 21 Jul 2004 18:01:52 -0000 jeh 2004-07-21 18:01:51 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4380 Revision Changes Path 1.254 +1 -1 ports/security/uvscan-dat/Makefile 1.252 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 18:04:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4224816A4CE; Wed, 21 Jul 2004 18:04:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2478C43D55; Wed, 21 Jul 2004 18:04:56 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LI4uiS066094; Wed, 21 Jul 2004 18:04:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LI4ui8066093; Wed, 21 Jul 2004 18:04:56 GMT (envelope-from marcus) Message-Id: <200407211804.i6LI4ui8066093@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 2004 18:04:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/vino 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, 21 Jul 2004 18:04:56 -0000 marcus 2004-07-21 18:04:55 UTC FreeBSD ports repository Modified files: net/vino Makefile distinfo Log: Update to 2.7.4. Revision Changes Path 1.2 +2 -1 ports/net/vino/Makefile 1.2 +2 -2 ports/net/vino/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 18:34:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0549016A4CE; Wed, 21 Jul 2004 18:34:45 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9B643D31; Wed, 21 Jul 2004 18:34:44 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 747D75C8D0; Wed, 21 Jul 2004 11:34:44 -0700 (PDT) Date: Wed, 21 Jul 2004 11:34:44 -0700 From: Alfred Perlstein To: Scott Long Message-ID: <20040721183444.GS95729@elvis.mu.org> References: <200407211604.i6LG4kFK052991@repoman.freebsd.org> <40FE95FD.6000101@cronyx.ru> <40FE9A94.5090805@root.org> <40FE9FFF.6050702@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FE9FFF.6050702@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Roman Kurakin cc: Robert Watson cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 18:34:45 -0000 * Scott Long [040721 09:57] wrote: > > It should be noted that syncing on panic is almost never a good idea. > The whole idea of panic() is to signal that the system has gotten into > an inconsistent and unrecoverable state. Do you really want to trust it > to spam your drive with buffers that are in an unknown state via a set > of codepaths that are in an unknown state? It's much better to just > step back and let fsck try to repair the damage. I can't remember a > single time in the last 4 years when a panic actually successfuly synced > out all of the buffers and shutdown the filesystem, so it's not likely > that you'll avoid a fsck on reboot with this. It's not about avoiding a fsck, it's about recovering the last 30+ seconds of disk activity. Ie, files you've just created and such. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19:15:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FCF16A4CE; Wed, 21 Jul 2004 19:15:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC7CD43D1D; Wed, 21 Jul 2004 19:14:59 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJExOu067807; Wed, 21 Jul 2004 19:14:59 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJEx23067806; Wed, 21 Jul 2004 19:14:59 GMT (envelope-from vs) Message-Id: <200407211914.i6LJEx23067806@repoman.freebsd.org> From: Volker Stolz Date: Wed, 21 Jul 2004 19: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/databases/edb 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, 21 Jul 2004 19:15:00 -0000 vs 2004-07-21 19:14:59 UTC FreeBSD ports repository Modified files: databases/edb Makefile distinfo Removed files: databases/edb pkg-plist Log: - distfile was bzip2ed and moved to my server because sf.net mirrors has two different files with the same name - fix packaging PR: ports/69384 Submitted by: Radim Kolar Revision Changes Path 1.17 +6 -6 ports/databases/edb/Makefile 1.5 +2 -2 ports/databases/edb/distinfo 1.4 +0 -8 ports/databases/edb/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19:21: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 8F4E816A4CE; Wed, 21 Jul 2004 19:21:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C9043D39; Wed, 21 Jul 2004 19:21:05 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJL5x8068058; Wed, 21 Jul 2004 19:21:05 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJL5ZO068057; Wed, 21 Jul 2004 19:21:05 GMT (envelope-from vs) Message-Id: <200407211921.i6LJL5ZO068057@repoman.freebsd.org> From: Volker Stolz Date: Wed, 21 Jul 2004 19:21:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/lmtpd Makefile distinfo ports/mail/lmtpd/files patch-re::re-tre.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 19:21:05 -0000 vs 2004-07-21 19:21:05 UTC FreeBSD ports repository Modified files: mail/lmtpd Makefile distinfo Removed files: mail/lmtpd/files patch-re::re-tre.c Log: Update to 0.9.19 PR: ports/69381 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.12 +1 -1 ports/mail/lmtpd/Makefile 1.9 +2 -2 ports/mail/lmtpd/distinfo 1.2 +0 -31 ports/mail/lmtpd/files/patch-re::re-tre.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19: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 3936D16A4CE; Wed, 21 Jul 2004 19:25:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C8C543D3F; Wed, 21 Jul 2004 19:25:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJPAQc068132; Wed, 21 Jul 2004 19:25:10 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJP9Ci068131; Wed, 21 Jul 2004 19:25:09 GMT (envelope-from vs) Message-Id: <200407211925.i6LJP9Ci068131@repoman.freebsd.org> From: Volker Stolz Date: Wed, 21 Jul 2004 19:25: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/libhome 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, 21 Jul 2004 19:25:10 -0000 vs 2004-07-21 19:25:09 UTC FreeBSD ports repository Modified files: misc/libhome Makefile distinfo Log: - Update to 0.8.1 * make install fixed if libhome-preload.so is not avaiable * remove LDAP cache feature, too unstable in ldap libs. (from Oliver Eikemeier) PR: ports/69380 Submitted by: Xavier Beaudouin (maintainer) Revision Changes Path 1.5 +1 -1 ports/misc/libhome/Makefile 1.6 +2 -3 ports/misc/libhome/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19:39: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 11E6016A4CE; Wed, 21 Jul 2004 19:39:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA12543D2D; Wed, 21 Jul 2004 19:39:07 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJd7Ca068500; Wed, 21 Jul 2004 19:39:07 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJd7oJ068499; Wed, 21 Jul 2004 19:39:07 GMT (envelope-from vs) Message-Id: <200407211939.i6LJd7oJ068499@repoman.freebsd.org> From: Volker Stolz Date: Wed, 21 Jul 2004 19:39: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/sysutils/progsreiserfs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 19:39:08 -0000 vs 2004-07-21 19:39:07 UTC FreeBSD ports repository Modified files: sysutils/progsreiserfs Makefile Log: - Fix build with GCC 3.4.1 - Drop maintainership PR: ports/69378 Submitted by: Florent Thoumie (maintainer) Revision Changes Path 1.5 +2 -1 ports/sysutils/progsreiserfs/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19:43: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 7102016A4CE; Wed, 21 Jul 2004 19:43:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A2C443D4C; Wed, 21 Jul 2004 19:43:16 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJhGJX068716; Wed, 21 Jul 2004 19:43:16 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJhGHY068715; Wed, 21 Jul 2004 19:43:16 GMT (envelope-from marcus) Message-Id: <200407211943.i6LJhGHY068715@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 2004 19:43: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 Makefile ports/devel/dbus Makefile distinfo pkg-descr pkg-plist ports/devel/dbus/files dbus.sh patch-dbus_dbus-sysdeps.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 19:43:16 -0000 marcus 2004-07-21 19:43:16 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/dbus Makefile distinfo pkg-descr pkg-plist devel/dbus/files dbus.sh patch-dbus-1.pc.in patch-dbus_Makefile.in patch-dbus_dbus-sysdeps.c Log: Add dbus, Freedesktop.org's Desktop Bus. D-BUS is a message passing framework for informing applications about system events such as new hardware being added, new users logging into an IM application, new software installed, etc. Revision Changes Path 1.1645 +1 -0 ports/devel/Makefile 1.1 +61 -0 ports/devel/dbus/Makefile (new) 1.1 +2 -0 ports/devel/dbus/distinfo (new) 1.1 +26 -0 ports/devel/dbus/files/dbus.sh (new) 1.1 +9 -0 ports/devel/dbus/files/patch-dbus-1.pc.in (new) 1.1 +11 -0 ports/devel/dbus/files/patch-dbus_Makefile.in (new) 1.1 +51 -0 ports/devel/dbus/files/patch-dbus_dbus-sysdeps.c (new) 1.1 +8 -0 ports/devel/dbus/pkg-descr (new) 1.1 +44 -0 ports/devel/dbus/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19: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 4879B16A4CE; Wed, 21 Jul 2004 19:43:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B11443D46; Wed, 21 Jul 2004 19:43:26 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJhQ3H068762; Wed, 21 Jul 2004 19:43:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJhQCo068761; Wed, 21 Jul 2004 19:43:26 GMT (envelope-from marcus) Message-Id: <200407211943.i6LJhQCo068761@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 2004 19: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: Wed, 21 Jul 2004 19:43:26 -0000 marcus 2004-07-21 19:43:26 UTC FreeBSD ports repository Modified files: . modules Log: dbus --> ports/devel/dbus Revision Changes Path 1.10711 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19: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 293F316A4CE; Wed, 21 Jul 2004 19:55:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F2D43D4C; Wed, 21 Jul 2004 19:55:15 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJtFN9069105; Wed, 21 Jul 2004 19:55:15 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJtEIl069104; Wed, 21 Jul 2004 19:55:14 GMT (envelope-from andre) Message-Id: <200407211955.i6LJtEIl069104@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 21 Jul 2004 19:55:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 19:55:15 -0000 andre 2004-07-21 19:55:14 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c sbin/ipfw ipfw.8 Log: Extend versrcreach by checking against the rt_flags for RTF_REJECT and RTF_BLACKHOLE as well. To quote the submitter: The uRPF loose-check implementation by the industry vendors, at least on Cisco and possibly Juniper, will fail the check if the route of the source address is pointed to Null0 (on Juniper, discard or reject route). What this means is, even if uRPF Loose-check finds the route, if the route is pointed to blackhole, uRPF loose-check must fail. This allows people to utilize uRPF loose-check mode as a pseudo-packet-firewall without using any manual filtering configuration -- one can simply inject a IGP or BGP prefix with next-hop set to a static route that directs to null/discard facility. This results in uRPF Loose-check failing on all packets with source addresses that are within the range of the nullroute. Submitted by: James Jun Revision Changes Path 1.147 +2 -2 src/sbin/ipfw/ipfw.8 1.66 +6 -0 src/sys/netinet/ip_fw2.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19:56:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF56216A4CE; Wed, 21 Jul 2004 19:56:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D072A43D45; Wed, 21 Jul 2004 19:56:30 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJuUfn069246; Wed, 21 Jul 2004 19:56:30 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJuUOj069245; Wed, 21 Jul 2004 19:56:30 GMT (envelope-from marcus) Message-Id: <200407211956.i6LJuUOj069245@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 2004 19: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/net/netatalk-devel Makefile ports/net/netatalk-devel/files netatalk.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, 21 Jul 2004 19:56:31 -0000 marcus 2004-07-21 19:56:30 UTC FreeBSD ports repository Modified files: net/netatalk-devel Makefile net/netatalk-devel/files netatalk.sh Log: * Properly setup rc.d default macros [1] * Correct a typo (cind_metad_enable should be cnid_metad_enable) Reminded by: eik [1] Revision Changes Path 1.60 +1 -1 ports/net/netatalk-devel/Makefile 1.4 +10 -10 ports/net/netatalk-devel/files/netatalk.sh From owner-cvs-all@FreeBSD.ORG Wed Jul 21 19:56: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 8BA1C16A4CE; Wed, 21 Jul 2004 19:56:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB0443D5A; Wed, 21 Jul 2004 19:56:49 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LJunvY069279; Wed, 21 Jul 2004 19:56:49 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LJundQ069278; Wed, 21 Jul 2004 19:56:49 GMT (envelope-from marcus) Message-Id: <200407211956.i6LJundQ069278@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 21 Jul 2004 19:56: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/openslp/files slpd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 19:56:49 -0000 marcus 2004-07-21 19:56:49 UTC FreeBSD ports repository Modified files: net/openslp/files slpd.sh.sample Log: Properly setup rc.d default macros. Reminded by: eik Revision Changes Path 1.3 +4 -4 ports/net/openslp/files/slpd.sh.sample From owner-cvs-all@FreeBSD.ORG Wed Jul 21 20:01:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE0516A4CE; Wed, 21 Jul 2004 20:01:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6271243D41; Wed, 21 Jul 2004 20:01:31 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LK1VSG069469; Wed, 21 Jul 2004 20:01:31 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LK1Vbx069468; Wed, 21 Jul 2004 20:01:31 GMT (envelope-from vs) Message-Id: <200407212001.i6LK1Vbx069468@repoman.freebsd.org> From: Volker Stolz Date: Wed, 21 Jul 2004 20:01:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/cocoon Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 20:01:31 -0000 vs 2004-07-21 20:01:31 UTC FreeBSD ports repository Modified files: textproc/cocoon Makefile distinfo pkg-message pkg-plist Log: Update to 2.1.5.1 PR: ports/69358 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.26 +2 -2 ports/textproc/cocoon/Makefile 1.11 +2 -2 ports/textproc/cocoon/distinfo 1.8 +9 -7 ports/textproc/cocoon/pkg-message 1.11 +13 -8 ports/textproc/cocoon/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 20:03: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 A8EC416A4CE; Wed, 21 Jul 2004 20:03:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E6D43D49; Wed, 21 Jul 2004 20:03:52 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LK3qiO069598; Wed, 21 Jul 2004 20:03:52 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LK3qO3069597; Wed, 21 Jul 2004 20:03:52 GMT (envelope-from eik) Message-Id: <200407212003.i6LK3qO3069597@repoman.freebsd.org> From: Oliver Eikemeier Date: Wed, 21 Jul 2004 20:03:52 +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/sysutils Makefile ports/sysutils/tenshi Makefile distinfo pkg-descr pkg-plist ports/sysutils/tenshi/files tenshi.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, 21 Jul 2004 20:03:52 -0000 eik 2004-07-21 20:03:52 UTC FreeBSD ports repository Modified files: . modules sysutils Makefile Added files: sysutils/tenshi Makefile distinfo pkg-descr pkg-plist sysutils/tenshi/files tenshi.sh Log: add tenshi, a log monitoring program Revision Changes Path 1.10712 +3 -2 CVSROOT/modules 1.558 +1 -0 ports/sysutils/Makefile 1.1 +63 -0 ports/sysutils/tenshi/Makefile (new) 1.1 +2 -0 ports/sysutils/tenshi/distinfo (new) 1.1 +34 -0 ports/sysutils/tenshi/files/tenshi.sh (new) 1.1 +15 -0 ports/sysutils/tenshi/pkg-descr (new) 1.1 +3 -0 ports/sysutils/tenshi/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 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 458FB16A4CE; Wed, 21 Jul 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 292D443D45; Wed, 21 Jul 2004 20:38:13 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LKcDF4070988; Wed, 21 Jul 2004 20:38:13 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LKcD20070986; Wed, 21 Jul 2004 20:38:13 GMT (envelope-from imp) Message-Id: <200407212038.i6LKcD20070986@repoman.freebsd.org> From: Warner Losh Date: Wed, 21 Jul 2004 20:38:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 20:38:13 -0000 imp 2004-07-21 20:38:13 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: It is a little better to return ENXIO from probe/match routine than EIO. Revision Changes Path 1.59 +1 -1 src/sys/dev/ed/if_ed_pccard.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 20:45: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 83DBF16A4CE for ; Wed, 21 Jul 2004 20:45:22 +0000 (GMT) Received: from duchess.speedfactory.net (duchess.speedfactory.net [66.23.201.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 31EF643D31 for ; Wed, 21 Jul 2004 20:45:22 +0000 (GMT) (envelope-from ups@tree.com) Received: (qmail 412 invoked by uid 89); 21 Jul 2004 20:45:19 -0000 Received: from duchess.speedfactory.net (66.23.201.84) by duchess.speedfactory.net with SMTP; 21 Jul 2004 20:45:19 -0000 Received: (qmail 393 invoked by uid 89); 21 Jul 2004 20:45:19 -0000 Received: from unknown (HELO palm.tree.com) (66.23.216.49) by duchess.speedfactory.net with SMTP; 21 Jul 2004 20:45:19 -0000 Received: from palm.tree.com (localhost.tree.com [127.0.0.1]) by palm.tree.com (8.12.10/8.12.10) with ESMTP id i6LKjHvX090599; Wed, 21 Jul 2004 16:45:18 -0400 (EDT) (envelope-from ups@palm.tree.com) Message-Id: <200407212045.i6LKjHvX090599@palm.tree.com> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Alfred Perlstein In-Reply-To: Message from Alfred Perlstein of "Wed, 21 Jul 2004 11:34:44 PDT." <20040721183444.GS95729@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Jul 2004 16:45:17 -0400 From: Stephan Uphoff cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Roman Kurakin cc: Robert Watson cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 20:45:22 -0000 Alfred Perlstein wrote: > > * Scott Long [040721 09:57] wrote: > > > > It should be noted that syncing on panic is almost never a good idea. > > The whole idea of panic() is to signal that the system has gotten into > > an inconsistent and unrecoverable state. Do you really want to trust it > > to spam your drive with buffers that are in an unknown state via a set > > of codepaths that are in an unknown state? It's much better to just > > step back and let fsck try to repair the damage. I can't remember a > > single time in the last 4 years when a panic actually successfuly synced > > out all of the buffers and shutdown the filesystem, so it's not likely > > that you'll avoid a fsck on reboot with this. > > It's not about avoiding a fsck, it's about recovering the last 30+ seconds > of disk activity. Ie, files you've just created and such. Locking is disabled during a sync on panic. ( all lockmgr requests succeed) Even if the internal file system state is not corrupted in a panic, multiple threads might be active in the filessystem using locks to carefully update buffers or enforce the buffer write order. A sync requests trampling through the file systems with total disregard for any locks can do interesting things to a filesystem on disk. I think adding a "dangerous" warning to the sysctl description might be useful. Otherwise it is hard to guess that by trying to save 30 seconds of data one risks loosing the whole file system. Stephan From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21:03: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 D640116A4CE; Wed, 21 Jul 2004 21:03:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B754243D31; Wed, 21 Jul 2004 21:03:01 +0000 (GMT) (envelope-from bmilekic@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LL31xl071656; Wed, 21 Jul 2004 21:03:01 GMT (envelope-from bmilekic@repoman.freebsd.org) Received: (from bmilekic@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LL31Aw071655; Wed, 21 Jul 2004 21:03:01 GMT (envelope-from bmilekic) Message-Id: <200407212103.i6LL31Aw071655@repoman.freebsd.org> From: Bosko Milekic Date: Wed, 21 Jul 2004 21:03: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/kern uipc_mbuf.c src/sys/sys mbuf.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, 21 Jul 2004 21:03:02 -0000 bmilekic 2004-07-21 21:03:01 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c sys/sys mbuf.h Log: Back out just a portion of Alfred's last commit. Remove the MBUF_CHECK (WITNESS) for code paths that always call uma_zalloc_arg() shortly after where the check was, because uma_zalloc_arg() already does a similar check. No objections from Alfred. Thanks Alfred. Revision Changes Path 1.135 +0 -2 src/sys/kern/uipc_mbuf.c 1.155 +0 -5 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21: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 EAFCE16A4CE; Wed, 21 Jul 2004 21:36:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC14043D41; Wed, 21 Jul 2004 21:36:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LLajBt072537; Wed, 21 Jul 2004 21:36:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LLajUo072536; Wed, 21 Jul 2004 21:36:45 GMT (envelope-from pav) Message-Id: <200407212136.i6LLajUo072536@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 21 Jul 2004 21: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/polish/ekg Makefile ports/polish/ekg/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, 21 Jul 2004 21:36:46 -0000 pav 2004-07-21 21:36:45 UTC FreeBSD ports repository Modified files: polish/ekg Makefile Added files: polish/ekg/files patch-configure Log: - OpenSSL is special on FreeBSD, it's always there, and is not visible to pkg-config, so the test will falsely fail. This fix configure of gnugadu-2.0.3, which is coming soon. PR: ports/69315 Submitted by: Jacek Pelka (maintainer) Revision Changes Path 1.13 +1 -0 ports/polish/ekg/Makefile 1.1 +10 -0 ports/polish/ekg/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21:38: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 B9AFD16A4CE; Wed, 21 Jul 2004 21:38:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26CA43D2F; Wed, 21 Jul 2004 21:38:29 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LLcTXH072650; Wed, 21 Jul 2004 21:38:29 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LLcTDi072649; Wed, 21 Jul 2004 21:38:29 GMT (envelope-from pav) Message-Id: <200407212138.i6LLcTDi072649@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 21 Jul 2004 21:38: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/polish/gnugadu2 Makefile distinfo pkg-plist patch-src::plugins::gadu_gadu::gadu_gadu_plugin.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 21:38:29 -0000 pav 2004-07-21 21:38:29 UTC FreeBSD ports repository Modified files: polish/gnugadu2 Makefile distinfo pkg-plist Added files: polish/gnugadu2/files patch-src::plugins::GUI::GUI_plugin.c patch-src::plugins::gadu_gadu::gadu_gadu_plugin.c Log: - Update to 2.0.3 Submitted by: Piotr Smyrak (maintainer) Revision Changes Path 1.23 +2 -1 ports/polish/gnugadu2/Makefile 1.10 +2 -2 ports/polish/gnugadu2/distinfo 1.1 +19 -0 ports/polish/gnugadu2/files/patch-src::plugins::GUI::GUI_plugin.c (new) 1.1 +140 -0 ports/polish/gnugadu2/files/patch-src::plugins::gadu_gadu::gadu_gadu_plugin.c (new) 1.8 +1 -0 ports/polish/gnugadu2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21:41: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 34AAA16A4CF for ; Wed, 21 Jul 2004 21:41:08 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6506C43D53 for ; Wed, 21 Jul 2004 21:41:07 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i6LLcNYY070684 for cvs-all@freebsd.org.checked; (8.12.8/vak/2.1) Thu, 22 Jul 2004 01:38:23 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (rik.cronyx.ru [172.22.4.1]) by hanoi.cronyx.ru with ESMTP id i6LLabWc070583; (8.12.8/vak/2.1) Thu, 22 Jul 2004 01:36:38 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40FEE039.8010702@cronyx.ru> Date: Thu, 22 Jul 2004 01:29:29 +0400 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: Alfred Perlstein References: <200407211604.i6LG4kFK052991@repoman.freebsd.org> <40FE95FD.6000101@cronyx.ru> <40FE9A94.5090805@root.org> <40FE9FFF.6050702@freebsd.org> <20040721183444.GS95729@elvis.mu.org> In-Reply-To: <20040721183444.GS95729@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: Robert Watson cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 21:41:08 -0000 Alfred Perlstein: >* Scott Long [040721 09:57] wrote: > > >>It should be noted that syncing on panic is almost never a good idea. >>The whole idea of panic() is to signal that the system has gotten into >>an inconsistent and unrecoverable state. Do you really want to trust it >>to spam your drive with buffers that are in an unknown state via a set >>of codepaths that are in an unknown state? It's much better to just >>step back and let fsck try to repair the damage. I can't remember a >>single time in the last 4 years when a panic actually successfuly synced >>out all of the buffers and shutdown the filesystem, so it's not likely >>that you'll avoid a fsck on reboot with this. >> >> > >It's not about avoiding a fsck, it's about recovering the last 30+ seconds >of disk activity. Ie, files you've just created and such. > Just fresh view or one more crazy stupid idea ;-) Why not to save those 30+ sec data and let user apply it manualy (probably this is possible only for text data) at fsck time or later. We could create a disk in memory put files that would be touched in to it and apply one by one file and see what would happen. This may be usefull for critical data. And this sync_delta could be saved in safe place like crash dump saved. rik From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21: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 1CEC216A4CE; Wed, 21 Jul 2004 21:44:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1632A43D53; Wed, 21 Jul 2004 21:44:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LLiAuN072807; Wed, 21 Jul 2004 21:44:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LLiA8Y072806; Wed, 21 Jul 2004 21:44:10 GMT (envelope-from pav) Message-Id: <200407212144.i6LLiA8Y072806@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 21 Jul 2004 21:44: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/ftp/pure-ftpd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 21:44:11 -0000 pav 2004-07-21 21:44:10 UTC FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile distinfo Log: - Distfile rerolled, this is whole diff between old and new file: diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c --- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c Sat Jul 17 15:19:17 2004 +++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c Tue Jul 20 12:42:16 2004 @@ -466,16 +466,6 @@ fprintf(stderr, recargchar, optchar); pure_optopt = optchar; return BADARG; - } else if (!(flags & FLAG_PERMUTE)) { - /* - * If permutation is disabled, we can accept an - * optional arg separated by whitespace so long - * as it does not start with a dash (-). - */ - if (pure_optind + 1 < nargc && pure_optind + 1 > 0 && - *nargv[pure_optind + 1] != '-') { - pure_optarg = nargv[++pure_optind]; - } } else { pure_optarg = nargv[pure_optind]; } Reported by: sem Revision Changes Path 1.49 +1 -0 ports/ftp/pure-ftpd/Makefile 1.39 +2 -2 ports/ftp/pure-ftpd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21: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 89B6216A4CE; Wed, 21 Jul 2004 21:51:38 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C4843D1F; Wed, 21 Jul 2004 21:51:38 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id E4F1C7A49E; Wed, 21 Jul 2004 14:51:37 -0700 (PDT) Message-ID: <40FEE569.2010209@elischer.org> Date: Wed, 21 Jul 2004 14:51:37 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Alfred Perlstein References: <200407212045.i6LKjHvX090599@palm.tree.com> In-Reply-To: <200407212045.i6LKjHvX090599@palm.tree.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Roman Kurakin cc: Robert Watson cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 21:51:38 -0000 Stephan Uphoff wrote: >Alfred Perlstein wrote: > > >>* Scott Long [040721 09:57] wrote: >> >> >>>It should be noted that syncing on panic is almost never a good idea. >>>The whole idea of panic() is to signal that the system has gotten into >>>an inconsistent and unrecoverable state. Do you really want to trust it >>>to spam your drive with buffers that are in an unknown state via a set >>>of codepaths that are in an unknown state? It's much better to just >>>step back and let fsck try to repair the damage. I can't remember a >>>single time in the last 4 years when a panic actually successfuly synced >>>out all of the buffers and shutdown the filesystem, so it's not likely >>>that you'll avoid a fsck on reboot with this. >>> >>> >>It's not about avoiding a fsck, it's about recovering the last 30+ seconds >>of disk activity. Ie, files you've just created and such. >> >> > >Locking is disabled during a sync on panic. >( all lockmgr requests succeed) > >Even if the internal file system state is not corrupted >in a panic, multiple threads might be active in the filessystem >using locks to carefully update buffers or enforce the buffer >write order. > >A sync requests trampling through the file systems with >total disregard for any locks can do interesting things >to a filesystem on disk. > >I think adding a "dangerous" warning to the sysctl description >might be useful. >Otherwise it is hard to guess that by trying to save 30 seconds of >data one risks loosing the whole file system. > If you have no sync then you are more likely to have a successful core-dump.. so write a utility that extracts the missing data from the corefile ! :-) > > > Stephan > > > From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21:56: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 ECA9216A4CE; Wed, 21 Jul 2004 21:56:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D1A43D31; Wed, 21 Jul 2004 21:56:24 +0000 (GMT) (envelope-from gj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LLuOix073201; Wed, 21 Jul 2004 21:56:24 GMT (envelope-from gj@repoman.freebsd.org) Received: (from gj@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LLuOKJ073200; Wed, 21 Jul 2004 21:56:24 GMT (envelope-from gj) Message-Id: <200407212156.i6LLuOKJ073200@repoman.freebsd.org> From: Gary Jennejohn Date: Wed, 21 Jul 2004 21:56:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/xemacs/files patch-emacs.c ports/editors/xemacs-devel/files patch-emacs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 21:56:25 -0000 gj 2004-07-21 21:56:24 UTC FreeBSD ports repository Added files: editors/xemacs/files patch-emacs.c editors/xemacs-devel/files patch-emacs.c Log: Add patch-emacs.c to fix the following problem as quoted from the PR: The port patches src/mem-limits.h to declare the "lim_data" variable as rlim_t (a 64-bit type), but src/emacs.c still defines it as an integer. This makes the memory limit checking think that there are zero bytes available. PR: 69347 Submitted by: Andrew Heybey Revision Changes Path 1.1 +11 -0 ports/editors/xemacs-devel/files/patch-emacs.c (new) 1.1 +11 -0 ports/editors/xemacs/files/patch-emacs.c (new) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 21:57:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 198A916A4CE; Wed, 21 Jul 2004 21:57:55 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B91443D3F; Wed, 21 Jul 2004 21:57:52 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.200] ([192.168.0.200]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6LM3vZs064703; Wed, 21 Jul 2004 16:03:57 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40FEE6CA.3090005@samsco.org> Date: Wed, 21 Jul 2004 15:57:30 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200407212045.i6LKjHvX090599@palm.tree.com> <40FEE569.2010209@elischer.org> In-Reply-To: <40FEE569.2010209@elischer.org> X-Enigmail-Version: 0.84.2.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: Alfred Perlstein cc: Scott Long cc: cvs-all@FreeBSD.org cc: Roman Kurakin cc: Robert Watson cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 21:57:55 -0000 Julian Elischer wrote: > > > Stephan Uphoff wrote: > >> Alfred Perlstein wrote: >> >> >>> * Scott Long [040721 09:57] wrote: >>> >>> >>>> It should be noted that syncing on panic is almost never a good idea. >>>> The whole idea of panic() is to signal that the system has gotten into >>>> an inconsistent and unrecoverable state. Do you really want to >>>> trust it >>>> to spam your drive with buffers that are in an unknown state via a set >>>> of codepaths that are in an unknown state? It's much better to just >>>> step back and let fsck try to repair the damage. I can't remember a >>>> single time in the last 4 years when a panic actually successfuly >>>> synced >>>> out all of the buffers and shutdown the filesystem, so it's not likely >>>> that you'll avoid a fsck on reboot with this. >>>> >>> >>> It's not about avoiding a fsck, it's about recovering the last 30+ >>> seconds >>> of disk activity. Ie, files you've just created and such. >>> >> >> >> Locking is disabled during a sync on panic. >> ( all lockmgr requests succeed) >> >> Even if the internal file system state is not corrupted >> in a panic, multiple threads might be active in the filessystem >> using locks to carefully update buffers or enforce the buffer >> write order. >> >> A sync requests trampling through the file systems with >> total disregard for any locks can do interesting things >> to a filesystem on disk. >> >> I think adding a "dangerous" warning to the sysctl description might >> be useful. >> Otherwise it is hard to guess that by trying to save 30 seconds of >> data one risks loosing the whole file system. >> > > If you have no sync then you are more likely to have a successful > core-dump.. > so write a utility that extracts the missing data from the corefile ! > > :-) > Implementing a journalling filesystem would be a much more beneficial use of time here. Scott From owner-cvs-all@FreeBSD.ORG Wed Jul 21 22:02:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9B516A4CE; Wed, 21 Jul 2004 22:02:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DEDA43D2D; Wed, 21 Jul 2004 22:02:48 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LM2mpq073376; Wed, 21 Jul 2004 22:02:48 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LM2mvC073375; Wed, 21 Jul 2004 22:02:48 GMT (envelope-from cognet) Message-Id: <200407212202.i6LM2mvC073375@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 21 Jul 2004 22:02:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/include pmap.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, 21 Jul 2004 22:02:48 -0000 cognet 2004-07-21 22:02:48 UTC FreeBSD src repository Modified files: sys/arm/include pmap.h Log: Define pmap_page_is_mapped(). Revision Changes Path 1.3 +1 -0 src/sys/arm/include/pmap.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 22: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 8809216A4CE; Wed, 21 Jul 2004 22:04:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0B943D2F; Wed, 21 Jul 2004 22:04:05 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LM457B073423; Wed, 21 Jul 2004 22:04:05 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LM455l073422; Wed, 21 Jul 2004 22:04:05 GMT (envelope-from cognet) Message-Id: <200407212204.i6LM455l073422@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 21 Jul 2004 22: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/arm/arm busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 22:04:05 -0000 cognet 2004-07-21 22:04:05 UTC FreeBSD src repository Modified files: sys/arm/arm busdma_machdep.c Log: Use the kernel pmap if no thread is provided. Revision Changes Path 1.2 +2 -2 src/sys/arm/arm/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Wed Jul 21 22:04: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 5072D16A4CE; Wed, 21 Jul 2004 22:04:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D4243D46; Wed, 21 Jul 2004 22:04:32 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LM4WVg073461; Wed, 21 Jul 2004 22:04:32 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LM4WlH073460; Wed, 21 Jul 2004 22:04:32 GMT (envelope-from cognet) Message-Id: <200407212204.i6LM4WlH073460@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 21 Jul 2004 22:04: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/arm/include pcb.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, 21 Jul 2004 22:04:32 -0000 cognet 2004-07-21 22:04:32 UTC FreeBSD src repository Modified files: sys/arm/include pcb.h Log: Do not declare curpcb. Revision Changes Path 1.3 +1 -1 src/sys/arm/include/pcb.h From owner-cvs-all@FreeBSD.ORG Wed Jul 21 22:19: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 DCA5016A4CE; Wed, 21 Jul 2004 22:19:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE23143D41; Wed, 21 Jul 2004 22:19:34 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LMJYXo073893; Wed, 21 Jul 2004 22:19:34 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LMJYbI073892; Wed, 21 Jul 2004 22:19:34 GMT (envelope-from kuriyama) Message-Id: <200407212219.i6LMJYbI073892@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 21 Jul 2004 22:19: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/tramp Makefile distinfo ports/net/tramp/files patch-tramp.el X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 22:19:35 -0000 kuriyama 2004-07-21 22:19:34 UTC FreeBSD ports repository Modified files: net/tramp Makefile distinfo Removed files: net/tramp/files patch-tramp.el Log: - Upgrade to 2.0.43 (2.0.41 didn't work on emacs-21.3 by using not existing function "copy-tree"). - Use autoconf-2.59 and regenerate configure script to avoid a bug in AC_CHECK_PROG(..., [$PATH:/]). Revision Changes Path 1.20 +2 -3 ports/net/tramp/Makefile 1.14 +2 -2 ports/net/tramp/distinfo 1.2 +0 -42 ports/net/tramp/files/patch-tramp.el (dead) From owner-cvs-all@FreeBSD.ORG Wed Jul 21 22: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 8D65216A4CE; Wed, 21 Jul 2004 22:32:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0E643D45; Wed, 21 Jul 2004 22:32:40 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LMWeUA074249; Wed, 21 Jul 2004 22:32:40 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LMWe3n074248; Wed, 21 Jul 2004 22:32:40 GMT (envelope-from glewis) Message-Id: <200407212232.i6LMWe3n074248@repoman.freebsd.org> From: Greg Lewis Date: Wed, 21 Jul 2004 22:32:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/smarty Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 22:32:40 -0000 glewis 2004-07-21 22:32:40 UTC FreeBSD ports repository Modified files: www/smarty Makefile distinfo pkg-plist Log: . Update to 2.6.3. PR: 69207 Submitted by: zhuravlev alexander (maintainer) Revision Changes Path 1.19 +2 -3 ports/www/smarty/Makefile 1.14 +4 -4 ports/www/smarty/distinfo 1.14 +1 -43 ports/www/smarty/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 22: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 C638016A4CE; Wed, 21 Jul 2004 22:55:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A922843D4C; Wed, 21 Jul 2004 22:55:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LMtvuQ074878; Wed, 21 Jul 2004 22:55:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LMtv6R074877; Wed, 21 Jul 2004 22:55:57 GMT (envelope-from pav) Message-Id: <200407212255.i6LMtv6R074877@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 21 Jul 2004 22:55:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gimp 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, 21 Jul 2004 22:55:58 -0000 pav 2004-07-21 22:55:57 UTC FreeBSD ports repository Modified files: graphics/gimp Makefile distinfo pkg-plist Log: - Update to 2.0.3 Revision Changes Path 1.159 +1 -1 ports/graphics/gimp/Makefile 1.69 +2 -2 ports/graphics/gimp/distinfo 1.90 +2 -0 ports/graphics/gimp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Jul 21 23:10:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8168E16A4CE; Wed, 21 Jul 2004 23:10:36 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20B343D2F; Wed, 21 Jul 2004 23:10:35 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id AFC38653AD; Thu, 22 Jul 2004 00:10:33 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 44094-02-2; Thu, 22 Jul 2004 00:10:33 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id DEB4F652EC; Thu, 22 Jul 2004 00:10:32 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 7225C615E; Thu, 22 Jul 2004 00:10:31 +0100 (BST) Date: Thu, 22 Jul 2004 00:10:31 +0100 From: Bruce M Simpson To: Andre Oppermann Message-ID: <20040721231031.GB775@empiric.dek.spc.org> Mail-Followup-To: Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200407211955.i6LJtEIl069104@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407211955.i6LJtEIl069104@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 23:10:36 -0000 On Wed, Jul 21, 2004 at 07:55:14PM +0000, Andre Oppermann wrote: > Log: > Extend versrcreach by checking against the rt_flags for RTF_REJECT and > RTF_BLACKHOLE as well. I looked at this, and it looked good. The only caveat I can think of it this: it won't DTRT for routes pointing to an instance of disc(4) unless these flags are also explicitly set for such routes. Other than that, useful and good. Regards, BMS From owner-cvs-all@FreeBSD.ORG Wed Jul 21 23:46: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 87AC816A4CE; Wed, 21 Jul 2004 23:46:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A11F43D48; Wed, 21 Jul 2004 23:46:03 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LNk3Mx076072; Wed, 21 Jul 2004 23:46:03 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LNk3Ll076071; Wed, 21 Jul 2004 23:46:03 GMT (envelope-from bms) Message-Id: <200407212346.i6LNk3Ll076071@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 21 Jul 2004 23:46:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/bigsister Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 23:46:03 -0000 bms 2004-07-21 23:46:03 UTC FreeBSD ports repository (src committer) Modified files: net-mgmt/bigsister Makefile Log: Drop maintainership forthwith. I am a Nagios convert and proud. Revision Changes Path 1.7 +1 -1 ports/net-mgmt/bigsister/Makefile From owner-cvs-all@FreeBSD.ORG Wed Jul 21 23: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 567F216A4CE; Wed, 21 Jul 2004 23:56:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505E343D39; Wed, 21 Jul 2004 23:56:09 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6LNu9rF076389; Wed, 21 Jul 2004 23:56:09 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6LNu9Z6076388; Wed, 21 Jul 2004 23:56:09 GMT (envelope-from green) Message-Id: <200407212356.i6LNu9Z6076388@repoman.freebsd.org> From: Brian Feldman Date: Wed, 21 Jul 2004 23:56:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/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, 21 Jul 2004 23:56:09 -0000 green 2004-07-21 23:56:09 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Fix a race in vm_page_sleep_if_busy(). Due to vm_object locking being incomplete, it currently has to know how to drop and pick back up the vm_object's mutex if it has to sleep and drop the page queue mutex. The problem with this is that if the page is busy, while we are sleeping, the page can be freed and object disappear. When trying to lock m->object, we'd get a stale or NULL pointer and crash. The object is now cached, but this makes the assumption that the object is referenced in some manner and will not itself disappear while it is unlocked. Since this only happens if the object is locked, I had to remove an assumption earlier in contigmalloc() that reversed the order of locking the object and doing vm_page_sleep_if_busy(), not the normal order. Revision Changes Path 1.289 +12 -4 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 00: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 E6D0916A4CE; Thu, 22 Jul 2004 00:01:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C541E43D45; Thu, 22 Jul 2004 00:01:10 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M01AJZ076546; Thu, 22 Jul 2004 00:01:10 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M01Ara076545; Thu, 22 Jul 2004 00:01:10 GMT (envelope-from oliver) Message-Id: <200407220001.i6M01Ara076545@repoman.freebsd.org> From: Oliver Lehmann Date: Thu, 22 Jul 2004 00: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/mail/courier-imap 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, 22 Jul 2004 00:01:11 -0000 oliver 2004-07-22 00:01:10 UTC FreeBSD ports repository Modified files: mail/courier-imap distinfo Log: the drac patch got lost in the last commit. Fix that! Noted By: Nate Silva Revision Changes Path 1.38 +2 -0 ports/mail/courier-imap/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 00:16: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 3244B16A4CE; Thu, 22 Jul 2004 00:16:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 157D143D1F; Thu, 22 Jul 2004 00:16:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M0GoKv076939; Thu, 22 Jul 2004 00:16:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M0Go2V076938; Thu, 22 Jul 2004 00:16:50 GMT (envelope-from imp) Message-Id: <200407220016.i6M0Go2V076938@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 00:16:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ep if_ep_eisa.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 00:16:51 -0000 imp 2004-07-22 00:16:50 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep_eisa.c Log: Minor style nit Revision Changes Path 1.30 +1 -1 src/sys/dev/ep/if_ep_eisa.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 00:24: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 DECB716A4CE; Thu, 22 Jul 2004 00:24:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C188543D48; Thu, 22 Jul 2004 00:24:08 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M0O8nD077166; Thu, 22 Jul 2004 00:24:08 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M0O8t2077165; Thu, 22 Jul 2004 00:24:08 GMT (envelope-from marcus) Message-Id: <200407220024.i6M0O8t2077165@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Jul 2004 00:24:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ethereal Makefile ports/net/ethereal/files patch-capture.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 00:24:09 -0000 marcus 2004-07-22 00:24:08 UTC FreeBSD ports repository Modified files: net/ethereal Makefile Added files: net/ethereal/files patch-capture.c Log: Add a forgotten patch to really fix the capture lockups when ethereal is built with GTK+ 2 support. Revision Changes Path 1.75 +1 -0 ports/net/ethereal/Makefile 1.1 +11 -0 ports/net/ethereal/files/patch-capture.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 00:54:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E545B16A4CE; Thu, 22 Jul 2004 00:54:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C766443D48; Thu, 22 Jul 2004 00:54:01 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M0s1Ns077921; Thu, 22 Jul 2004 00:54:01 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M0s1Hg077920; Thu, 22 Jul 2004 00:54:01 GMT (envelope-from gallatin) Message-Id: <200407220054.i6M0s1Hg077920@repoman.freebsd.org> From: Andrew Gallatin Date: Thu, 22 Jul 2004 00:54: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/powerpc/powermac pswitch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 00:54:02 -0000 gallatin 2004-07-22 00:54:01 UTC FreeBSD src repository Modified files: sys/powerpc/powermac pswitch.c Log: Make this compile: add sys/module.h and KDBify. Revision Changes Path 1.3 +3 -5 src/sys/powerpc/powermac/pswitch.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 00:56: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 49E2D16A4CE; Thu, 22 Jul 2004 00:56:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBAD43D48; Thu, 22 Jul 2004 00:56:40 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M0ueBj078073; Thu, 22 Jul 2004 00:56:40 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M0uehj078072; Thu, 22 Jul 2004 00:56:40 GMT (envelope-from ijliao) Message-Id: <200407220056.i6M0uehj078072@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 00:56:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Kwiki 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, 22 Jul 2004 00:56:40 -0000 ijliao 2004-07-22 00:56:40 UTC FreeBSD ports repository Modified files: www/p5-Kwiki Makefile distinfo pkg-plist Log: upgrade to 0.32 PR: 69397 Submitted by: maintainer Revision Changes Path 1.2 +2 -1 ports/www/p5-Kwiki/Makefile 1.2 +2 -2 ports/www/p5-Kwiki/distinfo 1.2 +1 -0 ports/www/p5-Kwiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:02: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 35FB516A4CE; Thu, 22 Jul 2004 01:02:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B1443D3F; Thu, 22 Jul 2004 01:02:08 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M127vO078267; Thu, 22 Jul 2004 01:02:07 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M127av078266; Thu, 22 Jul 2004 01:02:07 GMT (envelope-from ijliao) Message-Id: <200407220102.i6M127av078266@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:02: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/mail/mail-notification 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, 22 Jul 2004 01:02:08 -0000 ijliao 2004-07-22 01:02:07 UTC FreeBSD ports repository Modified files: mail/mail-notification Makefile distinfo pkg-plist Log: upgrade to 0.5.0 PR: 69395 Submitted by: maintainer Revision Changes Path 1.8 +9 -2 ports/mail/mail-notification/Makefile 1.5 +2 -2 ports/mail/mail-notification/distinfo 1.4 +2 -0 ports/mail/mail-notification/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01: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 03DCE16A4CE; Thu, 22 Jul 2004 01:10:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CE043D49; Thu, 22 Jul 2004 01:10:30 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1AUlp078555; Thu, 22 Jul 2004 01:10:30 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1AUaD078554; Thu, 22 Jul 2004 01:10:30 GMT (envelope-from ijliao) Message-Id: <200407220110.i6M1AUaD078554@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:10: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/audio/libcddb Makefile distinfo pkg-plist cddb_ni.h-systypes-patch patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 01:10:31 -0000 ijliao 2004-07-22 01:10:30 UTC FreeBSD ports repository Modified files: audio/libcddb Makefile distinfo pkg-plist audio/libcddb/files cddb.h-systypes-patch cddb_ni.h-systypes-patch Added files: audio/libcddb/files patch-ltmain.sh Log: upgrade to 0.9.5 PR: 69393 Submitted by: maintainer Revision Changes Path 1.6 +4 -4 ports/audio/libcddb/Makefile 1.2 +2 -2 ports/audio/libcddb/distinfo 1.2 +6 -7 ports/audio/libcddb/files/cddb.h-systypes-patch 1.2 +9 -9 ports/audio/libcddb/files/cddb_ni.h-systypes-patch 1.1 +15 -0 ports/audio/libcddb/files/patch-ltmain.sh (new) 1.3 +1 -0 ports/audio/libcddb/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01: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 BFD9E16A4CE; Thu, 22 Jul 2004 01:19:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1F0743D55; Thu, 22 Jul 2004 01:19:16 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1JG8w078754; Thu, 22 Jul 2004 01:19:16 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1JGQn078753; Thu, 22 Jul 2004 01:19:16 GMT (envelope-from marcus) Message-Id: <200407220119.i6M1JGQn078753@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Jul 2004 01:19:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/gnomeapplets2 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, 22 Jul 2004 01:19:16 -0000 marcus 2004-07-22 01:19:16 UTC FreeBSD ports repository Modified files: x11/gnomeapplets2 Makefile distinfo pkg-plist Log: Update to 2.6.2.1. Revision Changes Path 1.67 +3 -3 ports/x11/gnomeapplets2/Makefile 1.31 +2 -2 ports/x11/gnomeapplets2/distinfo 1.38 +13 -5 ports/x11/gnomeapplets2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:26: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 30ABA16A4CE; Thu, 22 Jul 2004 01:26:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1268A43D1D; Thu, 22 Jul 2004 01:26:14 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1QD9J079019; Thu, 22 Jul 2004 01:26:13 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1QDY0079018; Thu, 22 Jul 2004 01:26:13 GMT (envelope-from ijliao) Message-Id: <200407220126.i6M1QDY0079018@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:26: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/audio/faac Makefile ports/audio/faac/files patch-gcc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 01:26:14 -0000 ijliao 2004-07-22 01:26:13 UTC FreeBSD ports repository Modified files: audio/faac Makefile Added files: audio/faac/files patch-gcc Log: Remove windows stuff and fix so faac will compile with gstreamer-plugins PR: 69388 Submitted by: maintainer Revision Changes Path 1.7 +2 -0 ports/audio/faac/Makefile 1.1 +79 -0 ports/audio/faac/files/patch-gcc (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:28: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 0B82516A4CE; Thu, 22 Jul 2004 01:28:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056C743D1D; Thu, 22 Jul 2004 01:28:52 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1SpZ0079111; Thu, 22 Jul 2004 01:28:51 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1Spv5079110; Thu, 22 Jul 2004 01:28:51 GMT (envelope-from grehan) Message-Id: <200407220128.i6M1Spv5079110@repoman.freebsd.org> From: Peter Grehan Date: Thu, 22 Jul 2004 01:28: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/powerpc/include frame.h src/sys/powerpc/powerpc genassym.c swtch.S 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, 22 Jul 2004 01:28:52 -0000 grehan 2004-07-22 01:28:51 UTC FreeBSD src repository Modified files: sys/powerpc/include frame.h sys/powerpc/powerpc genassym.c swtch.S vm_machdep.c Log: Update the callframe structure to leave space for the frame pointer and saved link register as per the ABI call sequence. Update code that uses this (fork_trampoline etc) to use the correct genassym'd offsets. This fixes the 'invalid LR' message when backtracing kernel threads in DDB. Revision Changes Path 1.9 +2 -0 src/sys/powerpc/include/frame.h 1.54 +2 -0 src/sys/powerpc/powerpc/genassym.c 1.20 +4 -1 src/sys/powerpc/powerpc/swtch.S 1.104 +2 -0 src/sys/powerpc/powerpc/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01: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 1F82516A4CE; Thu, 22 Jul 2004 01:32:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C4343D45; Thu, 22 Jul 2004 01:32:21 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1WKpY079279; Thu, 22 Jul 2004 01:32:20 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1WKKn079278; Thu, 22 Jul 2004 01:32:20 GMT (envelope-from ijliao) Message-Id: <200407220132.i6M1WKKn079278@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01: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/textproc/dbacl 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, 22 Jul 2004 01:32:21 -0000 ijliao 2004-07-22 01:32:20 UTC FreeBSD ports repository Modified files: textproc/dbacl Makefile distinfo pkg-plist Log: upgrade to 1.7 PR: 69386 Submitted by: maintainer Revision Changes Path 1.3 +3 -2 ports/textproc/dbacl/Makefile 1.4 +2 -2 ports/textproc/dbacl/distinfo 1.3 +2 -1 ports/textproc/dbacl/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:37: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 EE21416A4CE; Thu, 22 Jul 2004 01:37:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB7843D39; Thu, 22 Jul 2004 01:37:56 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1buJx079477; Thu, 22 Jul 2004 01:37:56 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1buoB079476; Thu, 22 Jul 2004 01:37:56 GMT (envelope-from murray) Message-Id: <200407220137.i6M1buoB079476@repoman.freebsd.org> From: Murray Stokely Date: Thu, 22 Jul 2004 01:37: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/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 01:37:57 -0000 murray 2004-07-22 01:37:56 UTC FreeBSD src repository Modified files: release/scripts print-cdrom-packages.sh Log: Improve package list for disc3: xemacs21 -> xemacs, add apache13, apache2, and php packages to this disc. Revision Changes Path 1.59 +6 -1 src/release/scripts/print-cdrom-packages.sh From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:43: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 59DE316A4CE; Thu, 22 Jul 2004 01:43:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACF743D2F; Thu, 22 Jul 2004 01:43:23 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1hNwk079644; Thu, 22 Jul 2004 01:43:23 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1hNio079643; Thu, 22 Jul 2004 01:43:23 GMT (envelope-from ijliao) Message-Id: <200407220143.i6M1hNio079643@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/nltk 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, 22 Jul 2004 01:43:23 -0000 ijliao 2004-07-22 01:43:23 UTC FreeBSD ports repository Modified files: textproc/nltk Makefile distinfo Removed files: textproc/nltk pkg-plist Log: upgrade to 1.4 PR: 69402 Submitted by: maintainer Revision Changes Path 1.6 +8 -2 ports/textproc/nltk/Makefile 1.5 +2 -2 ports/textproc/nltk/distinfo 1.4 +0 -141 ports/textproc/nltk/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:48: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 4C1B716A4CE; Thu, 22 Jul 2004 01:48:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4489143D41; Thu, 22 Jul 2004 01:48:42 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1mgbX079857; Thu, 22 Jul 2004 01:48:42 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1mgu8079856; Thu, 22 Jul 2004 01:48:42 GMT (envelope-from ijliao) Message-Id: <200407220148.i6M1mgu8079856@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:48: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-mgmt Makefile ports/net-mgmt/nagiostat Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/nagiostat/files patch-README patch-nagiostat patch-nagiostat.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: Thu, 22 Jul 2004 01:48:42 -0000 ijliao 2004-07-22 01:48:42 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/nagiostat Makefile distinfo pkg-descr pkg-plist net-mgmt/nagiostat/files patch-README patch-nagiostat patch-nagiostat.conf Log: add nagiostat 1.0.0 Nagiostat parses performance-data from Nagios and generates graphs PR: 69370 Submitted by: Janos Mohacsi Revision Changes Path 1.19 +1 -0 ports/net-mgmt/Makefile 1.1 +55 -0 ports/net-mgmt/nagiostat/Makefile (new) 1.1 +2 -0 ports/net-mgmt/nagiostat/distinfo (new) 1.1 +112 -0 ports/net-mgmt/nagiostat/files/patch-README (new) 1.1 +16 -0 ports/net-mgmt/nagiostat/files/patch-nagiostat (new) 1.1 +27 -0 ports/net-mgmt/nagiostat/files/patch-nagiostat.conf (new) 1.1 +6 -0 ports/net-mgmt/nagiostat/pkg-descr (new) 1.1 +15 -0 ports/net-mgmt/nagiostat/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:48: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 C0C7216A4CE; Thu, 22 Jul 2004 01:48:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A44C143D41; Thu, 22 Jul 2004 01:48:54 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1msgi079903; Thu, 22 Jul 2004 01:48:54 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1msFQ079902; Thu, 22 Jul 2004 01:48:54 GMT (envelope-from ijliao) Message-Id: <200407220148.i6M1msFQ079902@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:48: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 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, 22 Jul 2004 01:48:54 -0000 ijliao 2004-07-22 01:48:54 UTC FreeBSD ports repository Modified files: . modules Log: nagiostat --> ports/net-mgmt/nagiostat Revision Changes Path 1.10713 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:52: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 56ADD16A4CE; Thu, 22 Jul 2004 01:52:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5B543D3F; Thu, 22 Jul 2004 01:52:02 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1q27h080081; Thu, 22 Jul 2004 01:52:02 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1q2UD080080; Thu, 22 Jul 2004 01:52:02 GMT (envelope-from ijliao) Message-Id: <200407220152.i6M1q2UD080080@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:52: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/graphics/zphoto 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, 22 Jul 2004 01:52:02 -0000 ijliao 2004-07-22 01:52:02 UTC FreeBSD ports repository Modified files: graphics/zphoto Makefile distinfo pkg-plist Log: upgrade to 1.2 PR: 69363 Submitted by: maintainer Revision Changes Path 1.15 +19 -10 ports/graphics/zphoto/Makefile 1.9 +2 -2 ports/graphics/zphoto/distinfo 1.4 +9 -0 ports/graphics/zphoto/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 01:54: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 1F73D16A4CE; Thu, 22 Jul 2004 01:54:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025B343D3F; Thu, 22 Jul 2004 01:54:39 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1scdA080144; Thu, 22 Jul 2004 01:54:38 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1scuD080143; Thu, 22 Jul 2004 01:54:38 GMT (envelope-from ijliao) Message-Id: <200407220154.i6M1scuD080143@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:54: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/irc/pircbot 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, 22 Jul 2004 01:54:39 -0000 ijliao 2004-07-22 01:54:38 UTC FreeBSD ports repository Modified files: irc/pircbot Makefile distinfo Log: upgrade to 1.4.2 PR: 69353 Submitted by: maintainer Revision Changes Path 1.27 +1 -1 ports/irc/pircbot/Makefile 1.22 +2 -2 ports/irc/pircbot/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 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 4D97416A4CE; Thu, 22 Jul 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 2D69243D46; Thu, 22 Jul 2004 01:56:33 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M1uXfR080259; Thu, 22 Jul 2004 01:56:33 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M1uXpO080258; Thu, 22 Jul 2004 01:56:33 GMT (envelope-from ijliao) Message-Id: <200407220156.i6M1uXpO080258@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 01:56:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/phptags 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, 22 Jul 2004 01:56:33 -0000 ijliao 2004-07-22 01:56:33 UTC FreeBSD ports repository Modified files: devel/phptags Makefile distinfo Log: upgrade to 0.2.3 PR: 69348 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/devel/phptags/Makefile 1.4 +2 -2 ports/devel/phptags/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:00: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 EA15D16A4CE; Thu, 22 Jul 2004 02:00:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB71543D53; Thu, 22 Jul 2004 02:00:11 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M20Bkp080341; Thu, 22 Jul 2004 02:00:11 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M20B4F080340; Thu, 22 Jul 2004 02:00:11 GMT (envelope-from ijliao) Message-Id: <200407220200.i6M20B4F080340@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 02:00: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/mail/squirrelmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 02:00:12 -0000 ijliao 2004-07-22 02:00:11 UTC FreeBSD ports repository Modified files: mail/squirrelmail Makefile Log: utilize new PHP framework PR: 69346 Submitted by: maintainer Revision Changes Path 1.23 +12 -1 ports/mail/squirrelmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02: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 B0DC016A4CE; Thu, 22 Jul 2004 02:01:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A8B43D2D; Thu, 22 Jul 2004 02:01:55 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M21tib080466; Thu, 22 Jul 2004 02:01:55 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M21tvK080465; Thu, 22 Jul 2004 02:01:55 GMT (envelope-from ijliao) Message-Id: <200407220201.i6M21tvK080465@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 02: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/irc/unreal 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, 22 Jul 2004 02:01:55 -0000 ijliao 2004-07-22 02:01:55 UTC FreeBSD ports repository Modified files: irc/unreal Makefile distinfo pkg-plist Log: upgrade to 3.2.1 PR: 69344 Submitted by: maintainer Revision Changes Path 1.3 +38 -3 ports/irc/unreal/Makefile 1.2 +2 -2 ports/irc/unreal/distinfo 1.2 +3 -0 ports/irc/unreal/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:03: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 A9F9816A4CE; Thu, 22 Jul 2004 02:03:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEF143D2D; Thu, 22 Jul 2004 02:03:57 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M23vhI080536; Thu, 22 Jul 2004 02:03:57 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M23vgV080535; Thu, 22 Jul 2004 02:03:57 GMT (envelope-from ijliao) Message-Id: <200407220203.i6M23vgV080535@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 02:03:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/pear-APC 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, 22 Jul 2004 02:03:57 -0000 ijliao 2004-07-22 02:03:57 UTC FreeBSD ports repository Modified files: www/pear-APC Makefile distinfo Log: upgrade to 2.0.4 PR: 69342 Submitted by: Martin Matuska Revision Changes Path 1.5 +1 -1 ports/www/pear-APC/Makefile 1.3 +2 -2 ports/www/pear-APC/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:05: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 E88EB16A4CE; Thu, 22 Jul 2004 02:05:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA02843D4C; Thu, 22 Jul 2004 02:05:46 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M25k7m080677; Thu, 22 Jul 2004 02:05:46 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M25kn1080676; Thu, 22 Jul 2004 02:05:46 GMT (envelope-from alc) Message-Id: <200407220205.i6M25kn1080676@repoman.freebsd.org> From: Alan Cox Date: Thu, 22 Jul 2004 02:05: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/ia64/ia64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 02:05:47 -0000 alc 2004-07-22 02:05:46 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: In pmap_mincore() create a private copy of the pte for use after the pmap lock is released. Revision Changes Path 1.144 +5 -1 src/sys/ia64/ia64/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:06: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 59B7616A4CE; Thu, 22 Jul 2004 02:06:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6FE43D1D; Thu, 22 Jul 2004 02:06:21 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M26LXV080719; Thu, 22 Jul 2004 02:06:21 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M26LWw080718; Thu, 22 Jul 2004 02:06:21 GMT (envelope-from ijliao) Message-Id: <200407220206.i6M26LWw080718@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 02:06: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/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: Thu, 22 Jul 2004 02:06:21 -0000 ijliao 2004-07-22 02:06:21 UTC FreeBSD ports repository Modified files: databases/adodb Makefile distinfo pkg-plist Log: upgrade to 4.50 PR: 69341 submitted by: maintainer Revision Changes Path 1.31 +27 -15 ports/databases/adodb/Makefile 1.19 +2 -2 ports/databases/adodb/distinfo 1.19 +15 -0 ports/databases/adodb/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:42: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 4549C16A4CE; Thu, 22 Jul 2004 02:42:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CDB43D3F; Thu, 22 Jul 2004 02:42:38 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M2gc6n081606; Thu, 22 Jul 2004 02:42:38 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M2gcNd081605; Thu, 22 Jul 2004 02:42:38 GMT (envelope-from murray) Message-Id: <200407220242.i6M2gcNd081605@repoman.freebsd.org> From: Murray Stokely Date: Thu, 22 Jul 2004 02:42: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/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: Thu, 22 Jul 2004 02:42:38 -0000 murray 2004-07-22 02:42:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Add nascent section about running an FTP server on FreeBSD. Sponsored by: FreeBSD Mall, Inc. Revision Changes Path 1.8 +123 -0 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:45: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 DE1E316A4CE; Thu, 22 Jul 2004 02:45:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16B643D39; Thu, 22 Jul 2004 02:45:57 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M2jvXe081769; Thu, 22 Jul 2004 02:45:57 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M2jvwV081768; Thu, 22 Jul 2004 02:45:57 GMT (envelope-from murray) Message-Id: <200407220245.i6M2jvwV081768@repoman.freebsd.org> From: Murray Stokely Date: Thu, 22 Jul 2004 02:45: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/share/dict freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 02:45:58 -0000 murray 2004-07-22 02:45:57 UTC FreeBSD src repository Modified files: share/dict freebsd Log: Add 'benchmarked' and many technical acronyms for protocols, product names, and company names. Revision Changes Path 1.10 +30 -2 src/share/dict/freebsd From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:46: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 5D12F16A4CE; Thu, 22 Jul 2004 02:46:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B61E43D2F; Thu, 22 Jul 2004 02:46:26 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M2kQ6m081809; Thu, 22 Jul 2004 02:46:26 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M2kP2H081808; Thu, 22 Jul 2004 02:46:25 GMT (envelope-from silby) Message-Id: <200407220246.i6M2kP2H081808@repoman.freebsd.org> From: Mike Silbersack Date: Thu, 22 Jul 2004 02:46: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/tools/regression/pipe pipe-reverse.c pipe-wraparound.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 02:46:26 -0000 silby 2004-07-22 02:46:25 UTC FreeBSD src repository Added files: tools/regression/pipe pipe-reverse.c pipe-wraparound.c Log: Add two more programs useful for testing the correctness of pipes. Revision Changes Path 1.1 +112 -0 src/tools/regression/pipe/pipe-reverse.c (new) 1.1 +102 -0 src/tools/regression/pipe/pipe-wraparound.c (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:51:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC91C16A4CE; Thu, 22 Jul 2004 02:51:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC0043D1D; Thu, 22 Jul 2004 02:51:51 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M2pp5K081997; Thu, 22 Jul 2004 02:51:51 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M2ppSE081996; Thu, 22 Jul 2004 02:51:51 GMT (envelope-from murray) Message-Id: <200407220251.i6M2ppSE081996@repoman.freebsd.org> From: Murray Stokely Date: Thu, 22 Jul 2004 02:51:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj handbook3.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, 22 Jul 2004 02:51:52 -0000 murray 2004-07-22 02:51:51 UTC FreeBSD doc repository Modified files: en/docproj handbook3.sgml Log: Update with new tasks. We should describe setting up a windows file server with Samba in the Handbook. Revision Changes Path 1.34 +20 -6 www/en/docproj/handbook3.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02:56: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 1454A16A4CE; Thu, 22 Jul 2004 02:56:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC8B43D3F; Thu, 22 Jul 2004 02:56:40 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M2uelK082180; Thu, 22 Jul 2004 02:56:40 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M2ueAI082179; Thu, 22 Jul 2004 02:56:40 GMT (envelope-from ceri) Message-Id: <200407220256.i6M2ueAI082179@repoman.freebsd.org> From: Ceri Davies Date: Thu, 22 Jul 2004 02:56: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/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: Thu, 22 Jul 2004 02:56:41 -0000 ceri 2004-07-22 02:56:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Minor cleanups of the new Apache section. Revision Changes Path 1.9 +6 -6 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 02: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 CC46A16A4CE; Thu, 22 Jul 2004 02:57:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCB143D2D; Thu, 22 Jul 2004 02:57:29 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M2vT4P082225; Thu, 22 Jul 2004 02:57:29 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M2vTsW082224; Thu, 22 Jul 2004 02:57:29 GMT (envelope-from tjr) Message-Id: <200407220257.i6M2vTsW082224@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 22 Jul 2004 02:57: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/locale wcsnrtombs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 02:57:30 -0000 tjr 2004-07-22 02:57:29 UTC FreeBSD src repository Modified files: lib/libc/locale wcsnrtombs.c Log: Return the correct value when dst == NULL and conversion has stopped after nwc dropping to zero. Revision Changes Path 1.2 +2 -2 src/lib/libc/locale/wcsnrtombs.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 03:03: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 3046516A4CE; Thu, 22 Jul 2004 03:03:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C586743D45; Thu, 22 Jul 2004 03:03:39 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M33dFk082694; Thu, 22 Jul 2004 03:03:39 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M33dHs082693; Thu, 22 Jul 2004 03:03:39 GMT (envelope-from murray) Message-Id: <200407220303.i6M33dHs082693@repoman.freebsd.org> From: Murray Stokely Date: Thu, 22 Jul 2004 03:03:39 +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: Thu, 22 Jul 2004 03:03:40 -0000 murray 2004-07-22 03:03:39 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Use tag with the first three occurrences of NFS, NIS, NTP, and remove other instances of for subsequent uses of the acronym. The consensus seems to be that a few underlines for these acronyms with mouseover definitions is good, but it gets distracting if we every single instance as a faint dotted underline. Revision Changes Path 1.10 +155 -151 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 03:18:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D4B16A4CE; Thu, 22 Jul 2004 03:18:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA37843D1F; Thu, 22 Jul 2004 03:18:06 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M3I6B8083117; Thu, 22 Jul 2004 03:18:06 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M3I6KK083116; Thu, 22 Jul 2004 03:18:06 GMT (envelope-from murray) Message-Id: <200407220318.i6M3I6KK083116@repoman.freebsd.org> From: Murray Stokely Date: Thu, 22 Jul 2004 03:18:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/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: Thu, 22 Jul 2004 03:18:07 -0000 murray 2004-07-22 03:18:06 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Whitespace change only. Translators please ignore. Revision Changes Path 1.11 +649 -562 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 03:35: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 5783B16A4CE; Thu, 22 Jul 2004 03:35:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 381FC43D2D; Thu, 22 Jul 2004 03:35:39 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M3Zdac083577; Thu, 22 Jul 2004 03:35:39 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M3ZdrR083576; Thu, 22 Jul 2004 03:35:39 GMT (envelope-from murray) Message-Id: <200407220335.i6M3ZdrR083576@repoman.freebsd.org> From: Murray Stokely Date: Thu, 22 Jul 2004 03:35:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/writing-style 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, 22 Jul 2004 03:35:39 -0000 murray 2004-07-22 03:35:39 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/fdp-primer/writing-style chapter.sgml Log: Add a section about acronyms to our style guide; based on what we hashed out on doc@ and from the O'Reilly Style Guide. Revision Changes Path 1.39 +19 -0 doc/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 03:58: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 EA89D16A4CE; Thu, 22 Jul 2004 03:58:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E1F43D31; Thu, 22 Jul 2004 03:58:45 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M3wjgU084161; Thu, 22 Jul 2004 03:58:45 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M3wjMu084160; Thu, 22 Jul 2004 03:58:45 GMT (envelope-from murray) Message-Id: <200407220358.i6M3wjMu084160@repoman.freebsd.org> From: Murray Stokely Date: Thu, 22 Jul 2004 03:58: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/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: Thu, 22 Jul 2004 03:58:46 -0000 murray 2004-07-22 03:58:45 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: * Add pre-requisite to the synopsis to note that reader's should be familiar with installing third party software packages (for Apache, et al.) * Sprinkle more index terms for DNS / syslog / chroot throughout DNS section. * textfiles -> text files. (1) * Wording improvements. (1) * Note that user must HUP inetd after enabling ftpd there, and link to example of how to do that. (1) (1) Submitted by: ceri Revision Changes Path 1.12 +25 -2 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 04:19: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 06B3516A4ED; Thu, 22 Jul 2004 04:19:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F293F43D3F; Thu, 22 Jul 2004 04:19:47 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M4JllK084746; Thu, 22 Jul 2004 04:19:47 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M4Jl8P084745; Thu, 22 Jul 2004 04:19:47 GMT (envelope-from ijliao) Message-Id: <200407220419.i6M4Jl8P084745@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 04:19: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/libquicktime Makefile distinfo pkg-plist ports/multimedia/libquicktime/files patch-configure patch-include::lqt_fseek.h patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 04:19:48 -0000 ijliao 2004-07-22 04:19:47 UTC FreeBSD ports repository Modified files: multimedia/libquicktime Makefile distinfo pkg-plist multimedia/libquicktime/files patch-configure Added files: multimedia/libquicktime/files patch-ltmain.sh Removed files: multimedia/libquicktime/files patch-include::lqt_fseek.h Log: upgrade to 0.9.3 grab maintainership PR: 69405 Submitted by: Michael Johnson Revision Changes Path 1.21 +7 -5 ports/multimedia/libquicktime/Makefile 1.4 +2 -2 ports/multimedia/libquicktime/distinfo 1.3 +57 -4 ports/multimedia/libquicktime/files/patch-configure 1.2 +0 -14 ports/multimedia/libquicktime/files/patch-include::lqt_fseek.h (dead) 1.1 +15 -0 ports/multimedia/libquicktime/files/patch-ltmain.sh (new) 1.4 +4 -12 ports/multimedia/libquicktime/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:18: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 E419916A4CE; Thu, 22 Jul 2004 05:18:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D8143D53; Thu, 22 Jul 2004 05:18:05 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M5I5Up086205; Thu, 22 Jul 2004 05:18:05 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5I5L1086204; Thu, 22 Jul 2004 05:18:05 GMT (envelope-from njl) Message-Id: <200407220518.i6M5I5L1086204@repoman.freebsd.org> From: Nate Lawson Date: Thu, 22 Jul 2004 05:18: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/acpica acpi_video.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 05:18:06 -0000 njl 2004-07-22 05:18:05 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_video.c Log: Remove unused (and bogus) locking, style cleanup, remove unnecessary casts. Revision Changes Path 1.6 +84 -145 src/sys/dev/acpica/acpi_video.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:32: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 2D83016A4CE; Thu, 22 Jul 2004 05:32:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DCAA43D39; Thu, 22 Jul 2004 05:32:57 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M5Wu0U086594; Thu, 22 Jul 2004 05:32:56 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5Wu6O086593; Thu, 22 Jul 2004 05:32:56 GMT (envelope-from njl) Message-Id: <200407220532.i6M5Wu6O086593@repoman.freebsd.org> From: Nate Lawson Date: Thu, 22 Jul 2004 05:32: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/acpica acpi_timer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 05:32:57 -0000 njl 2004-07-22 05:32:56 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_timer.c Log: Instead of doing everything in identify, do a proper probe/attach. Also, don't add another device if identify is called twice. Minor reworking by myself. Submitted by: marcel Revision Changes Path 1.34 +45 -23 src/sys/dev/acpica/acpi_timer.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:41: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 51CE016A4CE; Thu, 22 Jul 2004 05:41:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4958A43D1D; Thu, 22 Jul 2004 05:41:15 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M5fFUY086907; Thu, 22 Jul 2004 05:41:15 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5fFt8086906; Thu, 22 Jul 2004 05:41:15 GMT (envelope-from marcus) Message-Id: <200407220541.i6M5fFt8086906@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Jul 2004 05:41:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/dbus Makefile pkg-install ports/devel/dbus/files dbus.sh patch-configure patch-dbus_dbus-sysdeps.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 05:41:15 -0000 marcus 2004-07-22 05:41:15 UTC FreeBSD ports repository Modified files: devel/dbus Makefile devel/dbus/files dbus.sh patch-dbus_dbus-sysdeps.c Added files: devel/dbus pkg-install devel/dbus/files patch-configure Log: * Fix the path to the dbus socket * Make sure the messagebus user and group are created, and block out uid/gid 556 for this * Delete the dbus.pid file as part of a stop_postcmd (dbus doesn't delete its own pid file) * Clean up some bash'isms in the KDE detection configure code * Make the strtod() Call more 4.X friendly by not passing hex to it Revision Changes Path 1.2 +5 -1 ports/devel/dbus/Makefile 1.2 +8 -1 ports/devel/dbus/files/dbus.sh 1.1 +20 -0 ports/devel/dbus/files/patch-configure (new) 1.2 +28 -1 ports/devel/dbus/files/patch-dbus_dbus-sysdeps.c 1.1 +36 -0 ports/devel/dbus/pkg-install (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:42:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF02316A4CE; Thu, 22 Jul 2004 05:42:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0A043D4C; Thu, 22 Jul 2004 05:42:14 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M5gE8I086950; Thu, 22 Jul 2004 05:42:14 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5gElF086949; Thu, 22 Jul 2004 05:42:14 GMT (envelope-from njl) Message-Id: <200407220542.i6M5gElF086949@repoman.freebsd.org> From: Nate Lawson Date: Thu, 22 Jul 2004 05:42: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/dev/acpica acpi_timer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 05:42:15 -0000 njl 2004-07-22 05:42:14 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_timer.c Log: Reinsert the bus space handle and tag, they are needed for the timer test. Revision Changes Path 1.35 +2 -0 src/sys/dev/acpica/acpi_timer.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:45: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 4DDB016A4CE; Thu, 22 Jul 2004 05:45:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F9A743D3F; Thu, 22 Jul 2004 05:45:27 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M5jRYq087042; Thu, 22 Jul 2004 05:45:27 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5jRCR087041; Thu, 22 Jul 2004 05:45:27 GMT (envelope-from marcus) Message-Id: <200407220545.i6M5jRCR087041@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Jul 2004 05:45: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/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 05:45:27 -0000 marcus 2004-07-22 05:45:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Reserve UID/GID 556 for messagebus which is used by the D-BUS message daemon (part of devel/dbus). Revision Changes Path 1.462 +3 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:48: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 9FE0D16A4CE; Thu, 22 Jul 2004 05:48:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9752F43D1D; Thu, 22 Jul 2004 05:48:22 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M5mMb3087223; Thu, 22 Jul 2004 05:48:22 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5mMu3087222; Thu, 22 Jul 2004 05:48:22 GMT (envelope-from sem) Message-Id: <200407220548.i6M5mMu3087222@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 22 Jul 2004 05:48:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/netustad Makefile distinfo pkg-descr pkg-message pkg-plist ports/net-mgmt/netustad/files netustad.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 05:48:22 -0000 sem 2004-07-22 05:48:22 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/netustad Makefile distinfo pkg-descr pkg-message pkg-plist net-mgmt/netustad/files netustad.sh.sample Log: To ease the task of network administration, decrease the likelihood of erronous command execution and to maintain all network services from a central point, EnderUNIX SDT anounces the availability of its 9th open-source tool, netUstad. It has been coded in C language and includes its own HTTP server. The newly anounced version provides a web interface for system administrators to add/delete/update IPFW rulesets. You can manage your IPFW firewall via a TCP/IP connected remote PC, easily. Development version icludes modules to manage whole network services (routing tables, network interfaces) PR: ports/69176 Submitted by: Ozkan KIRIK Approved by: krion (mentor) (implicitly) Revision Changes Path 1.20 +1 -0 ports/net-mgmt/Makefile 1.1 +23 -0 ports/net-mgmt/netustad/Makefile (new) 1.1 +2 -0 ports/net-mgmt/netustad/distinfo (new) 1.1 +56 -0 ports/net-mgmt/netustad/files/netustad.sh.sample (new) 1.1 +20 -0 ports/net-mgmt/netustad/pkg-descr (new) 1.1 +7 -0 ports/net-mgmt/netustad/pkg-message (new) 1.1 +39 -0 ports/net-mgmt/netustad/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:48:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C26E516A4CE; Thu, 22 Jul 2004 05:48:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E2943D45; Thu, 22 Jul 2004 05:48:38 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M5mcff087270; Thu, 22 Jul 2004 05:48:38 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5mcxe087269; Thu, 22 Jul 2004 05:48:38 GMT (envelope-from sem) Message-Id: <200407220548.i6M5mcxe087269@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 22 Jul 2004 05:48:38 +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, 22 Jul 2004 05:48:38 -0000 sem 2004-07-22 05:48:38 UTC FreeBSD ports repository Modified files: . modules Log: netustad --> ports/net-mgmt/netustad Revision Changes Path 1.10714 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 22 05:58:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346B716A4CE; Thu, 22 Jul 2004 05:58:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E7D43D46; Thu, 22 Jul 2004 05:58:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M5wUhp087603; Thu, 22 Jul 2004 05:58:30 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M5wUlg087602; Thu, 22 Jul 2004 05:58:30 GMT (envelope-from linimon) Message-Id: <200407220558.i6M5wUlg087602@repoman.freebsd.org> From: Mark Linimon Date: Thu, 22 Jul 2004 05:58: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/devel/kscope Makefile distinfo ports/devel/kscope/files patch-src-ctagsfrontend.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 05:58:31 -0000 linimon 2004-07-22 05:58:30 UTC FreeBSD ports repository Modified files: devel/kscope Makefile distinfo devel/kscope/files patch-src-ctagsfrontend.cpp Log: Update to 0.7. PR: ports/68874 Submitted by: Frank Mayhar (maintainer) Revision Changes Path 1.3 +1 -1 ports/devel/kscope/Makefile 1.2 +2 -2 ports/devel/kscope/distinfo 1.2 +4 -4 ports/devel/kscope/files/patch-src-ctagsfrontend.cpp From owner-cvs-all@FreeBSD.ORG Thu Jul 22 06:04: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 B393016A4CE; Thu, 22 Jul 2004 06:04:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E0843D39; Thu, 22 Jul 2004 06:04:33 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M64XWs087807; Thu, 22 Jul 2004 06:04:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M64XC8087806; Thu, 22 Jul 2004 06:04:33 GMT (envelope-from dinoex) Message-Id: <200407220604.i6M64XC8087806@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 22 Jul 2004 06:04: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/mail/sendmail Makefile ports/mail/sendmail/files socketmap.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: Thu, 22 Jul 2004 06:04:33 -0000 dinoex 2004-07-22 06:04:33 UTC FreeBSD ports repository Modified files: mail/sendmail Makefile Removed files: mail/sendmail/files socketmap.patch Log: - fix SENDMAIL_WITH_SOCKETMAP Submitted by: Angelo Turetta Revision Changes Path 1.93 +0 -3 ports/mail/sendmail/Makefile 1.2 +0 -798 ports/mail/sendmail/files/socketmap.patch (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 06:06: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 73EE616A4CE; Thu, 22 Jul 2004 06:06:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B7B43D4C; Thu, 22 Jul 2004 06:06:34 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M66Y0n087970; Thu, 22 Jul 2004 06:06:34 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M66Ydk087969; Thu, 22 Jul 2004 06:06:34 GMT (envelope-from hmp) Message-Id: <200407220606.i6M66Ydk087969@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 22 Jul 2004 06:06:34 +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/vinum 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, 22 Jul 2004 06:06:34 -0000 hmp 2004-07-22 06:06:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/vinum chapter.sgml Log: Greg Lehey wrote the entire vinum chapter, and not only the first section, so correct attribution. Revision Changes Path 1.28 +11 -11 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 06:09: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 4816116A4CE; Thu, 22 Jul 2004 06:09:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D3F43D54; Thu, 22 Jul 2004 06:09:06 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M696qd088032; Thu, 22 Jul 2004 06:09:06 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M696ki088031; Thu, 22 Jul 2004 06:09:06 GMT (envelope-from krion) Message-Id: <200407220609.i6M696ki088031@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 06:09:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid 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, 22 Jul 2004 06:09:06 -0000 krion 2004-07-22 06:09:06 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Log: The ldap_helpers patch has been rerolled (a missing return statement was inserted). PR: ports/69408 Submitted by: maintainer Revision Changes Path 1.131 +1 -1 ports/www/squid/Makefile 1.94 +2 -2 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 06:12: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 300DB16A4CE; Thu, 22 Jul 2004 06:12:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F25743D5C; Thu, 22 Jul 2004 06:12:23 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M6CMLn088184; Thu, 22 Jul 2004 06:12:22 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M6CMBm088183; Thu, 22 Jul 2004 06:12:22 GMT (envelope-from sem) Message-Id: <200407220612.i6M6CMBm088183@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 22 Jul 2004 06:12: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/msql3 Makefile pkg-plist ports/databases/msql3/files patch-Makefile.tmpl patch-make-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 06:12:23 -0000 sem 2004-07-22 06:12:22 UTC FreeBSD ports repository Modified files: databases/msql3 Makefile pkg-plist databases/msql3/files patch-Makefile.tmpl patch-make-install Log: * Set LATEST_LINK * Rework DATA and DOCS install (NOPORTDOCS compliant) PR: ports/69318 Submitted by: maintainer Approved by: krion (mentor) (implicitly) Revision Changes Path 1.64 +29 -8 ports/databases/msql3/Makefile 1.2 +3 -13 ports/databases/msql3/files/patch-Makefile.tmpl 1.2 +2 -4 ports/databases/msql3/files/patch-make-install 1.15 +24 -24 ports/databases/msql3/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 06:34:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E7B16A4CE; Thu, 22 Jul 2004 06:34:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7DE43D4C; Thu, 22 Jul 2004 06:34:59 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M6YxGa088723; Thu, 22 Jul 2004 06:34:59 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M6YxCT088722; Thu, 22 Jul 2004 06:34:59 GMT (envelope-from bms) Message-Id: <200407220634.i6M6YxCT088722@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 22 Jul 2004 06:34:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt Makefileports/net-mgmt/nagios-silfreed-plugins 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, 22 Jul 2004 06:34:59 -0000 bms 2004-07-22 06:34:59 UTC FreeBSD ports repository (src committer) Modified files: net-mgmt Makefile Added files: net-mgmt/nagios-silfreed-plugins Makefile distinfo pkg-descr pkg-plist Log: Add new port nagios-silfreed-plugins, a set of SNMP oriented plugins for Nagios from silfreed.net believed to work significantly better than the bundled check_snmp plugin for most uses. Revision Changes Path 1.21 +1 -0 ports/net-mgmt/Makefile 1.1 +107 -0 ports/net-mgmt/nagios-silfreed-plugins/Makefile (new) 1.1 +16 -0 ports/net-mgmt/nagios-silfreed-plugins/distinfo (new) 1.1 +15 -0 ports/net-mgmt/nagios-silfreed-plugins/pkg-descr (new) 1.1 +24 -0 ports/net-mgmt/nagios-silfreed-plugins/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 06:35:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4983616A4CE; Thu, 22 Jul 2004 06:35:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28FE843D5A; Thu, 22 Jul 2004 06:35:37 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M6ZbRb088846; Thu, 22 Jul 2004 06:35:37 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M6ZbOq088845; Thu, 22 Jul 2004 06:35:37 GMT (envelope-from bms) Message-Id: <200407220635.i6M6ZbOq088845@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 22 Jul 2004 06:35:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 06:35:37 -0000 bms 2004-07-22 06:35:37 UTC FreeBSD ports repository (src committer) Modified files: . modules Log: nagios-silfreed-plugins --> ports/net-mgmt/nagios-silfreed-plugins Revision Changes Path 1.10715 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 22 06:55: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 31E2616A4CE; Thu, 22 Jul 2004 06:55:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E0F43D41; Thu, 22 Jul 2004 06:55:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M6tmrE089588; Thu, 22 Jul 2004 06:55:48 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M6tmjc089587; Thu, 22 Jul 2004 06:55:48 GMT (envelope-from vs) Message-Id: <200407220655.i6M6tmjc089587@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 06:55: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 MOVED ports/textproc Makefile ports/www Makefile ports/www/cocoon Makefile ports/textproc/cocoon Makefile Makefile.options Makefile.test-options distinfo pkg-descr pkg-message pkg-plist ports/textproc/cocoon/files cocoon.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, 22 Jul 2004 06:55:48 -0000 vs 2004-07-22 06:55:48 UTC FreeBSD ports repository Modified files: . MOVED textproc Makefile www Makefile www/cocoon Makefile Removed files: textproc/cocoon Makefile Makefile.options Makefile.test-options distinfo pkg-descr pkg-message pkg-plist textproc/cocoon/files cocoon.sh cocoonctl patch-cocoon.sh pkg-deinstall pkg-install Log: Move textproc/cocoon to more appropriate category www PR: ports/69358 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.478 +2 -1 ports/MOVED 1.723 +0 -1 ports/textproc/Makefile 1.27 +0 -131 ports/textproc/cocoon/Makefile (dead) 1.2 +0 -56 ports/textproc/cocoon/Makefile.options (dead) 1.2 +0 -250 ports/textproc/cocoon/Makefile.test-options (dead) 1.12 +0 -2 ports/textproc/cocoon/distinfo (dead) 1.2 +0 -31 ports/textproc/cocoon/files/cocoon.sh (dead) 1.2 +0 -48 ports/textproc/cocoon/files/cocoonctl (dead) 1.2 +0 -41 ports/textproc/cocoon/files/patch-cocoon.sh (dead) 1.2 +0 -61 ports/textproc/cocoon/files/pkg-deinstall (dead) 1.2 +0 -55 ports/textproc/cocoon/files/pkg-install (dead) 1.4 +0 -15 ports/textproc/cocoon/pkg-descr (dead) 1.9 +0 -12 ports/textproc/cocoon/pkg-message (dead) 1.12 +0 -135 ports/textproc/cocoon/pkg-plist (dead) 1.937 +1 -0 ports/www/Makefile 1.27 +1 -1 ports/www/cocoon/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 06:57: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 8316216A4CF; Thu, 22 Jul 2004 06:57:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6273043D41; Thu, 22 Jul 2004 06:57:23 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M6vNip089647; Thu, 22 Jul 2004 06:57:23 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M6vN3K089646; Thu, 22 Jul 2004 06:57:23 GMT (envelope-from vs) Message-Id: <200407220657.i6M6vN3K089646@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 06:57: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: Thu, 22 Jul 2004 06:57:23 -0000 vs 2004-07-22 06:57:23 UTC FreeBSD ports repository Modified files: . modules Log: Move textproc/cocoon to more approriate category www Revision Changes Path 1.10716 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07:04: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 891D616A4CF; Thu, 22 Jul 2004 07:04:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 646D743D31; Thu, 22 Jul 2004 07:04:00 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M73oZi089856; Thu, 22 Jul 2004 07:03:50 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M73orw089855; Thu, 22 Jul 2004 07:03:50 GMT (envelope-from vs) Message-Id: <200407220703.i6M73orw089855@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 07:03: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/nsd Makefile ports/dns/nsd/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, 22 Jul 2004 07:04:01 -0000 vs 2004-07-22 07:03:50 UTC FreeBSD ports repository Modified files: dns/nsd Makefile Added files: dns/nsd/files patch-aa Log: - Fix signal-handling - Bump PORTREVISION PR: ports/69385 Submitted by: Olafur Osvaldsson (maintainer) Revision Changes Path 1.16 +1 -0 ports/dns/nsd/Makefile 1.3 +110 -0 ports/dns/nsd/files/patch-aa (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07:11: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 BC18516A4CE; Thu, 22 Jul 2004 07:11:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F84543D53; Thu, 22 Jul 2004 07:11:27 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7BFxb090200; Thu, 22 Jul 2004 07:11:15 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7BF19090199; Thu, 22 Jul 2004 07:11:15 GMT (envelope-from imp) Message-Id: <200407220711.i6M7BF19090199@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 07:11:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ep if_ep_eisa.c if_ep_isa.c if_ep_mca.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 07:11:28 -0000 imp 2004-07-22 07:11:15 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep_eisa.c if_ep_isa.c if_ep_mca.c Log: Remove duplicate $FreeBSD$ Noticed by: njl Revision Changes Path 1.31 +0 -3 src/sys/dev/ep/if_ep_eisa.c 1.24 +0 -3 src/sys/dev/ep/if_ep_isa.c 1.10 +0 -3 src/sys/dev/ep/if_ep_mca.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07:17: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 DF40016A4CE; Thu, 22 Jul 2004 07:17:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0CE343D2D; Thu, 22 Jul 2004 07:17:37 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7HEtJ090469; Thu, 22 Jul 2004 07:17:14 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7HEd0090468; Thu, 22 Jul 2004 07:17:14 GMT (envelope-from vs) Message-Id: <200407220717.i6M7HEd0090468@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 07:17:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/readline Makefileports/devel/readline/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, 22 Jul 2004 07:17:38 -0000 vs 2004-07-22 07:17:14 UTC FreeBSD ports repository Modified files: devel/readline Makefile Added files: devel/readline/files patch-aa Log: - Fix segfault reported in PR ports/61297 through almost-vendor-patch: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=98229 - Bump PORTREVISION PR: ports/69352 Submitted by: Frank J. Laszlo (maintainer), Dan Langille (testing) Revision Changes Path 1.2 +1 -0 ports/devel/readline/Makefile 1.1 +16 -0 ports/devel/readline/files/patch-aa (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07:23: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 1BA9216A4CF; Thu, 22 Jul 2004 07:23:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1A543D58; Thu, 22 Jul 2004 07:23:22 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7NEUS090702; Thu, 22 Jul 2004 07:23:14 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7NES7090701; Thu, 22 Jul 2004 07:23:14 GMT (envelope-from vs) Message-Id: <200407220723.i6M7NES7090701@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 07:23:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/fspclient 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, 22 Jul 2004 07:23:23 -0000 vs 2004-07-22 07:23:13 UTC FreeBSD ports repository Modified files: net/fspclient Makefile distinfo Log: Update to 0.0.7 (unDEPRECATE) PR: ports/69392 Submitted by: Radim Kolar (maintainer) Revision Changes Path 1.23 +2 -6 ports/net/fspclient/Makefile 1.5 +2 -2 ports/net/fspclient/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07: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 7B3E116A4CF; Thu, 22 Jul 2004 07:24:30 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEB4743D55; Thu, 22 Jul 2004 07:24:29 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6M7ONpY013828; Thu, 22 Jul 2004 11:24:23 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6M7ONtK013827; Thu, 22 Jul 2004 11:24:23 +0400 (MSD) (envelope-from ache) Date: Thu, 22 Jul 2004 11:24:23 +0400 From: Andrey Chernov To: Volker Stolz Message-ID: <20040722072423.GB13591@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Volker Stolz , ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407220717.i6M7HEd0090468@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407220717.i6M7HEd0090468@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.8; VDF 6.26.0.37 (host: pobrecita.freebsd.ru) cc: cvs-ports@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/readline Makefile ports/devel/readline/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, 22 Jul 2004 07:24:30 -0000 On Thu, Jul 22, 2004 at 07:17:14AM +0000, Volker Stolz wrote: > - Fix segfault reported in PR ports/61297 through almost-vendor-patch: > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=98229 Almost-vendor? It is vendor patch 001. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Thu Jul 22 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 279A816A4CE; Thu, 22 Jul 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 1EFA843D4C; Thu, 22 Jul 2004 07:30:36 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7UZXf090945; Thu, 22 Jul 2004 07:30:35 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7UZVg090944; Thu, 22 Jul 2004 07:30:35 GMT (envelope-from osa) Message-Id: <200407220730.i6M7UZVg090944@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 22 Jul 2004 07:30:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/samba 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, 22 Jul 2004 07:30:36 -0000 osa 2004-07-22 07:30:35 UTC FreeBSD ports repository Modified files: net/samba Makefile distinfo Log: Add the new one knob WITH_BROWSING_HACKS. - New configuration options: allow workgroups/deny workgroups. When samba is a local master on subnet these options allow you to restrict list of available workgroup names in "Network Neighbourhood". Options accept a list of names. - New configuration options: allow master/deny masters. When samba is running as a WINS server these options allow you to restrict registering of particular IP addresses as group masters. Options accept same arguments as "allow hosts". - New configuration option: workgroups. This allows you to be a member (and thus a master browser!) of multiple workgroups. - New configuration option: force local master. Allows to ignore Windows NT PDC attempts to claim master browser name on subnet. This is violation of standard, but is useful. - All registered NetBIOS names must be isprint(). Do not bump PORTREVISION, because new features show up only if WITH_BROWSING_HACKS is defined in compile-time. Submitted by: glebius Revision Changes Path 1.141 +7 -1 ports/net/samba/Makefile 1.53 +2 -0 ports/net/samba/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07: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 E964316A4D1; Thu, 22 Jul 2004 07:37:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA14943D53; Thu, 22 Jul 2004 07:37:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7bxju091255; Thu, 22 Jul 2004 07:37:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7bxbR091253; Thu, 22 Jul 2004 07:37:59 GMT (envelope-from krion) Message-Id: <200407220737.i6M7bxbR091253@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 07:37: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 Makefile ports/graphics/exifprobe 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, 22 Jul 2004 07:38:00 -0000 krion 2004-07-22 07:37:59 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/exifprobe Makefile distinfo pkg-descr Log: Add exifprobe 1.2.4, probes JPEG or TIFF images and reports contents and structure. PR: ports/69403 Submitted by: Michael Johnson Revision Changes Path 1.714 +1 -0 ports/graphics/Makefile 1.1 +39 -0 ports/graphics/exifprobe/Makefile (new) 1.1 +2 -0 ports/graphics/exifprobe/distinfo (new) 1.1 +11 -0 ports/graphics/exifprobe/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07:38: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 D323816A4CE; Thu, 22 Jul 2004 07:38:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B430343D5A; Thu, 22 Jul 2004 07:38:14 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7cEo7091307; Thu, 22 Jul 2004 07:38:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7cEW2091306; Thu, 22 Jul 2004 07:38:14 GMT (envelope-from krion) Message-Id: <200407220738.i6M7cEW2091306@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 07:38:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 07:38:15 -0000 krion 2004-07-22 07:38:14 UTC FreeBSD ports repository Modified files: . modules Log: exifprobe --> ports/graphics/exifprobe Revision Changes Path 1.10717 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07:44: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 85BF116A4CE; Thu, 22 Jul 2004 07:44:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6632743D41; Thu, 22 Jul 2004 07:44:10 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7iAKm091475; Thu, 22 Jul 2004 07:44:10 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7iAxo091474; Thu, 22 Jul 2004 07:44:10 GMT (envelope-from imp) Message-Id: <200407220744.i6M7iAxo091474@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 07:44: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/pccbb pccbb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 07:44:10 -0000 imp 2004-07-22 07:44:10 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Update comment about fast interrupts to be closer to reality Revision Changes Path 1.115 +4 -0 src/sys/dev/pccbb/pccbb.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07:57: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 8DC7D16A4CE; Thu, 22 Jul 2004 07:57:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FBD243D53; Thu, 22 Jul 2004 07:57:37 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7vbR2091887; Thu, 22 Jul 2004 07:57:37 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7vba8091886; Thu, 22 Jul 2004 07:57:37 GMT (envelope-from krion) Message-Id: <200407220757.i6M7vba8091886@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 07:57: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/databases/firebird Makefile distinfo pkg-plist ports/databases/firebird/files RELNOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 07:57:37 -0000 krion 2004-07-22 07:57:37 UTC FreeBSD ports repository Modified files: databases/firebird Makefile distinfo pkg-plist databases/firebird/files RELNOTES Log: Update to version 1.5.1 PR: ports/69320 Submitted by: maintainer Revision Changes Path 1.33 +7 -5 ports/databases/firebird/Makefile 1.8 +2 -2 ports/databases/firebird/distinfo 1.9 +2 -2 ports/databases/firebird/files/RELNOTES 1.7 +2 -2 ports/databases/firebird/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 07:59:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E7E816A4CE; Thu, 22 Jul 2004 07:59:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E88343D45; Thu, 22 Jul 2004 07:59:05 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M7x4mM091951; Thu, 22 Jul 2004 07:59:04 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M7x47h091950; Thu, 22 Jul 2004 07:59:04 GMT (envelope-from vanilla) Message-Id: <200407220759.i6M7x47h091950@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 22 Jul 2004 07:59: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/p5-Encode-HanConvert 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, 22 Jul 2004 07:59:05 -0000 vanilla 2004-07-22 07:59:04 UTC FreeBSD ports repository Modified files: chinese/p5-Encode-HanConvert Makefile distinfo Log: - Update to 0.31 - Take maintainership PR: ports/69412 Submitted by: Cheng-Lung Sung Revision Changes Path 1.6 +2 -2 ports/chinese/p5-Encode-HanConvert/Makefile 1.5 +2 -2 ports/chinese/p5-Encode-HanConvert/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 08:01: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 4B65216A4CE; Thu, 22 Jul 2004 08:01:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2683543D3F; Thu, 22 Jul 2004 08:01:14 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M81EKv092099; Thu, 22 Jul 2004 08:01:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M81Eb3092098; Thu, 22 Jul 2004 08:01:14 GMT (envelope-from krion) Message-Id: <200407220801.i6M81Eb3092098@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 08: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: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 08:01:14 -0000 krion 2004-07-22 08:01:14 UTC FreeBSD ports repository Modified files: . access Log: Forced commit to note that Sergey Matveychuk is now free from mentorship. Revision Changes Path 1.609 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Jul 22 08:14:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCFF616A4CE; Thu, 22 Jul 2004 08:14:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0A643D1F; Thu, 22 Jul 2004 08:14:37 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M8Ebuk092484; Thu, 22 Jul 2004 08:14:37 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M8EbKM092483; Thu, 22 Jul 2004 08:14:37 GMT (envelope-from roberto) Message-Id: <200407220814.i6M8EbKM092483@repoman.freebsd.org> From: Ollivier Robert Date: Thu, 22 Jul 2004 08:14: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/usr.sbin/ntp config.h src/usr.sbin/ntp/ntpdc Makefile src/usr.sbin/ntp/ntpq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 08:14:38 -0000 roberto 2004-07-22 08:14:37 UTC FreeBSD src repository Modified files: usr.sbin/ntp config.h usr.sbin/ntp/ntpdc Makefile usr.sbin/ntp/ntpq Makefile Log: Allow ntpd to be compiled w/o readline when NO_GNU is defined. Part of a larger patchset to get a GNU-free world. Patch rewritten to cope with the 4.2.0 changes. Submitted by: des Revision Changes Path 1.10 +3 -3 src/usr.sbin/ntp/config.h 1.8 +9 -2 src/usr.sbin/ntp/ntpdc/Makefile 1.6 +9 -2 src/usr.sbin/ntp/ntpq/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 08:32: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 A9D8916A4CE; Thu, 22 Jul 2004 08:32:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AED343D2D; Thu, 22 Jul 2004 08:32:17 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M8WHLG092929; Thu, 22 Jul 2004 08:32:17 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M8WHgM092928; Thu, 22 Jul 2004 08:32:17 GMT (envelope-from roberto) Message-Id: <200407220832.i6M8WHgM092928@repoman.freebsd.org> From: Ollivier Robert Date: Thu, 22 Jul 2004 08:32:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ntp/ntpq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 08:32:17 -0000 roberto 2004-07-22 08:32:17 UTC FreeBSD src repository Modified files: usr.sbin/ntp/ntpq Makefile Log: Correct a cut/paste error. Revision Changes Path 1.7 +1 -1 src/usr.sbin/ntp/ntpq/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 08: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 3EED216A4CE; Thu, 22 Jul 2004 08:35:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2083A43D1D; Thu, 22 Jul 2004 08:35:42 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M8ZgJL093082; Thu, 22 Jul 2004 08:35:42 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M8ZgIG093081; Thu, 22 Jul 2004 08:35:42 GMT (envelope-from roberto) Message-Id: <200407220835.i6M8ZgIG093081@repoman.freebsd.org> From: Ollivier Robert Date: Thu, 22 Jul 2004 08:35: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/usr.sbin/ntp Makefile src/usr.sbin/ntp/arlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 08:35:42 -0000 roberto 2004-07-22 08:35:41 UTC FreeBSD src repository Modified files: usr.sbin/ntp Makefile Removed files: usr.sbin/ntp/arlib Makefile Log: Remove arlib (libares.a) from the build. It is not IPv6 compatible, not really tested and probably not 64 bits-safe. Discussed with: Harlann Stenn Revision Changes Path 1.10 +1 -1 src/usr.sbin/ntp/Makefile 1.2 +0 -12 src/usr.sbin/ntp/arlib/Makefile (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 08:38: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 D8F8616A4CE; Thu, 22 Jul 2004 08:38:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93D743D1F; Thu, 22 Jul 2004 08:38:14 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M8cE7v093183; Thu, 22 Jul 2004 08:38:14 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M8cEFD093182; Thu, 22 Jul 2004 08:38:14 GMT (envelope-from roberto) Message-Id: <200407220838.i6M8cEFD093182@repoman.freebsd.org> From: Ollivier Robert Date: Thu, 22 Jul 2004 08:38:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ntp/ntpq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 08:38:15 -0000 roberto 2004-07-22 08:38:14 UTC FreeBSD src repository Modified files: usr.sbin/ntp/ntpq Makefile Log: Correct another cut/paste mistake. Sorry folks. Pointy hat to: me Submitted by: Marius Strobl Revision Changes Path 1.8 +1 -1 src/usr.sbin/ntp/ntpq/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 08:47: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 4D0D416A4CE; Thu, 22 Jul 2004 08:47:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F18543D49; Thu, 22 Jul 2004 08:47:04 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M8l4vr093424; Thu, 22 Jul 2004 08:47:04 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M8l48L093423; Thu, 22 Jul 2004 08:47:04 GMT (envelope-from krion) Message-Id: <200407220847.i6M8l48L093423@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 08:47: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/misc/ossp-uuid 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, 22 Jul 2004 08:47:04 -0000 krion 2004-07-22 08:47:04 UTC FreeBSD ports repository Modified files: misc/ossp-uuid Makefile distinfo Log: Update to 1.0.1 PR: ports/69396 Submitted by: maintainer Revision Changes Path 1.3 +6 -3 ports/misc/ossp-uuid/Makefile 1.3 +2 -2 ports/misc/ossp-uuid/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 08:50: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 6232516A4DC; Thu, 22 Jul 2004 08:50:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 425F443D45; Thu, 22 Jul 2004 08:50:37 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M8obca093573; Thu, 22 Jul 2004 08:50:37 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M8objG093572; Thu, 22 Jul 2004 08:50:37 GMT (envelope-from krion) Message-Id: <200407220850.i6M8objG093572@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 08: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/textproc/dbacl 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, 22 Jul 2004 08:50:37 -0000 krion 2004-07-22 08:50:37 UTC FreeBSD ports repository Modified files: textproc/dbacl Makefile distinfo Log: Update to 1.8 PR: ports/69407 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/textproc/dbacl/Makefile 1.5 +2 -2 ports/textproc/dbacl/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 09: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 B373216A4CE; Thu, 22 Jul 2004 09:10:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC64943D31; Thu, 22 Jul 2004 09:10:52 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M9AqPU094141; Thu, 22 Jul 2004 09:10:52 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M9Aqkt094140; Thu, 22 Jul 2004 09:10:52 GMT (envelope-from roberto) Message-Id: <200407220910.i6M9Aqkt094140@repoman.freebsd.org> From: Ollivier Robert Date: Thu, 22 Jul 2004 09:10:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ntp Makefile.inc config.h src/usr.sbin/ntp/ntp-keygen Makefile src/usr.sbin/ntp/ntpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 09:10:52 -0000 roberto 2004-07-22 09:10:52 UTC FreeBSD src repository Modified files: usr.sbin/ntp Makefile.inc config.h usr.sbin/ntp/ntp-keygen Makefile usr.sbin/ntp/ntpd Makefile Log: Include support for NOCRYPT & NO_OPENSSL world. It does survive « make release ». Uses an upcoming patch from the vendor branch (ntp-stable) of ntp-keygen. Submitted by: Marius Strobl Revision Changes Path 1.5 +5 -0 src/usr.sbin/ntp/Makefile.inc 1.11 +1 -1 src/usr.sbin/ntp/config.h 1.2 +7 -2 src/usr.sbin/ntp/ntp-keygen/Makefile 1.10 +7 -2 src/usr.sbin/ntp/ntpd/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 09:16:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC3A616A4CE; Thu, 22 Jul 2004 09:16:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD72243D41; Thu, 22 Jul 2004 09:16:04 +0000 (GMT) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M9G4vP094311; Thu, 22 Jul 2004 09:16:04 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M9G4lE094310; Thu, 22 Jul 2004 09:16:04 GMT (envelope-from roberto) Message-Id: <200407220916.i6M9G4lE094310@repoman.freebsd.org> From: Ollivier Robert Date: Thu, 22 Jul 2004 09:16:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DMILLS Subject: cvs commit: src/contrib/ntp/util ntp-keygen.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 09:16:05 -0000 roberto 2004-07-22 09:16:04 UTC FreeBSD src repository Modified files: (Branch: DMILLS) contrib/ntp/util ntp-keygen.c Log: The following patch has been taken from the ntp-stable vendor branch. Put everything OpenSSL related between #ifdef OPENSSL..#endif. This also fixes bugs #252, #275 & #293. See for reference. Submitted by: Marius Strobl Revision Changes Path 1.1.1.2 +59 -14 src/contrib/ntp/util/ntp-keygen.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 09:16: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 6B3EF16A50E; Thu, 22 Jul 2004 09:16:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B70C43D4C; Thu, 22 Jul 2004 09:16:12 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M9GC3e094361; Thu, 22 Jul 2004 09:16:12 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M9GCus094360; Thu, 22 Jul 2004 09:16:12 GMT (envelope-from osa) Message-Id: <200407220916.i6M9GCus094360@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 22 Jul 2004 09: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: ports/comms/ltmdm Makefile ports/comms/ltmdm/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, 22 Jul 2004 09:16:12 -0000 osa 2004-07-22 09:16:12 UTC FreeBSD ports repository Modified files: comms/ltmdm Makefile comms/ltmdm/files patch-aa Log: Fix run on recent -CURRENT by removing ttyclose() calls. Symptoms: 1) kldload ltmdm.ko kldload: can't load ltmdm.ko: No such file or directory 2) dmesg | head -1 link_elf: symbol ttyclose underfined Bump PORTREVISION. Revision Changes Path 1.14 +1 -1 ports/comms/ltmdm/Makefile 1.7 +245 -180 ports/comms/ltmdm/files/patch-aa From owner-cvs-all@FreeBSD.ORG Thu Jul 22 09:20:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD50716A4D0; Thu, 22 Jul 2004 09:20:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F93143D39; Thu, 22 Jul 2004 09:20:53 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M9KruD094542; Thu, 22 Jul 2004 09:20:53 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M9KrkZ094541; Thu, 22 Jul 2004 09:20:53 GMT (envelope-from tjr) Message-Id: <200407220920.i6M9KrkZ094541@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 22 Jul 2004 09:20: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 cdefs.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, 22 Jul 2004 09:20:55 -0000 tjr 2004-07-22 09:20:51 UTC FreeBSD src repository Modified files: sys/sys cdefs.h Log: Add a macro, __pure, which expands to __attribute__((__pure__)) on gcc versions that support it (>=2.96). This is similar to but not the same as the __pure macro that was removed in rev. 1.21. Revision Changes Path 1.82 +6 -0 src/sys/sys/cdefs.h From owner-cvs-all@FreeBSD.ORG Thu Jul 22 09:25:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E05216A4CE; Thu, 22 Jul 2004 09:25:03 +0000 (GMT) Received: from mail011.syd.optusnet.com.au (mail011.syd.optusnet.com.au [211.29.132.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3DE643D48; Thu, 22 Jul 2004 09:25:00 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i6M9Ojm10004; Thu, 22 Jul 2004 19:24:50 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i6M9OjVd009429; Thu, 22 Jul 2004 19:24:45 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i6M9OgtO009428; Thu, 22 Jul 2004 19:24:42 +1000 (EST) (envelope-from pjeremy) Date: Thu, 22 Jul 2004 19:24:41 +1000 From: Peter Jeremy To: Scott Long Message-ID: <20040722092441.GH3001@cirb503493.alcatel.com.au> References: <200407212045.i6LKjHvX090599@palm.tree.com> <40FEE569.2010209@elischer.org> <40FEE6CA.3090005@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FEE6CA.3090005@samsco.org> User-Agent: Mutt/1.4.2i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 09:25:03 -0000 On Wed, 2004-Jul-21 15:57:30 -0600, Scott Long wrote: >Implementing a journalling filesystem would be a much more beneficial >use of time here. You still wind up with unwritten data in RAM, just less of it. How much effort would be required to add journalling to UFS or UFS2? How big a gain does journalling give you over soft-updates? -- Peter Jeremy From owner-cvs-all@FreeBSD.ORG Thu Jul 22 09: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 B712116A4CE; Thu, 22 Jul 2004 09:34:57 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E62C43D1D; Thu, 22 Jul 2004 09:34:57 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-14.local ([172.16.0.14] helo=dhcp-11.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.40 (FreeBSD)) id 1BnZyX-0000Ac-RU; Thu, 22 Jul 2004 11:34:56 +0200 Date: Thu, 22 Jul 2004 11:35:55 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Bruce M Simpson From: Oliver Eikemeier In-Reply-To: <200407220634.i6M6YxCT088722@repoman.freebsd.org> Message-Id: <87EFBA91-DBC2-11D8-BA2D-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/nagios-silfreed-plugins 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, 22 Jul 2004 09:34:57 -0000 Bruce M Simpson wrote: > bms 2004-07-22 06:34:59 UTC > > FreeBSD ports repository (src committer) > > Modified files: > net-mgmt Makefile > Added files: > net-mgmt/nagios-silfreed-plugins Makefile distinfo pkg-descr > pkg-plist > Log: > Add new port nagios-silfreed-plugins, a set of SNMP oriented plugins > for > Nagios from silfreed.net believed to work significantly better than > the > bundled check_snmp plugin for most uses. Besides breaking the INDEX, this is not PREFIX safe (no, the XXX doesn't save you). Have you ever though of getting a ports mentor or submitting your ports as PRs so they can be reviewed by a port committer? -Oliver From owner-cvs-all@FreeBSD.ORG Thu Jul 22 09:49: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 5ED7316A4CE; Thu, 22 Jul 2004 09:49:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5800343D5D; Thu, 22 Jul 2004 09:49:00 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M9n0o1095359; Thu, 22 Jul 2004 09:49:00 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M9n0xR095358; Thu, 22 Jul 2004 09:49:00 GMT (envelope-from vs) Message-Id: <200407220949.i6M9n0xR095358@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 09:49: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/xml4j 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, 22 Jul 2004 09:49:00 -0000 vs 2004-07-22 09:49:00 UTC FreeBSD ports repository Modified files: textproc/xml4j Makefile distinfo pkg-descr Removed files: textproc/xml4j pkg-plist Log: - Update to 4.3.0 - Handles conflicts with textproc/xerces-j - Fixed download location - bsd.java.mk 2.0 compliant - Removed pkg-plist (38K) - Install samples - Updated pkg-descr - Respect NOPORTDOCS PR: ports/69055 Submitted by: Herve Quiroz Revision Changes Path 1.25 +51 -11 ports/textproc/xml4j/Makefile 1.10 +2 -2 ports/textproc/xml4j/distinfo 1.3 +22 -7 ports/textproc/xml4j/pkg-descr 1.9 +0 -580 ports/textproc/xml4j/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 09: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 9DABA16A4CE; Thu, 22 Jul 2004 09:51:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8CA43D5A; Thu, 22 Jul 2004 09:51:38 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6M9pcxY095498; Thu, 22 Jul 2004 09:51:38 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6M9pcfY095497; Thu, 22 Jul 2004 09:51:38 GMT (envelope-from vs) Message-Id: <200407220951.i6M9pcfY095497@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 09: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/textproc/xerces-j Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 09:51:38 -0000 vs 2004-07-22 09:51:38 UTC FreeBSD ports repository Modified files: textproc/xerces-j Makefile Log: Add CONFLICTS with textproc/xml4j PR: ports/69055 Submitted by: Herve Quiroz (maintainer) Revision Changes Path 1.15 +2 -0 ports/textproc/xerces-j/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 10:01:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3F8B16A4CE; Thu, 22 Jul 2004 10:01:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D626843D31; Thu, 22 Jul 2004 10:01:30 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MA1U6u095801; Thu, 22 Jul 2004 10:01:30 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MA1URe095800; Thu, 22 Jul 2004 10:01:30 GMT (envelope-from ijliao) Message-Id: <200407221001.i6MA1URe095800@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 22 Jul 2004 10:01:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/moviedb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 10:01:31 -0000 ijliao 2004-07-22 10:01:30 UTC FreeBSD ports repository Modified files: misc/moviedb Makefile Log: build ok on -stable and -current (at least ok on i386) Revision Changes Path 1.7 +0 -4 ports/misc/moviedb/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 10:22: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 AE28716A4CE; Thu, 22 Jul 2004 10:22:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F70B43D46; Thu, 22 Jul 2004 10:22:21 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MAMLnc096358; Thu, 22 Jul 2004 10:22:21 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MAMLg2096357; Thu, 22 Jul 2004 10:22:21 GMT (envelope-from bms) Message-Id: <200407221022.i6MAMLg2096357@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 22 Jul 2004 10:22: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-mgmt/nagios-silfreed-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: Thu, 22 Jul 2004 10:22:21 -0000 bms 2004-07-22 10:22:21 UTC FreeBSD ports repository (src committer) Modified files: net-mgmt/nagios-silfreed-plugins Makefile pkg-plist Log: Fix glaring typos in RUN_DEPENDS. Thou shalt obey ${PREFIX} no matter what nagios-plugins does, so create the plugins directory if it doesn't exist. Fix package list to use EXAMPLESDIR correctly. Don't use bsd.port.(pre|post).mk unnecessarily. Approved by: eik Revision Changes Path 1.2 +7 -11 ports/net-mgmt/nagios-silfreed-plugins/Makefile 1.2 +2 -0 ports/net-mgmt/nagios-silfreed-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 10:29: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 DB00116A4CE; Thu, 22 Jul 2004 10:29:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD55E43D45; Thu, 22 Jul 2004 10:29:26 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MATQjx096657; Thu, 22 Jul 2004 10:29:26 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MATQQ3096656; Thu, 22 Jul 2004 10:29:26 GMT (envelope-from osa) Message-Id: <200407221029.i6MATQQ3096656@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 22 Jul 2004 10:29: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/comms/ltmdm Makefile ports/comms/ltmdm/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, 22 Jul 2004 10:29:27 -0000 osa 2004-07-22 10:29:26 UTC FreeBSD ports repository Modified files: comms/ltmdm Makefile comms/ltmdm/files patch-aa Log: Revert back wrong changes, because port have strange infrastructure: patch-aa and patch-ac both patch the same file: ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c. Revision Changes Path 1.15 +1 -1 ports/comms/ltmdm/Makefile 1.8 +180 -245 ports/comms/ltmdm/files/patch-aa From owner-cvs-all@FreeBSD.ORG Thu Jul 22 10:32: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 79E3F16A4CE; Thu, 22 Jul 2004 10:32:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB9643D46; Thu, 22 Jul 2004 10:32:03 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MAW32F096820; Thu, 22 Jul 2004 10:32:03 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MAW3Zg096818; Thu, 22 Jul 2004 10:32:03 GMT (envelope-from demon) Message-Id: <200407221032.i6MAW3Zg096818@repoman.freebsd.org> From: Dmitry Sivachenko Date: Thu, 22 Jul 2004 10:32:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/p5-Locale-Codes 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, 22 Jul 2004 10:32:03 -0000 demon 2004-07-22 10:32:03 UTC FreeBSD ports repository Modified files: misc/p5-Locale-Codes Makefile distinfo Log: Update to version 2.07. PR: 69414 Submitted by: Cheng-Lung Sung Revision Changes Path 1.19 +1 -1 ports/misc/p5-Locale-Codes/Makefile 1.8 +2 -2 ports/misc/p5-Locale-Codes/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 10:36: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 2EA4916A4CE; Thu, 22 Jul 2004 10:36:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BB243D2D; Thu, 22 Jul 2004 10:36:35 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MAaYK6097099; Thu, 22 Jul 2004 10:36:34 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MAaY64097098; Thu, 22 Jul 2004 10:36:34 GMT (envelope-from demon) Message-Id: <200407221036.i6MAaY64097098@repoman.freebsd.org> From: Dmitry Sivachenko Date: Thu, 22 Jul 2004 10:36: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/misc/p5-I18N-LangTags 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, 22 Jul 2004 10:36:35 -0000 demon 2004-07-22 10:36:34 UTC FreeBSD ports repository Modified files: misc/p5-I18N-LangTags Makefile distinfo Log: Update to version 0.33. PR: 69413 Submitted by: Cheng-Lung Sung Revision Changes Path 1.12 +1 -1 ports/misc/p5-I18N-LangTags/Makefile 1.9 +2 -2 ports/misc/p5-I18N-LangTags/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 10:38: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 2BAEF16A4CE; Thu, 22 Jul 2004 10:38:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F48343D31; Thu, 22 Jul 2004 10:38:14 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MAcDhu097184; Thu, 22 Jul 2004 10:38:13 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MAcDxP097183; Thu, 22 Jul 2004 10:38:13 GMT (envelope-from keramida) Message-Id: <200407221038.i6MAcDxP097183@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 22 Jul 2004 10:38: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/sbin/init init.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, 22 Jul 2004 10:38:14 -0000 keramida 2004-07-22 10:38:13 UTC FreeBSD src repository (doc committer) Modified files: sbin/init init.8 Log: Add references to pf(4) and pfctl(8) at the description of securelevel = 3. PR: docs/69417 Submitted by: Janos Mohacsi (mohacsi(at)niif(dot)hu) Revision Changes Path 1.45 +7 -2 src/sbin/init/init.8 From owner-cvs-all@FreeBSD.ORG Thu Jul 22 10:58: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 A3DA316A4CE; Thu, 22 Jul 2004 10:58:52 +0000 (GMT) Received: from pinky.otenet.gr (pinky.otenet.gr [195.170.0.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73FD43D31; Thu, 22 Jul 2004 10:58:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i6MAwUvN020124; Thu, 22 Jul 2004 13:58:41 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i6MAxHNY005010; Thu, 22 Jul 2004 13:59:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i6MAxFVN005009; Thu, 22 Jul 2004 13:59:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 22 Jul 2004 13:59:15 +0300 From: Giorgos Keramidas To: Ollivier Robert Message-ID: <20040722105914.GA4708@orion.daedalusnetworks.priv> References: <200407220814.i6M8EbKM092483@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407220814.i6M8EbKM092483@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/ntp config.h src/usr.sbin/ntp/ntpdc Makefile src/usr.sbin/ntp/ntpq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 10:58:52 -0000 On 2004-07-22 08:14, Ollivier Robert wrote: > > Allow ntpd to be compiled w/o readline when NO_GNU is defined. Part > of a larger patchset to get a GNU-free world. > > Patch rewritten to cope with the 4.2.0 changes. Just a thought, without having looked at the source of ntp stuff. Would it be extremely difficult or cause conflict/merge problems if we replaced readline with libedit in the NO_GNU case? - Giorgos From owner-cvs-all@FreeBSD.ORG Thu Jul 22 11:12: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 5811316A4CE; Thu, 22 Jul 2004 11:12:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5243443D31; Thu, 22 Jul 2004 11:12:02 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MBC2pt098243; Thu, 22 Jul 2004 11:12:02 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MBC2OI098242; Thu, 22 Jul 2004 11:12:02 GMT (envelope-from harti) Message-Id: <200407221112.i6MBC2OI098242@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 22 Jul 2004 11:12: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/make parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 11:12:02 -0000 harti 2004-07-22 11:12:01 UTC FreeBSD src repository Modified files: usr.bin/make parse.c Log: Fix handling of comments on .elif lines. The patch given in a followup to the PR failed, because the line skipping function is actually called from two places in the code to do quite different things (this should be two functions probably): in a false .if to skip to the next line beginning with a dot and to collect .for loops. In the seconds case we should not skip comments, because they are actually harder to handle than we need for the .if case and should defer this to the main code. PR: bin/25627 Submitted by: Seth Kingsley (original patch) Revision Changes Path 1.57 +7 -0 src/usr.bin/make/parse.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 11:58: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 1B15716A4CE; Thu, 22 Jul 2004 11:58:40 +0000 (GMT) Received: from robbins.dropbear.id.au (127.f.012.mel.iprimus.net.au [210.50.253.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id C846E43D5A; Thu, 22 Jul 2004 11:58:37 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id CA7DE4206; Thu, 22 Jul 2004 21:58:27 +1000 (EST) Date: Thu, 22 Jul 2004 21:58:27 +1000 From: Tim Robbins To: Giorgos Keramidas Message-ID: <20040722115827.GA6110@cat.robbins.dropbear.id.au> References: <200407220814.i6M8EbKM092483@repoman.freebsd.org> <20040722105914.GA4708@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040722105914.GA4708@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4.1i cc: Ollivier Robert cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ntp config.h src/usr.sbin/ntp/ntpdc Makefile src/usr.sbin/ntp/ntpq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 11:58:40 -0000 On Thu, Jul 22, 2004 at 01:59:15PM +0300, Giorgos Keramidas wrote: > On 2004-07-22 08:14, Ollivier Robert wrote: > > > > Allow ntpd to be compiled w/o readline when NO_GNU is defined. Part > > of a larger patchset to get a GNU-free world. > > > > Patch rewritten to cope with the 4.2.0 changes. > > Just a thought, without having looked at the source of ntp stuff. > > Would it be extremely difficult or cause conflict/merge problems if we > replaced readline with libedit in the NO_GNU case? NetBSD not-so-recently added GNU readline emulation to their libedit. Last time I looked, they'd made a mess of the code with #ifdefs, but it'd still be possible to bring across the useful bits. FWIW, I really don't see the point of partial support for building GNU-free systems. It sounds like something that should be kept as a local diff. Tim From owner-cvs-all@FreeBSD.ORG Thu Jul 22 12:15: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 437F016A4E0; Thu, 22 Jul 2004 12:15:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CBF943D45; Thu, 22 Jul 2004 12:15:29 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MCFTpP099894; Thu, 22 Jul 2004 12:15:29 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MCFTJ5099893; Thu, 22 Jul 2004 12:15:29 GMT (envelope-from eik) Message-Id: <200407221215.i6MCFTJ5099893@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 22 Jul 2004 12:15:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/spread Makefile distinfo pkg-plist ports/net/spread/files patch-Makefile.in patch-auth-ip.c patch-auth-pword.c ports/net/spread-j 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, 22 Jul 2004 12:15:29 -0000 eik 2004-07-22 12:15:29 UTC FreeBSD ports repository Modified files: net/spread Makefile distinfo pkg-plist net/spread/files patch-Makefile.in patch-auth-ip.c patch-auth-pword.c net/spread-j Makefile distinfo pkg-plist Log: update of net/spread and net/spread-j to version 3.17.2 PR: 69095 Submitted by: Joshua Goodall (maintainer) Revision Changes Path 1.6 +23 -24 ports/net/spread-j/Makefile 1.4 +2 -2 ports/net/spread-j/distinfo 1.3 +6 -5 ports/net/spread-j/pkg-plist 1.14 +2 -1 ports/net/spread/Makefile 1.7 +2 -2 ports/net/spread/distinfo 1.3 +3 -3 ports/net/spread/files/patch-Makefile.in 1.3 +7 -7 ports/net/spread/files/patch-auth-ip.c 1.3 +7 -7 ports/net/spread/files/patch-auth-pword.c 1.7 +1 -1 ports/net/spread/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 12:19:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4388C16A4CE; Thu, 22 Jul 2004 12:19:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 253EC43D45; Thu, 22 Jul 2004 12:19:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MCJ3Wn000134; Thu, 22 Jul 2004 12:19:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MCJ3bq000132; Thu, 22 Jul 2004 12:19:03 GMT (envelope-from krion) Message-Id: <200407221219.i6MCJ3bq000132@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 12: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/net/AquaGatekeeper Makefile distinfo.amd64 distinfo.i386 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, 22 Jul 2004 12:19:03 -0000 krion 2004-07-22 12:19:03 UTC FreeBSD ports repository Modified files: net/AquaGatekeeper Makefile distinfo.amd64 distinfo.i386 pkg-plist Log: That is a bug fix release recommended by vendor. Administrator Guide in PDF format is included. Bump PORTREVISION. PR: ports/69429 Submitted by: maintainer Revision Changes Path 1.8 +3 -2 ports/net/AquaGatekeeper/Makefile 1.2 +2 -2 ports/net/AquaGatekeeper/distinfo.amd64 1.2 +2 -2 ports/net/AquaGatekeeper/distinfo.i386 1.4 +2 -0 ports/net/AquaGatekeeper/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 12: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 065E716A4CE; Thu, 22 Jul 2004 12:23:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0043843D1F; Thu, 22 Jul 2004 12:23:30 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MCNTwE000316; Thu, 22 Jul 2004 12:23:29 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MCNTEN000315; Thu, 22 Jul 2004 12:23:29 GMT (envelope-from osa) Message-Id: <200407221223.i6MCNTEN000315@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 22 Jul 2004 12:23:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/ltmdm Makefile pkg-plist ports/comms/ltmdm/files patch-aa patch-ac patch-sys-dev-ltmdm-ltmdmsio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 12:23:30 -0000 osa 2004-07-22 12:23:29 UTC FreeBSD ports repository Modified files: comms/ltmdm Makefile pkg-plist Added files: comms/ltmdm/files patch-sys-dev-ltmdm-ltmdmsio.c Removed files: comms/ltmdm/files patch-aa patch-ac Log: 1) Merge two patches for ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c into one patch 2) Correct filename for patch, now it name is patch-sys-dev-ltmdm-ltmdmsio.c 3) Fix run on recent -CURRENT by removing ttyclose() calls Symptoms: # kldload ltmdm.ko kldload: can't load ltmdm.ko: No such file or directory # dmesg | head -1 link_elf: symbol ttyclose underfined 4) Move PORTDOCS from pkg-plist to Makefile 5) Utilize DATADIR macro 5) Reorganize install target for PORTDOCS 6) Bump ${PORTREVISION} Revision Changes Path 1.16 +6 -5 ports/comms/ltmdm/Makefile 1.9 +0 -196 ports/comms/ltmdm/files/patch-aa (dead) 1.4 +0 -249 ports/comms/ltmdm/files/patch-ac (dead) 1.1 +450 -0 ports/comms/ltmdm/files/patch-sys-dev-ltmdm-ltmdmsio.c (new) 1.5 +3 -8 ports/comms/ltmdm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 12:38: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 305F516A4CE; Thu, 22 Jul 2004 12:38:23 +0000 (GMT) Received: from pinky.otenet.gr (pinky.otenet.gr [195.170.0.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37A443D48; Thu, 22 Jul 2004 12:38:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i6MCc1Hk005718; Thu, 22 Jul 2004 15:38:09 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i6MCckjp016051; Thu, 22 Jul 2004 15:38:46 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i6MCciq2016050; Thu, 22 Jul 2004 15:38:44 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 22 Jul 2004 15:38:44 +0300 From: Giorgos Keramidas To: Tim Robbins Message-ID: <20040722123844.GB5479@orion.daedalusnetworks.priv> References: <200407220814.i6M8EbKM092483@repoman.freebsd.org> <20040722105914.GA4708@orion.daedalusnetworks.priv> <20040722115827.GA6110@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040722115827.GA6110@cat.robbins.dropbear.id.au> cc: Ollivier Robert cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/usr.sbin/ntp config.h src/usr.sbin/ntp/ntpdc Makefile src/usr.sbin/ntp/ntpq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 12:38:23 -0000 On 2004-07-22 21:58, Tim Robbins wrote: >On Thu, Jul 22, 2004 at 01:59:15PM +0300, Giorgos Keramidas wrote: >>On 2004-07-22 08:14, Ollivier Robert wrote: >>> >>> Allow ntpd to be compiled w/o readline when NO_GNU is defined. Part >>> of a larger patchset to get a GNU-free world. >>> >>> Patch rewritten to cope with the 4.2.0 changes. >> >> Just a thought, without having looked at the source of ntp stuff. >> >> Would it be extremely difficult or cause conflict/merge problems if we >> replaced readline with libedit in the NO_GNU case? > > NetBSD not-so-recently added GNU readline emulation to their libedit. > Last time I looked, they'd made a mess of the code with #ifdefs, but it'd > still be possible to bring across the useful bits. Err, no that would be ugly. I don't like excessive use of #ifdefs but that's probably a different topic. I was thinking of something more like: use this getline() function, which will magically work through readline() or el_get() depending on which file was added to SRCS at compile-time (depending on WITH_READLINE or not). > FWIW, I really don't see the point of partial support for building > GNU-free systems. It sounds like something that should be kept as > a local diff. Hmmm, yes well... I'll see if I can do something not too ugly but still useful as a proof-of-concept diff when the commits to the ntp utils are all done. From owner-cvs-all@FreeBSD.ORG Thu Jul 22 12:41: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 AA3CF16A4CE; Thu, 22 Jul 2004 12:41:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D1D743D53; Thu, 22 Jul 2004 12:41:11 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MCfBha000807; Thu, 22 Jul 2004 12:41:11 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MCfBWs000806; Thu, 22 Jul 2004 12:41:11 GMT (envelope-from vs) Message-Id: <200407221241.i6MCfBWs000806@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 12:41:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/rrdtool Makefile ports/net/rrdtool/files extra-patch-perl-shared::RRDs.xs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 12:41:11 -0000 vs 2004-07-22 12:41:11 UTC FreeBSD ports repository Modified files: net/rrdtool Makefile Added files: net/rrdtool/files extra-patch-perl-shared::RRDs.xs Log: Add fix for perl <= 5.005_03 PR: ports/66418 Submitted by: Lars Thegler Approved by: maintainer timeout Revision Changes Path 1.35 +6 -2 ports/net/rrdtool/Makefile 1.1 +11 -0 ports/net/rrdtool/files/extra-patch-perl-shared::RRDs.xs (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 12:55: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 D0FF916A4CE; Thu, 22 Jul 2004 12:55:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B556443D53; Thu, 22 Jul 2004 12:55:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MCtus5001180; Thu, 22 Jul 2004 12:55:56 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MCtuOU001179; Thu, 22 Jul 2004 12:55:56 GMT (envelope-from krion) Message-Id: <200407221255.i6MCtuOU001179@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 12: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/lang/chicken 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, 22 Jul 2004 12:55:57 -0000 krion 2004-07-22 12:55:56 UTC FreeBSD ports repository Modified files: lang/chicken Makefile distinfo pkg-plist Log: Update to 1.56 PR: ports/69426 Submitted by: maintainer Revision Changes Path 1.15 +4 -2 ports/lang/chicken/Makefile 1.9 +2 -2 ports/lang/chicken/distinfo 1.10 +0 -10 ports/lang/chicken/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 13:14: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 0283B16A4CE; Thu, 22 Jul 2004 13:14:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F0F43D2D; Thu, 22 Jul 2004 13:14:42 +0000 (GMT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MDEgHa001628; Thu, 22 Jul 2004 13:14:42 GMT (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MDEgK4001627; Thu, 22 Jul 2004 13:14:42 GMT (envelope-from johan) Message-Id: <200407221314.i6MDEgK4001627@repoman.freebsd.org> From: Johan Karlsson Date: Thu, 22 Jul 2004 13:14: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.bin/hexdump Makefile display.c odsyntax.c parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 13:14:43 -0000 johan 2004-07-22 13:14:42 UTC FreeBSD src repository Modified files: usr.bin/hexdump Makefile display.c odsyntax.c parse.c Log: display.c: - 'savech' is only used if it is set a few lines above where it is used, initialize it to silence warning. - 'length' is either -1 or greater than 0, hence it is safe to cast it to unsigned when comparing it here. odsyntax.c: - 'p' is assigned either (*argvp)[0] or (*argvp)[1] which both are char *. 'num' and 'end' are assigned values based on 'p'. Hence use char * instead of unsigned char * for these variables. '&end' as the second argument to strtoll does not need to be casted to char** any more. This solves a 'dereferencing type-punned pointer will break strict-aliasing rules' warning when compiling with -O2. parse.c: - 'prec' is only used when sokay == USEPREC and sokay = USEPREC when 'prec' is assigned. Hence 'prec' is not used uninitialized, initialize it to silence warning. - The code involving 'nextpr' is hard to follow, but I belive 'nextpr' will not be used unless it is initialized. Anyway, IF 'nextpr' is used uninitialized it is better to get a consistant error (seg fault, when dereferencing a NULL pointer) than potentially accessing some random memory. The above changes makes hexdump WARNS=6 clean even when compiled with -O2. Hence bump WARNS to keep it clean. Tested by: CFLAGS='-O2 -pipe' make universe Revision Changes Path 1.9 +1 -0 src/usr.bin/hexdump/Makefile 1.20 +2 -1 src/usr.bin/hexdump/display.c 1.17 +2 -2 src/usr.bin/hexdump/odsyntax.c 1.13 +3 -0 src/usr.bin/hexdump/parse.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 13: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 51AD116A4CE; Thu, 22 Jul 2004 13:29:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FD843D1F; Thu, 22 Jul 2004 13:29:21 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MDTLlt001983; Thu, 22 Jul 2004 13:29:21 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MDTLmF001982; Thu, 22 Jul 2004 13:29:21 GMT (envelope-from eik) Message-Id: <200407221329.i6MDTLmF001982@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 22 Jul 2004 13: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/security/portaudit-db/database portaudit.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: Thu, 22 Jul 2004 13:29:21 -0000 eik 2004-07-22 13:29:21 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: phpBB cross site scripting vulnerabilities Revision Changes Path 1.55 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Thu Jul 22 13: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 97E0F16A4CE; Thu, 22 Jul 2004 13:37:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEEE43D45; Thu, 22 Jul 2004 13:37:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MDbxcw002360; Thu, 22 Jul 2004 13:37:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MDbxii002359; Thu, 22 Jul 2004 13:37:59 GMT (envelope-from krion) Message-Id: <200407221337.i6MDbxii002359@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 13:37: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/news/rawdog 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, 22 Jul 2004 13:37:59 -0000 krion 2004-07-22 13:37:59 UTC FreeBSD ports repository Modified files: news/rawdog Makefile distinfo Log: Update to 1.13 PR: ports/69431 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/news/rawdog/Makefile 1.12 +2 -2 ports/news/rawdog/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 13:38: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 2B61816A4CE; Thu, 22 Jul 2004 13:38:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B28543D1D; Thu, 22 Jul 2004 13:38:11 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MDcAwK002420; Thu, 22 Jul 2004 13:38:10 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MDcA5M002419; Thu, 22 Jul 2004 13:38:10 GMT (envelope-from le) Message-Id: <200407221338.i6MDcA5M002419@repoman.freebsd.org> From: Lukas Ertl Date: Thu, 22 Jul 2004 13:38: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/usr.bin/truncate truncate.1 truncate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 13:38:11 -0000 le 2004-07-22 13:38:10 UTC FreeBSD src repository Modified files: usr.bin/truncate truncate.1 truncate.c Log: Make size suffix case insensitive. PR: bin/27604 Submitted by: David Xu Revision Changes Path 1.11 +4 -4 src/usr.bin/truncate/truncate.1 1.8 +3 -0 src/usr.bin/truncate/truncate.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 13:38: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 CC73616A4CE; Thu, 22 Jul 2004 13:38:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E8C43D49; Thu, 22 Jul 2004 13:38:58 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MDcwex002458; Thu, 22 Jul 2004 13:38:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MDcwLL002457; Thu, 22 Jul 2004 13:38:58 GMT (envelope-from krion) Message-Id: <200407221338.i6MDcwLL002457@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 13:38: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/libukcprog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 13:38:58 -0000 krion 2004-07-22 13:38:58 UTC FreeBSD ports repository Modified files: devel/libukcprog Makefile Log: Fix MASTER_SITES PR: ports/69432 Submitted by: maintainer Revision Changes Path 1.10 +2 -2 ports/devel/libukcprog/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 13:39: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 4799F16A4CE; Thu, 22 Jul 2004 13:39:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE1443D41; Thu, 22 Jul 2004 13:39:44 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MDdiaO002500; Thu, 22 Jul 2004 13:39:44 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MDdimS002499; Thu, 22 Jul 2004 13:39:44 GMT (envelope-from krion) Message-Id: <200407221339.i6MDdimS002499@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 22 Jul 2004 13:39: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/libstatgrab Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 13:39:44 -0000 krion 2004-07-22 13:39:44 UTC FreeBSD ports repository Modified files: devel/libstatgrab Makefile Log: Fix MASTER_SITES PR: ports/69433 Submitted by: maintainer Revision Changes Path 1.17 +2 -2 ports/devel/libstatgrab/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 13:45: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 015EE16A4CE; Thu, 22 Jul 2004 13:45:05 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5960943D2F; Thu, 22 Jul 2004 13:45:02 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6MDpIwl067276; Thu, 22 Jul 2004 07:51:18 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <40FFC4CD.4080706@samsco.org> Date: Thu, 22 Jul 2004 07:44:45 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Jeremy References: <200407212045.i6LKjHvX090599@palm.tree.com> <40FEE569.2010209@elischer.org> <40FEE6CA.3090005@samsco.org> <20040722092441.GH3001@cirb503493.alcatel.com.au> In-Reply-To: <20040722092441.GH3001@cirb503493.alcatel.com.au> X-Enigmail-Version: 0.84.2.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/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 13:45:05 -0000 Peter Jeremy wrote: > On Wed, 2004-Jul-21 15:57:30 -0600, Scott Long wrote: > >>Implementing a journalling filesystem would be a much more beneficial >>use of time here. > > > You still wind up with unwritten data in RAM, just less of it. > > How much effort would be required to add journalling to UFS or UFS2? > How big a gain does journalling give you over soft-updates? > That's a very good question. A group at RPI has been working on it for some time, but I'm not sure how close they are to having it done. If you look in the commercial world, Apple, Sun, and Wasabi/NetBSD have all done it successfully (Wasabi's isn't open source, btw). My guess is that it would take about 4-5 months to get it going, and then at least 8-12 months to ensure that there are no bugs and to tune performance. Certainly not impossible, but not something that would be production quality on short notice. I think that you would also have to make it othogonal to softupdates. The gain that you get is that your filesystem recovery time drops tremendously. You also have a much better chance of all of the metadata being on the disk and recoverable. Furthermore, it opens the door for data+metadata journalling for even more protection (at a large cost to speed and/or buffer-cache pressure, of course). Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 22 14: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 1E77A16A4CE; Thu, 22 Jul 2004 14:27:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1943243D49; Thu, 22 Jul 2004 14:27:47 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MERk20003747; Thu, 22 Jul 2004 14:27:46 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MERkHG003746; Thu, 22 Jul 2004 14:27:46 GMT (envelope-from vanilla) Message-Id: <200407221427.i6MERkHG003746@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 22 Jul 2004 14:27: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 Makefile ports/devel/p5-OOTools 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, 22 Jul 2004 14:27:47 -0000 vanilla 2004-07-22 14:27:46 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-OOTools Makefile distinfo pkg-descr pkg-plist Log: Add p5-OOTools 1.75, a Perl module collection to easily create constructors methods. PR: ports/59436 Submitted by: Cheng-Lung Sung Revision Changes Path 1.1646 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-OOTools/Makefile (new) 1.1 +2 -0 ports/devel/p5-OOTools/distinfo (new) 1.1 +12 -0 ports/devel/p5-OOTools/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-OOTools/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 14:29: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 379DD16A4E8; Thu, 22 Jul 2004 14:29:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B76043D49; Thu, 22 Jul 2004 14:29:04 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MET3N5003804; Thu, 22 Jul 2004 14:29:03 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MET35C003803; Thu, 22 Jul 2004 14:29:03 GMT (envelope-from vanilla) Message-Id: <200407221429.i6MET35C003803@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 22 Jul 2004 14:29:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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, 22 Jul 2004 14:29:04 -0000 vanilla 2004-07-22 14:29:03 UTC FreeBSD ports repository Modified files: . modules Log: Add devel/p5-OOTools Revision Changes Path 1.10718 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Jul 22 14:32: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 A926216A4CE; Thu, 22 Jul 2004 14:32:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D7F743D58; Thu, 22 Jul 2004 14:32:48 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MEWmD9003943; Thu, 22 Jul 2004 14:32:48 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MEWmxv003942; Thu, 22 Jul 2004 14:32:48 GMT (envelope-from scottl) Message-Id: <200407221432.i6MEWmxv003942@repoman.freebsd.org> From: Scott Long Date: Thu, 22 Jul 2004 14:32: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/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 14:32:48 -0000 scottl 2004-07-22 14:32:48 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Disable the PREEMPTION-enabled code in critical_exit() that encourages switching to a different thread. This is just a hack to try to improve stability some more, but likely points closer to the real culprit. Revision Changes Path 1.72 +2 -0 src/sys/kern/kern_switch.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 14:38: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 00BBD16A4CE; Thu, 22 Jul 2004 14:38:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F4343D41; Thu, 22 Jul 2004 14:38:05 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MEc5K5004165; Thu, 22 Jul 2004 14:38:05 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MEc5Uh004164; Thu, 22 Jul 2004 14:38:05 GMT (envelope-from trhodes) Message-Id: <200407221438.i6MEc5Uh004164@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 22 Jul 2004 14:38: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/samba3 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, 22 Jul 2004 14:38:06 -0000 trhodes 2004-07-22 14:38:05 UTC FreeBSD ports repository Modified files: net/samba3 Makefile distinfo Log: Update to 3.0.5. Submitted by: MAINTAINER Revision Changes Path 1.125 +3 -3 ports/net/samba3/Makefile 1.55 +2 -2 ports/net/samba3/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 14:43: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 A41E916A4CE; Thu, 22 Jul 2004 14:43:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 881A943D5C; Thu, 22 Jul 2004 14:43:13 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MEhDmb004313; Thu, 22 Jul 2004 14:43:13 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MEhDlF004312; Thu, 22 Jul 2004 14:43:13 GMT (envelope-from trhodes) Message-Id: <200407221443.i6MEhDlF004312@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 22 Jul 2004 14:43:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 14:43:13 -0000 trhodes 2004-07-22 14:43:13 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Recently announced Samba issue. Revision Changes Path 1.151 +27 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15:16: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 5B6CC16A4CE; Thu, 22 Jul 2004 15:16:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F46A43D5C; Thu, 22 Jul 2004 15:16:05 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFG5Cc005140; Thu, 22 Jul 2004 15:16:05 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFG54x005139; Thu, 22 Jul 2004 15:16:05 GMT (envelope-from trhodes) Message-Id: <200407221516.i6MFG54x005139@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 22 Jul 2004 15:16: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/samba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 15:16:05 -0000 trhodes 2004-07-22 15:16:05 UTC FreeBSD ports repository Modified files: net/samba Makefile Log: Mark FORBIDDEN. Revision Changes Path 1.142 +1 -1 ports/net/samba/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15: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 683CC16A4CE; Thu, 22 Jul 2004 15:22:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9FC43D49; Thu, 22 Jul 2004 15:22:43 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFMh8D005305; Thu, 22 Jul 2004 15:22:43 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFMh4x005304; Thu, 22 Jul 2004 15:22:43 GMT (envelope-from trhodes) Message-Id: <200407221522.i6MFMh4x005304@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 22 Jul 2004 15: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/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, 22 Jul 2004 15:22:43 -0000 trhodes 2004-07-22 15:22:43 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Mark the 2.2.x series of Samba as vulnerable. Revision Changes Path 1.152 +6 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15:29: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 6DFF816A4CE; Thu, 22 Jul 2004 15:29:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5174E43D2D; Thu, 22 Jul 2004 15:29:22 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFTMIA005494; Thu, 22 Jul 2004 15:29:22 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFTMaS005493; Thu, 22 Jul 2004 15:29:22 GMT (envelope-from vs) Message-Id: <200407221529.i6MFTMaS005493@repoman.freebsd.org> From: Volker Stolz Date: Thu, 22 Jul 2004 15:29: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/comms/openobex Makefileports/comms/openobex/files patch-aclocal.m4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 15:29:22 -0000 vs 2004-07-22 15:29:22 UTC FreeBSD ports repository Modified files: comms/openobex Makefile comms/openobex/files patch-aclocal.m4 Log: Fix detection of the bluetooth stack This is still untested on any architecture other than i386, so any testing is encouraged! PR: ports/69340 Submitted by: Guido Falsi (maintainer) Revision Changes Path 1.3 +1 -1 ports/comms/openobex/Makefile 1.2 +8 -7 ports/comms/openobex/files/patch-aclocal.m4 From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15:39: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 A9BD516A4CE; Thu, 22 Jul 2004 15:39:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C59643D45; Thu, 22 Jul 2004 15:39:30 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFdUkU005812; Thu, 22 Jul 2004 15:39:30 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFdUk9005811; Thu, 22 Jul 2004 15:39:30 GMT (envelope-from eik) Message-Id: <200407221539.i6MFdUk9005811@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 22 Jul 2004 15:39:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/exim Makefile distinfo ports/mail/exim/files xpatch-exiscan2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 15:39:30 -0000 eik 2004-07-22 15:39:30 UTC FreeBSD ports repository Modified files: mail/exim Makefile distinfo mail/exim/files xpatch-exiscan2 Log: Update to Exim 4.41 + exiscan-acl 24 Note that this port uses libsrs2, not libsrs_alt as documented in exiscan-acl-spec Revision Changes Path 1.184 +2 -2 ports/mail/exim/Makefile 1.72 +4 -4 ports/mail/exim/distinfo 1.2 +5 -41 ports/mail/exim/files/xpatch-exiscan2 From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15:45:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A9E16A4CE; Thu, 22 Jul 2004 15:45:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067EB43D39; Thu, 22 Jul 2004 15:45:08 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFj5Bv005986; Thu, 22 Jul 2004 15:45:05 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFj5BZ005985; Thu, 22 Jul 2004 15:45:05 GMT (envelope-from trhodes) Message-Id: <200407221545.i6MFj5BZ005985@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 22 Jul 2004 15:45:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 15:45:08 -0000 trhodes 2004-07-22 15:45:05 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Fix an XML tag. Revision Changes Path 1.153 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15:46: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 8C7FC16A4CE; Thu, 22 Jul 2004 15:46:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E4F43D39; Thu, 22 Jul 2004 15:46:51 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFkpUw006097; Thu, 22 Jul 2004 15:46:51 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFkpT8006096; Thu, 22 Jul 2004 15:46:51 GMT (envelope-from scottl) Message-Id: <200407221546.i6MFkpT8006096@repoman.freebsd.org> From: Scott Long Date: Thu, 22 Jul 2004 15:46: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/i386/i386 busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 15:46:51 -0000 scottl 2004-07-22 15:46:51 UTC FreeBSD src repository Modified files: sys/i386/i386 busdma_machdep.c Log: Don't count needed bounce pages if loading a buffer that was created with bus_dmamem_alloc() Submitted by: harti Revision Changes Path 1.58 +41 -23 src/sys/i386/i386/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15:55: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 0192916A4CE; Thu, 22 Jul 2004 15:55:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D956143D41; Thu, 22 Jul 2004 15:55:03 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFt3wl006383; Thu, 22 Jul 2004 15:55:03 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFt326006382; Thu, 22 Jul 2004 15:55:03 GMT (envelope-from scottl) Message-Id: <200407221555.i6MFt326006382@repoman.freebsd.org> From: Scott Long Date: Thu, 22 Jul 2004 15:55: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 busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 15:55:04 -0000 scottl 2004-07-22 15:55:03 UTC FreeBSD src repository Modified files: sys/i386/i386 busdma_machdep.c Log: Arg! Revert local changes that were accidentlly included in the previous version. Revision Changes Path 1.59 +22 -40 src/sys/i386/i386/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15:55: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 D211416A556; Thu, 22 Jul 2004 15:55:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B38143D2F; Thu, 22 Jul 2004 15:55:06 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFt63l006407; Thu, 22 Jul 2004 15:55:06 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFt6mq006406; Thu, 22 Jul 2004 15:55:06 GMT (envelope-from trhodes) Message-Id: <200407221555.i6MFt6mq006406@repoman.freebsd.org> From: Tom Rhodes Date: Thu, 22 Jul 2004 15:55: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/docproj handbook3.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, 22 Jul 2004 15:55:42 -0000 trhodes 2004-07-22 15:55:06 UTC FreeBSD doc repository Modified files: en/docproj handbook3.sgml Log: Add a task which I would like to see completed. Revision Changes Path 1.35 +8 -1 www/en/docproj/handbook3.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 15: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 47ACC16A4CE; Thu, 22 Jul 2004 15:58:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C06A43D1D; Thu, 22 Jul 2004 15:58:28 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MFwSgN006541; Thu, 22 Jul 2004 15:58:28 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MFwSJm006540; Thu, 22 Jul 2004 15:58:28 GMT (envelope-from josef) Message-Id: <200407221558.i6MFwSJm006540@repoman.freebsd.org> From: Josef El-Rayes Date: Thu, 22 Jul 2004 15:58:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 15:58:28 -0000 josef 2004-07-22 15:58:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Add Konqueror to list of browsers. Submitted by: Brad Davis PR: docs/69252 Revision Changes Path 1.36 +28 -1 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:04: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 2CC9116A4CE; Thu, 22 Jul 2004 16:04:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F6043D39; Thu, 22 Jul 2004 16:04:45 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MG4i6v006725; Thu, 22 Jul 2004 16:04:44 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MG4ivK006724; Thu, 22 Jul 2004 16:04:44 GMT (envelope-from adamw) Message-Id: <200407221604.i6MG4ivK006724@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 22 Jul 2004 16:04:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.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: Thu, 22 Jul 2004 16:04:45 -0000 adamw 2004-07-22 16:04:44 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: If the gconf2 USE_GNOME component is used, overload the pre-install target to explicitly create ${PREFIX}/etc/gconf/gconf.xml.defaults/. A number of ports don't create this directory automatically. In normal uses, this doesn't cause a problem, but many of us prefer to test out plists by installing into custom prefixes. This prevents those custom prefix installation tests from failing. Inspired by: John Merryweather Cooper Revision Changes Path 1.74 +9 -1 ports/Mk/bsd.gnome.mk From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:09: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 57AFE16A4CE; Thu, 22 Jul 2004 16:09:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A8D43D1F; Thu, 22 Jul 2004 16:09:51 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MG9oMQ006945; Thu, 22 Jul 2004 16:09:50 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MG9oTQ006944; Thu, 22 Jul 2004 16:09:50 GMT (envelope-from adamw) Message-Id: <200407221609.i6MG9oTQ006944@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 22 Jul 2004 16:09:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/screem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 16:09:51 -0000 adamw 2004-07-22 16:09:50 UTC FreeBSD ports repository Modified files: www/screem Makefile Log: Remove the hack to manually create ${PREFIX}/etc/gconf/gconf.xml.defaults as this is now done by bsd.gnome.mk. Asked, but didn't bother waiting for a reply from: maintainer Revision Changes Path 1.48 +0 -5 ports/www/screem/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:13: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 E752A16A4CE; Thu, 22 Jul 2004 16:13:02 +0000 (GMT) Received: from leviathan.inethouston.com (leviathan.inethouston.com [209.198.171.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6031D43D41; Thu, 22 Jul 2004 16:13:02 +0000 (GMT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.com (Postfix, from userid 1001) id 1A1412C9018; Thu, 22 Jul 2004 11:12:56 -0500 (CDT) Date: Thu, 22 Jul 2004 11:12:56 -0500 From: "David W. Chapman Jr." To: Tom Rhodes Message-ID: <20040722161256.GA99967@minubian.inethouston.net> References: <200407221516.i6MFG54x005139@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407221516.i6MFG54x005139@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.2.1-RELEASE-p5 i386 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/samba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "David W. Chapman Jr." List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 16:13:03 -0000 On Thu, Jul 22, 2004 at 03:16:05PM +0000, Tom Rhodes wrote: > trhodes 2004-07-22 15:16:05 UTC > > FreeBSD ports repository > > Modified files: > net/samba Makefile > Log: > Mark FORBIDDEN. You should be able to just bump the port version to get the 2.0.10 version. Do you need a patch? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:13: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 D2E3316A4CE; Thu, 22 Jul 2004 16:13:52 +0000 (GMT) Received: from leviathan.inethouston.com (leviathan.inethouston.com [209.198.171.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB77743D2F; Thu, 22 Jul 2004 16:13:52 +0000 (GMT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.com (Postfix, from userid 1001) id A15332C9018; Thu, 22 Jul 2004 11:13:46 -0500 (CDT) Date: Thu, 22 Jul 2004 11:13:46 -0500 From: "David W. Chapman Jr." To: "David W. Chapman Jr." Message-ID: <20040722161346.GB99967@minubian.inethouston.net> References: <200407221516.i6MFG54x005139@repoman.freebsd.org> <20040722161256.GA99967@minubian.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040722161256.GA99967@minubian.inethouston.net> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.2.1-RELEASE-p5 i386 cc: Tom Rhodes cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/net/samba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "David W. Chapman Jr." List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 16:13:53 -0000 On Thu, Jul 22, 2004 at 11:12:56AM -0500, David W. Chapman Jr. wrote: > On Thu, Jul 22, 2004 at 03:16:05PM +0000, Tom Rhodes wrote: > > trhodes 2004-07-22 15:16:05 UTC > > > > FreeBSD ports repository > > > > Modified files: > > net/samba Makefile > > Log: > > Mark FORBIDDEN. > > You should be able to just bump the port version to get the 2.0.10 > version. Do you need a patch? Its been a while since I looked at the samba ports, ignore that email please :) -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:15:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4609216A4CE; Thu, 22 Jul 2004 16:15:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2942143D45; Thu, 22 Jul 2004 16:15:28 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MGFS7a007134; Thu, 22 Jul 2004 16:15:28 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MGFS7U007133; Thu, 22 Jul 2004 16:15:28 GMT (envelope-from josef) Message-Id: <200407221615.i6MGFS7U007133@repoman.freebsd.org> From: Josef El-Rayes Date: Thu, 22 Jul 2004 16:15:28 +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: Thu, 22 Jul 2004 16:15:28 -0000 josef 2004-07-22 16:15:28 UTC FreeBSD doc repository Modified files: en/donations donors.sgml wantlist.sgml Log: Daniel Seuffert payed the fee for the tutorial, so I can attend it and learn from grog how to debug kernels. Revision Changes Path 1.176 +8 -1 www/en/donations/donors.sgml 1.224 +1 -9 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:32:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E50016A4CE; Thu, 22 Jul 2004 16:32: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 C8A6C43D41; Thu, 22 Jul 2004 16:32:19 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6MGWErb012414 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 22 Jul 2004 09:32:15 -0700 Message-ID: <40FFEB86.2050209@root.org> Date: Thu, 22 Jul 2004 09:29:58 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Jeremy References: <200407212045.i6LKjHvX090599@palm.tree.com> <40FEE569.2010209@elischer.org> <40FEE6CA.3090005@samsco.org> <20040722092441.GH3001@cirb503493.alcatel.com.au> In-Reply-To: <20040722092441.GH3001@cirb503493.alcatel.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: Scott Long cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 16:32:20 -0000 Peter Jeremy wrote: > On Wed, 2004-Jul-21 15:57:30 -0600, Scott Long wrote: >>Implementing a journalling filesystem would be a much more beneficial >>use of time here. > > You still wind up with unwritten data in RAM, just less of it. > > How much effort would be required to add journalling to UFS or UFS2? > How big a gain does journalling give you over soft-updates? Kirk pointed out something to me the other day which many people don't think about. None of the journaling systems has had its recovery mode fully tested, especially on very large systems (dozen TB). It turns out that memory pressure from per-allocation unit state is a big problem when you are trying to recover a huge volume. Just because it says "journaling" doesn't make it good. -- -Nate From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:35: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 3943C16A4CE; Thu, 22 Jul 2004 16:35:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D28043D5D; Thu, 22 Jul 2004 16:35:19 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MGZInH007644; Thu, 22 Jul 2004 16:35:18 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MGZIWH007643; Thu, 22 Jul 2004 16:35:18 GMT (envelope-from ps) Message-Id: <200407221635.i6MGZIWH007643@repoman.freebsd.org> From: Paul Saab Date: Thu, 22 Jul 2004 16:35: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/amr amr.c amrvar.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, 22 Jul 2004 16:35:19 -0000 ps 2004-07-22 16:35:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/amr amr.c amrvar.h Log: MFC: Use a separate flag when doing a kernel coredump when polling for completion instead of abusing the interrupt enable flag. Revision Changes Path 1.7.2.15 +3 -3 src/sys/dev/amr/amr.c 1.2.2.7 +1 -0 src/sys/dev/amr/amrvar.h From owner-cvs-all@FreeBSD.ORG Thu Jul 22 16:44:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C7F716A4CE; Thu, 22 Jul 2004 16:44:48 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id D199F43D48; Thu, 22 Jul 2004 16:44:47 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-239-141.zoominternet.net [24.154.239.141]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i6MGijwM069127 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 22 Jul 2004 12:44:46 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 22 Jul 2004 12:45:16 -0400 From: Tom Rhodes To: "David W. Chapman Jr." Message-Id: <20040722124516.6185de89@localhost> In-Reply-To: <20040722161346.GB99967@minubian.inethouston.net> References: <200407221516.i6MFG54x005139@repoman.freebsd.org> <20040722161256.GA99967@minubian.inethouston.net> <20040722161346.GB99967@minubian.inethouston.net> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/samba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 16:44:48 -0000 On Thu, 22 Jul 2004 11:13:46 -0500 "David W. Chapman Jr." wrote: > On Thu, Jul 22, 2004 at 11:12:56AM -0500, David W. Chapman Jr. wrote: > > On Thu, Jul 22, 2004 at 03:16:05PM +0000, Tom Rhodes wrote: > > > trhodes 2004-07-22 15:16:05 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > net/samba Makefile > > > Log: > > > Mark FORBIDDEN. > > > > You should be able to just bump the port version to get the 2.0.10 > > version. Do you need a patch? > > Its been a while since I looked at the samba ports, ignore that email please :) First time I've been asked to ignore someone, usually I just do it. :P -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Thu Jul 22 17:03: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 5E28816A4CE; Thu, 22 Jul 2004 17:03:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5995743D54; Thu, 22 Jul 2004 17:03:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MH3EW1008304; Thu, 22 Jul 2004 17:03:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MH3EHM008303; Thu, 22 Jul 2004 17:03:14 GMT (envelope-from rwatson) Message-Id: <200407221703.i6MH3EHM008303@repoman.freebsd.org> From: Robert Watson Date: Thu, 22 Jul 2004 17:03: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/fs/devfs devfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 17:03:14 -0000 rwatson 2004-07-22 17:03:14 UTC FreeBSD src repository Modified files: sys/fs/devfs devfs_vnops.c Log: In devfs_allocv(), rather than assigning 'td = curthread', assert that the caller passes in a td that is curthread, and consistently pass 'td' into vget(). Remove some bogus logic that passed in td or curthread conditional on td being non-NULL, which seems redundant in the face of the earlier assignment of td to curthread if td is NULL. In devfs_symlink(), cache the passed thread in 'td' so we don't have to keep retrieving it from the 'ap' structure, and assert that td is curthread (since we dereference it to get thread-local td_ucred). Use 'td' in preference to curthread for later lockmgr calls, since they are equal. Revision Changes Path 1.72 +9 -7 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 17:03: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 053A916A4CE; Thu, 22 Jul 2004 17:03:25 +0000 (GMT) Received: from av8-2-sn3.vrr.skanova.net (av8-2-sn3.vrr.skanova.net [81.228.9.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED4543D45; Thu, 22 Jul 2004 17:03:24 +0000 (GMT) (envelope-from manlix@demonized.net) Received: by av8-2-sn3.vrr.skanova.net (Postfix, from userid 502) id EA5B938711; Thu, 22 Jul 2004 19:03:22 +0200 (CEST) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av8-2-sn3.vrr.skanova.net (Postfix) with ESMTP id D9CB137E9C; Thu, 22 Jul 2004 19:03:22 +0200 (CEST) Received: from fisk.demonized.net (h144n2fls33o834.telia.com [213.66.186.144]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id DB63E37E49; Thu, 22 Jul 2004 19:03:17 +0200 (CEST) Received: from beard.demonized.net (beard.demonized.net [192.168.0.2]) by fisk.demonized.net (Postfix) with SMTP id 4B5FD60E7; Thu, 22 Jul 2004 19:03:24 +0200 (CEST) Date: Thu, 22 Jul 2004 19:03:18 +0200 From: Johan Pettersson To: Scott Long Message-Id: <20040722190318.5fe349d3.manlix@demonized.net> In-Reply-To: <40FFC4CD.4080706@samsco.org> References: <200407212045.i6LKjHvX090599@palm.tree.com> <40FEE569.2010209@elischer.org> <40FEE6CA.3090005@samsco.org> <20040722092441.GH3001@cirb503493.alcatel.com.au> <40FFC4CD.4080706@samsco.org> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: PeterJeremy@optushome.com.au cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 17:03:25 -0000 On Thu, 22 Jul 2004 07:44:45 -0600 Scott Long wrote: > Peter Jeremy wrote: > > On Wed, 2004-Jul-21 15:57:30 -0600, Scott Long wrote: > > > >>Implementing a journalling filesystem would be a much more > >beneficial>use of time here. > > > > > > You still wind up with unwritten data in RAM, just less of it. > > > > How much effort would be required to add journalling to UFS or UFS2? > > How big a gain does journalling give you over soft-updates? > > > > That's a very good question. A group at RPI has been working on it > for some time, but I'm not sure how close they are to having it done. > If you look in the commercial world, Apple, Sun, and Wasabi/NetBSD > have all done it successfully (Wasabi's isn't open source, btw). My > guess is that it would take about 4-5 months to get it going, and then > at least 8-12 months to ensure that there are no bugs and to tune > performance. Certainly not impossible, but not something that would be > production quality on short notice. I think that you would also have > to make it othogonal to softupdates. > > The gain that you get is that your filesystem recovery time drops > tremendously. You also have a much better chance of all of the > metadata being on the disk and recoverable. Furthermore, it opens the > door for data+metadata journalling for even more protection (at a > large cost to speed and/or buffer-cache pressure, of course). > > Scott Isn't there ongoing work to port XFS to FreeBSD? From owner-cvs-all@FreeBSD.ORG Thu Jul 22 17:05: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 0614D16A4CE; Thu, 22 Jul 2004 17:05:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFA943D54; Thu, 22 Jul 2004 17:05:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MH54CM008361; Thu, 22 Jul 2004 17:05:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MH54rE008360; Thu, 22 Jul 2004 17:05:04 GMT (envelope-from rwatson) Message-Id: <200407221705.i6MH54rE008360@repoman.freebsd.org> From: Robert Watson Date: Thu, 22 Jul 2004 17:05:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_prot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 17:05:05 -0000 rwatson 2004-07-22 17:05:04 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c Log: suser() accepts a thread argument; as suser() dereferences td_ucred, a thread-local pointer, in practice that thread needs to be curthread. If we're running with INVARIANTS, generate a warning if not. If we have KDB compiled in, generate a stack trace. This doesn't fire at all in my local test environment, but could be irritating if it fires frequently for someone, so there will be motivation to fix things quickly when it does. Revision Changes Path 1.185 +12 -0 src/sys/kern/kern_prot.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 17:09:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEFFC16A4E7; Thu, 22 Jul 2004 17:09:07 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D80843D46; Thu, 22 Jul 2004 17:09:05 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6MHFLSj067831; Thu, 22 Jul 2004 11:15:22 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40FFF46A.2080703@freebsd.org> Date: Thu, 22 Jul 2004 11:07:54 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200407212045.i6LKjHvX090599@palm.tree.com> <40FEE569.2010209@elischer.org> <40FEE6CA.3090005@samsco.org> <20040722092441.GH3001@cirb503493.alcatel.com.au> <40FFEB86.2050209@root.org> In-Reply-To: <40FFEB86.2050209@root.org> 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: Peter Jeremy cc: Scott Long cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 17:09:08 -0000 Nate Lawson wrote: > Peter Jeremy wrote: > >> On Wed, 2004-Jul-21 15:57:30 -0600, Scott Long wrote: >> >>> Implementing a journalling filesystem would be a much more beneficial >>> use of time here. >> >> >> You still wind up with unwritten data in RAM, just less of it. >> >> How much effort would be required to add journalling to UFS or UFS2? >> How big a gain does journalling give you over soft-updates? > > > Kirk pointed out something to me the other day which many people don't > think about. None of the journaling systems has had its recovery mode > fully tested, especially on very large systems (dozen TB). It turns out > that memory pressure from per-allocation unit state is a big problem > when you are trying to recover a huge volume. > > Just because it says "journaling" doesn't make it good. > You are very correct that there are issues like this, and that's why I said that it would take a while to chase out the bugs and make it production quality. However, given the enterprise nature of Sun, I'd say it's a bit of a stretch to think that they haven't tested their f/s on multi-terabyte arrays. Even Apple advertises multi-terabyte storage with their XServe, so I'd be surprised if they hadn't done at least some testing there. Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 22 17:15: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 0E53616A4CE; Thu, 22 Jul 2004 17:15:06 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B70F43D41; Thu, 22 Jul 2004 17:15:06 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6MHL3vj067859; Thu, 22 Jul 2004 11:21:04 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40FFF5C0.9040905@freebsd.org> Date: Thu, 22 Jul 2004 11:13:36 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Johan Pettersson References: <200407212045.i6LKjHvX090599@palm.tree.com> <40FEE569.2010209@elischer.org> <40FEE6CA.3090005@samsco.org> <20040722092441.GH3001@cirb503493.alcatel.com.au> <40FFC4CD.4080706@samsco.org> <20040722190318.5fe349d3.manlix@demonized.net> In-Reply-To: <20040722190318.5fe349d3.manlix@demonized.net> 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: PeterJeremy@optushome.com.au cc: Scott Long cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 17:15:07 -0000 Johan Pettersson wrote: > On Thu, 22 Jul 2004 07:44:45 -0600 > Scott Long wrote: > > >>Peter Jeremy wrote: >> >>>On Wed, 2004-Jul-21 15:57:30 -0600, Scott Long wrote: >>> >>> >>>>Implementing a journalling filesystem would be a much more >>> >>>beneficial>use of time here. >>> >>> >>>You still wind up with unwritten data in RAM, just less of it. >>> >>>How much effort would be required to add journalling to UFS or UFS2? >>>How big a gain does journalling give you over soft-updates? >>> >> >>That's a very good question. A group at RPI has been working on it >>for some time, but I'm not sure how close they are to having it done. >>If you look in the commercial world, Apple, Sun, and Wasabi/NetBSD >>have all done it successfully (Wasabi's isn't open source, btw). My >>guess is that it would take about 4-5 months to get it going, and then >>at least 8-12 months to ensure that there are no bugs and to tune >>performance. Certainly not impossible, but not something that would be >>production quality on short notice. I think that you would also have >>to make it othogonal to softupdates. >> >>The gain that you get is that your filesystem recovery time drops >>tremendously. You also have a much better chance of all of the >>metadata being on the disk and recoverable. Furthermore, it opens the >>door for data+metadata journalling for even more protection (at a >>large cost to speed and/or buffer-cache pressure, of course). >> >>Scott > > > Isn't there ongoing work to port XFS to FreeBSD? There was, but it seems to have stalled due to lack of time by the person who was doing it. Also, the XFS port would have GPL licensing issues and therefor isn't suitable for everyone. Scott From owner-cvs-all@FreeBSD.ORG Thu Jul 22 17:28: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 C95B916A4CE; Thu, 22 Jul 2004 17:28:25 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 816DE43D39; Thu, 22 Jul 2004 17:28:25 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6MHSNrb013314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 22 Jul 2004 10:28:24 -0700 Message-ID: <40FFF8AF.5090805@root.org> Date: Thu, 22 Jul 2004 10:26:07 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200407212045.i6LKjHvX090599@palm.tree.com> <40FEE569.2010209@elischer.org> <40FEE6CA.3090005@samsco.org> <20040722092441.GH3001@cirb503493.alcatel.com.au> <40FFEB86.2050209@root.org> <40FFF46A.2080703@freebsd.org> In-Reply-To: <40FFF46A.2080703@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Peter Jeremy cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 17:28:25 -0000 Scott Long wrote: > Nate Lawson wrote: >> Peter Jeremy wrote: >>> You still wind up with unwritten data in RAM, just less of it. >>> >>> How much effort would be required to add journalling to UFS or UFS2? >>> How big a gain does journalling give you over soft-updates? >> >> >> Kirk pointed out something to me the other day which many people don't >> think about. None of the journaling systems has had its recovery mode >> fully tested, especially on very large systems (dozen TB). It turns >> out that memory pressure from per-allocation unit state is a big >> problem when you are trying to recover a huge volume. >> >> Just because it says "journaling" doesn't make it good. > > You are very correct that there are issues like this, and that's why I > said that it would take a while to chase out the bugs and make it > production quality. However, given the enterprise nature of Sun, I'd > say it's a bit of a stretch to think that they haven't tested their > f/s on multi-terabyte arrays. I was referring to the herd of Linux journaling systems. > Even Apple advertises multi-terabyte > storage with their XServe, so I'd be surprised if they hadn't done at > least some testing there. > 2 TB? -- -Nate From owner-cvs-all@FreeBSD.ORG Thu Jul 22 17:46:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4E916A4CE; Thu, 22 Jul 2004 17:46:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F44F43D49; Thu, 22 Jul 2004 17:46:41 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MHkfNb009472; Thu, 22 Jul 2004 17:46:41 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MHkeqX009471; Thu, 22 Jul 2004 17:46:40 GMT (envelope-from nork) Message-Id: <200407221746.i6MHkeqX009471@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 22 Jul 2004 17:46:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/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: Thu, 22 Jul 2004 17:46:41 -0000 nork 2004-07-22 17:46:40 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.07.22. Revision Changes Path 1.124 +1 -1 ports/net/liveMedia/Makefile 1.115 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 18: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 3166D16A4CE; Thu, 22 Jul 2004 18:08:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BF643D49; Thu, 22 Jul 2004 18:08:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MI8LeP010104; Thu, 22 Jul 2004 18:08:21 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MI8LYZ010103; Thu, 22 Jul 2004 18:08:21 GMT (envelope-from kensmith) Message-Id: <200407221808.i6MI8LYZ010103@repoman.freebsd.org> From: Ken Smith Date: Thu, 22 Jul 2004 18:08:21 +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/cutting-edge chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 18:08:22 -0000 kensmith 2004-07-22 18:08:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: There has been much discussion about how bad "make world" is for people who don't know exactly what they are doing, how it has caused a significant amount of foot-shooting, etc. This patch cleans up some handbook references to "make world" and gives a brief note about why it's bad. Reviewed by: doc@ Revisions from: linimon, simon Revision Changes Path 1.204 +34 -16 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 18: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 B4D0F16A4CE; Thu, 22 Jul 2004 18:35:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05A443D1F; Thu, 22 Jul 2004 18:35:43 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MIZhsQ010799; Thu, 22 Jul 2004 18:35:43 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MIZhg4010798; Thu, 22 Jul 2004 18:35:43 GMT (envelope-from rwatson) Message-Id: <200407221835.i6MIZhg4010798@repoman.freebsd.org> From: Robert Watson Date: Thu, 22 Jul 2004 18:35:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c kern_event.c sys_socket.c vfs_vnops.c src/sys/opencrypto cryptodev.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 18:35:43 -0000 rwatson 2004-07-22 18:35:43 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c kern_event.c sys_socket.c vfs_vnops.c sys/opencrypto cryptodev.c Log: Push acquisition of Giant from fdrop_closed() into fo_close() so that individual file object implementations can optionally acquire Giant if they require it: - soo_close(): depends on debug.mpsafenet - pipe_close(): Giant not acquired - kqueue_close(): Giant required - vn_close(): Giant required - cryptof_close(): Giant required (conservative) Notes: Giant is still acquired in close() even when closing MPSAFE objects due to kqueue requiring Giant in the calling closef() code. Microbenchmarks indicate that this removal of Giant cuts 3%-3% off of pipe create/destroy pairs from user space with SMP compiled into the kernel. The cryptodev and opencrypto code appears MPSAFE, but I'm unable to test it extensively and so have left Giant over fo_close(). It can probably be removed given some testing and review. Revision Changes Path 1.237 +0 -2 src/sys/kern/kern_descrip.c 1.73 +2 -1 src/sys/kern/kern_event.c 1.62 +2 -0 src/sys/kern/sys_socket.c 1.204 +5 -3 src/sys/kern/vfs_vnops.c 1.21 +7 -0 src/sys/opencrypto/cryptodev.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 18:45: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 69B1E16A4CE; Thu, 22 Jul 2004 18:45:42 +0000 (GMT) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A6743D58; Thu, 22 Jul 2004 18:45:41 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id i6MIjdOY074881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Jul 2004 22:45:40 +0400 (MSD) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id i6MIjdGg074880; Thu, 22 Jul 2004 22:45:39 +0400 (MSD) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Thu, 22 Jul 2004 22:45:39 +0400 From: Gleb Smirnoff To: Tom Rhodes Message-ID: <20040722184539.GD74678@cell.sick.ru> References: <200407221516.i6MFG54x005139@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200407221516.i6MFG54x005139@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/net/samba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 18:45:42 -0000 Tom, can you please feed me with a link to a corresponding security article/mail ? On Thu, Jul 22, 2004 at 03:16:05PM +0000, Tom Rhodes wrote: T> trhodes 2004-07-22 15:16:05 UTC T> T> FreeBSD ports repository T> T> Modified files: T> net/samba Makefile T> Log: T> Mark FORBIDDEN. T> T> Revision Changes Path T> 1.142 +1 -1 ports/net/samba/Makefile T> _______________________________________________ T> cvs-all@freebsd.org mailing list T> http://lists.freebsd.org/mailman/listinfo/cvs-all T> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Thu Jul 22 18:47:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A212616A4D4; Thu, 22 Jul 2004 18:47:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C0D43D1D; Thu, 22 Jul 2004 18:47:27 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MIlR8F011116; Thu, 22 Jul 2004 18:47:27 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MIlR7i011115; Thu, 22 Jul 2004 18:47:27 GMT (envelope-from ceri) Message-Id: <200407221847.i6MIlR7i011115@repoman.freebsd.org> From: Ceri Davies Date: Thu, 22 Jul 2004 18:47:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/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: Thu, 22 Jul 2004 18:47:27 -0000 ceri 2004-07-22 18:47:27 UTC FreeBSD doc repository Modified files: en/donations donors.sgml wantlist.sgml Log: Daniel Seuffert came through for me again! Also, I shipped vs his motherboard and processors this morning. Revision Changes Path 1.177 +15 -1 www/en/donations/donors.sgml 1.225 +1 -8 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 18:57: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 398D416A4CE; Thu, 22 Jul 2004 18:57:03 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6CC43D41; Thu, 22 Jul 2004 18:57:02 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-239-141.zoominternet.net [24.154.239.141]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i6MIv04V069552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 22 Jul 2004 14:57:01 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Thu, 22 Jul 2004 14:57:31 -0400 From: Tom Rhodes To: Gleb Smirnoff Message-Id: <20040722145731.2273da2c@localhost> In-Reply-To: <20040722184539.GD74678@cell.sick.ru> References: <200407221516.i6MFG54x005139@repoman.freebsd.org> <20040722184539.GD74678@cell.sick.ru> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Tom Rhodes cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/samba Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 18:57:03 -0000 On Thu, 22 Jul 2004 22:45:39 +0400 Gleb Smirnoff wrote: > Tom, > > can you please feed me with a link to a corresponding security > article/mail ? http://vuxml.FreeBSD.org See the CVEs (which should have been filled out by now) and the Samba home page. Please reply off list if you want any more information. -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Thu Jul 22 19:08: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 C201116A4CF; Thu, 22 Jul 2004 19:08:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 911D643D39; Thu, 22 Jul 2004 19:08:09 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MJ89hk011680; Thu, 22 Jul 2004 19:08:09 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MJ89Jw011679; Thu, 22 Jul 2004 19:08:09 GMT (envelope-from eik) Message-Id: <200407221908.i6MJ89Jw011679@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 22 Jul 2004 19:08: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/security/portaudit-db/database portaudit.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: Thu, 22 Jul 2004 19:08:09 -0000 eik 2004-07-22 19:08:09 UTC FreeBSD ports repository Modified files: security/portaudit-db/database portaudit.txt Log: l2tpd BSS-based buffer overflow Revision Changes Path 1.56 +2 -1 ports/security/portaudit-db/database/portaudit.txt From owner-cvs-all@FreeBSD.ORG Thu Jul 22 19:22: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 20B0B16A4CE; Thu, 22 Jul 2004 19:22:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04C0043D3F; Thu, 22 Jul 2004 19:22:18 +0000 (GMT) (envelope-from pb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MJMHxM012073; Thu, 22 Jul 2004 19:22:17 GMT (envelope-from pb@repoman.freebsd.org) Received: (from pb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MJMHVY012072; Thu, 22 Jul 2004 19:22:17 GMT (envelope-from pb) Message-Id: <200407221922.i6MJMHVY012072@repoman.freebsd.org> From: Pierre Beyssac Date: Thu, 22 Jul 2004 19:22:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/dvdauthor Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 19:22:18 -0000 pb 2004-07-22 19:22:17 UTC FreeBSD ports repository Modified files: multimedia/dvdauthor Makefile Log: Fix typo in fribidi dependency. PR: 69357 Submitted by: ahze@gentoo.ahze.net Revision Changes Path 1.19 +1 -1 ports/multimedia/dvdauthor/Makefile From owner-cvs-all@FreeBSD.ORG Thu Jul 22 19:44: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 549D416A4CE; Thu, 22 Jul 2004 19:44:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD8B43D5C; Thu, 22 Jul 2004 19:44:49 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MJinJo012599; Thu, 22 Jul 2004 19:44:49 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MJintQ012598; Thu, 22 Jul 2004 19:44:49 GMT (envelope-from alc) Message-Id: <200407221944.i6MJintQ012598@repoman.freebsd.org> From: Alan Cox Date: Thu, 22 Jul 2004 19:44: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/vm swap_pager.c uma_core.c vm_object.c vm_object.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, 22 Jul 2004 19:44:49 -0000 alc 2004-07-22 19:44:49 UTC FreeBSD src repository Modified files: sys/vm swap_pager.c uma_core.c vm_object.c vm_object.h Log: - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of kmem_alloc_pageable(). The difference between these is that an errant memory access to the zone will be detected sooner with kmem_alloc_nofault(). The following changes serve to eliminate the following lock-order reversal reported by witness: 1st 0xc1a3c084 vm object (vm object) @ vm/swap_pager.c:1311 2nd 0xc07acb00 swap_pager swhash (swap_pager swhash) @ vm/swap_pager.c:1797 3rd 0xc1804bdc vm object (vm object) @ vm/uma_core.c:931 There is no potential deadlock in this case. However, witness is unable to recognize this because vm objects used by UMA have the same type as ordinary vm objects. To remedy this, we make the following changes: - Add a mutex type argument to VM_OBJECT_LOCK_INIT(). - Use the mutex type argument to assign distinct types to special vm objects such as the kernel object, kmem object, and UMA objects. - Define a static swap zone object for use by UMA. (Only static objects are assigned a special mutex type.) Revision Changes Path 1.255 +2 -1 src/sys/vm/swap_pager.c 1.102 +2 -2 src/sys/vm/uma_core.c 1.326 +3 -8 src/sys/vm/vm_object.c 1.105 +3 -2 src/sys/vm/vm_object.h From owner-cvs-all@FreeBSD.ORG Thu Jul 22 19:59: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 D941116A4CE; Thu, 22 Jul 2004 19:59:20 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id A191043D48; Thu, 22 Jul 2004 19:59:20 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i6MJxJWi011755 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 22 Jul 2004 12:59:19 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Nate Lawson Date: Thu, 22 Jul 2004 13:00:11 -0700 User-Agent: KMail/1.6.1 References: <200407212045.i6LKjHvX090599@palm.tree.com> <20040722092441.GH3001@cirb503493.alcatel.com.au> <40FFEB86.2050209@root.org> In-Reply-To: <40FFEB86.2050209@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407221300.11486.sam@errno.com> cc: Peter Jeremy cc: Scott Long cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 19:59:21 -0000 On Thursday 22 July 2004 09:29 am, Nate Lawson wrote: > Peter Jeremy wrote: > > On Wed, 2004-Jul-21 15:57:30 -0600, Scott Long wrote: > >>Implementing a journalling filesystem would be a much more beneficial > >>use of time here. > > > > You still wind up with unwritten data in RAM, just less of it. > > > > How much effort would be required to add journalling to UFS or UFS2? > > How big a gain does journalling give you over soft-updates? > > Kirk pointed out something to me the other day which many people don't > think about. None of the journaling systems has had its recovery mode > fully tested, especially on very large systems (dozen TB). It turns out > that memory pressure from per-allocation unit state is a big problem > when you are trying to recover a huge volume. > > Just because it says "journaling" doesn't make it good. I can assure you that XFS has been well-tested with TB systems. Sam From owner-cvs-all@FreeBSD.ORG Thu Jul 22 20:02: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 46E3016A4CE; Thu, 22 Jul 2004 20:02:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2872A43D49; Thu, 22 Jul 2004 20:02:17 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MK2Gmh013125; Thu, 22 Jul 2004 20:02:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MK2Goq013124; Thu, 22 Jul 2004 20:02:16 GMT (envelope-from imp) Message-Id: <200407222002.i6MK2Goq013124@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 20:02:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccbb pccbbdevid.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, 22 Jul 2004 20:02:17 -0000 imp 2004-07-22 20:02:16 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbbdevid.h Log: More TI device IDs. These are from the datasheets downloaded from TI's web site. They describe the PCI[67]x[12]1 and PCI[67]x20 parts, with and without the smartcard enabled. Revision Changes Path 1.15 +3 -0 src/sys/dev/pccbb/pccbbdevid.h From owner-cvs-all@FreeBSD.ORG Thu Jul 22 20:19: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 7151E16A4CE; Thu, 22 Jul 2004 20:19:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A0C43D4C; Thu, 22 Jul 2004 20:19:58 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MKJwVI013555; Thu, 22 Jul 2004 20:19:58 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MKJwbW013554; Thu, 22 Jul 2004 20:19:58 GMT (envelope-from imp) Message-Id: <200407222019.i6MKJwbW013554@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 20:19: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/pccbb pccbb.c pccbbdevid.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, 22 Jul 2004 20:19:58 -0000 imp 2004-07-22 20:19:58 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c pccbbdevid.h Log: Add IDs from TI's web site. Reports from the field and inspection of the data sheets leads me to believe these will just work. Those parts with the various media readers on them may not have the required FreeBSD drivers that will attach to the subdevices that will be seen on some of these parts. PCI 1515, 1530, 1620, 4520, 6411, 6420, 7410, 7510, 7610 Prompted by: Havard Eidnes Revision Changes Path 1.116 +13 -0 src/sys/dev/pccbb/pccbb.c 1.16 +1 -1 src/sys/dev/pccbb/pccbbdevid.h From owner-cvs-all@FreeBSD.ORG Thu Jul 22 20: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 124B716A4CE; Thu, 22 Jul 2004 20:22:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD2A43D4C; Thu, 22 Jul 2004 20:22:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MKMamo013713; Thu, 22 Jul 2004 20:22:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MKMacu013712; Thu, 22 Jul 2004 20:22:36 GMT (envelope-from imp) Message-Id: <200407222022.i6MKMacu013712@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 20:22: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/share/man/man4 pccbb.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 20:22:37 -0000 imp 2004-07-22 20:22:36 UTC FreeBSD src repository Modified files: share/man/man4 pccbb.4 Log: More CardBus Bridges supported, o2micro better now Revision Changes Path 1.5 +23 -5 src/share/man/man4/pccbb.4 From owner-cvs-all@FreeBSD.ORG Thu Jul 22 20:25: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 95F0616A4D0; Thu, 22 Jul 2004 20:25:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A1543D39; Thu, 22 Jul 2004 20:25:08 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MKP83w013771; Thu, 22 Jul 2004 20:25:08 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MKP8L8013770; Thu, 22 Jul 2004 20:25:08 GMT (envelope-from marcel) Message-Id: <200407222025.i6MKP8L8013770@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 22 Jul 2004 20:25:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 20:25:08 -0000 marcel 2004-07-22 20:25:08 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Remove my need for an amd64 machine. I now have a dual Opteron. Since my machine collection has been growing steadily, add my need for an 8 port console server and an 8 receptacle power controller. Revision Changes Path 1.226 +11 -6 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 20:40: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 481F916A4CE; Thu, 22 Jul 2004 20:40:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4396343D2D; Thu, 22 Jul 2004 20:40:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MKeOIp014221; Thu, 22 Jul 2004 20:40:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MKeOFE014220; Thu, 22 Jul 2004 20:40:24 GMT (envelope-from rwatson) Message-Id: <200407222040.i6MKeOFE014220@repoman.freebsd.org> From: Robert Watson Date: Thu, 22 Jul 2004 20:40: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 kern_descrip.c kern_event.c sys_socket.c vfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 20:40:24 -0000 rwatson 2004-07-22 20:40:24 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c kern_event.c sys_socket.c vfs_vnops.c Log: Push Giant acquisition down into fo_stat() from most callers. Acquire Giant conditional on debug.mpsafenet in the socket soo_stat() routine, unconditionally in vn_statfile() for VFS, and otherwise don't acquire Giant. Accept an unlocked read in kqueue_stat(), and cryptof_stat() is a no-op. Don't acquire Giant in fstat() system call. Note: in fdescfs, fo_stat() is called while holding Giant due to the VFS stack sitting on top, and therefore there will still be Giant recursion in this case. Revision Changes Path 1.238 +0 -6 src/sys/kern/kern_descrip.c 1.74 +1 -0 src/sys/kern/kern_event.c 1.63 +5 -1 src/sys/kern/sys_socket.c 1.205 +2 -0 src/sys/kern/vfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 20:48: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 5C7D016A4CE; Thu, 22 Jul 2004 20:48:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5686D43D41; Thu, 22 Jul 2004 20:48:05 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MKm5e2014493; Thu, 22 Jul 2004 20:48:05 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MKm548014492; Thu, 22 Jul 2004 20:48:05 GMT (envelope-from dinoex) Message-Id: <200407222048.i6MKm548014492@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 22 Jul 2004 20:48:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/netpbm Makefile distinfo pkg-plist patch-converter-ppm-ppmtodjvurle.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 20:48:05 -0000 dinoex 2004-07-22 20:48:05 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo pkg-plist Added files: graphics/netpbm/files patch-converter-other-infotopam.c Removed files: graphics/netpbm/files patch-converter-ppm-ppmtodjvurle.c Log: - update to 10.23 Revision Changes Path 1.90 +1 -2 ports/graphics/netpbm/Makefile 1.45 +2 -2 ports/graphics/netpbm/distinfo 1.1 +12 -0 ports/graphics/netpbm/files/patch-converter-other-infotopam.c (new) 1.2 +0 -12 ports/graphics/netpbm/files/patch-converter-ppm-ppmtodjvurle.c (dead) 1.48 +13 -2 ports/graphics/netpbm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Jul 22 21:23: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 6FEA316A4CE; Thu, 22 Jul 2004 21:23:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A43D43D3F; Thu, 22 Jul 2004 21:23:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MLN5ai015392; Thu, 22 Jul 2004 21:23:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MLN5Av015391; Thu, 22 Jul 2004 21:23:05 GMT (envelope-from pav) Message-Id: <200407222123.i6MLN5Av015391@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 22 Jul 2004 21:23: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/dvd+rw-tools Makefile distinfo patch-transport.hxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 21:23:05 -0000 pav 2004-07-22 21:23:05 UTC FreeBSD ports repository Modified files: sysutils/dvd+rw-tools Makefile distinfo Removed files: sysutils/dvd+rw-tools/files patch-growisofs.c patch-transport.hxx Log: - Update to 5.20.4.10.8 PR: ports/69440 Submitted by: Charles Swiger (maintainer) Revision Changes Path 1.15 +2 -3 ports/sysutils/dvd+rw-tools/Makefile 1.11 +2 -2 ports/sysutils/dvd+rw-tools/distinfo 1.2 +0 -13 ports/sysutils/dvd+rw-tools/files/patch-growisofs.c (dead) 1.2 +0 -12 ports/sysutils/dvd+rw-tools/files/patch-transport.hxx (dead) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 21: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 B5BD616A4CE; Thu, 22 Jul 2004 21:45:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9724143D3F; Thu, 22 Jul 2004 21:45:48 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MLjmb0016002; Thu, 22 Jul 2004 21:45:48 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MLjmgv016001; Thu, 22 Jul 2004 21:45:48 GMT (envelope-from glewis) Message-Id: <200407222145.i6MLjmgv016001@repoman.freebsd.org> From: Greg Lewis Date: Thu, 22 Jul 2004 21: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/devel/p5-IO-All 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, 22 Jul 2004 21:45:48 -0000 glewis 2004-07-22 21:45:48 UTC FreeBSD ports repository Modified files: devel/p5-IO-All pkg-descr Log: . Fix WWW and add Author. PR: 69367 Submitted by: elvis Revision Changes Path 1.2 +2 -1 ports/devel/p5-IO-All/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Jul 22 21:45: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 B31F416A4CE; Thu, 22 Jul 2004 21:45:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F6143D53; Thu, 22 Jul 2004 21:45:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MLjx7k016039; Thu, 22 Jul 2004 21:45:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MLjxwI016038; Thu, 22 Jul 2004 21:45:59 GMT (envelope-from pav) Message-Id: <200407222145.i6MLjxwI016038@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 22 Jul 2004 21:45: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/astro/xplanet 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, 22 Jul 2004 21:46:00 -0000 pav 2004-07-22 21:45:59 UTC FreeBSD ports repository Modified files: astro/xplanet Makefile distinfo Log: - Update to 1.1.0 - Pass maintainership to submitter PR: ports/69330 Submitted by: Roman Bogorodskiy Revision Changes Path 1.29 +45 -15 ports/astro/xplanet/Makefile 1.16 +2 -2 ports/astro/xplanet/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 22:28: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 1DEAE16A4CE; Thu, 22 Jul 2004 22:28:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 005A243D31; Thu, 22 Jul 2004 22:28:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MMSY2p017030; Thu, 22 Jul 2004 22:28:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MMSYWs017029; Thu, 22 Jul 2004 22:28:34 GMT (envelope-from imp) Message-Id: <200407222228.i6MMSYWs017029@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 22:28: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/amd64/conf GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 22:28:35 -0000 imp 2004-07-22 22:28:34 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC.hints Log: There is no pcic device on amd64. OLDCARD isn't supported, and NEWCARD will call it something different. and there are no ISA add-in devices. Revision Changes Path 1.15 +0 -9 src/sys/amd64/conf/GENERIC.hints From owner-cvs-all@FreeBSD.ORG Thu Jul 22 22:29: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 440D016A4CE; Thu, 22 Jul 2004 22:29:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263DC43D3F; Thu, 22 Jul 2004 22:29:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MMTk0b017079; Thu, 22 Jul 2004 22:29:46 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MMTkmo017078; Thu, 22 Jul 2004 22:29:46 GMT (envelope-from imp) Message-Id: <200407222229.i6MMTkmo017078@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 22:29:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/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, 22 Jul 2004 22:29:46 -0000 imp 2004-07-22 22:29:46 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC Log: Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only. I went ahead and left in the ISA cards that also have pccard attachments. There's no way that these devices could attach. OK'd by: peter Revision Changes Path 1.416 +0 -8 src/sys/amd64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Thu Jul 22 22:38: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 F1E3216A4CE; Thu, 22 Jul 2004 22:38:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D322843D39; Thu, 22 Jul 2004 22:38:20 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MMcKYX017391; Thu, 22 Jul 2004 22:38:20 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MMcK9n017390; Thu, 22 Jul 2004 22:38:20 GMT (envelope-from glewis) Message-Id: <200407222238.i6MMcK9n017390@repoman.freebsd.org> From: Greg Lewis Date: Thu, 22 Jul 2004 22:38: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/naim 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, 22 Jul 2004 22:38:21 -0000 glewis 2004-07-22 22:38:20 UTC FreeBSD ports repository Modified files: net/naim Makefile distinfo Log: . Update to 0.11.7.2. PR: 69449 Submitted by: Travis Poppe (maintainer) Revision Changes Path 1.41 +1 -1 ports/net/naim/Makefile 1.24 +2 -2 ports/net/naim/distinfo From owner-cvs-all@FreeBSD.ORG Thu Jul 22 22:50: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 E0E2E16A4CE; Thu, 22 Jul 2004 22:50:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B3B43D45; Thu, 22 Jul 2004 22:50:15 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MMoFaq017707; Thu, 22 Jul 2004 22:50:15 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MMoFLl017704; Thu, 22 Jul 2004 22:50:15 GMT (envelope-from brooks) Message-Id: <200407222250.i6MMoFLl017704@repoman.freebsd.org> From: Brooks Davis Date: Thu, 22 Jul 2004 22:50: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/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 22:50:16 -0000 brooks 2004-07-22 22:50:15 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Actually free the unit when destroying the interface. Reported by: la at delfi.lt Tested by: la at delfi.lt PR: 68618 Revision Changes Path 1.71 +5 -0 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 22:53: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 20D5416A4CE; Thu, 22 Jul 2004 22:53:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0301743D2F; Thu, 22 Jul 2004 22:53:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MMrcEw017893; Thu, 22 Jul 2004 22:53:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MMrcAQ017892; Thu, 22 Jul 2004 22:53:38 GMT (envelope-from imp) Message-Id: <200407222253.i6MMrcAQ017892@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 22:53: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 uhub.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 22:53:39 -0000 imp 2004-07-22 22:53:38 UTC FreeBSD src repository Modified files: sys/dev/usb uhub.c Log: MFp4: Improve child_detached a little and make it conform better to style(9). Also, improve comment about what we'll be doing in the future about driver_added. Soon it will be possible to kldload usb drivers and have them attach w/o a need to disconnect/reconnect them. Revision Changes Path 1.58 +27 -28 src/sys/dev/usb/uhub.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 22:59: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 D67EB16A4CE; Thu, 22 Jul 2004 22:59:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B77E943D31; Thu, 22 Jul 2004 22:59:44 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MMxid4018067; Thu, 22 Jul 2004 22:59:44 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MMxiQ7018066; Thu, 22 Jul 2004 22:59:44 GMT (envelope-from imp) Message-Id: <200407222259.i6MMxiQ7018066@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 22:59: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/dev/usb uhub.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 22:59:45 -0000 imp 2004-07-22 22:59:44 UTC FreeBSD src repository Modified files: sys/dev/usb uhub.c Log: Remove redundant inclusion of bus_if.h. It isn't needed in this file, as sys/bus.h includes it. Revision Changes Path 1.59 +0 -1 src/sys/dev/usb/uhub.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23:02:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4DDF16A4CE; Thu, 22 Jul 2004 23:02:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A0A43D45; Thu, 22 Jul 2004 23:02:41 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MN2fBI018238; Thu, 22 Jul 2004 23:02:41 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MN2fmX018237; Thu, 22 Jul 2004 23:02:41 GMT (envelope-from marcus) Message-Id: <200407222302.i6MN2fmX018237@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 22 Jul 2004 23:02: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/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, 22 Jul 2004 23:02:41 -0000 marcus 2004-07-22 23:02:41 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk Log: Fix the IGNORE message when trying build a port with the wrong MySQL version. PR: 69304 Submitted by: kris Revision Changes Path 1.494 +2 -2 ports/Mk/bsd.port.mk From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23:04:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 926D616A4CE; Thu, 22 Jul 2004 23:04:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A8C43D1F; Thu, 22 Jul 2004 23:04:41 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MN4f07018299; Thu, 22 Jul 2004 23:04:41 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MN4fkm018298; Thu, 22 Jul 2004 23:04:41 GMT (envelope-from alc) Message-Id: <200407222304.i6MN4fkm018298@repoman.freebsd.org> From: Alan Cox Date: Thu, 22 Jul 2004 23:04:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 23:04:41 -0000 alc 2004-07-22 23:04:41 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: MFi386 revision 1.421 - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev(). See revision 1.140 of kern/sys_pipe.c for a detailed rationale. Revision Changes Path 1.8 +1 -1 src/sys/arm/arm/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23:08:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD57516A4CE; Thu, 22 Jul 2004 23:08:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFED043D45; Thu, 22 Jul 2004 23:08:57 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MN8vuW018467; Thu, 22 Jul 2004 23:08:57 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MN8vqu018466; Thu, 22 Jul 2004 23:08:57 GMT (envelope-from davidxu) Message-Id: <200407222308.i6MN8vqu018466@repoman.freebsd.org> From: David Xu Date: Thu, 22 Jul 2004 23:08:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 23:08:58 -0000 davidxu 2004-07-22 23:08:57 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: David O'Brien told me I can also get an Athlon64 motherboard. Thanks! Revision Changes Path 1.227 +2 -2 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23:10: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 65A1E16A4CE; Thu, 22 Jul 2004 23:10:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4774043D2D; Thu, 22 Jul 2004 23:10:08 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MNA85n018530; Thu, 22 Jul 2004 23:10:08 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MNA8ZY018529; Thu, 22 Jul 2004 23:10:08 GMT (envelope-from ceri) Message-Id: <200407222310.i6MNA8ZY018529@repoman.freebsd.org> From: Ceri Davies Date: Thu, 22 Jul 2004 23:10:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj docproj.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, 22 Jul 2004 23:10:08 -0000 ceri 2004-07-22 23:10:07 UTC FreeBSD doc repository Modified files: en/docproj docproj.sgml Log: Americanise. Revision Changes Path 1.19 +3 -3 www/en/docproj/docproj.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23: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 E143B16A4CE; Thu, 22 Jul 2004 23:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C39FB43D1D; Thu, 22 Jul 2004 23:11:15 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MNBFUo018711; Thu, 22 Jul 2004 23:11:15 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MNBFso018710; Thu, 22 Jul 2004 23:11:15 GMT (envelope-from ceri) Message-Id: <200407222311.i6MNBFso018710@repoman.freebsd.org> From: Ceri Davies Date: Thu, 22 Jul 2004 23:11: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/docproj submitting.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, 22 Jul 2004 23:11:16 -0000 ceri 2004-07-22 23:11:15 UTC FreeBSD doc repository Modified files: en/docproj submitting.sgml Log: Speling and grammer fixes. Revision Changes Path 1.15 +4 -4 www/en/docproj/submitting.sgml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23:16: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 9DD6F16A4CE; Thu, 22 Jul 2004 23:16:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EFA243D1F; Thu, 22 Jul 2004 23:16:12 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MNGCjF018866; Thu, 22 Jul 2004 23:16:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MNGC1t018865; Thu, 22 Jul 2004 23:16:12 GMT (envelope-from imp) Message-Id: <200407222316.i6MNGC1t018865@repoman.freebsd.org> From: Warner Losh Date: Thu, 22 Jul 2004 23:16: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/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 23:16:12 -0000 imp 2004-07-22 23:16:12 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: If you insert a pccard modem and then eject it, you get a panic. This happens because the sio device was never opened and com->tp is therefore NULL. ttygone can't swallow a NULL, so guard against that possibility. Other places in this function make similar checks, so I believe this is correct. Revision Changes Path 1.450 +2 -1 src/sys/dev/sio/sio.c From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23:21:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D761816A4CE; Thu, 22 Jul 2004 23:21:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B93AF43D55; Thu, 22 Jul 2004 23:21:01 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MNL1rs019049; Thu, 22 Jul 2004 23:21:01 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MNL1M3019048; Thu, 22 Jul 2004 23:21:01 GMT (envelope-from kuriyama) Message-Id: <200407222321.i6MNL1M3019048@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 22 Jul 2004 23:21:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files patch-common::dbl1ru.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 23:21:02 -0000 kuriyama 2004-07-22 23:21:01 UTC FreeBSD ports repository Modified files: textproc/dsssl-docbook-modular Makefile Added files: textproc/dsssl-docbook-modular/files patch-common::dbl1ru.ent Log: Add russian patch. Submitted by: den Revision Changes Path 1.55 +1 -1 ports/textproc/dsssl-docbook-modular/Makefile 1.1 +11 -0 ports/textproc/dsssl-docbook-modular/files/patch-common::dbl1ru.ent (new) From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23:30: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 AA26116A4CE; Thu, 22 Jul 2004 23:30:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD7843D48; Thu, 22 Jul 2004 23:30:11 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MNUBAa019258; Thu, 22 Jul 2004 23:30:11 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MNUBfq019257; Thu, 22 Jul 2004 23:30:11 GMT (envelope-from eik) Message-Id: <200407222330.i6MNUBfq019257@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 22 Jul 2004 23: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/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, 22 Jul 2004 23:30:11 -0000 eik 2004-07-22 23:30:11 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - add some references - correctly match samba 3.0 - add ja-samba Revision Changes Path 1.154 +21 -8 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Jul 22 23:59: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 3825016A4CE; Thu, 22 Jul 2004 23:59:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1900543D46; Thu, 22 Jul 2004 23:59:23 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MNxMap019978; Thu, 22 Jul 2004 23:59:22 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6MNxMxU019977; Thu, 22 Jul 2004 23:59:22 GMT (envelope-from kuriyama) Message-Id: <200407222359.i6MNxMxU019977@repoman.freebsd.org> From: Jun Kuriyama Date: Thu, 22 Jul 2004 23:59: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/devel/p5-Test-Builder-Tester 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, 22 Jul 2004 23:59:23 -0000 kuriyama 2004-07-22 23:59:22 UTC FreeBSD ports repository Modified files: devel/p5-Test-Builder-Tester Makefile distinfo pkg-plist Log: - Upgrade to 1.00. - Switch to use PERL_MODBUILD. Revision Changes Path 1.3 +10 -6 ports/devel/p5-Test-Builder-Tester/Makefile 1.3 +2 -2 ports/devel/p5-Test-Builder-Tester/distinfo 1.2 +0 -4 ports/devel/p5-Test-Builder-Tester/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 00:26: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 97EBA16A4CE; Fri, 23 Jul 2004 00:26:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A86743D2D; Fri, 23 Jul 2004 00:26:19 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N0QJKl020678; Fri, 23 Jul 2004 00:26:19 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N0QJw8020677; Fri, 23 Jul 2004 00:26:19 GMT (envelope-from kuriyama) Message-Id: <200407230026.i6N0QJw8020677@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 23 Jul 2004 00:26:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Test-MockObject 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, 23 Jul 2004 00:26:19 -0000 kuriyama 2004-07-23 00:26:19 UTC FreeBSD ports repository Modified files: devel/p5-Test-MockObject Makefile distinfo pkg-plist Log: Upgrade to 0.14. Revision Changes Path 1.3 +2 -2 ports/devel/p5-Test-MockObject/Makefile 1.3 +2 -2 ports/devel/p5-Test-MockObject/distinfo 1.3 +2 -0 ports/devel/p5-Test-MockObject/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 00:36: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 37F3116A4CE; Fri, 23 Jul 2004 00:36:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A89643D45; Fri, 23 Jul 2004 00:36:02 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N0a1tg020950; Fri, 23 Jul 2004 00:36:02 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N0a1RL020949; Fri, 23 Jul 2004 00:36:01 GMT (envelope-from kuriyama) Message-Id: <200407230036.i6N0a1RL020949@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 23 Jul 2004 00:36: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/net/p5-Net-Traceroute 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, 23 Jul 2004 00:36:02 -0000 kuriyama 2004-07-23 00:36:01 UTC FreeBSD ports repository Modified files: net/p5-Net-Traceroute Makefile distinfo Log: - Upgrade to 1.08. Revision Changes Path 1.6 +1 -1 ports/net/p5-Net-Traceroute/Makefile 1.5 +2 -2 ports/net/p5-Net-Traceroute/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 00:39: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 124AF16A4CE; Fri, 23 Jul 2004 00:39:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E735343D1D; Fri, 23 Jul 2004 00:39:19 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N0dJ9q021033; Fri, 23 Jul 2004 00:39:19 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N0dJbM021032; Fri, 23 Jul 2004 00:39:19 GMT (envelope-from kuriyama) Message-Id: <200407230039.i6N0dJbM021032@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 23 Jul 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/www/p5-HTTPD-Log-Filter 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, 23 Jul 2004 00:39:20 -0000 kuriyama 2004-07-23 00:39:19 UTC FreeBSD ports repository Modified files: www/p5-HTTPD-Log-Filter Makefile distinfo Log: - Upgrade to 1.08. Revision Changes Path 1.4 +1 -1 ports/www/p5-HTTPD-Log-Filter/Makefile 1.3 +2 -2 ports/www/p5-HTTPD-Log-Filter/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 00:46: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 1C9BC16A4CE; Fri, 23 Jul 2004 00:46:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152BA43D3F; Fri, 23 Jul 2004 00:46:06 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N0k50n021248; Fri, 23 Jul 2004 00:46:05 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N0k5ob021247; Fri, 23 Jul 2004 00:46:05 GMT (envelope-from grehan) Message-Id: <200407230046.i6N0k5ob021247@repoman.freebsd.org> From: Peter Grehan Date: Fri, 23 Jul 2004 00:46: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/powerpc/powerpc elf_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 00:46:06 -0000 grehan 2004-07-23 00:46:05 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc elf_machdep.c Log: The ADDR16 relocations were assuming that non-local symbols had an addend of 0. This isn't correct, and was quite easy to break by referring to the address of an element within a structure. However, fixing this exposed the fact that symbol lookups for local variables were returning the base of the section they were contained in. This case is detected by comparing the return value from elf_lookup() to the relocbase+addend value: if it is lesser, but greater than relocbase, then relocbase+addend is taken to be the authoritative value. bug reported by: gallatin Revision Changes Path 1.21 +24 -14 src/sys/powerpc/powerpc/elf_machdep.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 01:53: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 D6E7E16A4CE; Fri, 23 Jul 2004 01:53:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B985D43D1F; Fri, 23 Jul 2004 01:53:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N1rS1M023375; Fri, 23 Jul 2004 01:53:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N1rSlA023374; Fri, 23 Jul 2004 01:53:28 GMT (envelope-from rwatson) Message-Id: <200407230153.i6N1rSlA023374@repoman.freebsd.org> From: Robert Watson Date: Fri, 23 Jul 2004 01:53: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/security/mac_bsdextended mac_bsdextended.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 01:53:29 -0000 rwatson 2004-07-23 01:53:28 UTC FreeBSD src repository Modified files: sys/security/mac_bsdextended mac_bsdextended.c Log: Allow an effective uid of root to bypass mac_bsdextended rules; the MAC Framework can restrict the root user, but this policy is not intended to support that. Stylish Swiss footwear provided for: trhodes Revision Changes Path 1.18 +3 -0 src/sys/security/mac_bsdextended/mac_bsdextended.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 02: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 421E116A4CE; Fri, 23 Jul 2004 02:20:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CDD43D1D; Fri, 23 Jul 2004 02:20:06 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N2K5cQ024045; Fri, 23 Jul 2004 02:20:05 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N2K5MN024044; Fri, 23 Jul 2004 02:20:05 GMT (envelope-from tjr) Message-Id: <200407230220.i6N2K5MN024044@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 23 Jul 2004 02:20: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/include string.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, 23 Jul 2004 02:20:06 -0000 tjr 2004-07-23 02:20:05 UTC FreeBSD src repository Modified files: include string.h Log: Mark functions pure where applicable. A notable exclusion is strcoll(), which is not strictly pure because it calls malloc()/free() in some cases. Revision Changes Path 1.20 +13 -13 src/include/string.h From owner-cvs-all@FreeBSD.ORG Fri Jul 23 02:29: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 2DDD116A4CE; Fri, 23 Jul 2004 02:29:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F26943D3F; Fri, 23 Jul 2004 02:29:38 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N2Tb1B024325; Fri, 23 Jul 2004 02:29:37 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N2TbBm024324; Fri, 23 Jul 2004 02:29:37 GMT (envelope-from tjr) Message-Id: <200407230229.i6N2TbBm024324@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 23 Jul 2004 02:29: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/include wchar.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, 23 Jul 2004 02:29:38 -0000 tjr 2004-07-23 02:29:37 UTC FreeBSD src repository Modified files: include wchar.h Log: Mark functions pure where applicable. Revision Changes Path 1.44 +12 -11 src/include/wchar.h From owner-cvs-all@FreeBSD.ORG Fri Jul 23 03: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 A4D3E16A4CE; Fri, 23 Jul 2004 03:25:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84C4343D1F; Fri, 23 Jul 2004 03:25:14 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N3PEd7025998; Fri, 23 Jul 2004 03:25:14 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N3PEUP025997; Fri, 23 Jul 2004 03:25:14 GMT (envelope-from ijliao) Message-Id: <200407230325.i6N3PEUP025997@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 23 Jul 2004 03: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/devel/p5-File-Binary 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, 23 Jul 2004 03:25:14 -0000 ijliao 2004-07-23 03:25:14 UTC FreeBSD ports repository Modified files: devel/p5-File-Binary Makefile distinfo pkg-descr Log: upgrade to 1.2 PR: 69455 Submitted by: Cheng-Lung Sung Revision Changes Path 1.8 +5 -1 ports/devel/p5-File-Binary/Makefile 1.5 +2 -2 ports/devel/p5-File-Binary/distinfo 1.2 +2 -0 ports/devel/p5-File-Binary/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 23 03:27: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 637D416A4CE; Fri, 23 Jul 2004 03:27:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E9143D1F; Fri, 23 Jul 2004 03:27:55 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N3Rt1N026120; Fri, 23 Jul 2004 03:27:55 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N3Rtwp026119; Fri, 23 Jul 2004 03:27:55 GMT (envelope-from ijliao) Message-Id: <200407230327.i6N3Rtwp026119@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 23 Jul 2004 03:27:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/p5-Tcl Makefile distinfo ports/lang/p5-Tcl/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: Fri, 23 Jul 2004 03:27:55 -0000 ijliao 2004-07-23 03:27:55 UTC FreeBSD ports repository Modified files: lang/p5-Tcl Makefile distinfo Removed files: lang/p5-Tcl/files patch-aa Log: upgrade to 0.81 PR: 69457 Submitted by: Cheng-Lung Sung Revision Changes Path 1.22 +3 -5 ports/lang/p5-Tcl/Makefile 1.4 +2 -2 ports/lang/p5-Tcl/distinfo 1.7 +0 -11 ports/lang/p5-Tcl/files/patch-aa (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 03:31: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 8E92016A4CE; Fri, 23 Jul 2004 03:31:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE9243D48; Fri, 23 Jul 2004 03:31:42 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N3VgNQ026253; Fri, 23 Jul 2004 03:31:42 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N3Vg9r026252; Fri, 23 Jul 2004 03:31:42 GMT (envelope-from mlaier) Message-Id: <200407230331.i6N3Vg9r026252@repoman.freebsd.org> From: Max Laier Date: Fri, 23 Jul 2004 03:31: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/contrib/pf/net pf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 03:31:42 -0000 mlaier 2004-07-23 03:31:42 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo() calls further down the stack. If we find the cksum to be okay we pretend that the hardware did all the work and hence keep the upper layers from checking again. Submitted by: Pyun YongHyeon Revision Changes Path 1.16 +22 -25 src/sys/contrib/pf/net/pf.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 03:37:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4755116A4CE; Fri, 23 Jul 2004 03:37:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 289F243D4C; Fri, 23 Jul 2004 03:37:06 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N3b6vt026451; Fri, 23 Jul 2004 03:37:06 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N3b6jW026450; Fri, 23 Jul 2004 03:37:06 GMT (envelope-from mlaier) Message-Id: <200407230337.i6N3b6jW026450@repoman.freebsd.org> From: Max Laier Date: Fri, 23 Jul 2004 03:37: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/contrib/pf/net pf_if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 03:37:06 -0000 mlaier 2004-07-23 03:37:06 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf_if.c Log: Fix the following LOR on pf module unload: 1st ifnet (ifnet) @/usr/src/sys/contrib/pf/net/pf_if.c:191 2nd pf task mtx (pf task mtx) @/usr/src/sys/contrib/pf/net/pf_if.c:197 Reported by: Pyun YongHyeon (a long time ago) Revision Changes Path 1.3 +4 -4 src/sys/contrib/pf/net/pf_if.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 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 B301116A4CE; Fri, 23 Jul 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 93D5843D46; Fri, 23 Jul 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.12.11/8.12.11) with ESMTP id i6N3dFTF026516; Fri, 23 Jul 2004 03:39:15 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N3dFIF026515; Fri, 23 Jul 2004 03:39:15 GMT (envelope-from ijliao) Message-Id: <200407230339.i6N3dFIF026515@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 23 Jul 2004 03:39: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/y4mscaler/files patch-gcc34 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 03:39:15 -0000 ijliao 2004-07-23 03:39:15 UTC FreeBSD ports repository Added files: multimedia/y4mscaler/files patch-gcc34 Log: Fix build with gcc 3.4 PR: 69453 Submitted by: maintainer Revision Changes Path 1.1 +158 -0 ports/multimedia/y4mscaler/files/patch-gcc34 (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 03:48: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 0284316A4CE; Fri, 23 Jul 2004 03:48:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8AD043D2F; Fri, 23 Jul 2004 03:48:38 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N3mcT2026809; Fri, 23 Jul 2004 03:48:38 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N3mcwi026808; Fri, 23 Jul 2004 03:48:38 GMT (envelope-from perky) Message-Id: <200407230348.i6N3mcwi026808@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 23 Jul 2004 03:48: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/liferea Makefile distinfo ports/net/liferea/files patch-src-update.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 03:48:39 -0000 perky 2004-07-23 03:48:38 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo Removed files: net/liferea/files patch-src-update.c Log: Update to 0.5.2 Revision Changes Path 1.26 +1 -1 ports/net/liferea/Makefile 1.21 +2 -2 ports/net/liferea/distinfo 1.2 +0 -12 ports/net/liferea/files/patch-src-update.c (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 03:56: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 47F6D16A4CE; Fri, 23 Jul 2004 03:56:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A65343D1F; Fri, 23 Jul 2004 03:56:08 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N3u891027071; Fri, 23 Jul 2004 03:56:08 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N3u8Zr027070; Fri, 23 Jul 2004 03:56:08 GMT (envelope-from dinoex) Message-Id: <200407230356.i6N3u8Zr027070@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 23 Jul 2004 03:56: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/multimedia/vlc/files patch-modules-demux-livedotcom.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, 23 Jul 2004 03:56:08 -0000 dinoex 2004-07-23 03:56:08 UTC FreeBSD ports repository Added files: multimedia/vlc/files patch-modules-demux-livedotcom.cpp Log: - fix build with net/liveMedia (patch partly obtained from vlc cvs) PR: 69410 Submitted by: Michael Johnson Revision Changes Path 1.1 +73 -0 ports/multimedia/vlc/files/patch-modules-demux-livedotcom.cpp (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 04:15:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA9D816A4CE; Fri, 23 Jul 2004 04:15:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC5E243D1D; Fri, 23 Jul 2004 04:15:31 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N4FVfE027627; Fri, 23 Jul 2004 04:15:31 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N4FVfQ027626; Fri, 23 Jul 2004 04:15:31 GMT (envelope-from perky) Message-Id: <200407230415.i6N4FVfQ027626@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 23 Jul 2004 04:15: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/korean Makefile ports/korean/aleefonts-ttf 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, 23 Jul 2004 04:15:32 -0000 perky 2004-07-23 04:15:31 UTC FreeBSD ports repository Modified files: korean Makefile Added files: korean/aleefonts-ttf Makefile distinfo pkg-descr pkg-plist Log: Add new port for aleefonts-ttf 0.3, a fascinating Hangul truetype fonts set. Revision Changes Path 1.105 +1 -0 ports/korean/Makefile 1.1 +30 -0 ports/korean/aleefonts-ttf/Makefile (new) 1.1 +2 -0 ports/korean/aleefonts-ttf/distinfo (new) 1.1 +9 -0 ports/korean/aleefonts-ttf/pkg-descr (new) 1.1 +3 -0 ports/korean/aleefonts-ttf/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 04:15: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 0FA6916A4CE; Fri, 23 Jul 2004 04:15:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEDB043D45; Fri, 23 Jul 2004 04:15:42 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N4Fgtn027677; Fri, 23 Jul 2004 04:15:42 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N4FgZG027676; Fri, 23 Jul 2004 04:15:42 GMT (envelope-from perky) Message-Id: <200407230415.i6N4FgZG027676@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 23 Jul 2004 04: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: 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, 23 Jul 2004 04:15:43 -0000 perky 2004-07-23 04:15:42 UTC FreeBSD ports repository Modified files: . modules Log: ko-aleefonts-ttf --> ports/korean/aleefonts-ttf Revision Changes Path 1.10719 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 23 04: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 2116716A4CE; Fri, 23 Jul 2004 04:26:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0272243D4C; Fri, 23 Jul 2004 04:26:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N4QnI5027942; Fri, 23 Jul 2004 04:26:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N4QnnI027941; Fri, 23 Jul 2004 04:26:49 GMT (envelope-from rwatson) Message-Id: <200407230426.i6N4QnnI027941@repoman.freebsd.org> From: Robert Watson Date: Fri, 23 Jul 2004 04:26: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 kern_prot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 04:26:50 -0000 rwatson 2004-07-23 04:26:49 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c Log: In setpgid(), since td is passed in as a system call argument, use it in preference to curthread, which costs slightly more. Revision Changes Path 1.186 +1 -1 src/sys/kern/kern_prot.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 05:27: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 A4CC916A4CE; Fri, 23 Jul 2004 05:27:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A5843D4C; Fri, 23 Jul 2004 05:27:17 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N5RHQH029363; Fri, 23 Jul 2004 05:27:17 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N5RHBV029362; Fri, 23 Jul 2004 05:27:17 GMT (envelope-from grehan) Message-Id: <200407230527.i6N5RHBV029362@repoman.freebsd.org> From: Peter Grehan Date: Fri, 23 Jul 2004 05:27: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/powerpc/powerpc machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 05:27:17 -0000 grehan 2004-07-23 05:27:17 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc machdep.c Log: Allow DSI exceptions to invoke DDB. Revision Changes Path 1.73 +2 -1 src/sys/powerpc/powerpc/machdep.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 05:31: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 DA66416A4CE; Fri, 23 Jul 2004 05:31:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD34843D1F; Fri, 23 Jul 2004 05:31:14 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N5VEMJ029520; Fri, 23 Jul 2004 05:31:14 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N5VEvO029519; Fri, 23 Jul 2004 05:31:14 GMT (envelope-from grehan) Message-Id: <200407230531.i6N5VEvO029519@repoman.freebsd.org> From: Peter Grehan Date: Fri, 23 Jul 2004 05:31: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/powerpc/powerpc locore.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 05:31:15 -0000 grehan 2004-07-23 05:31:14 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc locore.S Log: Bring KDB stack size into line with thread stack size (4 pages). Revision Changes Path 1.19 +1 -1 src/sys/powerpc/powerpc/locore.S From owner-cvs-all@FreeBSD.ORG Fri Jul 23 05:33: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 73D3D16A4CE; Fri, 23 Jul 2004 05:33:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567EB43D1F; Fri, 23 Jul 2004 05:33:24 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N5XOR6029571; Fri, 23 Jul 2004 05:33:24 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N5XOF5029570; Fri, 23 Jul 2004 05:33:24 GMT (envelope-from grehan) Message-Id: <200407230533.i6N5XOF5029570@repoman.freebsd.org> From: Peter Grehan Date: Fri, 23 Jul 2004 05:33: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/powerpc/powerpc trap_subr.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 05:33:24 -0000 grehan 2004-07-23 05:33:24 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc trap_subr.S Log: Detect kernel stack excursion into guard pages. Drop into KDB with a wired stack if this is found. Mostly obtained from: NetBSD Revision Changes Path 1.12 +36 -5 src/sys/powerpc/powerpc/trap_subr.S From owner-cvs-all@FreeBSD.ORG Fri Jul 23 05: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 A03A116A4CE; Fri, 23 Jul 2004 05:44:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B5D43D58; Fri, 23 Jul 2004 05:44:04 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N5i4Nf029880; Fri, 23 Jul 2004 05:44:04 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N5i4xt029879; Fri, 23 Jul 2004 05:44:04 GMT (envelope-from tjr) Message-Id: <200407230544.i6N5i4xt029879@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 23 Jul 2004 05:44:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tr tr.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 05:44:04 -0000 tjr 2004-07-23 05:44:04 UTC FreeBSD src repository Modified files: usr.bin/tr tr.1 Log: Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not the right way to perform case-conversion. Revision Changes Path 1.28 +41 -1 src/usr.bin/tr/tr.1 From owner-cvs-all@FreeBSD.ORG Fri Jul 23 06: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 7583316A4CE; Fri, 23 Jul 2004 06:01:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5831243D55; Fri, 23 Jul 2004 06:01:00 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N610om030339; Fri, 23 Jul 2004 06:01:00 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N610W4030338; Fri, 23 Jul 2004 06:01:00 GMT (envelope-from das) Message-Id: <200407230601.i6N610W4030338@repoman.freebsd.org> From: David Schultz Date: Fri, 23 Jul 2004 06:01: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/lib/libc/gen ftw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 06:01:00 -0000 das 2004-07-23 06:01:00 UTC FreeBSD src repository Modified files: lib/libc/gen ftw.c Log: Remove unused variable. Noticed by: Todd Miller Revision Changes Path 1.2 +1 -9 src/lib/libc/gen/ftw.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 06:06: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 1C9AA16A4CE; Fri, 23 Jul 2004 06:06:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0075443D48; Fri, 23 Jul 2004 06:06:59 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N66wFj030511; Fri, 23 Jul 2004 06:06:58 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N66wwj030510; Fri, 23 Jul 2004 06:06:58 GMT (envelope-from tjr) Message-Id: <200407230606.i6N66wwj030510@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 23 Jul 2004 06:06:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tr tr.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 06:06:59 -0000 tjr 2004-07-23 06:06:58 UTC FreeBSD src repository Modified files: usr.bin/tr tr.1 Log: Tweak markup of quoted strings and characters: use Dq instead of enclosing strings in ``obsolete quotes''. Use Li and Ql where appropriate. Revision Changes Path 1.29 +44 -12 src/usr.bin/tr/tr.1 From owner-cvs-all@FreeBSD.ORG Fri Jul 23 06: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 9387116A4D0; Fri, 23 Jul 2004 06:08:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7570743D39; Fri, 23 Jul 2004 06:08:18 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N68Ixd030561; Fri, 23 Jul 2004 06:08:18 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N68IKk030560; Fri, 23 Jul 2004 06:08:18 GMT (envelope-from arved) Message-Id: <200407230608.i6N68IKk030560@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 06:08:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/aap 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, 23 Jul 2004 06:08:18 -0000 arved 2004-07-23 06:08:18 UTC FreeBSD ports repository Modified files: devel/aap Makefile distinfo Log: Update to 1.068 PR: 69211 Submitted by: Rui Lopes Revision Changes Path 1.15 +5 -4 ports/devel/aap/Makefile 1.14 +2 -2 ports/devel/aap/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 06:27:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E9A16A4CE; Fri, 23 Jul 2004 06:27:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCC543D1F; Fri, 23 Jul 2004 06:27:24 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N6ROF6031026; Fri, 23 Jul 2004 06:27:24 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N6RO6S031025; Fri, 23 Jul 2004 06:27:24 GMT (envelope-from anholt) Message-Id: <200407230627.i6N6RO6S031025@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 06:27:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/imake-6 Makefile ports/devel/imake-6/files patch-Imake.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, 23 Jul 2004 06:27:25 -0000 anholt 2004-07-23 06:27:24 UTC FreeBSD ports repository Modified files: devel/imake-6 Makefile devel/imake-6/files patch-Imake.tmpl Log: Remove VENDOR_DEFINES from ALLDEFINES, which had broken several ports (xbl, ja-chimera, xdtm, ko-hanterm, pixmap, xzx) due to quoting issues. Obtained from: X.Org CVS Revision Changes Path 1.4 +1 -1 ports/devel/imake-6/Makefile 1.2 +5 -3 ports/devel/imake-6/files/patch-Imake.tmpl From owner-cvs-all@FreeBSD.ORG Fri Jul 23 06:49: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 21C3116A4CE; Fri, 23 Jul 2004 06:49:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 052D543D66; Fri, 23 Jul 2004 06:49:49 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N6nnOH031565; Fri, 23 Jul 2004 06:49:49 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N6nnsv031564; Fri, 23 Jul 2004 06:49:49 GMT (envelope-from alc) Message-Id: <200407230649.i6N6nnsv031564@repoman.freebsd.org> From: Alan Cox Date: Fri, 23 Jul 2004 06:49: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/sparc64/sparc64 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: Fri, 23 Jul 2004 06:49:50 -0000 alc 2004-07-23 06:49:49 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating KVA for explicitly managed mappings, i.e., mappings created with pmap_qenter(). Revision Changes Path 1.135 +1 -1 src/sys/sparc64/sparc64/pmap.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 06:56: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 07A6316A4CE; Fri, 23 Jul 2004 06:56:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7B443D3F; Fri, 23 Jul 2004 06:56:38 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N6ucAo031845; Fri, 23 Jul 2004 06:56:38 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N6ucOR031844; Fri, 23 Jul 2004 06:56:38 GMT (envelope-from tjr) Message-Id: <200407230656.i6N6ucOR031844@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 23 Jul 2004 06:56: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/usr.bin/locate/locate locate.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 06:56:39 -0000 tjr 2004-07-23 06:56:38 UTC FreeBSD src repository Modified files: usr.bin/locate/locate locate.1 Log: Document incorrect handling of multibyte characters. Revision Changes Path 1.26 +5 -1 src/usr.bin/locate/locate/locate.1 From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:02: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 2A3CE16A4CE; Fri, 23 Jul 2004 07:02:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C04643D49; Fri, 23 Jul 2004 07:02:04 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N723nk032038; Fri, 23 Jul 2004 07:02:03 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N723fh032033; Fri, 23 Jul 2004 07:02:03 GMT (envelope-from blackend) Message-Id: <200407230702.i6N723fh032033@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Jul 2004 07:02: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/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: Fri, 23 Jul 2004 07:02:04 -0000 blackend 2004-07-23 07:02:03 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In Bluetooth section: - s/chapter/section where needed - s/man page/manual page - Some punctuation and tags fixes - Avoid the use of "here" for URLs, it's better to display the full URL Revision Changes Path 1.333 +15 -15 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:05: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 9480016A4E2; Fri, 23 Jul 2004 07:05:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF5743D1F; Fri, 23 Jul 2004 07:05:19 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N75JqF032180; Fri, 23 Jul 2004 07:05:19 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N75Jpj032179; Fri, 23 Jul 2004 07:05:19 GMT (envelope-from osa) Message-Id: <200407230705.i6N75Jpj032179@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 23 Jul 2004 07:05: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/comms/ltmdm Makefile ports/comms/ltmdm/files patch-sys-dev-ltmdm-ltmdmsio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 07:05:27 -0000 osa 2004-07-23 07:05:19 UTC FreeBSD ports repository Modified files: comms/ltmdm Makefile comms/ltmdm/files patch-sys-dev-ltmdm-ltmdmsio.c Log: Realy fix "link_elf: symbol ttyclose undefined" error and one more time bump PORTREVISION. Reset MAINTAINER field to ports@FreeBSD.org, because Daniel O'Connor no longer have the hardware though. Pointly hat: osa Revision Changes Path 1.17 +2 -2 ports/comms/ltmdm/Makefile 1.2 +2 -2 ports/comms/ltmdm/files/patch-sys-dev-ltmdm-ltmdmsio.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:07: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 94CFD16A4CE; Fri, 23 Jul 2004 07:07:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED0A43D39; Fri, 23 Jul 2004 07:07:22 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N77MSs032389; Fri, 23 Jul 2004 07:07:22 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N77MtO032388; Fri, 23 Jul 2004 07:07:22 GMT (envelope-from anholt) Message-Id: <200407230707.i6N77MtO032388@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 07:07: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/dri Makefile distinfo ports/graphics/dri/files patch-dri_util.c patch-r200_vtxtmp_x86.S patch-radeon_vtxtmp_x86.S patch-radeondri X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 07:07:22 -0000 anholt 2004-07-23 07:07:22 UTC FreeBSD ports repository Modified files: graphics/dri Makefile distinfo Removed files: graphics/dri/files patch-dri_util.c patch-r200_vtxtmp_x86.S patch-radeon_vtxtmp_x86.S patch-radeondri Log: Update the stable DRI port to X.Org 6.7.0-release's DRI modules. Note that the version number has changed to track the Mesa version instead of the X release, which is not really related to DRI development. This is because it is very likely that we will be building the DRI drivers from Mesa soon. Tested on: XFree86 4.3 + R100, X.Org 6.7.0 + R200 Revision Changes Path 1.3 +8 -17 ports/graphics/dri/Makefile 1.2 +4 -4 ports/graphics/dri/distinfo 1.2 +0 -26 ports/graphics/dri/files/patch-dri_util.c (dead) 1.2 +0 -11 ports/graphics/dri/files/patch-r200_vtxtmp_x86.S (dead) 1.2 +0 -11 ports/graphics/dri/files/patch-radeon_vtxtmp_x86.S (dead) 1.2 +0 -234 ports/graphics/dri/files/patch-radeondri (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07: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 DF3C116A4CE; Fri, 23 Jul 2004 07:13:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C29B343D4C; Fri, 23 Jul 2004 07:13:35 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7DZrc032619; Fri, 23 Jul 2004 07:13:35 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7DZJ8032618; Fri, 23 Jul 2004 07:13:35 GMT (envelope-from tjr) Message-Id: <200407230713.i6N7DZJ8032618@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 23 Jul 2004 07: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/include strings.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, 23 Jul 2004 07:13:36 -0000 tjr 2004-07-23 07:13:35 UTC FreeBSD src repository Modified files: include strings.h Log: Add __pure and __pure2 where appropriate. Revision Changes Path 1.6 +11 -11 src/include/strings.h From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07: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 E431C16A4CE; Fri, 23 Jul 2004 07:15:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FE143D31; Fri, 23 Jul 2004 07:15:38 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7FcpI032731; Fri, 23 Jul 2004 07:15:38 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7Fcoe032730; Fri, 23 Jul 2004 07:15:38 GMT (envelope-from arved) Message-Id: <200407230715.i6N7Fcoe032730@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 07:15:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/fuhquake/files patch-r_part.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 07:15:39 -0000 arved 2004-07-23 07:15:38 UTC FreeBSD ports repository Modified files: games/fuhquake/files patch-r_part.c Log: replace patch-r_part.c with the vendor-version PR: 69272 Submitted by: Alexey Dokuchaev Revision Changes Path 1.2 +7 -16 ports/games/fuhquake/files/patch-r_part.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:18: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 1CC6016A4CE; Fri, 23 Jul 2004 07:18:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D7143D45; Fri, 23 Jul 2004 07:18:37 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7IabQ032860; Fri, 23 Jul 2004 07:18:36 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7IaLe032859; Fri, 23 Jul 2004 07:18:36 GMT (envelope-from krion) Message-Id: <200407230718.i6N7IaLe032859@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 23 Jul 2004 07:18:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/lopster Makefile distinfo pkg-plist patch-src::transfer.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 07:18:37 -0000 krion 2004-07-23 07:18:36 UTC FreeBSD ports repository Modified files: audio/lopster Makefile distinfo pkg-plist audio/lopster/files patch-src::global.c Removed files: audio/lopster/files patch-src::transfer.c Log: Update to 1.2.1 PR: ports/69418 Submitted by: Evgueni V. Gavrilov Approved by: maintainer Revision Changes Path 1.26 +1 -2 ports/audio/lopster/Makefile 1.10 +2 -2 ports/audio/lopster/distinfo 1.5 +5 -5 ports/audio/lopster/files/patch-src::global.c 1.4 +0 -30 ports/audio/lopster/files/patch-src::transfer.c (dead) 1.5 +4 -0 ports/audio/lopster/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:26: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 6B21F16A4CE; Fri, 23 Jul 2004 07:26:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E3D143D1F; Fri, 23 Jul 2004 07:26:28 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7QSwa033139; Fri, 23 Jul 2004 07:26:28 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7QSdP033138; Fri, 23 Jul 2004 07:26:28 GMT (envelope-from blackend) Message-Id: <200407230726.i6N7QSdP033138@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Jul 2004 07:26: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/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: Fri, 23 Jul 2004 07:26:28 -0000 blackend 2004-07-23 07:26:27 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In Bluetooth section: - The Serial Port Profile is called SPP and not SP. SP is the Synchronization Profile. - s/Palm handheld/PDAs to avoid "confusion" with the brand Revision Changes Path 1.334 +3 -3 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:28: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 B015616A4CE; Fri, 23 Jul 2004 07:28:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A924443D45; Fri, 23 Jul 2004 07:28:01 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7S1iW033252; Fri, 23 Jul 2004 07:28:01 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7S18v033251; Fri, 23 Jul 2004 07:28:01 GMT (envelope-from krion) Message-Id: <200407230728.i6N7S18v033251@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 23 Jul 2004 07:28: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/mplayer Makefile distinfo pkg-plist ports/multimedia/mplayer/files patch-ad patch-libdha-Makefile patch-vidix-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: Fri, 23 Jul 2004 07:28:01 -0000 krion 2004-07-23 07:28:01 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile distinfo pkg-plist multimedia/mplayer/files patch-ad patch-libdha-Makefile patch-vidix-drivers-Makefile Added files: multimedia/mplayer/files patch-libmpdemux-demux_rtp.cpp Removed files: multimedia/mplayer/files patch-libmpdemux-tvi_bsdbt848 Log: Update to 0.99.5 PR: ports/69450 Submitted by: maintainer Revision Changes Path 1.100 +2 -9 ports/multimedia/mplayer/Makefile 1.25 +2 -4 ports/multimedia/mplayer/distinfo 1.19 +20 -16 ports/multimedia/mplayer/files/patch-ad 1.2 +4 -4 ports/multimedia/mplayer/files/patch-libdha-Makefile 1.1 +11 -0 ports/multimedia/mplayer/files/patch-libmpdemux-demux_rtp.cpp (new) 1.3 +0 -18 ports/multimedia/mplayer/files/patch-libmpdemux-tvi_bsdbt848 (dead) 1.2 +5 -5 ports/multimedia/mplayer/files/patch-vidix-drivers-Makefile 1.16 +4 -4 ports/multimedia/mplayer/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:29: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 3972216A4CE; Fri, 23 Jul 2004 07:29:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB5643D1D; Fri, 23 Jul 2004 07:29:48 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7TmqK033303; Fri, 23 Jul 2004 07:29:48 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7TlDY033302; Fri, 23 Jul 2004 07:29:47 GMT (envelope-from arved) Message-Id: <200407230729.i6N7TlDY033302@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 07:29:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/suphp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 07:29:48 -0000 arved 2004-07-23 07:29:47 UTC FreeBSD ports repository Modified files: www/suphp Makefile Log: Change logic of the LOGFILE path: Assuming the user DOES NOT specify the LOG_PATH variable upon build (by default, it's empty). The logfile will end up in / (a.k.a. /suphp.log) PR: 69334 Submitted by: Jeremy Chadwick Revision Changes Path 1.16 +2 -6 ports/www/suphp/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 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 D438A16A4CE; Fri, 23 Jul 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 B5FD843D48; Fri, 23 Jul 2004 07:32:21 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7WL7b033425; Fri, 23 Jul 2004 07:32:21 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7WLEi033424; Fri, 23 Jul 2004 07:32:21 GMT (envelope-from arved) Message-Id: <200407230732.i6N7WLEi033424@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 07: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/devel/py-statgrab Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 07:32:22 -0000 arved 2004-07-23 07:32:21 UTC FreeBSD ports repository Modified files: devel/py-statgrab Makefile Log: Fix MASTER_SITES PR: 69441 Submitted by: Tim Bishop Revision Changes Path 1.5 +2 -2 ports/devel/py-statgrab/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:38: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 CD96216A4CE; Fri, 23 Jul 2004 07:38:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DA643D3F; Fri, 23 Jul 2004 07:38:49 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7ccY2033641; Fri, 23 Jul 2004 07:38:38 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7ccta033640; Fri, 23 Jul 2004 07:38:38 GMT (envelope-from arved) Message-Id: <200407230738.i6N7ccta033640@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 07:38:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gnocl Makefile distinfo ports/x11-toolkits/gnocl/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: Fri, 23 Jul 2004 07:38:50 -0000 arved 2004-07-23 07:38:38 UTC FreeBSD ports repository Modified files: x11-toolkits/gnocl Makefile distinfo x11-toolkits/gnocl/files patch-Makefile Log: Update to 0.5.17 PR: 69442 Submitted by: stephane Revision Changes Path 1.9 +3 -3 ports/x11-toolkits/gnocl/Makefile 1.5 +2 -2 ports/x11-toolkits/gnocl/distinfo 1.3 +6 -9 ports/x11-toolkits/gnocl/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 07:58:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0954016A4CE; Fri, 23 Jul 2004 07:58:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E156043D48; Fri, 23 Jul 2004 07:58:58 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N7wwD7034144; Fri, 23 Jul 2004 07:58:58 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N7wwo8034143; Fri, 23 Jul 2004 07:58:58 GMT (envelope-from krion) Message-Id: <200407230758.i6N7wwo8034143@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 23 Jul 2004 07:58:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libtre Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 07:58:59 -0000 krion 2004-07-23 07:58:58 UTC FreeBSD ports repository Modified files: textproc/libtre Makefile pkg-plist Log: Install additional documentation. Requested by: Nicolas Rachinsky Revision Changes Path 1.27 +9 -0 ports/textproc/libtre/Makefile 1.7 +4 -1 ports/textproc/libtre/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 08:03: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 9F1E216A4CE; Fri, 23 Jul 2004 08:03:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9935643D1F; Fri, 23 Jul 2004 08:03:47 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N83lhq034353; Fri, 23 Jul 2004 08:03:47 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N83lWg034352; Fri, 23 Jul 2004 08:03:47 GMT (envelope-from arved) Message-Id: <200407230803.i6N83lWg034352@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 08:03: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/comms/scmxx Makefile distinfo patch-src_charsets_ucs4__dec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 08:03:47 -0000 arved 2004-07-23 08:03:47 UTC FreeBSD ports repository Modified files: comms/scmxx Makefile distinfo Added files: comms/scmxx/files patch-src_charsets_ucs4__dec.c Removed files: comms/scmxx/files patch-src-unicode.c Log: Update to 0.7.2 PR: 69443 Submitted by: Janos Mohacsi Revision Changes Path 1.14 +1 -1 ports/comms/scmxx/Makefile 1.12 +2 -2 ports/comms/scmxx/distinfo 1.2 +0 -15 ports/comms/scmxx/files/patch-src-unicode.c (dead) 1.1 +18 -0 ports/comms/scmxx/files/patch-src_charsets_ucs4__dec.c (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 08:07: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 3120116A4CE; Fri, 23 Jul 2004 08:07:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 159C043D3F; Fri, 23 Jul 2004 08:07:49 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N87mdO034558; Fri, 23 Jul 2004 08:07:48 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N87mxK034557; Fri, 23 Jul 2004 08:07:48 GMT (envelope-from mezz) Message-Id: <200407230807.i6N87mxK034557@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 23 Jul 2004 08:07: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/games/wesnoth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 08:07:49 -0000 mezz 2004-07-23 08:07:48 UTC FreeBSD ports repository Modified files: games/wesnoth Makefile Log: Change MASTER_SITES, the Wesnoth developers want people to start to use sourceforge.net host. I shall respect their wish. Revision Changes Path 1.16 +2 -1 ports/games/wesnoth/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 08:23: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 DB5D816A4CE; Fri, 23 Jul 2004 08:23:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD9D043D67; Fri, 23 Jul 2004 08:23:15 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N8NFsd034953; Fri, 23 Jul 2004 08:23:15 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N8NFm9034952; Fri, 23 Jul 2004 08:23:15 GMT (envelope-from lofi) Message-Id: <200407230823.i6N8NFm9034952@repoman.freebsd.org> From: Michael Nottebrock Date: Fri, 23 Jul 2004 08:23: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/misc/konq-plugins 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, 23 Jul 2004 08:23:16 -0000 lofi 2004-07-23 08:23:15 UTC FreeBSD ports repository Modified files: misc/konq-plugins pkg-descr Log: Fix typo in and add some real content to pkg-descr Revision Changes Path 1.2 +19 -1 ports/misc/konq-plugins/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Jul 23 08:24:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D3E16A4CE; Fri, 23 Jul 2004 08:24:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C41143D62; Fri, 23 Jul 2004 08:24:10 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N8OAqN034993; Fri, 23 Jul 2004 08:24:10 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N8OAwt034992; Fri, 23 Jul 2004 08:24:10 GMT (envelope-from blackend) Message-Id: <200407230824.i6N8OAwt034992@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Jul 2004 08:24:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/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, 23 Jul 2004 08:24:10 -0000 blackend 2004-07-23 08:24:10 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Update the "Cahiers de l'Admin: BSD" entry to match 2nd edition. Revision Changes Path 1.64 +3 -3 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 08:25: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 8CEE516A4CE; Fri, 23 Jul 2004 08:25:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F26343D39; Fri, 23 Jul 2004 08:25:17 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N8PHXD035067; Fri, 23 Jul 2004 08:25:17 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N8PHgi035066; Fri, 23 Jul 2004 08:25:17 GMT (envelope-from arved) Message-Id: <200407230825.i6N8PHgi035066@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 08:25: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/xfce4-calendar 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, 23 Jul 2004 08:25:17 -0000 arved 2004-07-23 08:25:17 UTC FreeBSD ports repository Modified files: deskutils/xfce4-calendar Makefile distinfo Log: Update to 0.1.9 PR: 69444 Submitted by: Matt Lancereau Revision Changes Path 1.13 +4 -4 ports/deskutils/xfce4-calendar/Makefile 1.4 +2 -2 ports/deskutils/xfce4-calendar/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 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 EF4AB16A4CE; Fri, 23 Jul 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 D275E43D48; Fri, 23 Jul 2004 08:33:32 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N8XWIL035241; Fri, 23 Jul 2004 08:33:32 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N8XWpR035240; Fri, 23 Jul 2004 08:33:32 GMT (envelope-from blackend) Message-Id: <200407230833.i6N8XWpR035240@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Jul 2004 08:33:32 +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/disks 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, 23 Jul 2004 08:33:33 -0000 blackend 2004-07-23 08:33:32 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Mention DVD burners in USB section. Revision Changes Path 1.215 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 08: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 CD6E316A4CE; Fri, 23 Jul 2004 08:44:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFA7343D2D; Fri, 23 Jul 2004 08:44:18 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N8iIT3035402; Fri, 23 Jul 2004 08:44:18 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N8iIpT035401; Fri, 23 Jul 2004 08:44:18 GMT (envelope-from arved) Message-Id: <200407230844.i6N8iIpT035401@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 08:44: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/ode Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 08:44:19 -0000 arved 2004-07-23 08:44:18 UTC FreeBSD ports repository Modified files: devel/ode Makefile pkg-plist Log: Respect CXX PR: 69461 Submitted by: David Yeske Revision Changes Path 1.5 +1 -1 ports/devel/ode/Makefile 1.3 +1 -1 ports/devel/ode/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 09:06: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 28F2116A4CE; Fri, 23 Jul 2004 09:06:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D84543D49; Fri, 23 Jul 2004 09:06:07 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N966mw035983; Fri, 23 Jul 2004 09:06:06 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N966QO035982; Fri, 23 Jul 2004 09:06:06 GMT (envelope-from arved) Message-Id: <200407230906.i6N966QO035982@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 09:06: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/multimedia/avidemux2 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, 23 Jul 2004 09:06:07 -0000 arved 2004-07-23 09:06:06 UTC FreeBSD ports repository Modified files: multimedia/avidemux2 Makefile distinfo Log: Update to 2.0.26 Respect CFLAGS PR: 69466 Submitted by: Anish Mistry Revision Changes Path 1.11 +5 -3 ports/multimedia/avidemux2/Makefile 1.5 +2 -2 ports/multimedia/avidemux2/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 09:09: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 B0A4816A4CE; Fri, 23 Jul 2004 09:09:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9308A43D1D; Fri, 23 Jul 2004 09:09:09 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N999U1036114; Fri, 23 Jul 2004 09:09:09 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N999tO036113; Fri, 23 Jul 2004 09:09:09 GMT (envelope-from murray) Message-Id: <200407230909.i6N999tO036113@repoman.freebsd.org> From: Murray Stokely Date: Fri, 23 Jul 2004 09:09:09 +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: Fri, 23 Jul 2004 09:09:09 -0000 murray 2004-07-23 09:09:09 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Add a section about installing, configuring, and starting Samba for Windows file and printer sharing on FreeBSD. More information and specific examples and screenshots should be added here. Also, add a few more index terms. Sponsored by: FreeBSD Mall, Inc. Revision Changes Path 1.13 +267 -3 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 09: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 4983016A4CE; Fri, 23 Jul 2004 09:09:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C90343D2D; Fri, 23 Jul 2004 09:09:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N99tlH036156; Fri, 23 Jul 2004 09:09:55 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N99tkC036155; Fri, 23 Jul 2004 09:09:55 GMT (envelope-from krion) Message-Id: <200407230909.i6N99tkC036155@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 23 Jul 2004 09: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/audio/speex 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, 23 Jul 2004 09:09:55 -0000 krion 2004-07-23 09:09:55 UTC FreeBSD ports repository Modified files: audio/speex Makefile distinfo pkg-plist Log: Update to 1.0.4 PR: ports/69389 Submitted by: Michael Johnson Approved by: maintainer Revision Changes Path 1.29 +2 -2 ports/audio/speex/Makefile 1.15 +2 -2 ports/audio/speex/distinfo 1.6 +9 -2 ports/audio/speex/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 09:11:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB9C16A4CE; Fri, 23 Jul 2004 09:11:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E19743D54; Fri, 23 Jul 2004 09:11:04 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N9B4S9036269; Fri, 23 Jul 2004 09:11:04 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N9B3nw036268; Fri, 23 Jul 2004 09:11:04 GMT (envelope-from murray) Message-Id: <200407230911.i6N9B3nw036268@repoman.freebsd.org> From: Murray Stokely Date: Fri, 23 Jul 2004 09:11: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/share/sgml freebsd.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, 23 Jul 2004 09:11:04 -0000 murray 2004-07-23 09:11:03 UTC FreeBSD doc repository Modified files: share/sgml freebsd.ent Log: The ⋼ acronym entity is no longer needed, as only the first three instances are marked up with tags. Revision Changes Path 1.59 +0 -1 doc/share/sgml/freebsd.ent From owner-cvs-all@FreeBSD.ORG Fri Jul 23 09:17: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 5472916A4CE; Fri, 23 Jul 2004 09:17:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E36743D49; Fri, 23 Jul 2004 09:17:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N9HtWB036584; Fri, 23 Jul 2004 09:17:55 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N9HtBb036583; Fri, 23 Jul 2004 09:17:55 GMT (envelope-from krion) Message-Id: <200407230917.i6N9HtBb036583@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 23 Jul 2004 09:17:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/sdl_sound Makefile ports/audio/sweep Makefile ports/audio/xmms-speex Makefileports/multimedia/libxine... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 09:17:55 -0000 krion 2004-07-23 09:17:55 UTC FreeBSD ports repository Modified files: audio/sdl_sound Makefile audio/sweep Makefile audio/xmms-speex Makefile multimedia/gstreamer-plugins Makefile multimedia/libxine Makefile multimedia/vlc Makefile net/asterisk Makefile net/linphone-base Makefile Makefile.common Log: Chase libraries for new audio/speex version. Revision Changes Path 1.12 +2 -2 ports/audio/sdl_sound/Makefile 1.24 +2 -2 ports/audio/sweep/Makefile 1.11 +2 -2 ports/audio/xmms-speex/Makefile 1.58 +2 -2 ports/multimedia/gstreamer-plugins/Makefile 1.64 +2 -1 ports/multimedia/libxine/Makefile 1.54 +2 -1 ports/multimedia/vlc/Makefile 1.15 +2 -2 ports/net/asterisk/Makefile 1.25 +1 -1 ports/net/linphone-base/Makefile 1.2 +2 -2 ports/net/linphone-base/Makefile.common From owner-cvs-all@FreeBSD.ORG Fri Jul 23 09:32: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 038A316A4CE; Fri, 23 Jul 2004 09:32:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA05543D41; Fri, 23 Jul 2004 09:32:57 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N9Wvw8037009; Fri, 23 Jul 2004 09:32:57 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N9WvQj037008; Fri, 23 Jul 2004 09:32:57 GMT (envelope-from krion) Message-Id: <200407230932.i6N9WvQj037008@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 23 Jul 2004 09:32: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/mail/postfix-current Makefile distinfo pkg-plist ports/mail/postfix-current/scripts configure.postfix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 09:32:58 -0000 krion 2004-07-23 09:32:57 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo pkg-plist mail/postfix-current/scripts configure.postfix Log: Update to 20040721 release. PR: ports/69438 Submitted by: maintainer Revision Changes Path 1.103 +3 -2 ports/mail/postfix-current/Makefile 1.54 +2 -8 ports/mail/postfix-current/distinfo 1.40 +2 -0 ports/mail/postfix-current/pkg-plist 1.53 +3 -3 ports/mail/postfix-current/scripts/configure.postfix From owner-cvs-all@FreeBSD.ORG Fri Jul 23 09:37: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 5116016A4CE; Fri, 23 Jul 2004 09:37:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3519043D39; Fri, 23 Jul 2004 09:37:23 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N9bN3m037238; Fri, 23 Jul 2004 09:37:23 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N9bN1i037237; Fri, 23 Jul 2004 09:37:23 GMT (envelope-from vs) Message-Id: <200407230937.i6N9bN1i037237@repoman.freebsd.org> From: Volker Stolz Date: Fri, 23 Jul 2004 09:37: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/lang/Gofer Makefile pkg-plist ports/lang/Gofer/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: Fri, 23 Jul 2004 09:37:23 -0000 vs 2004-07-23 09:37:23 UTC FreeBSD ports repository Modified files: lang/Gofer Makefile pkg-plist Removed files: lang/Gofer/files patch-aa Log: - Portlint: Use DOCSDIR - Remove patch-aa in favour of MAKE_ARGS - Grab for haskell-alias: This is family Revision Changes Path 1.19 +8 -3 ports/lang/Gofer/Makefile 1.3 +0 -18 ports/lang/Gofer/files/patch-aa (dead) 1.5 +35 -35 ports/lang/Gofer/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 09:46: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 26B3816A4CE; Fri, 23 Jul 2004 09:46:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0945B43D53; Fri, 23 Jul 2004 09:46:33 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N9kWAI037698; Fri, 23 Jul 2004 09:46:32 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6N9kWxK037697; Fri, 23 Jul 2004 09:46:32 GMT (envelope-from ijliao) Message-Id: <200407230946.i6N9kWxK037697@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 23 Jul 2004 09:46: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/misc/patchutils 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, 23 Jul 2004 09:46:33 -0000 ijliao 2004-07-23 09:46:32 UTC FreeBSD ports repository Modified files: misc/patchutils Makefile distinfo Log: upgrade to 0.2.30 Revision Changes Path 1.26 +1 -1 ports/misc/patchutils/Makefile 1.21 +2 -2 ports/misc/patchutils/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 10:30: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 C248A16A4CE; Fri, 23 Jul 2004 10:30:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A485343D1F; Fri, 23 Jul 2004 10:30:49 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NAUnnm038925; Fri, 23 Jul 2004 10:30:49 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NAUn8r038924; Fri, 23 Jul 2004 10:30:49 GMT (envelope-from keramida) Message-Id: <200407231030.i6NAUn8r038924@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 23 Jul 2004 10:30: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/5-roadmap article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 10:30:49 -0000 keramida 2004-07-23 10:30:48 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/5-roadmap article.sgml Log: Rewrite one of the epilogue paragraphs to avoid excessive use of "As..." as the start of a sentence. Revision Changes Path 1.22 +7 -7 doc/en_US.ISO8859-1/articles/5-roadmap/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 10:43: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 1C93516A4CE; Fri, 23 Jul 2004 10:43:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B5643D4C; Fri, 23 Jul 2004 10:43:21 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NAhLlU039213; Fri, 23 Jul 2004 10:43:21 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NAhLFR039212; Fri, 23 Jul 2004 10:43:21 GMT (envelope-from keramida) Message-Id: <200407231043.i6NAhLFR039212@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 23 Jul 2004 10:43:21 +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/checkpoint article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 10:43:22 -0000 keramida 2004-07-23 10:43:21 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/checkpoint article.sgml Log: Make the URLs of the "References" section visible in print versions of the article. Revision Changes Path 1.20 +6 -5 doc/en_US.ISO8859-1/articles/checkpoint/article.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 11:26: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 D846916A4CE; Fri, 23 Jul 2004 11:26:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD3E43D55; Fri, 23 Jul 2004 11:26:07 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NBQ7PS040331; Fri, 23 Jul 2004 11:26:07 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NBQ7w0040330; Fri, 23 Jul 2004 11:26:07 GMT (envelope-from ceri) Message-Id: <200407231126.i6NBQ7w0040330@repoman.freebsd.org> From: Ceri Davies Date: Fri, 23 Jul 2004 11:26:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 11:26:08 -0000 ceri 2004-07-23 11:26:07 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: My laptop arrived - thanks Daniel! Revision Changes Path 1.178 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 11: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 885E116A4CE; Fri, 23 Jul 2004 11:29:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D6F43D53; Fri, 23 Jul 2004 11:29:11 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NBTBKA040393; Fri, 23 Jul 2004 11:29:11 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NBTBKo040392; Fri, 23 Jul 2004 11:29:11 GMT (envelope-from mat) Message-Id: <200407231129.i6NBTBKo040392@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 23 Jul 2004 11: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/textproc/p5-XML-Smart 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, 23 Jul 2004 11:29:11 -0000 mat 2004-07-23 11:29:11 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Smart Makefile distinfo Log: Update to 1.6.7 Revision Changes Path 1.17 +1 -1 ports/textproc/p5-XML-Smart/Makefile 1.17 +2 -2 ports/textproc/p5-XML-Smart/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 11:34: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 593EE16A4CE; Fri, 23 Jul 2004 11:34:49 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5DCD43D46; Fri, 23 Jul 2004 11:34:48 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6NBYjBf042865; Fri, 23 Jul 2004 15:34:45 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6NBYixM042864; Fri, 23 Jul 2004 15:34:44 +0400 (MSD) (envelope-from ache) Date: Fri, 23 Jul 2004 15:34:43 +0400 From: Andrey Chernov To: "Tim J. Robbins" Message-ID: <20040723113442.GA42827@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407230544.i6N5i4xt029879@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407230544.i6N5i4xt029879@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.10; VDF 6.26.0.40 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tr tr.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 11:34:49 -0000 On Fri, Jul 23, 2004 at 05:44:04AM +0000, Tim J. Robbins wrote: > usr.bin/tr tr.1 > Log: > Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not the > right way to perform case-conversion. For completeness you should mention another possibility to handle A-Z well without replacing anything in existen scripts: set LC_ALL=C before calling. -- Andrey Chernov | http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Fri Jul 23 11:36: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 08D2616A4CE; Fri, 23 Jul 2004 11:36:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E022043D3F; Fri, 23 Jul 2004 11:36:35 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NBaZdT040658; Fri, 23 Jul 2004 11:36:35 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NBaZpW040657; Fri, 23 Jul 2004 11:36:35 GMT (envelope-from le) Message-Id: <200407231136.i6NBaZpW040657@repoman.freebsd.org> From: Lukas Ertl Date: Fri, 23 Jul 2004 11:36: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/games/fortune/strfile Makefile strfile.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 11:36:36 -0000 le 2004-07-23 11:36:35 UTC FreeBSD src repository Modified files: games/fortune/strfile Makefile strfile.c Log: Make this WARNS=3 clean. PR: bin/38931 Submitted by: Giorgos Keramidas Revision Changes Path 1.6 +1 -1 src/games/fortune/strfile/Makefile 1.26 +3 -4 src/games/fortune/strfile/strfile.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 11: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 89A6C16A4CE; Fri, 23 Jul 2004 11:48:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E62C43D1D; Fri, 23 Jul 2004 11:48:12 +0000 (GMT) (envelope-from tg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NBmCns040943; Fri, 23 Jul 2004 11:48:12 GMT (envelope-from tg@repoman.freebsd.org) Received: (from tg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NBmC4G040942; Fri, 23 Jul 2004 11:48:12 GMT (envelope-from tg) Message-Id: <200407231148.i6NBmC4G040942@repoman.freebsd.org> From: Thomas Gellekum Date: Fri, 23 Jul 2004 11: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/astro/xephem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 11:48:12 -0000 tg 2004-07-23 11:48:12 UTC FreeBSD ports repository Modified files: astro/xephem Makefile Log: Fix test for existence of DISTFILES. Be a bit more verbose in the IGNORE message. Revision Changes Path 1.36 +9 -2 ports/astro/xephem/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 12: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 7F93416A4CE; Fri, 23 Jul 2004 12:07:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626A543D5D; Fri, 23 Jul 2004 12:07:59 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NC7xPv041476; Fri, 23 Jul 2004 12:07:59 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NC7xTE041475; Fri, 23 Jul 2004 12:07:59 GMT (envelope-from blackend) Message-Id: <200407231207.i6NC7xTE041475@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Jul 2004 12:07:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 12:07:59 -0000 blackend 2004-07-23 12:07:59 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: - For Firefox and Konqueror, update resources needed and dependencies information for something more accurate. - Uppercase/lowercase fix. PR: docs/69471 Submitted by: Brad Davis and lofi@ Revision Changes Path 1.37 +4 -4 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 12: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 96F0816A4CE; Fri, 23 Jul 2004 12:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A0B943D48; Fri, 23 Jul 2004 12:25:45 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NCPjJI041932; Fri, 23 Jul 2004 12:25:45 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NCPjPK041931; Fri, 23 Jul 2004 12:25:45 GMT (envelope-from eik) Message-Id: <200407231225.i6NCPjPK041931@repoman.freebsd.org> From: Oliver Eikemeier Date: Fri, 23 Jul 2004 12:25: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/squid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 12:25:45 -0000 eik 2004-07-23 12:25:45 UTC FreeBSD ports repository Modified files: www/squid Makefile Log: Remove squid-2.5.STABLE6-ldap_helpers.patch until it is fixed. cf Do not bump PORTREVISION, since a) ldap is not in the default configuration b) we hope to have that fixed soon PR: 69465 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.132 +0 -1 ports/www/squid/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 12: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 67ED916A4CE; Fri, 23 Jul 2004 12:30:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46ACC43D41; Fri, 23 Jul 2004 12:30:39 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NCUcKb042090; Fri, 23 Jul 2004 12:30:38 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NCUcJ6042089; Fri, 23 Jul 2004 12:30:38 GMT (envelope-from vs) Message-Id: <200407231230.i6NCUcJ6042089@repoman.freebsd.org> From: Volker Stolz Date: Fri, 23 Jul 2004 12: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/security/drweb-postfix Makefile distinfo pkg-plist ports/security/drweb-postfix/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: Fri, 23 Jul 2004 12:30:39 -0000 vs 2004-07-23 12:30:38 UTC FreeBSD ports repository Modified files: security/drweb-postfix Makefile distinfo pkg-plist security/drweb-postfix/files patch-aa patch-ab Log: Update to 4.31 PR: ports/69239 Submitted by: zhuravlev alexander (maintainer) Revision Changes Path 1.9 +13 -11 ports/security/drweb-postfix/Makefile 1.6 +2 -2 ports/security/drweb-postfix/distinfo 1.3 +4 -4 ports/security/drweb-postfix/files/patch-aa 1.4 +23 -29 ports/security/drweb-postfix/files/patch-ab 1.4 +1 -14 ports/security/drweb-postfix/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 12:39: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 4165616A4CF for ; Fri, 23 Jul 2004 12:39:17 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECB743D48 for ; Fri, 23 Jul 2004 12:39:16 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 5012 invoked by uid 89); 23 Jul 2004 12:33:14 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 23 Jul 2004 12:33:14 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 725DE1BC; Fri, 23 Jul 2004 15:35:59 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39905-02; Fri, 23 Jul 2004 15:35:59 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id EF8261A0; Fri, 23 Jul 2004 15:35:58 +0300 (EEST) Date: Fri, 23 Jul 2004 15:35:58 +0300 From: Ion-Mihai Tetcu To: Volker Stolz Message-Id: <20040723153558.6a4aae8a@it.buh.tecnik93.com> In-Reply-To: <200407191505.i6JF5eJK054363@repoman.freebsd.org> References: <200407191505.i6JF5eJK054363@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Wrong checksums ? (Re: cvs commit: ports/print Makefile ports/print/latex-msc 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, 23 Jul 2004 12:39:17 -0000 On Mon, 19 Jul 2004 15:05:40 +0000 (UTC) Volker Stolz wrote: > vs 2004-07-19 15:05:40 UTC > > FreeBSD ports repository > > Modified files: > print Makefile > Added files: > print/latex-msc Makefile distinfo pkg-descr pkg-plist > Log: > Add latex-msc 1.14, laTeX macro package for drawing Message Sequence Charts. FYI: =====> /usr/ports/print/latex-msc/ >> Checksum OK for latex-msc/msc.sty. >> Checksum mismatch for latex-msc/README. >> Checksum mismatch for latex-msc/manual.tex. >> Checksum mismatch for latex-msc/refman.tex. >> Checksum OK for latex-msc/biblio.bib. >> Checksum mismatch for latex-msc/maintenance.tex. ===> Refetch for 1 more times files: latex-msc/README latex-msc/manual.tex latex-msc/refman.tex latex-msc/maintenance.tex >> README doesn't seem to exist in /usr/ports/distfiles/latex-msc. >> Attempting to fetch from ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/msc/. README 100% of 1168 B 1304 kBps >> manual.tex doesn't seem to exist in /usr/ports/distfiles/latex-msc. >> Attempting to fetch from ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/msc/. manual.tex 100% of 87 kB 3966 Bps 00m00s >> refman.tex doesn't seem to exist in /usr/ports/distfiles/latex-msc. >> Attempting to fetch from ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/msc/. refman.tex 100% of 57 kB 5400 Bps 00m00s >> maintenance.tex doesn't seem to exist in /usr/ports/distfiles/latex-msc. >> Attempting to fetch from ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/msc/. maintenance.tex 100% of 9873 B 11 kBps >> Checksum OK for latex-msc/msc.sty. >> Checksum mismatch for latex-msc/README. >> Checksum mismatch for latex-msc/manual.tex. >> Checksum mismatch for latex-msc/refman.tex. >> Checksum OK for latex-msc/biblio.bib. >> Checksum mismatch for latex-msc/maintenance.tex. ===> Giving up on fetching files: latex-msc/README latex-msc/manual.tex latex-msc/refman.tex latex-msc/maintenance.tex Make sure the Makefile and distinfo file (/usr/ports/print/latex-msc/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/print/latex-msc. *** Error code 1 Stop in /usr/ports/print/latex-msc. ---F---> /usr/ports/print/latex-msc/ -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Fri Jul 23 12:47: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 AAB6A16A4CF; Fri, 23 Jul 2004 12:47:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCDF43D1D; Fri, 23 Jul 2004 12:47:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NClmOo042588; Fri, 23 Jul 2004 12:47:48 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NClmPn042587; Fri, 23 Jul 2004 12:47:48 GMT (envelope-from vs) Message-Id: <200407231247.i6NClmPn042587@repoman.freebsd.org> From: Volker Stolz Date: Fri, 23 Jul 2004 12:47: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/readline Makefile distinfo ports/devel/readline/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: Fri, 23 Jul 2004 12:47:48 -0000 vs 2004-07-23 12:47:48 UTC FreeBSD ports repository Modified files: devel/readline Makefile distinfo Removed files: devel/readline/files patch-aa Log: Add more vendor-patches PR: ports/69434 Submitted by: Frank J. Laszlo (maintainer) Noticed by: Andrey (ache@) Revision Changes Path 1.3 +5 -1 ports/devel/readline/Makefile 1.3 +10 -0 ports/devel/readline/distinfo 1.2 +0 -16 ports/devel/readline/files/patch-aa (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 13: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 4AA9F16A4CE; Fri, 23 Jul 2004 13:48:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C3B643D1D; Fri, 23 Jul 2004 13:48:12 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NDmCR3044091; Fri, 23 Jul 2004 13:48:12 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NDmCT1044090; Fri, 23 Jul 2004 13:48:12 GMT (envelope-from brian) Message-Id: <200407231348.i6NDmCT1044090@repoman.freebsd.org> From: Brian Somers Date: Fri, 23 Jul 2004 13: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/mail/milter-sender/files patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 13:48:12 -0000 brian 2004-07-23 13:48:12 UTC FreeBSD ports repository Removed files: mail/milter-sender/files patch-af Log: Remove the HeloName patch at the request of the author Revision Changes Path 1.4 +0 -27 ports/mail/milter-sender/files/patch-af (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 13:55: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 C793116A4CE; Fri, 23 Jul 2004 13:55:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2B543D49; Fri, 23 Jul 2004 13:55:03 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NDt3Ed044282; Fri, 23 Jul 2004 13:55:03 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NDt3EF044281; Fri, 23 Jul 2004 13:55:03 GMT (envelope-from krion) Message-Id: <200407231355.i6NDt3EF044281@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 23 Jul 2004 13:55: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/articles/contributors contrib.core.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, 23 Jul 2004 13:55:03 -0000 krion 2004-07-23 13:55:03 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.core.sgml Log: Add scottl to core member list. Revision Changes Path 1.3 +5 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.core.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:11:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A758C16A4CE; Fri, 23 Jul 2004 14:11:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B7843D1D; Fri, 23 Jul 2004 14:11:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NEB4wd044805; Fri, 23 Jul 2004 14:11:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NEB4M9044804; Fri, 23 Jul 2004 14:11:04 GMT (envelope-from rwatson) Message-Id: <200407231411.i6NEB4M9044804@repoman.freebsd.org> From: Robert Watson Date: Fri, 23 Jul 2004 14:11:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sys_pipe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 14:11:04 -0000 rwatson 2004-07-23 14:11:04 UTC FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Don't perform pipe endpoint locking during pipe_create(), as the pipe can't yet be referenced by other threads. In microbenchmarks, this appears to reduce the cost of pipe();close();close() on UP by 10%, and SMP by 7%. The vast majority of the cost of allocating a pipe remains VM magic. Suggested by: silby Revision Changes Path 1.173 +20 -11 src/sys/kern/sys_pipe.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:29:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 350ED16A4CE; Fri, 23 Jul 2004 14:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F48C43D41; Fri, 23 Jul 2004 14:29:40 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NETetO045309; Fri, 23 Jul 2004 14:29:40 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NETeMg045308; Fri, 23 Jul 2004 14:29:40 GMT (envelope-from arved) Message-Id: <200407231429.i6NETeMg045308@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 14:29:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/mq3 Makefile distinfo pkg-descr pkg-plist ports/audio/mq3/files patch-platforms_freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 14:29:40 -0000 arved 2004-07-23 14:29:40 UTC FreeBSD ports repository Modified files: audio Makefile Removed files: audio/mq3 Makefile distinfo pkg-descr pkg-plist audio/mq3/files patch-platforms_freebsd Log: Start QT2 deorbit by removing expired ports. Revision Changes Path 1.532 +0 -1 ports/audio/Makefile 1.13 +0 -40 ports/audio/mq3/Makefile (dead) 1.3 +0 -2 ports/audio/mq3/distinfo (dead) 1.2 +0 -31 ports/audio/mq3/files/patch-platforms_freebsd (dead) 1.4 +0 -7 ports/audio/mq3/pkg-descr (dead) 1.3 +0 -117 ports/audio/mq3/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:31: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 3FFBB16A4D5; Fri, 23 Jul 2004 14:31:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2062543D3F; Fri, 23 Jul 2004 14:31:47 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NEVl55045567; Fri, 23 Jul 2004 14:31:47 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NEVkUJ045566; Fri, 23 Jul 2004 14:31:46 GMT (envelope-from arved) Message-Id: <200407231431.i6NEVkUJ045566@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 14:31: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/qtez pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 14:31:47 -0000 arved 2004-07-23 14:31:46 UTC FreeBSD ports repository Removed files: devel/qtez pkg-message Log: Missed one file. Revision Changes Path 1.2 +0 -10 ports/devel/qtez/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:30: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 6139A16A4CE; Fri, 23 Jul 2004 14:30:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB0143D2F; Fri, 23 Jul 2004 14:30:41 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NEUfGn045519; Fri, 23 Jul 2004 14:30:41 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NEUfZA045518; Fri, 23 Jul 2004 14:30:41 GMT (envelope-from arved) Message-Id: <200407231430.i6NEUfZA045518@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 14:30:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/moonshine Makefile distinfo pkg-descr pkg-plist ports/devel/moonshine/files patch-aa patch-ab ports/devel/qtez Makefile distinfo pkg-descr pkg-plist ports/devel/qtez/files patch-ae patch-af X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 14:30:41 -0000 arved 2004-07-23 14:30:41 UTC FreeBSD ports repository Modified files: devel Makefile Removed files: devel/moonshine Makefile distinfo pkg-descr pkg-plist devel/moonshine/files patch-aa patch-ab devel/qtez Makefile distinfo pkg-descr pkg-plist devel/qtez/files patch-ae patch-af Log: Start QT2 deorbit by removing expired ports. Revision Changes Path 1.1647 +0 -2 ports/devel/Makefile 1.16 +0 -45 ports/devel/moonshine/Makefile (dead) 1.4 +0 -2 ports/devel/moonshine/distinfo (dead) 1.3 +0 -82 ports/devel/moonshine/files/patch-aa (dead) 1.2 +0 -11 ports/devel/moonshine/files/patch-ab (dead) 1.3 +0 -9 ports/devel/moonshine/pkg-descr (dead) 1.3 +0 -64 ports/devel/moonshine/pkg-plist (dead) 1.36 +0 -57 ports/devel/qtez/Makefile (dead) 1.7 +0 -2 ports/devel/qtez/distinfo (dead) 1.2 +0 -22 ports/devel/qtez/files/patch-ae (dead) 1.2 +0 -21 ports/devel/qtez/files/patch-af (dead) 1.6 +0 -6 ports/devel/qtez/pkg-descr (dead) 1.7 +0 -71 ports/devel/qtez/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:33:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA75616A4CE; Fri, 23 Jul 2004 14:33:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C395C43D1F; Fri, 23 Jul 2004 14:33:46 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NEXkoB045744; Fri, 23 Jul 2004 14:33:46 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NEXkI8045743; Fri, 23 Jul 2004 14:33:46 GMT (envelope-from arved) Message-Id: <200407231433.i6NEXkI8045743@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 14:33:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/xfontselector Makefile distinfo pkg-descr ports/x11-fonts/xfontselector/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: Fri, 23 Jul 2004 14:33:47 -0000 arved 2004-07-23 14:33:46 UTC FreeBSD ports repository Modified files: x11-fonts Makefile Removed files: x11-fonts/xfontselector Makefile distinfo pkg-descr x11-fonts/xfontselector/files patch-Makefile Log: Start QT2 deorbit by removing expired ports. Revision Changes Path 1.62 +0 -1 ports/x11-fonts/Makefile 1.9 +0 -41 ports/x11-fonts/xfontselector/Makefile (dead) 1.3 +0 -2 ports/x11-fonts/xfontselector/distinfo (dead) 1.2 +0 -11 ports/x11-fonts/xfontselector/files/patch-Makefile (dead) 1.2 +0 -5 ports/x11-fonts/xfontselector/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:34:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E21516A4CE; Fri, 23 Jul 2004 14:34:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E0143D53; Fri, 23 Jul 2004 14:34:56 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NEYuEv045840; Fri, 23 Jul 2004 14:34:56 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NEYuAC045839; Fri, 23 Jul 2004 14:34:56 GMT (envelope-from arved) Message-Id: <200407231434.i6NEYuAC045839@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 14:34:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/xwmm Makefile distinfo pkg-descr pkg-plist ports/x11-wm/xwmm/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: Fri, 23 Jul 2004 14:34:56 -0000 arved 2004-07-23 14:34:56 UTC FreeBSD ports repository Modified files: x11-wm Makefile Removed files: x11-wm/xwmm Makefile distinfo pkg-descr pkg-plist x11-wm/xwmm/files patch-aa patch-ab Log: Start QT2 deorbit by removing expired ports. Revision Changes Path 1.160 +0 -1 ports/x11-wm/Makefile 1.18 +0 -35 ports/x11-wm/xwmm/Makefile (dead) 1.3 +0 -2 ports/x11-wm/xwmm/distinfo (dead) 1.2 +0 -33 ports/x11-wm/xwmm/files/patch-aa (dead) 1.2 +0 -20 ports/x11-wm/xwmm/files/patch-ab (dead) 1.3 +0 -13 ports/x11-wm/xwmm/pkg-descr (dead) 1.3 +0 -4 ports/x11-wm/xwmm/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:32: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 8B96A16A4CE; Fri, 23 Jul 2004 14:32:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1DB43D2D; Fri, 23 Jul 2004 14:32:49 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NEWnV5045655; Fri, 23 Jul 2004 14:32:49 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NEWnao045654; Fri, 23 Jul 2004 14:32:49 GMT (envelope-from arved) Message-Id: <200407231432.i6NEWnao045654@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 14:32: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/mail Makefile ports/mail/liamail Makefile distinfo pkg-descr ports/mail/liamail/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 14:32:49 -0000 arved 2004-07-23 14:32:49 UTC FreeBSD ports repository Modified files: mail Makefile Removed files: mail/liamail Makefile distinfo pkg-descr mail/liamail/files patch-Makefile.in Log: Start QT2 deorbit by removing expired ports. Revision Changes Path 1.550 +0 -1 ports/mail/Makefile 1.13 +0 -39 ports/mail/liamail/Makefile (dead) 1.3 +0 -2 ports/mail/liamail/distinfo (dead) 1.2 +0 -11 ports/mail/liamail/files/patch-Makefile.in (dead) 1.2 +0 -4 ports/mail/liamail/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:42:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F45D16A4CE; Fri, 23 Jul 2004 14:42:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4047943D46; Fri, 23 Jul 2004 14:42:22 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NEgMiB046127; Fri, 23 Jul 2004 14:42:22 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NEgMQw046126; Fri, 23 Jul 2004 14:42:22 GMT (envelope-from arved) Message-Id: <200407231442.i6NEgMQw046126@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 14:42: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/japanese Makefile ports/japanese/qt23 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, 23 Jul 2004 14:42:22 -0000 arved 2004-07-23 14:42:22 UTC FreeBSD ports repository Modified files: japanese Makefile Removed files: japanese/qt23 Makefile distinfo Log: Remove slave port of expired qt23. Revision Changes Path 1.541 +0 -1 ports/japanese/Makefile 1.4 +0 -31 ports/japanese/qt23/Makefile (dead) 1.5 +0 -20 ports/japanese/qt23/distinfo (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14: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 0BD1016A4CE; Fri, 23 Jul 2004 14:45:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEBD43D48; Fri, 23 Jul 2004 14:45:17 +0000 (GMT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NEjFMA046189; Fri, 23 Jul 2004 14:45:15 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NEjFLX046188; Fri, 23 Jul 2004 14:45:15 GMT (envelope-from gallatin) Message-Id: <200407231445.i6NEjFLX046188@repoman.freebsd.org> From: Andrew Gallatin Date: Fri, 23 Jul 2004 14:45: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/powerpc/include db_machdep.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, 23 Jul 2004 14:45:18 -0000 gallatin 2004-07-23 14:45:15 UTC FreeBSD src repository Modified files: sys/powerpc/include db_machdep.h Log: Let ddb know powerpc is big endian so as to make ddb output human readable. Obtained from: sparc64/include/db_machdep.h Revision Changes Path 1.7 +2 -0 src/sys/powerpc/include/db_machdep.h From owner-cvs-all@FreeBSD.ORG Fri Jul 23 14:53: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 4B98016A4CE; Fri, 23 Jul 2004 14:53:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 440F643D2D; Fri, 23 Jul 2004 14:53:13 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NErDnc046582; Fri, 23 Jul 2004 14:53:13 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NErDst046581; Fri, 23 Jul 2004 14:53:13 GMT (envelope-from arved) Message-Id: <200407231453.i6NErDst046581@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 14:53:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefileports/x11-toolkits/qt2-static Makefile ports/x11-toolkits/qt23 Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/qt23/files manpages patch-Makefile.in patch-aa patch-af patch-ag patch-ah patch-configure ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 14:53:13 -0000 arved 2004-07-23 14:53:13 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Mk bsd.kde.mk Removed files: x11-toolkits/qt2-static Makefile x11-toolkits/qt23 Makefile distinfo pkg-descr pkg-plist x11-toolkits/qt23/files manpages patch-Makefile.in patch-aa patch-af patch-ag patch-ah patch-configure patch-designer::mainwindow.cpp patch-qpsprinter.cpp Log: Retire QT2. QT3 was released a few years ago and QT4 will be released soon. Revision Changes Path 1.40 +6 -36 ports/Mk/bsd.kde.mk 1.330 +0 -2 ports/x11-toolkits/Makefile 1.5 +0 -18 ports/x11-toolkits/qt2-static/Makefile (dead) 1.117 +0 -178 ports/x11-toolkits/qt23/Makefile (dead) 1.29 +0 -2 ports/x11-toolkits/qt23/distinfo (dead) 1.14 +0 -338 ports/x11-toolkits/qt23/files/manpages (dead) 1.2 +0 -11 ports/x11-toolkits/qt23/files/patch-Makefile.in (dead) 1.17 +0 -62 ports/x11-toolkits/qt23/files/patch-aa (dead) 1.4 +0 -31 ports/x11-toolkits/qt23/files/patch-af (dead) 1.3 +0 -52 ports/x11-toolkits/qt23/files/patch-ag (dead) 1.2 +0 -31 ports/x11-toolkits/qt23/files/patch-ah (dead) 1.2 +0 -11 ports/x11-toolkits/qt23/files/patch-configure (dead) 1.2 +0 -32 ports/x11-toolkits/qt23/files/patch-designer::mainwindow.cpp (dead) 1.2 +0 -11 ports/x11-toolkits/qt23/files/patch-qpsprinter.cpp (dead) 1.7 +0 -5 ports/x11-toolkits/qt23/pkg-descr (dead) 1.44 +0 -1580 ports/x11-toolkits/qt23/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 15:12: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 854E716A4CE; Fri, 23 Jul 2004 15:12:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66FEC43D3F; Fri, 23 Jul 2004 15:12:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NFC5XU047075; Fri, 23 Jul 2004 15:12:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NFC5wE047074; Fri, 23 Jul 2004 15:12:05 GMT (envelope-from krion) Message-Id: <200407231512.i6NFC5wE047074@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 23 Jul 2004 15:12:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/bugle 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, 23 Jul 2004 15:12:05 -0000 krion 2004-07-23 15:12:05 UTC FreeBSD ports repository Modified files: graphics/bugle Makefile distinfo pkg-plist Log: Update to 0.0.20040719 PR: ports/69482 Submitted by: maintainer Revision Changes Path 1.3 +2 -1 ports/graphics/bugle/Makefile 1.3 +2 -2 ports/graphics/bugle/distinfo 1.3 +3 -0 ports/graphics/bugle/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 15:19: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 8CCD616A4CE; Fri, 23 Jul 2004 15:19:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFF543D39; Fri, 23 Jul 2004 15:19:17 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NFJHFO047227; Fri, 23 Jul 2004 15:19:17 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NFJHSC047226; Fri, 23 Jul 2004 15:19:17 GMT (envelope-from arved) Message-Id: <200407231519.i6NFJHSC047226@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 15:19: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 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, 23 Jul 2004 15:19:17 -0000 arved 2004-07-23 15:19:17 UTC FreeBSD ports repository Modified files: . MOVED Log: Add the removed Qt2 ports Revision Changes Path 1.479 +10 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Fri Jul 23 15: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 47BE816A4CE; Fri, 23 Jul 2004 15:24:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A58143D41; Fri, 23 Jul 2004 15:24:58 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NFOwT7047374; Fri, 23 Jul 2004 15:24:58 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NFOw7i047373; Fri, 23 Jul 2004 15:24:58 GMT (envelope-from green) Message-Id: <200407231524.i6NFOw7i047373@repoman.freebsd.org> From: Brian Feldman Date: Fri, 23 Jul 2004 15:24:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/watchdogd watchdogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 15:24:58 -0000 green 2004-07-23 15:24:58 UTC FreeBSD src repository Modified files: usr.sbin/watchdogd watchdogd.c Log: Now that mlockall(2) is unbroken, use it to keep watchdogd(8) permanently out of swap. Revision Changes Path 1.8 +4 -0 src/usr.sbin/watchdogd/watchdogd.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 15: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 C9AAD16A4CE; Fri, 23 Jul 2004 15:34:48 +0000 (GMT) Received: from randomservers.com (randomservers.com [69.55.237.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A029543D4C; Fri, 23 Jul 2004 15:34:48 +0000 (GMT) (envelope-from joseph@randomnetworks.com) Received: from [10.6.1.1] (204-102-9-17.water-programs.com [204.102.9.17] (may be forged)) (authenticated bits=0) by randomservers.com (8.12.10/8.12.6) with ESMTP id i6NFYXs3093382 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Fri, 23 Jul 2004 08:34:33 -0700 (PDT) (envelope-from joseph@randomnetworks.com) X-Authentication-Warning: randomservers.com: Host 204-102-9-17.water-programs.com [204.102.9.17] (may be forged) claimed to be [10.6.1.1] In-Reply-To: <200407230906.i6N966QO035982@repoman.freebsd.org> References: <200407230906.i6N966QO035982@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Joseph Scott Date: Fri, 23 Jul 2004 08:34:48 -0700 To: Tilman Linneweh X-Mailer: Apple Mail (2.618) X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.8 required=7.0 tests=BIZ_TLD autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on randomservers.com cc: cvs-ports@freebsd.org cc: "Frank W. Josellis" cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/avidemux2 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, 23 Jul 2004 15:34:49 -0000 On Jul 23, 2004, at 2:06 AM, Tilman Linneweh wrote: > arved 2004-07-23 09:06:06 UTC > > FreeBSD ports repository > > Modified files: > multimedia/avidemux2 Makefile distinfo > Log: > Update to 2.0.26 > Respect CFLAGS > > PR: 69466 > Submitted by: Anish Mistry This also takes care of PR ports/69279. -- Joseph Scott http://joseph.randomnetworks.com/ From owner-cvs-all@FreeBSD.ORG Fri Jul 23 15:54: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 C35F016A4CE; Fri, 23 Jul 2004 15:54:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A1843D46; Fri, 23 Jul 2004 15:54:41 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NFsf5I048116; Fri, 23 Jul 2004 15:54:41 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NFsfD4048115; Fri, 23 Jul 2004 15:54:41 GMT (envelope-from skv) Message-Id: <200407231554.i6NFsfD4048115@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 23 Jul 2004 15:54: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/sysutils/jailutils 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, 23 Jul 2004 15:54:41 -0000 skv 2004-07-23 15:54:41 UTC FreeBSD ports repository Modified files: sysutils/jailutils Makefile distinfo pkg-descr Removed files: sysutils/jailutils pkg-plist Log: Updated to 0.6 Revision Changes Path 1.5 +14 -3 ports/sysutils/jailutils/Makefile 1.5 +2 -2 ports/sysutils/jailutils/distinfo 1.2 +13 -5 ports/sysutils/jailutils/pkg-descr 1.2 +0 -2 ports/sysutils/jailutils/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 16: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 6FE3A16A4CE; Fri, 23 Jul 2004 16:39:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EB043D31; Fri, 23 Jul 2004 16:39:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NGdZev049177; Fri, 23 Jul 2004 16:39:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NGdZic049176; Fri, 23 Jul 2004 16:39:35 GMT (envelope-from pav) Message-Id: <200407231639.i6NGdZic049176@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 23 Jul 2004 16:39: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/deskutils/xchm 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, 23 Jul 2004 16:39:35 -0000 pav 2004-07-23 16:39:35 UTC FreeBSD ports repository Modified files: deskutils/xchm Makefile distinfo pkg-plist Log: - Update to 0.9.3 Revision Changes Path 1.13 +1 -1 ports/deskutils/xchm/Makefile 1.9 +2 -2 ports/deskutils/xchm/distinfo 1.5 +3 -0 ports/deskutils/xchm/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 16:56: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 C5F8E16A4CE; Fri, 23 Jul 2004 16:56:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA06E43D1F; Fri, 23 Jul 2004 16:56:04 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NGu41n049686; Fri, 23 Jul 2004 16:56:04 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NGu4E0049685; Fri, 23 Jul 2004 16:56:04 GMT (envelope-from arved) Message-Id: <200407231656.i6NGu4E0049685@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 23 Jul 2004 16:56: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/tinyca 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, 23 Jul 2004 16:56:04 -0000 arved 2004-07-23 16:56:04 UTC FreeBSD ports repository Modified files: security/tinyca Makefile distinfo pkg-descr pkg-plist Log: Update to 0.6.4 PR: 69474 Submitted by: Janos Mohacsi Revision Changes Path 1.10 +4 -4 ports/security/tinyca/Makefile 1.8 +2 -2 ports/security/tinyca/distinfo 1.3 +0 -2 ports/security/tinyca/pkg-descr 1.3 +1 -0 ports/security/tinyca/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 17: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 444E516A4CE; Fri, 23 Jul 2004 17:01:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D7F43D54; Fri, 23 Jul 2004 17:01:48 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NH1lAS049847; Fri, 23 Jul 2004 17:01:48 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NH1leB049846; Fri, 23 Jul 2004 17:01:47 GMT (envelope-from sos) Message-Id: <200407231701.i6NH1leB049846@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 23 Jul 2004 17:01: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/ata ata-lowlevel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 17:01:48 -0000 sos 2004-07-23 17:01:47 UTC FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Dont expect interrupt from ATAPI_RESET, it doesn't deliver one. Revision Changes Path 1.39 +11 -0 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 17: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 6008216A4CE; Fri, 23 Jul 2004 17:04:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4293143D49; Fri, 23 Jul 2004 17:04:05 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NH45lQ049914; Fri, 23 Jul 2004 17:04:05 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NH45Kb049913; Fri, 23 Jul 2004 17:04:05 GMT (envelope-from blackend) Message-Id: <200407231704.i6NH45Kb049913@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Jul 2004 17:04:05 +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: Fri, 23 Jul 2004 17:04:05 -0000 blackend 2004-07-23 17:04:05 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: In Bluetooth section: - A little rewording - Some punctuation fixes Revision Changes Path 1.335 +4 -3 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 17:18:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8547216A4CE; Fri, 23 Jul 2004 17:18:01 +0000 (GMT) Received: from sirius.firepipe.net (sirius.firepipe.net [69.13.116.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F0543D2D; Fri, 23 Jul 2004 17:18:01 +0000 (GMT) (envelope-from will@csociety.org) Received: by sirius.firepipe.net (Postfix, from userid 1000) id 1354C1803C; Fri, 23 Jul 2004 12:18:01 -0500 (EST) Date: Fri, 23 Jul 2004 12:18:01 -0500 From: Will Andrews To: Oliver Eikemeier Message-ID: <20040723171801.GG2959@sirius.firepipe.net> Mail-Followup-To: Oliver Eikemeier , Bruce M Simpson , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200407220634.i6M6YxCT088722@repoman.freebsd.org> <87EFBA91-DBC2-11D8-BA2D-00039312D914@fillmore-labs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="98e8jtXdkpgskNou" Content-Disposition: inline In-Reply-To: <87EFBA91-DBC2-11D8-BA2D-00039312D914@fillmore-labs.com> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: Bruce M Simpson cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/nagios-silfreed-plugins 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, 23 Jul 2004 17:18:01 -0000 --98e8jtXdkpgskNou Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 22, 2004 at 11:35:55AM +0200, Oliver Eikemeier wrote: > Besides breaking the INDEX, this is not PREFIX safe (no, the XXX doesn't= =20 > save you). Have you ever though of getting a ports mentor or submitting= =20 > your ports as PRs so they can be reviewed by a port committer? I have wondered the same thing for a while... Regards, --=20 wca --98e8jtXdkpgskNou Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBAUhIF47idPgWcsURAu4ZAJ9orUdlWL4/90NirWq/Mttp9Qep3ACaAxCk RhlnEbP8C69YCNVwiJ1gS88= =YDN1 -----END PGP SIGNATURE----- --98e8jtXdkpgskNou-- From owner-cvs-all@FreeBSD.ORG Fri Jul 23 17:41: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 2575416A4CE; Fri, 23 Jul 2004 17:41:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0842643D39; Fri, 23 Jul 2004 17:41:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NHfiw8050871; Fri, 23 Jul 2004 17:41:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NHfiHK050870; Fri, 23 Jul 2004 17:41:44 GMT (envelope-from rwatson) Message-Id: <200407231741.i6NHfiHK050870@repoman.freebsd.org> From: Robert Watson Date: Fri, 23 Jul 2004 17:41: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 kern_ktr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 17:41:45 -0000 rwatson 2004-07-23 17:41:44 UTC FreeBSD src repository Modified files: sys/kern kern_ktr.c Log: Export KTR_COMPILE as a sysctl so you can easily check from user space what event mask has been compiled into the kernel. Revision Changes Path 1.44 +3 -0 src/sys/kern/kern_ktr.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 17:44: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 37B9616A4CE; Fri, 23 Jul 2004 17:44:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6BB43D3F; Fri, 23 Jul 2004 17:44:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NHi7Qo050927; Fri, 23 Jul 2004 17:44:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NHi7p1050926; Fri, 23 Jul 2004 17:44:07 GMT (envelope-from rwatson) Message-Id: <200407231744.i6NHi7p1050926@repoman.freebsd.org> From: Robert Watson Date: Fri, 23 Jul 2004 17:44: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/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: Fri, 23 Jul 2004 17:44:08 -0000 rwatson 2004-07-23 17:44:07 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Reinforce discouragement of the use of FULL_PREEMPTION. Revision Changes Path 1.1250 +1 -0 src/sys/conf/NOTES From owner-cvs-all@FreeBSD.ORG Fri Jul 23 17:48: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 6537116A4CE; Fri, 23 Jul 2004 17:48:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4838B43D3F; Fri, 23 Jul 2004 17:48:09 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NHm9Cg051088; Fri, 23 Jul 2004 17:48:09 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NHm9gF051087; Fri, 23 Jul 2004 17:48:09 GMT (envelope-from blackend) Message-Id: <200407231748.i6NHm9gF051087@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 23 Jul 2004 17:48:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/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: Fri, 23 Jul 2004 17:48:09 -0000 blackend 2004-07-23 17:48:09 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Add a new translated section (Bluetooth), the translation of this "long" chapter is over! Revision Changes Path 1.26 +729 -3 doc/fr_FR.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:07: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 ECE2216A4CE; Fri, 23 Jul 2004 18:07:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D048D43D1D; Fri, 23 Jul 2004 18:07:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NI7mUq051655; Fri, 23 Jul 2004 18:07:48 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NI7mIN051654; Fri, 23 Jul 2004 18:07:48 GMT (envelope-from sem) Message-Id: <200407231807.i6NI7mIN051654@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 23 Jul 2004 18:07: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/textproc/ltxml 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, 23 Jul 2004 18:07:49 -0000 sem 2004-07-23 18:07:48 UTC FreeBSD ports repository Modified files: textproc/ltxml Makefile distinfo pkg-plist Log: Update to 1.2.6 PR: ports/69491 Submitted by: Radim Kolar Revision Changes Path 1.8 +18 -6 ports/textproc/ltxml/Makefile 1.5 +2 -2 ports/textproc/ltxml/distinfo 1.4 +2 -0 ports/textproc/ltxml/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:12: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 A8CFB16A4CE; Fri, 23 Jul 2004 18:12:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD6543D39; Fri, 23 Jul 2004 18:12:09 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NIC9tP051797; Fri, 23 Jul 2004 18:12:09 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NIC9h3051796; Fri, 23 Jul 2004 18:12:09 GMT (envelope-from hrs) Message-Id: <200407231812.i6NIC9h3051796@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 23 Jul 2004 18:12:09 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys hrs.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 18:12:09 -0000 hrs 2004-07-23 18:12:09 UTC FreeBSD doc repository Modified files: share/pgpkeys hrs.key Log: Update my key. Revision Changes Path 1.5 +600 -28 doc/share/pgpkeys/hrs.key From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:37: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 CD46916A4CE; Fri, 23 Jul 2004 18:37:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC40943D1F; Fri, 23 Jul 2004 18:37:31 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NIbVOq052468; Fri, 23 Jul 2004 18:37:31 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NIbVT0052467; Fri, 23 Jul 2004 18:37:31 GMT (envelope-from anholt) Message-Id: <200407231837.i6NIbVT0052467@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 18:37: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-servers Makefileports/x11-servers/xorg-nestserver Makefile distinfo pkg-descr pkg-plist ports/x11-servers/xorg-nestserver/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: Fri, 23 Jul 2004 18:37:32 -0000 anholt 2004-07-23 18:37:31 UTC FreeBSD ports repository Modified files: x11-servers Makefile Added files: x11-servers/xorg-nestserver Makefile distinfo pkg-descr pkg-plist x11-servers/xorg-nestserver/scripts configure Log: New port: xorg-nestserver, the nesting X server from X.Org. Revision Changes Path 1.17 +1 -0 ports/x11-servers/Makefile 1.1 +36 -0 ports/x11-servers/xorg-nestserver/Makefile (new) 1.1 +4 -0 ports/x11-servers/xorg-nestserver/distinfo (new) 1.1 +6 -0 ports/x11-servers/xorg-nestserver/pkg-descr (new) 1.1 +1 -0 ports/x11-servers/xorg-nestserver/pkg-plist (new) 1.1 +20 -0 ports/x11-servers/xorg-nestserver/scripts/configure (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:37: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 E254116A4CE; Fri, 23 Jul 2004 18:37:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C605143D2D; Fri, 23 Jul 2004 18:37:40 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NIbeTV052514; Fri, 23 Jul 2004 18:37:40 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NIbeq9052513; Fri, 23 Jul 2004 18:37:40 GMT (envelope-from anholt) Message-Id: <200407231837.i6NIbeq9052513@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 18:37:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 18:37:41 -0000 anholt 2004-07-23 18:37:40 UTC FreeBSD ports repository Modified files: . modules Log: xorg-nestserver --> ports/x11-servers/xorg-nestserver Revision Changes Path 1.10720 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:38: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 EADEB16A4CE; Fri, 23 Jul 2004 18:38:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD65943D31; Fri, 23 Jul 2004 18:38:25 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NIcPfv052561; Fri, 23 Jul 2004 18:38:25 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NIcPpI052560; Fri, 23 Jul 2004 18:38:25 GMT (envelope-from anholt) Message-Id: <200407231838.i6NIcPpI052560@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 18:38:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-servers/XFree86-4-NestServer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 18:38:26 -0000 anholt 2004-07-23 18:38:25 UTC FreeBSD ports repository Modified files: x11-servers/XFree86-4-NestServer Makefile Log: Register conflicts on xorg-nestserver. Revision Changes Path 1.27 +2 -0 ports/x11-servers/XFree86-4-NestServer/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:39:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AAE016A4CE; Fri, 23 Jul 2004 18:39:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E91443D41; Fri, 23 Jul 2004 18:39:03 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NId369052604; Fri, 23 Jul 2004 18:39:03 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NId3mi052603; Fri, 23 Jul 2004 18:39:03 GMT (envelope-from oliver) Message-Id: <200407231839.i6NId3mi052603@repoman.freebsd.org> From: Oliver Lehmann Date: Fri, 23 Jul 2004 18:39:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sqwebmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 18:39:03 -0000 oliver 2004-07-23 18:39:03 UTC FreeBSD ports repository Modified files: mail/sqwebmail Makefile Log: setting USE_LIBTOOL_VER forces USE_GNU_CONFIGURE which modifies CONFIGURE_ARGS and by adding --prefix to it, the port gets installed into a wrong directory. Thats fixed now. Noted by: ale Revision Changes Path 1.41 +3 -2 ports/mail/sqwebmail/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:40:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FD016A4CF; Fri, 23 Jul 2004 18:40:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0609243D54; Fri, 23 Jul 2004 18:40:35 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NIeYl2052740; Fri, 23 Jul 2004 18:40:34 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NIeYSL052739; Fri, 23 Jul 2004 18:40:34 GMT (envelope-from anholt) Message-Id: <200407231840.i6NIeYSL052739@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 18:40: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/x11/xorg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 18:40:35 -0000 anholt 2004-07-23 18:40:34 UTC FreeBSD ports repository Modified files: x11/xorg Makefile Log: Add xorg-nestserver to the list. Revision Changes Path 1.3 +2 -0 ports/x11/xorg/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:53: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 D0A9D16A4CE; Fri, 23 Jul 2004 18:53:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E9B43D39; Fri, 23 Jul 2004 18:53:34 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NIrY8F053086; Fri, 23 Jul 2004 18:53:34 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NIrY5D053085; Fri, 23 Jul 2004 18:53:34 GMT (envelope-from hrs) Message-Id: <200407231853.i6NIrY5D053085@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 23 Jul 2004 18:53:34 +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/misc epsgeom doc/share/mk doc.images.mk doc.project.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 18:53:35 -0000 hrs 2004-07-23 18:53:34 UTC FreeBSD doc repository Modified files: share/mk doc.images.mk doc.project.mk Added files: share/misc epsgeom Log: Fix a build problem when print/ghostscript-afpl is used: - epsgeom+gs now converts EPS files. graphics/peps is no longer used. - Add $PERL, $REALPATH, and $SETENV into doc.project.mk. Tested by: simon Revision Changes Path 1.1 +102 -0 doc/share/misc/epsgeom (new) 1.28 +31 -20 doc/share/mk/doc.images.mk 1.17 +9 -0 doc/share/mk/doc.project.mk From owner-cvs-all@FreeBSD.ORG Fri Jul 23 18:58: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 6271F16A4CE; Fri, 23 Jul 2004 18:58:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462C143D3F; Fri, 23 Jul 2004 18:58:56 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NIwulq053269; Fri, 23 Jul 2004 18:58:56 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NIwuFa053268; Fri, 23 Jul 2004 18:58:56 GMT (envelope-from hrs) Message-Id: <200407231858.i6NIwuFa053268@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 23 Jul 2004 18:58:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/misc epsgeom doc/share/mk doc.images.mk doc.project.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 18:58:56 -0000 hrs 2004-07-23 18:58:56 UTC FreeBSD doc repository Modified files: share/misc epsgeom share/mk doc.images.mk doc.project.mk Log: Remove trailing whitespaces. Revision Changes Path 1.2 +1 -1 doc/share/misc/epsgeom 1.29 +5 -5 doc/share/mk/doc.images.mk 1.18 +2 -2 doc/share/mk/doc.project.mk From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:02: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 C511D16A4CE; Fri, 23 Jul 2004 19:02:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73A343D5A; Fri, 23 Jul 2004 19:02:19 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJ2JGH053452; Fri, 23 Jul 2004 19:02:19 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJ2Jr1053451; Fri, 23 Jul 2004 19:02:19 GMT (envelope-from sem) Message-Id: <200407231902.i6NJ2Jr1053451@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 23 Jul 2004 19:02: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/py-ltxml 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, 23 Jul 2004 19:02:19 -0000 sem 2004-07-23 19:02:19 UTC FreeBSD ports repository Modified files: textproc/py-ltxml Makefile distinfo Log: The tarball was rerolled without version bumps. Changes: * Unicode support fixes * free() changed with PyObject_FREE() * allow pass URI in stream Full distfiles diff you can see here: http://people.freebsd.org/~sem/PyLTXML-1.3.diff PR: ports/69490 Submitted by: Radim Kolar Revision Changes Path 1.6 +1 -5 ports/textproc/py-ltxml/Makefile 1.3 +2 -1 ports/textproc/py-ltxml/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:07: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 CB83116A4CE; Fri, 23 Jul 2004 19:07:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE69943D4C; Fri, 23 Jul 2004 19:07:58 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJ7wuu055455; Fri, 23 Jul 2004 19:07:58 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJ7wF8055454; Fri, 23 Jul 2004 19:07:58 GMT (envelope-from sem) Message-Id: <200407231907.i6NJ7wF8055454@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 23 Jul 2004 19:07: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/squirrelmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 19:07:58 -0000 sem 2004-07-23 19:07:58 UTC FreeBSD ports repository Modified files: mail/squirrelmail Makefile Log: Fix USE_PHP PR: ports/69501 Submitted by: maintainer Revision Changes Path 1.24 +1 -1 ports/mail/squirrelmail/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:10: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 66A6716A4CF; Fri, 23 Jul 2004 19:10:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D96B43D39; Fri, 23 Jul 2004 19:10:32 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJAWnl059122; Fri, 23 Jul 2004 19:10:32 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJAWlG059121; Fri, 23 Jul 2004 19:10:32 GMT (envelope-from anholt) Message-Id: <200407231910.i6NJAWlG059121@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 19:10: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 CHANGES ports/Mk bsd.port.mk ports/arabic/ae_fonts_mono Makefile ports/audio/xmcd Makefile ports/chinese/arphicttf Makefile ports/chinese/chinput Makefile... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 19:10:33 -0000 anholt 2004-07-23 19:10:32 UTC FreeBSD ports repository Modified files: . CHANGES Mk bsd.port.mk arabic/ae_fonts_mono Makefile audio/xmcd Makefile chinese/arphicttf Makefile chinese/chinput Makefile chinese/cmexfonts Makefile chinese/cwtexttf Makefile chinese/cxterm Makefile chinese/gugod-clean Makefile chinese/kcfonts Makefile chinese/moettf Makefile chinese/ntuttf Makefile chinese/wangttf Makefile chinese/ttfm Makefile chinese/vflib Makefile editors/elvis Makefile emulators/bochs Makefile emulators/pcemu Makefile emulators/vice Makefile emulators/vmware-guestd4 Makefile emulators/vmware-tools3 Makefile emulators/xzx Makefile french/xtel Makefile games/atitd Makefile games/linux-q3ademo Makefile games/qix Makefile games/xarchon Makefile games/xjewel Makefile graphics/glide3 Makefile graphics/ivtools Makefile graphics/linux_glx Makefile graphics/mesagl Makefile graphics/pixmap Makefile graphics/utah-glx Makefile graphics/vcg Makefile graphics/xpm Makefile japanese/Wnn6-lib Makefile japanese/Wnn7-lib Makefile japanese/alias-fonts Makefile japanese/elisa10x8 Makefile japanese/elisa8x8 Makefile japanese/iv Makefile japanese/jisx0213-fonts Makefile japanese/k10 Makefile japanese/k12 Makefile japanese/kanji18 Makefile japanese/kappa20 Makefile japanese/kterm16c Makefile japanese/marumoji-fonts Makefile japanese/monafonts Makefile japanese/mplusfonts Makefile japanese/ngraph-fonts Makefile japanese/oleo Makefile japanese/shinonome Makefile japanese/vflib Makefile korean/baekmukfonts-bdf Makefile korean/mizifont Makefile korean/hanyangfonts Makefile korean/johabfonts Makefile korean/pinetreefonts Makefile korean/kaistfonts Makefile lang/librep Makefile mail/metamail Makefile misc/magicpoint Makefile multimedia/libdv Makefile net/ayttm Makefile net/tightvnc Makefile security/ssh2 Makefile textproc/scrollkeeper Makefile vietnamese/vnxfonts Makefile vietnamese/vnterm Makefile vietnamese/unicode-uhoai Makefile www/larbin Makefile www/amaya Makefile x11/XFree86 Makefile x11/XFree86-contrib Makefile x11/XFree86-4 Makefile x11/XFree86-4-clients Makefile x11/XFree86-4-libraries Makefile x11/XFree86-4-documents Makefile x11/XFree86-4-manuals Makefile x11/dgs Makefile x11/emu Makefile x11/gdkxft Makefile x11/mlterm Makefile x11/x3270 Makefile x11/xgrab Makefile x11/xlockmore Makefile x11/xvattr Makefile x11/xorg Makefile x11/xorg-clients Makefile x11/xorg-libraries Makefile x11-fonts/XFree86-4-fontScalable Makefile x11-fonts/XFree86-4-fontEncodings Makefile x11-fonts/XFree86-4-fontDefaultBitmaps Makefile x11-fonts/XFree86-4-fontCyrillic Makefile x11-fonts/XFree86-4-font75dpi Makefile x11-fonts/XFree86-4-font100dpi Makefile x11-fonts/code2000 Makefile x11-fonts/bitmap-fonts Makefile x11-fonts/Xg Makefile x11-fonts/lfpfonts-var Makefile x11-fonts/lfpfonts-fix Makefile x11-fonts/jmk-x11-fonts Makefile x11-fonts/fontconfig Makefile x11-fonts/nucleus Makefile x11-fonts/mozilla-fonts Makefile x11-fonts/libXft Makefile x11-fonts/p5-type1inst Makefile x11-fonts/webfonts Makefile x11-fonts/terminus-font Makefile x11-servers/driglide Makefile x11-toolkits/viewklass Makefile x11-toolkits/qt33 Makefile x11-toolkits/open-motif Makefile x11-toolkits/fox-devel Makefile x11-wm/xfce Makefile x11-wm/icewm Makefile x11-wm/enlightenment Makefile x11-servers/XFree86-4-VirtualFramebufferServer Makefile x11-servers/XFree86-4-Server Makefile x11-servers/XFree86-4-PrintServer Makefile x11-servers/XFree86-4-NestServer Makefile x11-servers/XFree86-4-FontServer Makefile x11-fonts/xorg-fonts-type1 Makefile x11-fonts/xorg-fonts-truetype Makefile x11-fonts/xorg-fonts-miscbitmaps Makefile x11-fonts/xorg-fonts-encodings Makefile x11-fonts/xorg-fonts-cyrillic Makefile x11-fonts/xorg-fonts-75dpi Makefile x11-fonts/xorg-fonts-100dpi Makefile x11-servers/xorg-vfbserver Makefile x11-servers/xorg-server Makefile x11-servers/xorg-printserver Makefile x11-servers/xorg-fontserver Makefile x11-fonts/etlfonts Makefile devel/gaphor Makefile devel/gauche-sdl Makefile editors/openoffice-1.0 Makefile editors/openoffice-1.1 Makefile editors/openoffice-1.1-devel Makefile editors/openoffice-2.0-devel Makefile emulators/vmware_xf4mod Makefile graphics/diacanvas2 Makefile graphics/sng Makefile hebrew/culmus Makefile misc/gtkfind Makefile misc/videotext Makefile net/tsclient Makefile net/vnc Makefile news/pyne Makefile print/cjk-lyx Makefile print/lyx Makefile x11/kdelibs3 Makefile x11/kdebase3 Makefile x11-toolkits/pango Makefile x11-fonts/cyr-rfx Makefile x11-fonts/geminifonts Makefile x11-fonts/sgifonts Makefile x11-fonts/tv-fonts Makefile x11-clocks/wmbday Makefile x11/wrapper Makefile Log: - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Revision Changes Path 1.27 +21 -1 ports/CHANGES 1.495 +82 -26 ports/Mk/bsd.port.mk 1.3 +3 -9 ports/arabic/ae_fonts_mono/Makefile 1.49 +2 -2 ports/audio/xmcd/Makefile 1.17 +1 -5 ports/chinese/arphicttf/Makefile 1.10 +3 -5 ports/chinese/chinput/Makefile 1.5 +4 -8 ports/chinese/cmexfonts/Makefile 1.6 +1 -5 ports/chinese/cwtexttf/Makefile 1.23 +4 -8 ports/chinese/cxterm/Makefile 1.13 +3 -6 ports/chinese/gugod-clean/Makefile 1.16 +3 -5 ports/chinese/kcfonts/Makefile 1.14 +1 -4 ports/chinese/moettf/Makefile 1.3 +1 -4 ports/chinese/ntuttf/Makefile 1.13 +1 -1 ports/chinese/ttfm/Makefile 1.9 +1 -1 ports/chinese/vflib/Makefile 1.10 +1 -4 ports/chinese/wangttf/Makefile 1.3 +1 -1 ports/devel/gaphor/Makefile 1.7 +2 -2 ports/devel/gauche-sdl/Makefile 1.11 +1 -1 ports/editors/elvis/Makefile 1.192 +1 -1 ports/editors/openoffice-1.0/Makefile 1.145 +1 -1 ports/editors/openoffice-1.1-devel/Makefile 1.150 +1 -1 ports/editors/openoffice-1.1/Makefile 1.123 +2 -3 ports/editors/openoffice-2.0-devel/Makefile 1.64 +4 -8 ports/emulators/bochs/Makefile 1.20 +3 -7 ports/emulators/pcemu/Makefile 1.34 +2 -2 ports/emulators/vice/Makefile 1.19 +2 -2 ports/emulators/vmware-guestd4/Makefile 1.14 +2 -2 ports/emulators/vmware-tools3/Makefile 1.17 +1 -1 ports/emulators/vmware_xf4mod/Makefile 1.41 +1 -1 ports/emulators/xzx/Makefile 1.15 +3 -6 ports/french/xtel/Makefile 1.4 +2 -2 ports/games/atitd/Makefile 1.8 +1 -1 ports/games/linux-q3ademo/Makefile 1.10 +4 -7 ports/games/qix/Makefile 1.5 +2 -8 ports/games/xarchon/Makefile 1.25 +4 -8 ports/games/xjewel/Makefile 1.9 +1 -1 ports/graphics/diacanvas2/Makefile 1.17 +0 -1 ports/graphics/glide3/Makefile 1.13 +3 -6 ports/graphics/ivtools/Makefile 1.17 +1 -1 ports/graphics/linux_glx/Makefile 1.64 +1 -1 ports/graphics/mesagl/Makefile 1.19 +4 -6 ports/graphics/pixmap/Makefile 1.9 +1 -1 ports/graphics/sng/Makefile 1.28 +1 -1 ports/graphics/utah-glx/Makefile 1.16 +1 -1 ports/graphics/vcg/Makefile 1.39 +1 -1 ports/graphics/xpm/Makefile 1.5 +1 -1 ports/hebrew/culmus/Makefile 1.33 +3 -7 ports/japanese/Wnn6-lib/Makefile 1.34 +3 -7 ports/japanese/Wnn7-lib/Makefile 1.15 +3 -8 ports/japanese/alias-fonts/Makefile 1.11 +2 -4 ports/japanese/elisa10x8/Makefile 1.9 +2 -4 ports/japanese/elisa8x8/Makefile 1.25 +3 -7 ports/japanese/iv/Makefile 1.9 +4 -9 ports/japanese/jisx0213-fonts/Makefile 1.14 +3 -6 ports/japanese/k10/Makefile 1.16 +3 -5 ports/japanese/k12/Makefile 1.16 +3 -6 ports/japanese/kanji18/Makefile 1.22 +3 -6 ports/japanese/kappa20/Makefile 1.33 +3 -6 ports/japanese/kterm16c/Makefile 1.5 +3 -6 ports/japanese/marumoji-fonts/Makefile 1.16 +4 -7 ports/japanese/monafonts/Makefile 1.12 +3 -5 ports/japanese/mplusfonts/Makefile 1.9 +3 -8 ports/japanese/ngraph-fonts/Makefile 1.18 +1 -1 ports/japanese/oleo/Makefile 1.13 +3 -5 ports/japanese/shinonome/Makefile 1.47 +1 -1 ports/japanese/vflib/Makefile 1.22 +4 -8 ports/korean/baekmukfonts-bdf/Makefile 1.17 +3 -7 ports/korean/hanyangfonts/Makefile 1.17 +4 -8 ports/korean/johabfonts/Makefile 1.16 +4 -8 ports/korean/kaistfonts/Makefile 1.22 +3 -7 ports/korean/mizifont/Makefile 1.18 +4 -8 ports/korean/pinetreefonts/Makefile 1.55 +1 -1 ports/lang/librep/Makefile 1.26 +4 -9 ports/mail/metamail/Makefile 1.21 +1 -1 ports/misc/gtkfind/Makefile 1.33 +2 -2 ports/misc/magicpoint/Makefile 1.17 +1 -1 ports/misc/videotext/Makefile 1.25 +4 -9 ports/multimedia/libdv/Makefile 1.33 +1 -1 ports/net/ayttm/Makefile 1.21 +1 -4 ports/net/tightvnc/Makefile 1.14 +1 -1 ports/net/tsclient/Makefile 1.40 +2 -2 ports/net/vnc/Makefile 1.13 +1 -1 ports/news/pyne/Makefile 1.23 +1 -1 ports/print/cjk-lyx/Makefile 1.89 +1 -1 ports/print/lyx/Makefile 1.122 +2 -4 ports/security/ssh2/Makefile 1.43 +1 -1 ports/textproc/scrollkeeper/Makefile 1.9 +4 -8 ports/vietnamese/unicode-uhoai/Makefile 1.36 +2 -4 ports/vietnamese/vnterm/Makefile 1.7 +4 -8 ports/vietnamese/vnxfonts/Makefile 1.43 +1 -1 ports/www/amaya/Makefile 1.11 +3 -10 ports/www/larbin/Makefile 1.3 +1 -1 ports/x11-clocks/wmbday/Makefile 1.14 +5 -2 ports/x11-fonts/XFree86-4-font100dpi/Makefile 1.13 +5 -2 ports/x11-fonts/XFree86-4-font75dpi/Makefile 1.18 +5 -2 ports/x11-fonts/XFree86-4-fontCyrillic/Makefile 1.13 +5 -2 ports/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile 1.12 +5 -2 ports/x11-fonts/XFree86-4-fontEncodings/Makefile 1.13 +5 -2 ports/x11-fonts/XFree86-4-fontScalable/Makefile 1.16 +4 -8 ports/x11-fonts/Xg/Makefile 1.21 +2 -10 ports/x11-fonts/bitmap-fonts/Makefile 1.2 +3 -3 ports/x11-fonts/code2000/Makefile 1.6 +3 -2 ports/x11-fonts/cyr-rfx/Makefile 1.15 +4 -8 ports/x11-fonts/etlfonts/Makefile 1.37 +1 -1 ports/x11-fonts/fontconfig/Makefile 1.7 +1 -1 ports/x11-fonts/geminifonts/Makefile 1.8 +3 -7 ports/x11-fonts/jmk-x11-fonts/Makefile 1.7 +3 -7 ports/x11-fonts/lfpfonts-fix/Makefile 1.7 +3 -7 ports/x11-fonts/lfpfonts-var/Makefile 1.24 +2 -2 ports/x11-fonts/libXft/Makefile 1.11 +2 -4 ports/x11-fonts/mozilla-fonts/Makefile 1.10 +3 -7 ports/x11-fonts/nucleus/Makefile 1.16 +3 -7 ports/x11-fonts/p5-type1inst/Makefile 1.14 +1 -1 ports/x11-fonts/sgifonts/Makefile 1.5 +4 -9 ports/x11-fonts/terminus-font/Makefile 1.3 +1 -1 ports/x11-fonts/tv-fonts/Makefile 1.19 +3 -3 ports/x11-fonts/webfonts/Makefile 1.2 +5 -1 ports/x11-fonts/xorg-fonts-100dpi/Makefile 1.2 +5 -1 ports/x11-fonts/xorg-fonts-75dpi/Makefile 1.2 +5 -1 ports/x11-fonts/xorg-fonts-cyrillic/Makefile 1.2 +5 -1 ports/x11-fonts/xorg-fonts-encodings/Makefile 1.2 +5 -1 ports/x11-fonts/xorg-fonts-miscbitmaps/Makefile 1.2 +5 -1 ports/x11-fonts/xorg-fonts-truetype/Makefile 1.2 +5 -1 ports/x11-fonts/xorg-fonts-type1/Makefile 1.25 +5 -1 ports/x11-servers/XFree86-4-FontServer/Makefile 1.28 +5 -1 ports/x11-servers/XFree86-4-NestServer/Makefile 1.27 +5 -1 ports/x11-servers/XFree86-4-PrintServer/Makefile 1.157 +4 -0 ports/x11-servers/XFree86-4-Server/Makefile 1.29 +5 -1 ports/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile 1.18 +0 -1 ports/x11-servers/driglide/Makefile 1.2 +5 -1 ports/x11-servers/xorg-fontserver/Makefile 1.2 +5 -1 ports/x11-servers/xorg-printserver/Makefile 1.11 +4 -0 ports/x11-servers/xorg-server/Makefile 1.2 +5 -1 ports/x11-servers/xorg-vfbserver/Makefile 1.49 +1 -1 ports/x11-toolkits/fox-devel/Makefile 1.31 +2 -4 ports/x11-toolkits/open-motif/Makefile 1.63 +3 -2 ports/x11-toolkits/pango/Makefile 1.171 +3 -3 ports/x11-toolkits/qt33/Makefile 1.13 +3 -9 ports/x11-toolkits/viewklass/Makefile 1.80 +1 -1 ports/x11-wm/enlightenment/Makefile 1.100 +2 -2 ports/x11-wm/icewm/Makefile 1.73 +1 -1 ports/x11-wm/xfce/Makefile 1.126 +6 -0 ports/x11/XFree86-4-clients/Makefile 1.13 +5 -2 ports/x11/XFree86-4-documents/Makefile 1.140 +3 -0 ports/x11/XFree86-4-libraries/Makefile 1.15 +6 -1 ports/x11/XFree86-4-manuals/Makefile 1.156 +5 -1 ports/x11/XFree86-4/Makefile 1.26 +1 -1 ports/x11/XFree86-contrib/Makefile 1.104 +4 -0 ports/x11/XFree86/Makefile 1.39 +1 -1 ports/x11/dgs/Makefile 1.25 +1 -9 ports/x11/emu/Makefile 1.25 +1 -1 ports/x11/gdkxft/Makefile 1.140 +1 -1 ports/x11/kdebase3/Makefile 1.152 +3 -3 ports/x11/kdelibs3/Makefile 1.23 +1 -1 ports/x11/mlterm/Makefile 1.20 +5 -1 ports/x11/wrapper/Makefile 1.20 +4 -8 ports/x11/x3270/Makefile 1.22 +3 -6 ports/x11/xgrab/Makefile 1.86 +1 -1 ports/x11/xlockmore/Makefile 1.5 +6 -0 ports/x11/xorg-clients/Makefile 1.5 +4 -0 ports/x11/xorg-libraries/Makefile 1.4 +5 -2 ports/x11/xorg/Makefile 1.8 +2 -2 ports/x11/xvattr/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:23: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 9529416A4CE; Fri, 23 Jul 2004 19:23:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783B843D49; Fri, 23 Jul 2004 19:23:45 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJNjBt059440; Fri, 23 Jul 2004 19:23:45 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJNj1R059439; Fri, 23 Jul 2004 19:23:45 GMT (envelope-from adamw) Message-Id: <200407231923.i6NJNj1R059439@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 23 Jul 2004 19:23: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/print/libgnomecups 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, 23 Jul 2004 19:23:45 -0000 adamw 2004-07-23 19:23:45 UTC FreeBSD ports repository Modified files: print/libgnomecups Makefile distinfo pkg-plist Log: Update to 0.1.9. Revision Changes Path 1.8 +1 -1 ports/print/libgnomecups/Makefile 1.4 +2 -2 ports/print/libgnomecups/distinfo 1.2 +20 -0 ports/print/libgnomecups/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:28: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 EB9E716A4CE; Fri, 23 Jul 2004 19:28:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE4743D1D; Fri, 23 Jul 2004 19:28:36 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJSalj059587; Fri, 23 Jul 2004 19:28:36 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJSac1059586; Fri, 23 Jul 2004 19:28:36 GMT (envelope-from adamw) Message-Id: <200407231928.i6NJSac1059586@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 23 Jul 2004 19:28:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/gnome-cups-manager 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, 23 Jul 2004 19:28:37 -0000 adamw 2004-07-23 19:28:36 UTC FreeBSD ports repository Modified files: print/gnome-cups-manager Makefile distinfo pkg-plist Log: Update to 0.19. Revision Changes Path 1.7 +2 -2 ports/print/gnome-cups-manager/Makefile 1.4 +2 -2 ports/print/gnome-cups-manager/distinfo 1.3 +5 -0 ports/print/gnome-cups-manager/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19: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 D36C416A4CE; Fri, 23 Jul 2004 19:31:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B781343D2F; Fri, 23 Jul 2004 19:31:03 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJV33m059719; Fri, 23 Jul 2004 19:31:03 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJV3Tc059718; Fri, 23 Jul 2004 19:31:03 GMT (envelope-from sem) Message-Id: <200407231931.i6NJV3Tc059718@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 23 Jul 2004 19:31: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/astro/xplanet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 19:31:04 -0000 sem 2004-07-23 19:31:03 UTC FreeBSD ports repository Modified files: astro/xplanet Makefile Log: - Add forgotten WITHOUT_PNM knob - Typo: WITH_TIFF should really be WITHOUT_TIFF PR: ports/69497 Submitted by: maintainer Revision Changes Path 1.30 +8 -1 ports/astro/xplanet/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:34: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 4EC2316A4CE; Fri, 23 Jul 2004 19:34:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3365043D1D; Fri, 23 Jul 2004 19:34:16 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJYGci059780; Fri, 23 Jul 2004 19:34:16 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJYGik059779; Fri, 23 Jul 2004 19:34:16 GMT (envelope-from adamw) Message-Id: <200407231934.i6NJYGik059779@repoman.freebsd.org> From: Adam Weinberger Date: Fri, 23 Jul 2004 19:34:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/libgail-gnome 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, 23 Jul 2004 19:34:16 -0000 adamw 2004-07-23 19:34:16 UTC FreeBSD ports repository Modified files: x11-toolkits/libgail-gnome Makefile distinfo Log: Update to 1.0.5. Revision Changes Path 1.29 +1 -1 ports/x11-toolkits/libgail-gnome/Makefile 1.7 +2 -2 ports/x11-toolkits/libgail-gnome/distinfo From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:36:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF2116A4CE; Fri, 23 Jul 2004 19:36:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A5443D31; Fri, 23 Jul 2004 19:36:19 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJaJZQ059924; Fri, 23 Jul 2004 19:36:19 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJaIlQ059923; Fri, 23 Jul 2004 19:36:19 GMT (envelope-from alc) Message-Id: <200407231936.i6NJaIlQ059923@repoman.freebsd.org> From: Alan Cox Date: Fri, 23 Jul 2004 19:36: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/kern uipc_jumbo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 19:36:19 -0000 alc 2004-07-23 19:36:18 UTC FreeBSD src repository Modified files: sys/kern uipc_jumbo.c Log: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating KVA for explicitly managed mappings, i.e., mappings created with pmap_qenter(). Revision Changes Path 1.10 +1 -1 src/sys/kern/uipc_jumbo.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:44: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 E352316A4CE; Fri, 23 Jul 2004 19:44:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5DB443D1F; Fri, 23 Jul 2004 19:44:02 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJi2QA060123; Fri, 23 Jul 2004 19:44:02 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJi2lh060122; Fri, 23 Jul 2004 19:44:02 GMT (envelope-from sem) Message-Id: <200407231944.i6NJi2lh060122@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 23 Jul 2004 19:44: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/obexapp/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: Fri, 23 Jul 2004 19:44:03 -0000 sem 2004-07-23 19:44:02 UTC FreeBSD ports repository Modified files: comms/obexapp/files patch-Makefile Log: fix build when mpeg4ip is installed PR: ports/69496 Submitted by: maintainer Suggested by: Panagiotis Astithas Revision Changes Path 1.3 +13 -2 ports/comms/obexapp/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 19:59: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 3499E16A4CE; Fri, 23 Jul 2004 19:59:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18BB243D1F; Fri, 23 Jul 2004 19:59:17 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NJxG5F060497; Fri, 23 Jul 2004 19:59:16 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NJxGU8060496; Fri, 23 Jul 2004 19:59:16 GMT (envelope-from scottl) Message-Id: <200407231959.i6NJxGU8060496@repoman.freebsd.org> From: Scott Long Date: Fri, 23 Jul 2004 19:59:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_switch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 19:59:17 -0000 scottl 2004-07-23 19:59:16 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: Remove the previous hack since it doesn't make a difference and is getting in the way of debugging. Revision Changes Path 1.73 +0 -2 src/sys/kern/kern_switch.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:01: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 CB5D616A4CE; Fri, 23 Jul 2004 20:01:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD63443D1D; Fri, 23 Jul 2004 20:01:59 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NK1xAA060641; Fri, 23 Jul 2004 20:01:59 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NK1xKb060640; Fri, 23 Jul 2004 20:01:59 GMT (envelope-from josef) Message-Id: <200407232001.i6NK1xKb060640@repoman.freebsd.org> From: Josef El-Rayes Date: Fri, 23 Jul 2004 20:01:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/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, 23 Jul 2004 20:02:00 -0000 josef 2004-07-23 20:01:59 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Add a note about the switch from XFree86 to X.org Reviewed by: anholt Revision Changes Path 1.223 +13 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:02:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B102816A4CE; Fri, 23 Jul 2004 20:02:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B0043D4C; Fri, 23 Jul 2004 20:02:31 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NK2VHv060678; Fri, 23 Jul 2004 20:02:31 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NK2ViZ060677; Fri, 23 Jul 2004 20:02:31 GMT (envelope-from anholt) Message-Id: <200407232002.i6NK2ViZ060677@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 20:02: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/scite Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:02:31 -0000 anholt 2004-07-23 20:02:31 UTC FreeBSD ports repository Modified files: editors/scite Makefile Log: Don't print the WITH_GTK2 availability message if WITH_GTK2 is already set. Revision Changes Path 1.30 +2 -0 ports/editors/scite/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:04: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 0620A16A4CE; Fri, 23 Jul 2004 20:04:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3F743D6A; Fri, 23 Jul 2004 20:04:50 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NK4np5060729; Fri, 23 Jul 2004 20:04:49 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NK4npP060728; Fri, 23 Jul 2004 20:04:49 GMT (envelope-from anholt) Message-Id: <200407232004.i6NK4npP060728@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 20:04: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/multimedia/libxine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:04:51 -0000 anholt 2004-07-23 20:04:49 UTC FreeBSD ports repository Modified files: multimedia/libxine Makefile Log: Chase XFREE86_VERSION -> X_WINDOW_SYSTEM conversion. Revision Changes Path 1.65 +1 -1 ports/multimedia/libxine/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:09: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 F21C416A4D5; Fri, 23 Jul 2004 20:09:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46C743D55; Fri, 23 Jul 2004 20:09:23 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NK9NMq060894; Fri, 23 Jul 2004 20:09:23 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NK9NJU060893; Fri, 23 Jul 2004 20:09:23 GMT (envelope-from anholt) Message-Id: <200407232009.i6NK9NJU060893@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 20:09:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xorg-manpages Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:09:24 -0000 anholt 2004-07-23 20:09:23 UTC FreeBSD ports repository Modified files: x11/xorg-manpages Makefile Log: Add IGNORE if X_WINDOW_SYSTEM is set wrong for this port. Revision Changes Path 1.2 +6 -0 ports/x11/xorg-manpages/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:12: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 594DF16A4CE; Fri, 23 Jul 2004 20:12:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE9C43D39; Fri, 23 Jul 2004 20:12:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NKCuII061046; Fri, 23 Jul 2004 20:12:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NKCuMO061045; Fri, 23 Jul 2004 20:12:56 GMT (envelope-from rwatson) Message-Id: <200407232012.i6NKCuMO061045@repoman.freebsd.org> From: Robert Watson Date: Fri, 23 Jul 2004 20:12: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/kern kern_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:12:56 -0000 rwatson 2004-07-23 20:12:56 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: Don't include a "\n" in KTR output, it confuses automatic parsing. Revision Changes Path 1.73 +1 -1 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:21:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FDA216A4CE; Fri, 23 Jul 2004 20:21:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A2B43D1D; Fri, 23 Jul 2004 20:21:06 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NKL6NC061296; Fri, 23 Jul 2004 20:21:06 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NKL6Xw061295; Fri, 23 Jul 2004 20:21:06 GMT (envelope-from josef) Message-Id: <200407232021.i6NKL6Xw061295@repoman.freebsd.org> From: Josef El-Rayes Date: Fri, 23 Jul 2004 20:21: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/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, 23 Jul 2004 20:21:06 -0000 josef 2004-07-23 20:21:06 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Fix the date, forgot to modify after copy+paste. Pointed out by: simon Revision Changes Path 1.224 +2 -2 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:27: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 8B82D16A4CE; Fri, 23 Jul 2004 20:27:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED0743D2D; Fri, 23 Jul 2004 20:27:07 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NKR7k7061439; Fri, 23 Jul 2004 20:27:07 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NKR7qs061438; Fri, 23 Jul 2004 20:27:07 GMT (envelope-from anholt) Message-Id: <200407232027.i6NKR7qs061438@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 20:27: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/japanese/nethack32 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:27:07 -0000 anholt 2004-07-23 20:27:07 UTC FreeBSD ports repository Modified files: japanese/nethack32 Makefile Log: Use X_CLIENTS_PORT instead of XFREE86_VERSION=4 dependencies. Revision Changes Path 1.38 +3 -5 ports/japanese/nethack32/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20: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 8894016A4CE; Fri, 23 Jul 2004 20:31:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BFCF43D3F; Fri, 23 Jul 2004 20:31:09 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NKV9tO061582; Fri, 23 Jul 2004 20:31:09 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NKV95t061581; Fri, 23 Jul 2004 20:31:09 GMT (envelope-from anholt) Message-Id: <200407232031.i6NKV95t061581@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 20: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/biology/tinker Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:31:09 -0000 anholt 2004-07-23 20:31:09 UTC FreeBSD ports repository Modified files: biology/tinker Makefile Log: Use X_IMAKE_PORT instead of dist-specific imake dependencies. While here, make the BROKEN message a little more informative. Revision Changes Path 1.25 +3 -6 ports/biology/tinker/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:46: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 A01F516A4CE; Fri, 23 Jul 2004 20:46:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A90E43D1D; Fri, 23 Jul 2004 20:46:56 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NKkuJ1062389; Fri, 23 Jul 2004 20:46:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NKkukL062388; Fri, 23 Jul 2004 20:46:56 GMT (envelope-from mezz) Message-Id: <200407232046.i6NKkukL062388@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 23 Jul 2004 20:46: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/textproc Makefile ports/textproc/aiksaurus 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, 23 Jul 2004 20:46:56 -0000 mezz 2004-07-23 20:46:56 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/aiksaurus Makefile distinfo pkg-descr pkg-plist Log: Aiksaurus is a set of libraries and applications which provide a thesaurus (currently English only, based on Guttenburg's Moby thesaurus) using native GUI on several platforms: UNIX (GTK+ & Qt), Win32 & MacOSX (Cocoa). The core library itself is platform-independent. The principal language is C++, with some use of Cocoa/ObjC++; wrappers are provided for C and Cocoa/ObjC. Aiksausus plugins exist for AbiWord on UNIX and Win32; the library is also used by Lyx; and the new Cocoa port provides a MacOSX NSService hook so that Safari and other such applications can use this thesaurus without Aiksaurus-specific development. WWW: http://aiksaurus.sourceforge.net/ Revision Changes Path 1.724 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/aiksaurus/Makefile (new) 1.1 +2 -0 ports/textproc/aiksaurus/distinfo (new) 1.1 +12 -0 ports/textproc/aiksaurus/pkg-descr (new) 1.1 +13 -0 ports/textproc/aiksaurus/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:48: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 E907D16A4D0; Fri, 23 Jul 2004 20:48:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD9F643D64; Fri, 23 Jul 2004 20:48:02 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NKm1bh062487; Fri, 23 Jul 2004 20:48:01 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NKm1ZO062486; Fri, 23 Jul 2004 20:48:01 GMT (envelope-from mezz) Message-Id: <200407232048.i6NKm1ZO062486@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 23 Jul 2004 20:48:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/aiksaurus-gtk Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:48:03 -0000 mezz 2004-07-23 20:48:01 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/aiksaurus-gtk Makefile pkg-descr pkg-plist Log: A GTK+2 front-end for Aiksaurus, see more detail in textproc/aiksaurus/pkg-descr. WWW: http://aiksaurus.sourceforge.net/ Revision Changes Path 1.725 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/aiksaurus-gtk/Makefile (new) 1.1 +4 -0 ports/textproc/aiksaurus-gtk/pkg-descr (new) 1.1 +8 -0 ports/textproc/aiksaurus-gtk/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 20:48: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 44E2D16A4CE; Fri, 23 Jul 2004 20:48:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C4543D41; Fri, 23 Jul 2004 20:48:39 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NKmdnV062541; Fri, 23 Jul 2004 20:48:39 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NKmdwW062540; Fri, 23 Jul 2004 20:48:39 GMT (envelope-from mezz) Message-Id: <200407232048.i6NKmdwW062540@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 23 Jul 2004 20:48: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: Fri, 23 Jul 2004 20:48:39 -0000 mezz 2004-07-23 20:48:38 UTC FreeBSD ports repository Modified files: . modules Log: aiksaurus --> ports/textproc/aiksaurus aiksaurus-gtk --> ports/textproc/aiksaurus-gtk Revision Changes Path 1.10721 +2 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 23 21:12: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 D53D816A4CE; Fri, 23 Jul 2004 21:12:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF7B443D60; Fri, 23 Jul 2004 21:12:38 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NLCcUq063401; Fri, 23 Jul 2004 21:12:38 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NLCcoZ063400; Fri, 23 Jul 2004 21:12:38 GMT (envelope-from ache) Message-Id: <200407232112.i6NLCcoZ063400@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 23 Jul 2004 21:12:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/geolizer Makefile distinfo pkg-descr ports/www/geolizer/files patch-aa patch-ab patch-ac patch-ad patch-linklist patch-lowercase-url-bug X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 21:12:39 -0000 ache 2004-07-23 21:12:38 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/geolizer Makefile distinfo pkg-descr www/geolizer/files patch-aa patch-ab patch-ac patch-ad patch-linklist patch-lowercase-url-bug Log: Webalizer+GeoIP Revision Changes Path 1.938 +1 -0 ports/www/Makefile 1.1 +42 -0 ports/www/geolizer/Makefile (new) 1.1 +4 -0 ports/www/geolizer/distinfo (new) 1.1 +17 -0 ports/www/geolizer/files/patch-aa (new) 1.1 +65 -0 ports/www/geolizer/files/patch-ab (new) 1.1 +71 -0 ports/www/geolizer/files/patch-ac (new) 1.1 +42 -0 ports/www/geolizer/files/patch-ad (new) 1.1 +42 -0 ports/www/geolizer/files/patch-linklist (new) 1.1 +32 -0 ports/www/geolizer/files/patch-lowercase-url-bug (new) 1.1 +7 -0 ports/www/geolizer/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 21:16: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 9740F16A4CE; Fri, 23 Jul 2004 21:16:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA1643D2D; Fri, 23 Jul 2004 21:16:11 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NLGB5n063548; Fri, 23 Jul 2004 21:16:11 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NLGBGF063547; Fri, 23 Jul 2004 21:16:11 GMT (envelope-from ache) Message-Id: <200407232116.i6NLGBGF063547@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 23 Jul 2004 21:16: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: Fri, 23 Jul 2004 21:16:11 -0000 ache 2004-07-23 21:16:11 UTC FreeBSD ports repository Modified files: . modules Log: Add geolizer Revision Changes Path 1.10722 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Jul 23 21:21: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 DA0E516A4CE; Fri, 23 Jul 2004 21:21:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCAC643D76; Fri, 23 Jul 2004 21:21:40 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NLLYRm063721; Fri, 23 Jul 2004 21:21:34 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NLLYHK063720; Fri, 23 Jul 2004 21:21:34 GMT (envelope-from kensmith) Message-Id: <200407232121.i6NLLYHK063720@repoman.freebsd.org> From: Ken Smith Date: Fri, 23 Jul 2004 21:21: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 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 21:21:41 -0000 kensmith 2004-07-23 21:21:34 UTC FreeBSD src repository Modified files: . Makefile Log: The doc team reworked the section of the handbook describing how to rebuild things, further discouraging 'make world'. The title of that section is now changed... Revision Changes Path 1.305 +1 -1 src/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 21:35: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 8545E16A4CE; Fri, 23 Jul 2004 21:35:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6775B43D45; Fri, 23 Jul 2004 21:35:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NLZXmS064111; Fri, 23 Jul 2004 21:35:33 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NLZXoG064110; Fri, 23 Jul 2004 21:35:33 GMT (envelope-from simon) Message-Id: <200407232135.i6NLZXoG064110@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 23 Jul 2004 21:35:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/5.3R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 21:35:33 -0000 simon 2004-07-23 21:35:33 UTC FreeBSD doc repository Modified files: en/releases/5.3R todo.sgml Log: Fix a which should be a . Noticed by: Dan Approved by: re (kensmith) Revision Changes Path 1.33 +2 -2 www/en/releases/5.3R/todo.sgml From owner-cvs-all@FreeBSD.ORG Fri Jul 23 22:09: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 172BD16A4CE; Fri, 23 Jul 2004 22:09:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1D943D1D; Fri, 23 Jul 2004 22:09:30 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NM9U4K065809; Fri, 23 Jul 2004 22:09:30 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NM9UAF065808; Fri, 23 Jul 2004 22:09:30 GMT (envelope-from anholt) Message-Id: <200407232209.i6NM9UAF065808@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 22:09: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 CHANGES 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, 23 Jul 2004 22:09:31 -0000 anholt 2004-07-23 22:09:30 UTC FreeBSD ports repository Modified files: . CHANGES UPDATING Log: Add instructions for the X.Org update to UPDATING, and make the ones in CHANGES specific for porters. Requested by: marcus Revision Changes Path 1.28 +6 -18 ports/CHANGES 1.48 +17 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Jul 23 22:21: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 BC59A16A4CE; Fri, 23 Jul 2004 22:21:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F62543D2F; Fri, 23 Jul 2004 22:21:28 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NMLS4e066158; Fri, 23 Jul 2004 22:21:28 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NMLSIY066157; Fri, 23 Jul 2004 22:21:28 GMT (envelope-from ache) Message-Id: <200407232221.i6NMLSIY066157@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 23 Jul 2004 22:21: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/www/geolizer Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 22:21:28 -0000 ache 2004-07-23 22:21:28 UTC FreeBSD ports repository Modified files: www/geolizer Makefile Added files: www/geolizer pkg-plist Log: Attempt to made it as webalizer's slave port was too hackish, make it independent port instead. Revision Changes Path 1.2 +68 -27 ports/www/geolizer/Makefile 1.1 +16 -0 ports/www/geolizer/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Jul 23 22:24: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 893AB16A4CE; Fri, 23 Jul 2004 22:24:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6852143D45; Fri, 23 Jul 2004 22:24:47 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NMOlcH066217; Fri, 23 Jul 2004 22:24:47 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NMOlDx066216; Fri, 23 Jul 2004 22:24:47 GMT (envelope-from ache) Message-Id: <200407232224.i6NMOlDx066216@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 23 Jul 2004 22:24:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/geolizer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 22:24:47 -0000 ache 2004-07-23 22:24:47 UTC FreeBSD ports repository Modified files: www/geolizer Makefile Log: Fix two LOCALBASE vs. PREFIX mismatches Revision Changes Path 1.3 +2 -2 ports/www/geolizer/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 23:09: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 D876716A4CE; Fri, 23 Jul 2004 23:09:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC3C443D1F; Fri, 23 Jul 2004 23:09:00 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NN90GN067345; Fri, 23 Jul 2004 23:09:00 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NN90kH067344; Fri, 23 Jul 2004 23:09:00 GMT (envelope-from scottl) Message-Id: <200407232309.i6NN90kH067344@repoman.freebsd.org> From: Scott Long Date: Fri, 23 Jul 2004 23:09: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_4bsd.c 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: Fri, 23 Jul 2004 23:09:01 -0000 scottl 2004-07-23 23:09:00 UTC FreeBSD src repository Modified files: sys/kern sched_4bsd.c sched_ule.c Log: Clean up whitespace, increase consistency and correctness. Submitted by: bde Revision Changes Path 1.47 +6 -8 src/sys/kern/sched_4bsd.c 1.118 +3 -5 src/sys/kern/sched_ule.c From owner-cvs-all@FreeBSD.ORG Fri Jul 23 23: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 7128F16A4CE; Fri, 23 Jul 2004 23:41:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5435F43D31; Fri, 23 Jul 2004 23:41:13 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NNfDD9068184; Fri, 23 Jul 2004 23:41:13 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NNfDJQ068183; Fri, 23 Jul 2004 23:41:13 GMT (envelope-from anholt) Message-Id: <200407232341.i6NNfDJQ068183@repoman.freebsd.org> From: Eric Anholt Date: Fri, 23 Jul 2004 23:41:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports CHANGES 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, 23 Jul 2004 23:41:13 -0000 anholt 2004-07-23 23:41:13 UTC FreeBSD ports repository Modified files: . CHANGES UPDATING Log: Err, today's the 23rd, not the 21st. Revision Changes Path 1.29 +2 -2 ports/CHANGES 1.49 +2 -2 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Jul 23 23:42: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 EF83716A4CE; Fri, 23 Jul 2004 23:42:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D20DC43D2F; Fri, 23 Jul 2004 23:42:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NNgTQX068275; Fri, 23 Jul 2004 23:42:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NNgTv7068274; Fri, 23 Jul 2004 23:42:29 GMT (envelope-from marcus) Message-Id: <200407232342.i6NNgTv7068274@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 23 Jul 2004 23:42:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/libwnck Makefileports/x11/libxklavier Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 23:42:30 -0000 marcus 2004-07-23 23:42:29 UTC FreeBSD ports repository Modified files: x11-toolkits/libwnck Makefile x11/libxklavier Makefile Log: Bump PORTREVISION as these need to be recompiled with X.Org. Revision Changes Path 1.31 +1 -0 ports/x11-toolkits/libwnck/Makefile 1.18 +1 -0 ports/x11/libxklavier/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 23:45: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 766A816A4CE; Fri, 23 Jul 2004 23:45:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A69543D1D; Fri, 23 Jul 2004 23:45:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NNjADi068410; Fri, 23 Jul 2004 23:45:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NNjAoA068409; Fri, 23 Jul 2004 23:45:10 GMT (envelope-from pav) Message-Id: <200407232345.i6NNjAoA068409@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 23 Jul 2004 23:45:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/imake-4 Makefile ports/devel/imake-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: Fri, 23 Jul 2004 23:45:10 -0000 pav 2004-07-23 23:45:10 UTC FreeBSD ports repository Modified files: devel/imake-4 Makefile devel/imake-6 Makefile Log: - Add a check to prevent installation to wrong X distribution, as seen in other XFree86/X.Org ports. Approved by: anholt (x11 hat) Revision Changes Path 1.31 +4 -0 ports/devel/imake-4/Makefile 1.5 +4 -0 ports/devel/imake-6/Makefile From owner-cvs-all@FreeBSD.ORG Fri Jul 23 23:46: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 4E1D816A4CE; Fri, 23 Jul 2004 23:46:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470CF43D49; Fri, 23 Jul 2004 23:46:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6NNk2o6068789; Fri, 23 Jul 2004 23:46:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6NNk2fH068788; Fri, 23 Jul 2004 23:46:02 GMT (envelope-from pav) Message-Id: <200407232346.i6NNk2fH068788@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 23 Jul 2004 23:46: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/x11/xorg Makefile ports/x11/xorg-clients Makefile ports/x11/xorg-libraries Makefileports/x11-fonts/xorg-fonts-75dpi Makefile ports/x11-fonts/xorg-fonts-cyrillic Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 23:46:02 -0000 pav 2004-07-23 23:46:02 UTC FreeBSD ports repository Modified files: x11/xorg Makefile x11/xorg-clients Makefile x11/xorg-libraries Makefile x11-fonts/xorg-fonts-100dpi Makefile x11-fonts/xorg-fonts-75dpi Makefile x11-fonts/xorg-fonts-cyrillic Makefile x11-fonts/xorg-fonts-encodings Makefile x11-fonts/xorg-fonts-miscbitmaps Makefile x11-fonts/xorg-fonts-truetype Makefile x11-fonts/xorg-fonts-type1 Makefile x11-servers/xorg-fontserver Makefile x11-servers/xorg-nestserver Makefile x11-servers/xorg-printserver Makefile x11-servers/xorg-server Makefile x11-servers/xorg-vfbserver Makefile Log: - Extend IGNORE message, point users to instructions how to switch from XFree86-4 to X.Org. Approved by: anholt (x11 hat) Revision Changes Path 1.3 +1 -1 ports/x11-fonts/xorg-fonts-100dpi/Makefile 1.3 +1 -1 ports/x11-fonts/xorg-fonts-75dpi/Makefile 1.3 +1 -1 ports/x11-fonts/xorg-fonts-cyrillic/Makefile 1.3 +1 -1 ports/x11-fonts/xorg-fonts-encodings/Makefile 1.3 +1 -1 ports/x11-fonts/xorg-fonts-miscbitmaps/Makefile 1.3 +1 -1 ports/x11-fonts/xorg-fonts-truetype/Makefile 1.3 +1 -1 ports/x11-fonts/xorg-fonts-type1/Makefile 1.3 +1 -1 ports/x11-servers/xorg-fontserver/Makefile 1.2 +1 -1 ports/x11-servers/xorg-nestserver/Makefile 1.3 +1 -1 ports/x11-servers/xorg-printserver/Makefile 1.12 +1 -1 ports/x11-servers/xorg-server/Makefile 1.3 +1 -1 ports/x11-servers/xorg-vfbserver/Makefile 1.6 +1 -1 ports/x11/xorg-clients/Makefile 1.6 +1 -1 ports/x11/xorg-libraries/Makefile 1.5 +1 -1 ports/x11/xorg/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 00: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 9C0DC16A4CE; Sat, 24 Jul 2004 00:01:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9182743D3F; Sat, 24 Jul 2004 00:01:19 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O01JZI069242; Sat, 24 Jul 2004 00:01:19 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O01JKn069241; Sat, 24 Jul 2004 00:01:19 GMT (envelope-from krion) Message-Id: <200407240001.i6O01JKn069241@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 24 Jul 2004 00: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/x11 Makefile ports/x11/xterm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 00:01:19 -0000 krion 2004-07-24 00:01:19 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xterm Makefile distinfo pkg-descr pkg-plist Log: Add xterm-193, The xterm program is the standard terminal emulator for the X Window System. It provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. If the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized. NOTE: you can't use this port until the work with XFree-clients and xorg-clients will be done. Revision Changes Path 1.524 +1 -0 ports/x11/Makefile 1.1 +32 -0 ports/x11/xterm/Makefile (new) 1.1 +2 -0 ports/x11/xterm/distinfo (new) 1.1 +10 -0 ports/x11/xterm/pkg-descr (new) 1.1 +6 -0 ports/x11/xterm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 00:01: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 5A3B616A4CE; Sat, 24 Jul 2004 00:01:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AD6443D2F; Sat, 24 Jul 2004 00:01:34 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O01YBS069288; Sat, 24 Jul 2004 00:01:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O01YX8069287; Sat, 24 Jul 2004 00:01:34 GMT (envelope-from krion) Message-Id: <200407240001.i6O01YX8069287@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 24 Jul 2004 00:01:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 00:01:34 -0000 krion 2004-07-24 00:01:34 UTC FreeBSD ports repository Modified files: . modules Log: xterm --> ports/x11/xterm Revision Changes Path 1.10723 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:11: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 96EA416A4CE; Sat, 24 Jul 2004 01:11:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9118C43D41; Sat, 24 Jul 2004 01:11:50 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1Bo5m071072; Sat, 24 Jul 2004 01:11:50 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1Bo45071071; Sat, 24 Jul 2004 01:11:50 GMT (envelope-from anholt) Message-Id: <200407240111.i6O1Bo45071071@repoman.freebsd.org> From: Eric Anholt Date: Sat, 24 Jul 2004 01:11: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/x11 Makefile ports/x11/xorg-documents Makefile distinfo pkg-descr pkg-plist ports/x11/xorg-documents/files patch-specs-Imakefile ports/x11/xorg-documents/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: Sat, 24 Jul 2004 01:11:50 -0000 anholt 2004-07-24 01:11:50 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xorg-documents Makefile distinfo pkg-descr pkg-plist x11/xorg-documents/files patch-specs-Imakefile x11/xorg-documents/scripts configure Log: New port: xorg-documents, a package of the X11 library and protocol documentation. Revision Changes Path 1.525 +1 -0 ports/x11/Makefile 1.1 +29 -0 ports/x11/xorg-documents/Makefile (new) 1.1 +4 -0 ports/x11/xorg-documents/distinfo (new) 1.1 +11 -0 ports/x11/xorg-documents/files/patch-specs-Imakefile (new) 1.1 +7 -0 ports/x11/xorg-documents/pkg-descr (new) 1.1 +93 -0 ports/x11/xorg-documents/pkg-plist (new) 1.1 +11 -0 ports/x11/xorg-documents/scripts/configure (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:11:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67DCB16A4CE; Sat, 24 Jul 2004 01:11:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A7D143D2F; Sat, 24 Jul 2004 01:11:58 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1Bw6x071118; Sat, 24 Jul 2004 01:11:58 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1Bwpb071117; Sat, 24 Jul 2004 01:11:58 GMT (envelope-from anholt) Message-Id: <200407240111.i6O1Bwpb071117@repoman.freebsd.org> From: Eric Anholt Date: Sat, 24 Jul 2004 01:11: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: Sat, 24 Jul 2004 01:11:58 -0000 anholt 2004-07-24 01:11:58 UTC FreeBSD ports repository Modified files: . modules Log: xorg-documents --> ports/x11/xorg-documents Revision Changes Path 1.10724 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:21: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 4A5C016A4CE; Sat, 24 Jul 2004 01:21:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED85E43D4C; Sat, 24 Jul 2004 01:21:45 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1Lj6H071396; Sat, 24 Jul 2004 01:21:45 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1Lj2O071395; Sat, 24 Jul 2004 01:21:45 GMT (envelope-from anholt) Message-Id: <200407240121.i6O1Lj2O071395@repoman.freebsd.org> From: Eric Anholt Date: Sat, 24 Jul 2004 01:21: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/x11/xorg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:21:46 -0000 anholt 2004-07-24 01:21:45 UTC FreeBSD ports repository Modified files: x11/xorg Makefile Log: Add xorg-documents depenency. I think we've got a full xorg distribution now. Revision Changes Path 1.6 +2 -1 ports/x11/xorg/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:25: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 85B6A16A4CE; Sat, 24 Jul 2004 01:25:41 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1AB743D1D; Sat, 24 Jul 2004 01:25:40 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.71.53]) by mta11.adelphia.netESMTP <20040724012540.EQDH26966.mta11.adelphia.net@default.chvlva.adelphia.net>; Fri, 23 Jul 2004 21:25:40 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id DF2F755E1; Fri, 23 Jul 2004 21:27:23 -0400 (EDT) Date: Fri, 23 Jul 2004 21:27:23 -0400 From: Parv To: Kirill Ponomarew Message-ID: <20040724012723.GA4970@moo.holy.cow> Mail-Followup-To: Kirill Ponomarew , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200407240001.i6O01JKn069241@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407240001.i6O01JKn069241@repoman.freebsd.org> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/xterm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:25:41 -0000 in message <200407240001.i6O01JKn069241@repoman.freebsd.org>, wrote Kirill Ponomarew thusly... > > krion 2004-07-24 00:01:19 UTC > > FreeBSD ports repository > > Modified files: > x11 Makefile > Added files: > x11/xterm Makefile distinfo pkg-descr pkg-plist > Log: > Add xterm-193, Hoohoo, xterm by itself! - Parv -- From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:39: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 BC7A216A4CE; Sat, 24 Jul 2004 01:39:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B0943D3F; Sat, 24 Jul 2004 01:39:00 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1d0ia071859; Sat, 24 Jul 2004 01:39:00 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1d0L8071858; Sat, 24 Jul 2004 01:39:00 GMT (envelope-from ijliao) Message-Id: <200407240139.i6O1d0L8071858@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:39: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/www Makefile ports/www/p5-Kwiki-UserPreferences Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:39:00 -0000 ijliao 2004-07-24 01:39:00 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Kwiki-UserPreferences Makefile distinfo pkg-descr pkg-plist Log: add p5-Kwiki-UserPreferences 0.11 Kwiki User Preferences Plugin PR: 69492 Submitted by: Cheng-Lung Sung Revision Changes Path 1.939 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/p5-Kwiki-UserPreferences/Makefile (new) 1.1 +2 -0 ports/www/p5-Kwiki-UserPreferences/distinfo (new) 1.1 +4 -0 ports/www/p5-Kwiki-UserPreferences/pkg-descr (new) 1.1 +4 -0 ports/www/p5-Kwiki-UserPreferences/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:39: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 E40CA16A4D0; Sat, 24 Jul 2004 01:39:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D2443D1F; Sat, 24 Jul 2004 01:39:10 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1dAi0071908; Sat, 24 Jul 2004 01:39:10 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1dAue071907; Sat, 24 Jul 2004 01:39:10 GMT (envelope-from ijliao) Message-Id: <200407240139.i6O1dAue071907@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:39: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: Sat, 24 Jul 2004 01:39:11 -0000 ijliao 2004-07-24 01:39:10 UTC FreeBSD ports repository Modified files: . modules Log: p5-Kwiki-UserPreferences --> ports/www/p5-Kwiki-UserPreferences Revision Changes Path 1.10725 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:41:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C28BA16A4CE; Sat, 24 Jul 2004 01:41:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD00243D1D; Sat, 24 Jul 2004 01:41:20 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1fKhZ072117; Sat, 24 Jul 2004 01:41:20 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1fKh3072116; Sat, 24 Jul 2004 01:41:20 GMT (envelope-from ijliao) Message-Id: <200407240141.i6O1fKh3072116@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:41: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 Makefile ports/www/p5-Kwiki-Revisions Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:41:20 -0000 ijliao 2004-07-24 01:41:20 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Kwiki-Revisions Makefile distinfo pkg-descr pkg-plist Log: add p5-Kwiki-Revisions 0.11 Kwiki Revisions Plugin PR: 69493 Submitted by: Cheng-Lung Sung Revision Changes Path 1.940 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/p5-Kwiki-Revisions/Makefile (new) 1.1 +2 -0 ports/www/p5-Kwiki-Revisions/distinfo (new) 1.1 +6 -0 ports/www/p5-Kwiki-Revisions/pkg-descr (new) 1.1 +4 -0 ports/www/p5-Kwiki-Revisions/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:41: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 968FB16A4D5; Sat, 24 Jul 2004 01:41:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A92643D1D; Sat, 24 Jul 2004 01:41:30 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1fURL072163; Sat, 24 Jul 2004 01:41:30 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1fUr2072162; Sat, 24 Jul 2004 01:41:30 GMT (envelope-from ijliao) Message-Id: <200407240141.i6O1fUr2072162@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:41:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:41:30 -0000 ijliao 2004-07-24 01:41:30 UTC FreeBSD ports repository Modified files: . modules Log: p5-Kwiki-Revisions --> ports/www/p5-Kwiki-Revisions Revision Changes Path 1.10726 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01: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 234E516A4CE; Sat, 24 Jul 2004 01:42:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0794143D4C; Sat, 24 Jul 2004 01:42:32 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1gVEP072257; Sat, 24 Jul 2004 01:42:31 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1gV9V072256; Sat, 24 Jul 2004 01:42:31 GMT (envelope-from ijliao) Message-Id: <200407240142.i6O1gV9V072256@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:42:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-Kwiki-Search Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:42:32 -0000 ijliao 2004-07-24 01:42:31 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Kwiki-Search Makefile distinfo pkg-descr pkg-plist Log: add p5-Kwiki-Search 0.11 Kwiki Search Plugin PR: 69494 Submitted by: Cheng-Lung Sung Revision Changes Path 1.941 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/p5-Kwiki-Search/Makefile (new) 1.1 +2 -0 ports/www/p5-Kwiki-Search/distinfo (new) 1.1 +4 -0 ports/www/p5-Kwiki-Search/pkg-descr (new) 1.1 +4 -0 ports/www/p5-Kwiki-Search/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:42: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 B1A2C16A4CE; Sat, 24 Jul 2004 01:42:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E4543D41; Sat, 24 Jul 2004 01:42:41 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1gfAu072303; Sat, 24 Jul 2004 01:42:41 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1gfn6072302; Sat, 24 Jul 2004 01:42:41 GMT (envelope-from ijliao) Message-Id: <200407240142.i6O1gfn6072302@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:42: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: Sat, 24 Jul 2004 01:42:41 -0000 ijliao 2004-07-24 01:42:41 UTC FreeBSD ports repository Modified files: . modules Log: p5-Kwiki-Search --> ports/www/p5-Kwiki-Search Revision Changes Path 1.10727 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:44: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 B77D116A4CE; Sat, 24 Jul 2004 01:44:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B28AA43D1D; Sat, 24 Jul 2004 01:44:32 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1iWFn072464; Sat, 24 Jul 2004 01:44:32 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1iWB8072463; Sat, 24 Jul 2004 01:44:32 GMT (envelope-from ijliao) Message-Id: <200407240144.i6O1iWB8072463@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:44: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/www Makefile ports/www/p5-Kwiki-RecentChanges Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:44:32 -0000 ijliao 2004-07-24 01:44:32 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Kwiki-RecentChanges Makefile distinfo pkg-descr pkg-plist Log: add p5-Kwiki-RecentChanges 0.11 Kwiki Recent Changes Plugin PR: 69495 Submitted by: Cheng-Lung Sung Revision Changes Path 1.942 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/p5-Kwiki-RecentChanges/Makefile (new) 1.1 +2 -0 ports/www/p5-Kwiki-RecentChanges/distinfo (new) 1.1 +6 -0 ports/www/p5-Kwiki-RecentChanges/pkg-descr (new) 1.1 +4 -0 ports/www/p5-Kwiki-RecentChanges/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:44: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 9FC5B16A4CE; Sat, 24 Jul 2004 01:44:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8440E43D53; Sat, 24 Jul 2004 01:44:42 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1ige1072510; Sat, 24 Jul 2004 01:44:42 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1ig1J072509; Sat, 24 Jul 2004 01:44:42 GMT (envelope-from ijliao) Message-Id: <200407240144.i6O1ig1J072509@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:44:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:44:42 -0000 ijliao 2004-07-24 01:44:42 UTC FreeBSD ports repository Modified files: . modules Log: p5-Kwiki-RecentChanges --> ports/www/p5-Kwiki-RecentChanges Revision Changes Path 1.10728 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:45: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 3B08416A4CE; Sat, 24 Jul 2004 01:45:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D8EC43D48; Sat, 24 Jul 2004 01:45:06 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1j6e9072557; Sat, 24 Jul 2004 01:45:06 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1j5O2072556; Sat, 24 Jul 2004 01:45:05 GMT (envelope-from mezz) Message-Id: <200407240145.i6O1j5O2072556@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 24 Jul 2004 01:45: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/neverball Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:45:06 -0000 mezz 2004-07-24 01:45:05 UTC FreeBSD ports repository Modified files: games/neverball Makefile distinfo pkg-plist Log: Update to 1.3.5. Revision Changes Path 1.16 +1 -1 ports/games/neverball/Makefile 1.14 +2 -2 ports/games/neverball/distinfo 1.9 +0 -2 ports/games/neverball/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01: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 07EEB16A4CE; Sat, 24 Jul 2004 01:47:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0297C43D1F; Sat, 24 Jul 2004 01:47:03 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1l2UD072724; Sat, 24 Jul 2004 01:47:02 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1l2KN072723; Sat, 24 Jul 2004 01:47:02 GMT (envelope-from ijliao) Message-Id: <200407240147.i6O1l2KN072723@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:47:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-Kwiki-RecentChangesRSS Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:47:03 -0000 ijliao 2004-07-24 01:47:02 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Kwiki-RecentChangesRSS Makefile distinfo pkg-descr pkg-plist Log: add p5-Kwiki-RecentChangesRSS 0.11 Kwiki RSS Plugin PR: 69498 Submitted by: Cheng-Lung Sung Revision Changes Path 1.943 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/p5-Kwiki-RecentChangesRSS/Makefile (new) 1.1 +2 -0 ports/www/p5-Kwiki-RecentChangesRSS/distinfo (new) 1.1 +6 -0 ports/www/p5-Kwiki-RecentChangesRSS/pkg-descr (new) 1.1 +4 -0 ports/www/p5-Kwiki-RecentChangesRSS/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:47: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 A57F416A4CE; Sat, 24 Jul 2004 01:47:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8984A43D1D; Sat, 24 Jul 2004 01:47:12 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1lCUf072770; Sat, 24 Jul 2004 01:47:12 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1lCwa072769; Sat, 24 Jul 2004 01:47:12 GMT (envelope-from ijliao) Message-Id: <200407240147.i6O1lCwa072769@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:47: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: Sat, 24 Jul 2004 01:47:12 -0000 ijliao 2004-07-24 01:47:12 UTC FreeBSD ports repository Modified files: . modules Log: p5-Kwiki-RecentChangesRSS --> ports/www/p5-Kwiki-RecentChangesRSS Revision Changes Path 1.10729 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:49:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461E116A4CE; Sat, 24 Jul 2004 01:49:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B0443D1F; Sat, 24 Jul 2004 01:49:57 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1nv3x072834; Sat, 24 Jul 2004 01:49:57 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1nvif072833; Sat, 24 Jul 2004 01:49:57 GMT (envelope-from mezz) Message-Id: <200407240149.i6O1nvif072833@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 24 Jul 2004 01:49:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/phpbb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:49:57 -0000 mezz 2004-07-24 01:49:57 UTC FreeBSD ports repository Modified files: www/phpbb Makefile Log: Update to 2.0.10, it is now compatible with PHP5. PR: ports/69237 Submitted by: Xin LI Approved by: "Kang Liu" (maintainer) Revision Changes Path 1.26 +4 -3 ports/www/phpbb/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:51: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 0AFC916A4CE; Sat, 24 Jul 2004 01:51:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E387943D58; Sat, 24 Jul 2004 01:51:21 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1pLQS072972; Sat, 24 Jul 2004 01:51:21 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1pLsm072971; Sat, 24 Jul 2004 01:51:21 GMT (envelope-from mezz) Message-Id: <200407240151.i6O1pLsm072971@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 24 Jul 2004 01:51: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/www/phpbb distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:51:22 -0000 mezz 2004-07-24 01:51:21 UTC FreeBSD ports repository Modified files: www/phpbb distinfo Log: Kill me, forgot to change the distinfo. Revision Changes Path 1.15 +2 -2 ports/www/phpbb/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 01:53: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 31CBE16A4CE; Sat, 24 Jul 2004 01:53:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165BE43D2D; Sat, 24 Jul 2004 01:53:07 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O1r6H8073047; Sat, 24 Jul 2004 01:53:06 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O1r6gx073046; Sat, 24 Jul 2004 01:53:06 GMT (envelope-from ijliao) Message-Id: <200407240153.i6O1r6gx073046@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 01:53: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/math/fftw3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:53:07 -0000 ijliao 2004-07-24 01:53:06 UTC FreeBSD ports repository Modified files: math/fftw3 Makefile Log: only show i386 options to i386 PR: 69488 Submitted by: maintainer Revision Changes Path 1.24 +7 -3 ports/math/fftw3/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 02:07: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 7D29016A4CE; Sat, 24 Jul 2004 02:07:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 624A143D49; Sat, 24 Jul 2004 02:07:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O279x2073428; Sat, 24 Jul 2004 02:07:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O279c1073427; Sat, 24 Jul 2004 02:07:09 GMT (envelope-from rwatson) Message-Id: <200407240207.i6O279c1073427@repoman.freebsd.org> From: Robert Watson Date: Sat, 24 Jul 2004 02:07:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 02:07:09 -0000 rwatson 2004-07-24 02:07:09 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_srvsock.c Log: Remove spl() use from nfsrv_timer. Revision Changes Path 1.92 +0 -3 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 02:32: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 2A4D916A4CE; Sat, 24 Jul 2004 02:32:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C56F43D1F; Sat, 24 Jul 2004 02:32:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O2WRr6074102; Sat, 24 Jul 2004 02:32:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O2WRWs074101; Sat, 24 Jul 2004 02:32:27 GMT (envelope-from rwatson) Message-Id: <200407240232.i6O2WRWs074101@repoman.freebsd.org> From: Robert Watson Date: Sat, 24 Jul 2004 02:32: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/nfsserver nfs_srvsubs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 02:32:28 -0000 rwatson 2004-07-24 02:32:27 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_srvsubs.c Log: If debug.mpsafenet is non-zero, run the NFS server callout without Giant. Revision Changes Path 1.131 +4 -1 src/sys/nfsserver/nfs_srvsubs.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 04:06:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BA016A4CE; Sat, 24 Jul 2004 04:06:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB3F43D1F; Sat, 24 Jul 2004 04:06:44 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O46iTD076695; Sat, 24 Jul 2004 04:06:44 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O46hcq076694; Sat, 24 Jul 2004 04:06:43 GMT (envelope-from grehan) Message-Id: <200407240406.i6O46hcq076694@repoman.freebsd.org> From: Peter Grehan Date: Sat, 24 Jul 2004 04:06: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: Sat, 24 Jul 2004 04:06:44 -0000 grehan 2004-07-24 04:06:43 UTC FreeBSD src repository Modified files: . access Log: Add Suleiman Souhlal as a source committer. Suleiman will be helping out with the PowerPC port. Welcome Suleiman ! Approved by: core Revision Changes Path 1.670 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Sat Jul 24 04:57: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 3784E16A4CE; Sat, 24 Jul 2004 04:57:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D6E43D55; Sat, 24 Jul 2004 04:57:42 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O4vfdN077938; Sat, 24 Jul 2004 04:57:41 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O4vf5V077937; Sat, 24 Jul 2004 04:57:41 GMT (envelope-from julian) Message-Id: <200407240457.i6O4vf5V077937@repoman.freebsd.org> From: Julian Elischer Date: Sat, 24 Jul 2004 04:57: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/kern kern_exec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 04:57:42 -0000 julian 2004-07-24 04:57:41 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c Log: White space fix.. diff reduction for upcoming commit. Revision Changes Path 1.247 +3 -3 src/sys/kern/kern_exec.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 05:38: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 2BAAD16A4CE; Sat, 24 Jul 2004 05:38:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0859D43D6E; Sat, 24 Jul 2004 05:38:12 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O5cB9p078988; Sat, 24 Jul 2004 05:38:11 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O5cB5Q078987; Sat, 24 Jul 2004 05:38:11 GMT (envelope-from grehan) Message-Id: <200407240538.i6O5cB5Q078987@repoman.freebsd.org> From: Peter Grehan Date: Sat, 24 Jul 2004 05:38:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 05:38:12 -0000 grehan 2004-07-24 05:38:11 UTC FreeBSD doc repository (src committer) Modified files: en/donations wantlist.sgml Log: Put in request for an XServe for the cluster. There have been a number of developers asking how they can access a PowerPC machine. Revision Changes Path 1.228 +8 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 06:11:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8610116A4CE; Sat, 24 Jul 2004 06:11:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D6243D5A; Sat, 24 Jul 2004 06:11:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O6Bj5M079825; Sat, 24 Jul 2004 06:11:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O6Bji2079824; Sat, 24 Jul 2004 06:11:45 GMT (envelope-from rwatson) Message-Id: <200407240611.i6O6Bji2079824@repoman.freebsd.org> From: Robert Watson Date: Sat, 24 Jul 2004 06:11:45 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/smp index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 06:11:45 -0000 rwatson 2004-07-24 06:11:45 UTC FreeBSD doc repository Modified files: en/smp index.sgml Log: Known issue item relating to unlocked to system v IPC allowed flag in jail is in fact not an issue due to integer reads being atomic and the fact that any races there would exist regardless of the presence of synchronization. Remove from the todo list. Revision Changes Path 1.128 +1 -8 www/en/smp/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 07:03:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508A516A4CE; Sat, 24 Jul 2004 07:03:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3037043D1D; Sat, 24 Jul 2004 07:03:31 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O73VlD081056; Sat, 24 Jul 2004 07:03:31 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O73VYG081055; Sat, 24 Jul 2004 07:03:31 GMT (envelope-from marcus) Message-Id: <200407240703.i6O73VYG081055@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Jul 2004 07:03:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/meanwhile-gaim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 07:03:31 -0000 marcus 2004-07-24 07:03:30 UTC FreeBSD ports repository Modified files: net/meanwhile-gaim Makefile Log: Due to a missed patch conflict, I forgot to commit this Makefile hunk that allows meanwhile-gaim to build with Gaim 0.80. Revision Changes Path 1.7 +3 -4 ports/net/meanwhile-gaim/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 07:06:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D7E16A4CE; Sat, 24 Jul 2004 07:06:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0822143D2F; Sat, 24 Jul 2004 07:06:22 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O76L66081271; Sat, 24 Jul 2004 07:06:21 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O76LGJ081270; Sat, 24 Jul 2004 07:06:21 GMT (envelope-from ijliao) Message-Id: <200407240706.i6O76LGJ081270@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 07:06: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/p5-Net-Ident Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 07:06:22 -0000 ijliao 2004-07-24 07:06:21 UTC FreeBSD ports repository Modified files: net/p5-Net-Ident Makefile pkg-plist Log: fix broken by s/mach/%%PERL_ARCH%%/ in plist Revision Changes Path 1.3 +1 -7 ports/net/p5-Net-Ident/Makefile 1.2 +3 -3 ports/net/p5-Net-Ident/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 07: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 45D7E16A4CE; Sat, 24 Jul 2004 07:15:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278C643D66; Sat, 24 Jul 2004 07:15:38 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O7Fc0Q081573; Sat, 24 Jul 2004 07:15:38 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O7FbZT081572; Sat, 24 Jul 2004 07:15:37 GMT (envelope-from ijliao) Message-Id: <200407240715.i6O7FbZT081572@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 07:15: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/textproc/p5-Text-Striphigh Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 07:15:38 -0000 ijliao 2004-07-24 07:15:37 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Striphigh Makefile pkg-plist Log: fix broken by s/mach/%%PERL_ARCH%%/ in plist Revision Changes Path 1.3 +1 -7 ports/textproc/p5-Text-Striphigh/Makefile 1.2 +3 -3 ports/textproc/p5-Text-Striphigh/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 07: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 091D416A4CE; Sat, 24 Jul 2004 07:31:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF99D43D1D; Sat, 24 Jul 2004 07:30:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O7UxKV081991; Sat, 24 Jul 2004 07:30:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O7UxHu081990; Sat, 24 Jul 2004 07:30:59 GMT (envelope-from marcus) Message-Id: <200407240730.i6O7UxHu081990@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Jul 2004 07:30:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/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: Sat, 24 Jul 2004 07:31:00 -0000 marcus 2004-07-24 07:30:59 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Belatedly announce GNOME 2.7.3 for FreeBSD. Revision Changes Path 1.71 +25 -1 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 07:39: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 8829316A4CE; Sat, 24 Jul 2004 07:39:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF0A43D5D; Sat, 24 Jul 2004 07:39:16 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O7dGoH082230; Sat, 24 Jul 2004 07:39:16 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O7dGwk082229; Sat, 24 Jul 2004 07:39:16 GMT (envelope-from ache) Message-Id: <200407240739.i6O7dGwk082229@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 24 Jul 2004 07:39: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/geolizer Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 07:39:16 -0000 ache 2004-07-24 07:39:16 UTC FreeBSD ports repository Modified files: www/geolizer Makefile pkg-plist Log: Install geolizer docs. Minor tweaks for configure. Revision Changes Path 1.4 +12 -3 ports/www/geolizer/Makefile 1.2 +3 -0 ports/www/geolizer/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 07:40:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 596E716A4CE; Sat, 24 Jul 2004 07:40:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B39C43D45; Sat, 24 Jul 2004 07:40:36 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O7eaGG082333; Sat, 24 Jul 2004 07:40:36 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O7ea9P082332; Sat, 24 Jul 2004 07:40:36 GMT (envelope-from alc) Message-Id: <200407240740.i6O7ea9P082332@repoman.freebsd.org> From: Alan Cox Date: Sat, 24 Jul 2004 07:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_map.c vm_map.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 07:40:36 -0000 alc 2004-07-24 07:40:36 UTC FreeBSD src repository Modified files: sys/vm vm_map.c vm_map.h Log: Simplify vmspace initialization. The bcopy() of fields from the old vmspace to the new vmspace in vmspace_exec() is mostly wasted effort. With one exception, vm_swrss, the copied fields are immediately overwritten. Instead, initialize these fields to zero in vmspace_alloc(), eliminating a bcopy() from vmspace_exec() and a bzero() from vmspace_fork(). Revision Changes Path 1.345 +8 -11 src/sys/vm/vm_map.c 1.112 +0 -3 src/sys/vm/vm_map.h From owner-cvs-all@FreeBSD.ORG Sat Jul 24 07:48: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 7048716A4CE; Sat, 24 Jul 2004 07:48:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689DA43D3F; Sat, 24 Jul 2004 07:48:01 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O7m1GI082597; Sat, 24 Jul 2004 07:48:01 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O7m1JH082596; Sat, 24 Jul 2004 07:48:01 GMT (envelope-from mezz) Message-Id: <200407240748.i6O7m1JH082596@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 24 Jul 2004 07:48: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/security/nessus-devel Makefile distinfo ports/security/nessus-libnasl-devel Makefile distinfo ports/security/nessus-libraries-devel Makefile distinfo ports/security/nessus-plugins-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 07:48:01 -0000 mezz 2004-07-24 07:48:01 UTC FreeBSD ports repository Modified files: security/nessus-devel Makefile distinfo security/nessus-libnasl-devel Makefile distinfo security/nessus-libraries-devel Makefile distinfo security/nessus-plugins-devel Makefile distinfo pkg-plist Log: -Update to 2.1.1. -GTK+2 is now default and GTK1 is still optional. PR: ports/69489 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.69 +5 -2 ports/security/nessus-devel/Makefile 1.43 +2 -2 ports/security/nessus-devel/distinfo 1.56 +1 -1 ports/security/nessus-libnasl-devel/Makefile 1.42 +2 -2 ports/security/nessus-libnasl-devel/distinfo 1.56 +1 -1 ports/security/nessus-libraries-devel/Makefile 1.43 +2 -2 ports/security/nessus-libraries-devel/distinfo 1.58 +1 -1 ports/security/nessus-plugins-devel/Makefile 1.43 +2 -2 ports/security/nessus-plugins-devel/distinfo 1.45 +1022 -2 ports/security/nessus-plugins-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 08:26: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 3E0E516A4CE; Sat, 24 Jul 2004 08:26:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2127543D4C; Sat, 24 Jul 2004 08:26:59 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O8QwGc083692; Sat, 24 Jul 2004 08:26:58 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O8QwXk083691; Sat, 24 Jul 2004 08:26:58 GMT (envelope-from blackend) Message-Id: <200407240826.i6O8QwXk083691@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 24 Jul 2004 08:26:58 +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/gifs cahiers_adm_cov.jpg www/en publish.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 08:26:59 -0000 blackend 2004-07-24 08:26:58 UTC FreeBSD doc repository Modified files: en publish.sgml Added files: en/gifs cahiers_adm_cov.jpg Log: Add the french book about BSD systems administration: Les cahiers de l'Admin BSD Revision Changes Path 1.1 +84 -0 www/en/gifs/cahiers_adm_cov.jpg (new) 1.61 +15 -1 www/en/publish.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 08:41: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 4409D16A4CF for ; Sat, 24 Jul 2004 08:41:22 +0000 (GMT) Received: from chello080110061116.502.15.vie.surfer.at (chello080110061116.502.15.vie.surfer.at [80.110.61.116]) by mx1.FreeBSD.org (Postfix) with SMTP id D04D843D5D for ; Sat, 24 Jul 2004 08:41:20 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 99103 invoked from network); 24 Jul 2004 08:41:19 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 24 Jul 2004 08:41:19 -0000 From: Christian Hiris <4711@chello.at> To: cvs-all@freebsd.org Date: Sat, 24 Jul 2004 10:41:03 +0200 User-Agent: KMail/1.6.2 References: <200407231934.i6NJYGik059779@repoman.freebsd.org> In-Reply-To: <200407231934.i6NJYGik059779@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_vCiABEfoUe8U4T8"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200407241041.19498.4711@chello.at> cc: cvs-ports@FreeBSD.org cc: Adam Weinberger Subject: Re: cvs commit: ports/x11-toolkits/libgail-gnome Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 08:41:22 -0000 --Boundary-02=_vCiABEfoUe8U4T8 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 23 July 2004 21:34, Adam Weinberger wrote: > adamw 2004-07-23 19:34:16 UTC > > FreeBSD ports repository > > Modified files: > x11-toolkits/libgail-gnome Makefile distinfo > Log: > Update to 1.0.5. > > Revision Changes Path > 1.29 +1 -1 ports/x11-toolkits/libgail-gnome/Makefile > 1.7 +2 -2 ports/x11-toolkits/libgail-gnome/distinfo I think this requires an atk update: [panel-applet-atk-object.c:115: error: `ATK_ROLE_EMBEDDED' undeclared] http://cvs.gnome.org/viewcvs/atk/atk/atkobject.h?r1=3D1.39&r2=3D1.40=09 http://cvs.gnome.org/viewcvs/atk/atk/atkobject.c?r1=3D1.73&r2=3D1.74 br ch > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" =2D-=20 Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x941B6B0B=20 OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu --Boundary-02=_vCiABEfoUe8U4T8 Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBAiCvcyi/EZQbawsRApExAKC4ZG/i6q6QBKuRftAo0LeQujVG1QCgl/Di vTKzm03so7A3Oe+vQWT2Mvs= =uQD4 -----END PGP SIGNATURE----- --Boundary-02=_vCiABEfoUe8U4T8-- From owner-cvs-all@FreeBSD.ORG Sat Jul 24 08:58:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2133B16A4CE; Sat, 24 Jul 2004 08:58:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05EC743D1D; Sat, 24 Jul 2004 08:58:51 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O8woWq084469; Sat, 24 Jul 2004 08:58:50 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O8woZ5084468; Sat, 24 Jul 2004 08:58:50 GMT (envelope-from eik) Message-Id: <200407240858.i6O8woZ5084468@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 24 Jul 2004 08:58:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portmk/Mk bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 08:58:51 -0000 eik 2004-07-24 08:58:50 UTC FreeBSD ports repository Modified files: devel/portmk/Mk bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk Log: sync with latest b.p.m Revision Changes Path 1.5 +77 -23 ports/devel/portmk/Mk/bsd.port.post.mk 1.4 +7 -5 ports/devel/portmk/Mk/bsd.port.pre.mk 1.2 +1 -6 ports/devel/portmk/Mk/bsd.port.subdir.mk From owner-cvs-all@FreeBSD.ORG Sat Jul 24 09:21: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 7497D16A4CE; Sat, 24 Jul 2004 09:21:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A04143D1D; Sat, 24 Jul 2004 09:21:40 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6O9Len6085096; Sat, 24 Jul 2004 09:21:40 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6O9LexQ085095; Sat, 24 Jul 2004 09:21:40 GMT (envelope-from josef) Message-Id: <200407240921.i6O9LexQ085095@repoman.freebsd.org> From: Josef El-Rayes Date: Sat, 24 Jul 2004 09:21:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/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: Sat, 24 Jul 2004 09:21:40 -0000 josef 2004-07-24 09:21:40 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Add a title to fix the displayed title on the frontpage. Hinted by: edwin Revision Changes Path 1.225 +2 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 10:03: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 CB7C816A4CE; Sat, 24 Jul 2004 10:03:40 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5942D43D5E; Sat, 24 Jul 2004 10:03:40 +0000 (GMT) (envelope-from johnmary@adelphia.net) Received: from 68-169-191-150.losaca.adelphia.net ([68.169.191.150]) by mta10.adelphia.netESMTP <20040724100339.SETE6319.mta10.adelphia.net@68-169-191-150.losaca.adelphia.net>; Sat, 24 Jul 2004 06:03:39 -0400 Received: by 68-169-191-150.losaca.adelphia.net (Postfix, from userid 1001) id 1977760D9; Sat, 24 Jul 2004 03:03:37 -0700 (PDT) Date: Sat, 24 Jul 2004 03:03:36 -0700 From: John Merryweather Cooper To: Christian Hiris <4711@chello.at> Message-ID: <20040724100336.GA10463@68-169-191-150.losaca.adelphia.net> References: <200407231934.i6NJYGik059779@repoman.freebsd.org> <200407241041.19498.4711@chello.at> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <200407241041.19498.4711@chello.at> User-Agent: Mutt/1.4.2.1i Phone: 1-509-338-9391 WWW-Home-Page: http://www.borgsdemons.com/ X-PGP-Fingerprint: 0A03 6364 7933 C63C F9A1 377C BC14 817E 3361 B2B2 cc: cvs-ports@FreeBSD.org cc: Adam Weinberger cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/x11-toolkits/libgail-gnome Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 10:03:40 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Saturday, 24 July 2004 at 10:41:03 +0200, Christian Hiris wrote: >On Friday 23 July 2004 21:34, Adam Weinberger wrote: >> adamw 2004-07-23 19:34:16 UTC >> >> FreeBSD ports repository >> >> Modified files: >> x11-toolkits/libgail-gnome Makefile distinfo >> Log: >> Update to 1.0.5. >> >> Revision Changes Path >> 1.29 +1 -1 ports/x11-toolkits/libgail-gnome/Makefile >> 1.7 +2 -2 ports/x11-toolkits/libgail-gnome/distinfo > >I think this requires an atk update: >[panel-applet-atk-object.c:115: error: `ATK_ROLE_EMBEDDED' undeclared] > >http://cvs.gnome.org/viewcvs/atk/atk/atkobject.h?r1=3D1.39&r2=3D1.40=09 >http://cvs.gnome.org/viewcvs/atk/atk/atkobject.c?r1=3D1.73&r2=3D1.74 > >br >ch > >> _______________________________________________ >> cvs-all@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/cvs-all >> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > >--=20 >Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x941B6B0B=20 >OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu It's broken an identical manner for me too. jmc --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBAjP1vBSBfjNhsrIRAhsPAJ4yF2H/siCtP9DPKNgOgJhswGqu/ACgiAQt 6AX2+MHaXAxT6nCwWQJsbsc= =BmBY -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-cvs-all@FreeBSD.ORG Sat Jul 24 10:09: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 912FC16A4CE; Sat, 24 Jul 2004 10:09:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BC643D41; Sat, 24 Jul 2004 10:09:38 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OA9cY0086233; Sat, 24 Jul 2004 10:09:38 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OA9cMm086232; Sat, 24 Jul 2004 10:09:38 GMT (envelope-from hmp) Message-Id: <200407241009.i6OA9cMm086232@repoman.freebsd.org> From: Hiten Pandya Date: Sat, 24 Jul 2004 10:09:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 10:09:38 -0000 hmp 2004-07-24 10:09:38 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Mark my items (books) as 'received'. Revision Changes Path 1.179 +2 -2 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 10: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 7640416A4CE; Sat, 24 Jul 2004 10:12:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F09443D39; Sat, 24 Jul 2004 10:12:37 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OACbBH086392; Sat, 24 Jul 2004 10:12:37 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OACa9B086391; Sat, 24 Jul 2004 10:12:36 GMT (envelope-from ache) Message-Id: <200407241012.i6OACa9B086391@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 24 Jul 2004 10:12: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/png Makefile ports/graphics/png/files patch-pnggccrd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 10:12:37 -0000 ache 2004-07-24 10:12:36 UTC FreeBSD ports repository Modified files: graphics/png Makefile graphics/png/files patch-pnggccrd.c Log: Fix compiling with gcc 3.4 Submitted by: Andreas Kohn Revision Changes Path 1.64 +1 -1 ports/graphics/png/Makefile 1.4 +24 -2 ports/graphics/png/files/patch-pnggccrd.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 10:19: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 6571C16A4CE; Sat, 24 Jul 2004 10:19:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F37343D55; Sat, 24 Jul 2004 10:19:35 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OAJZg3086560; Sat, 24 Jul 2004 10:19:35 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OAJZTc086559; Sat, 24 Jul 2004 10:19:35 GMT (envelope-from netchild) Message-Id: <200407241019.i6OAJZTc086559@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 24 Jul 2004 10:19: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/skype Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 10:19:35 -0000 netchild 2004-07-24 10:19:35 UTC FreeBSD ports repository Modified files: net/skype Makefile distinfo pkg-plist Log: - Update to 0.90.0.14. This version has some fixes for FreeBSD, you shouldn't need to apply a kernel patch to use it. - Let 'make' transform the version number for the distfile. - It's for i386 only (needs to be revisited if the 32bit layer of amd64 gains a linux emu). [1] - Install an icon to the correct place in the GNOME case. This also closes a PR with a version update. PR: 69510 Submitted by: marius [1] Revision Changes Path 1.3 +4 -2 ports/net/skype/Makefile 1.3 +2 -2 ports/net/skype/distinfo 1.3 +1 -0 ports/net/skype/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 10:36: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 A03AD16A4CE; Sat, 24 Jul 2004 10:36:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8590D43D1F; Sat, 24 Jul 2004 10:36:28 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OAaS8K087043; Sat, 24 Jul 2004 10:36:28 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OAaSbN087042; Sat, 24 Jul 2004 10:36:28 GMT (envelope-from schweikh) Message-Id: <200407241036.i6OAaSbN087042@repoman.freebsd.org> From: Jens Schweikhardt Date: Sat, 24 Jul 2004 10:36: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/sys/dev/bktr bktr_tuner.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 10:36:28 -0000 schweikh 2004-07-24 10:36:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/bktr bktr_tuner.c Log: MFC: bktr driver may not tune correctly PR: kern/66006 Submitted by: Josh Elsasser Revision Changes Path 1.5.2.4 +4 -2 src/sys/dev/bktr/bktr_tuner.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 10:43: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 D84C816A4CE; Sat, 24 Jul 2004 10:43:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A8143D45; Sat, 24 Jul 2004 10:43:25 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OAhPYg087208; Sat, 24 Jul 2004 10:43:25 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OAhPlN087207; Sat, 24 Jul 2004 10:43:25 GMT (envelope-from netchild) Message-Id: <200407241043.i6OAhPlN087207@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 24 Jul 2004 10:43: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/icc7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 10:43:26 -0000 netchild 2004-07-24 10:43:25 UTC FreeBSD ports repository Modified files: lang/icc7 Makefile distinfo Log: Update to 7.1.040. Revision Changes Path 1.65 +1 -1 ports/lang/icc7/Makefile 1.32 +2 -2 ports/lang/icc7/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 11:06: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 1C5D016A4CE; Sat, 24 Jul 2004 11:06:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18EBC43D31; Sat, 24 Jul 2004 11:06:24 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OB6N80087875; Sat, 24 Jul 2004 11:06:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OB6NZ1087874; Sat, 24 Jul 2004 11:06:23 GMT (envelope-from pav) Message-Id: <200407241106.i6OB6NZ1087874@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 24 Jul 2004 11:06: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/zope Makefile distinfo pkg-plist ports/www/zope/files Products_00readme-freebsd.txt pkg-message.in pkg-message.package.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 11:06:24 -0000 pav 2004-07-24 11:06:23 UTC FreeBSD ports repository Modified files: www/zope Makefile distinfo pkg-plist www/zope/files pkg-message.in Added files: www/zope/files Products_00readme-freebsd.txt pkg-message.package.in Log: - Update to 2.7.2 - Add special pkg-message to package to help with installation from package PR: ports/69476 Submitted by: HAYASHI Yasushi , Gerhard Schmidt (maintainer) Revision Changes Path 1.60 +9 -4 ports/www/zope/Makefile 1.30 +2 -2 ports/www/zope/distinfo 1.1 +2 -0 ports/www/zope/files/Products_00readme-freebsd.txt (new) 1.2 +3 -0 ports/www/zope/files/pkg-message.in 1.1 +36 -0 ports/www/zope/files/pkg-message.package.in (new) 1.38 +7 -7 ports/www/zope/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 11: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 9893416A4CE; Sat, 24 Jul 2004 11:16:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4E043D48; Sat, 24 Jul 2004 11:16:50 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OBGome088154; Sat, 24 Jul 2004 11:16:50 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OBGoQu088153; Sat, 24 Jul 2004 11:16:50 GMT (envelope-from netchild) Message-Id: <200407241116.i6OBGoQu088153@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 24 Jul 2004 11: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/lang/icc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 11:16:50 -0000 netchild 2004-07-24 11:16:50 UTC FreeBSD ports repository Modified files: lang/icc Makefile distinfo Log: Update to 8.0.066p070.1. Revision Changes Path 1.72 +1 -1 ports/lang/icc/Makefile 1.37 +2 -2 ports/lang/icc/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 11:18:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B9116A4CE; Sat, 24 Jul 2004 11:18:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC22C43D2D; Sat, 24 Jul 2004 11:18:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OBIllN088212; Sat, 24 Jul 2004 11:18:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OBIlFl088211; Sat, 24 Jul 2004 11:18:47 GMT (envelope-from pav) Message-Id: <200407241118.i6OBIlFl088211@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 24 Jul 2004 11:18:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/pure-ftpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 11:18:48 -0000 pav 2004-07-24 11:18:47 UTC FreeBSD ports repository Modified files: ftp/pure-ftpd Makefile Log: - Add separate PAM knob and new THROTTLING knob PR: ports/68339 Submitted by: Toni Viemero Approved by: maintainer timeout (20 days) Revision Changes Path 1.50 +9 -2 ports/ftp/pure-ftpd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 11:23: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 6C0B016A4CE; Sat, 24 Jul 2004 11:23:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C7243D39; Sat, 24 Jul 2004 11:23:23 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OBNNdP088381; Sat, 24 Jul 2004 11:23:23 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OBNNPo088380; Sat, 24 Jul 2004 11:23:23 GMT (envelope-from erwin) Message-Id: <200407241123.i6OBNNPo088380@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 24 Jul 2004 11:23: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: Sat, 24 Jul 2004 11:23:23 -0000 erwin 2004-07-24 11:23:23 UTC FreeBSD ports repository Modified files: . modules Log: Remove ports that were removed with the QT2 deorbit. Revision Changes Path 1.10730 +0 -9 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 11:54: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 4179016A4CE; Sat, 24 Jul 2004 11:54:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0381E43D49; Sat, 24 Jul 2004 11:54:31 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OBsUil089222; Sat, 24 Jul 2004 11:54:30 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OBsUH9089221; Sat, 24 Jul 2004 11:54:30 GMT (envelope-from schweikh) Message-Id: <200407241154.i6OBsUH9089221@repoman.freebsd.org> From: Jens Schweikhardt Date: Sat, 24 Jul 2004 11:54: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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 11:54:31 -0000 schweikh 2004-07-24 11:54:30 UTC FreeBSD src repository Modified files: . UPDATING Log: English fixes, no content change. Revision Changes Path 1.327 +9 -9 src/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Jul 24 13:32: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 E524C16A4CE; Sat, 24 Jul 2004 13:32:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C85A243D2F; Sat, 24 Jul 2004 13:32:57 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ODWvak091555; Sat, 24 Jul 2004 13:32:57 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ODWvJS091554; Sat, 24 Jul 2004 13:32:57 GMT (envelope-from olgeni) Message-Id: <200407241332.i6ODWvJS091554@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 24 Jul 2004 13:32: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/lang/erlang/files patch-lib_et_src_et__contents__viewer.erl patch-lib_et_src_et__viewer.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: Sat, 24 Jul 2004 13:33:01 -0000 olgeni 2004-07-24 13:32:57 UTC FreeBSD ports repository Added files: lang/erlang/files patch-lib_et_src_et__contents__viewer.erl patch-lib_et_src_et__viewer.erl Log: Silence a couple of debug warnings in et_viewer. Revision Changes Path 1.1 +13 -0 ports/lang/erlang/files/patch-lib_et_src_et__contents__viewer.erl (new) 1.1 +15 -0 ports/lang/erlang/files/patch-lib_et_src_et__viewer.erl (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 13:34:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98B5516A4CF; Sat, 24 Jul 2004 13:34:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFD243D5E; Sat, 24 Jul 2004 13:34:52 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ODYqfj091626; Sat, 24 Jul 2004 13:34:52 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ODYqUK091625; Sat, 24 Jul 2004 13:34:52 GMT (envelope-from eik) Message-Id: <200407241334.i6ODYqUK091625@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 24 Jul 2004 13:34: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/portaudit Makefile ports/security/portaudit/files portaudit-cmd.sh portaudit.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: Sat, 24 Jul 2004 13:34:53 -0000 eik 2004-07-24 13:34:52 UTC FreeBSD ports repository Modified files: security/portaudit Makefile security/portaudit/files portaudit-cmd.sh portaudit.1 Log: New option -r: restrict listed entries to selected references. Useful for testing new entries. Revision Changes Path 1.12 +1 -1 ports/security/portaudit/Makefile 1.7 +18 -4 ports/security/portaudit/files/portaudit-cmd.sh 1.5 +8 -1 ports/security/portaudit/files/portaudit.1 From owner-cvs-all@FreeBSD.ORG Sat Jul 24 13: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 276E416A4CE; Sat, 24 Jul 2004 13:45:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A07E43D48; Sat, 24 Jul 2004 13:45:39 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6ODjcUl091969; Sat, 24 Jul 2004 13:45:38 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6ODjcCJ091968; Sat, 24 Jul 2004 13:45:38 GMT (envelope-from yar) Message-Id: <200407241345.i6ODjcCJ091968@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 24 Jul 2004 13:45: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/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 13:45:39 -0000 yar 2004-07-24 13:45:38 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Bring the advertised interface capabilities into line with the reality (in particular, bge(4) hasn't supported rxcsum since if_bge.c#1.5) Clean up some aspects of capabilities usage, i.e. stop using if_hwassist to see whether we are doing offload now because if_hwassist is for TCP/IP layer and it is subordinate to if_capenable. Thanks to: Aled Morris for donating a nice bge(4) NIC to me Reviewed by: -net, -hackers (silence) Revision Changes Path 1.72 +14 -6 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 14:36: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 B4B1D16A4CE; Sat, 24 Jul 2004 14:36:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE97543D48; Sat, 24 Jul 2004 14:36:09 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OEa9Hs093334; Sat, 24 Jul 2004 14:36:09 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OEa9aR093333; Sat, 24 Jul 2004 14:36:09 GMT (envelope-from ssouhlal) Message-Id: <200407241436.i6OEa9aR093333@repoman.freebsd.org> From: Suleiman Souhlal Date: Sat, 24 Jul 2004 14:36:09 +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/pgpkeys chapter.sgml doc/en_US.ISO8859-1/share/sgml authors.ent doc/share/pgpkeys pgpkeys.ent ssouhlal.key doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 14:36:09 -0000 ssouhlal 2004-07-24 14:36:09 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml en_US.ISO8859-1/share/sgml authors.ent share/pgpkeys pgpkeys.ent en_US.ISO8859-1/articles/contributors contrib.committers.sgml Added files: share/pgpkeys ssouhlal.key Log: Traditional first commit: Add myself to authors.ent. Add myself to the developers list. Add my PGP key. Approved by: grehan (mentor) Revision Changes Path 1.47 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.232 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.318 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent 1.40 +1 -0 doc/share/pgpkeys/pgpkeys.ent 1.1 +40 -0 doc/share/pgpkeys/ssouhlal.key (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 14:50: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 A1BC616A4CE; Sat, 24 Jul 2004 14:50:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 866F643D39; Sat, 24 Jul 2004 14:50:41 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OEofWt093759; Sat, 24 Jul 2004 14:50:41 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OEofgf093758; Sat, 24 Jul 2004 14:50:41 GMT (envelope-from ijliao) Message-Id: <200407241450.i6OEofgf093758@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 24 Jul 2004 14:50:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/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: Sat, 24 Jul 2004 14:50:41 -0000 ijliao 2004-07-24 14:50:41 UTC FreeBSD ports repository Modified files: www/nanoblogger Makefile distinfo Log: upgrade to 2.9 Revision Changes Path 1.2 +1 -1 ports/www/nanoblogger/Makefile 1.2 +2 -2 ports/www/nanoblogger/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 14:51: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 9DBA216A4CE; Sat, 24 Jul 2004 14:51:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8146B43D2F; Sat, 24 Jul 2004 14:51:16 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OEpGhg093793; Sat, 24 Jul 2004 14:51:16 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OEpGY9093792; Sat, 24 Jul 2004 14:51:16 GMT (envelope-from ssouhlal) Message-Id: <200407241451.i6OEpGY9093792@repoman.freebsd.org> From: Suleiman Souhlal Date: Sat, 24 Jul 2004 14:51:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/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: Sat, 24 Jul 2004 14:51:16 -0000 ssouhlal 2004-07-24 14:51:16 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Announce myself as a new committer. Approved by: grehan (mentor) Revision Changes Path 1.226 +10 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 14: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 49D5216A4CE; Sat, 24 Jul 2004 14:56:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4168743D31; Sat, 24 Jul 2004 14:56:21 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OEuLK5094045; Sat, 24 Jul 2004 14:56:21 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OEuLjs094044; Sat, 24 Jul 2004 14:56:21 GMT (envelope-from mtm) Message-Id: <200407241456.i6OEuLjs094044@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 24 Jul 2004 14:56: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 UPDATING src/etc/rc.d localpkg src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 14:56:21 -0000 mtm 2004-07-24 14:56:21 UTC FreeBSD src repository Modified files: . UPDATING etc/rc.d localpkg sys/sys param.h Log: Ports related rc.d cleanups: o Separate out local (ports) scripts that use rc.d, and the old style startup/shutdown scripts and execute them separately. On startup the rc.d style scripts are executed first and then the old-style scripts. On shutdown, exactly the reverse happens. o The rc.d ports scripts should now behave more like base system scripts. Scripts ending in .sh will be sourced into the current shell, while the rest will be executed in a subshell. Previously, all ports scripts, regardless of the .sh suffix, were executed in a subshell. o The parent script, /etc/rc.d/localpkg, passes its command line arguments straight to the rc.d ports scripts. This means they should now honor faststop and faststart commands as well. Old style scripts, should not see any differences. They will still get either a start or stop command. o The initial phrase shown during shutdown has been changed to use "local packages" instead of "daemon processes" to be more inline with the phrase used during local package startup. The phrases are also used only for old-style ports script startup/shutdown, whereas previously they were being used for both rc.d and old-style scripts. This should make startup/shutdown output a bit less ugly. Discussed with: portmgr Has Reservations: eik Revision Changes Path 1.328 +13 -0 src/UPDATING 1.2 +134 -21 src/etc/rc.d/localpkg 1.204 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Sat Jul 24 14:57:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F252816A4CE; Sat, 24 Jul 2004 14:57:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D185B43D54; Sat, 24 Jul 2004 14:57:25 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OEvPEr094091; Sat, 24 Jul 2004 14:57:25 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OEvPHB094090; Sat, 24 Jul 2004 14:57:25 GMT (envelope-from obrien) Message-Id: <200407241457.i6OEvPHB094090@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 24 Jul 2004 14:57: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/sysutils/lsof Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 14:57:26 -0000 obrien 2004-07-24 14:57:25 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile distinfo Log: Update to a snap release that allows building on 5-CURRENT after sys/sys/pipe.h rev 1.28. Revision Changes Path 1.133 +3 -3 ports/sysutils/lsof/Makefile 1.106 +2 -2 ports/sysutils/lsof/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 15:02: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 7672416A4CE; Sat, 24 Jul 2004 15:02:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5991A43D31; Sat, 24 Jul 2004 15:02:56 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OF2uqv094273; Sat, 24 Jul 2004 15:02:56 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OF2u6c094272; Sat, 24 Jul 2004 15:02:56 GMT (envelope-from ssouhlal) Message-Id: <200407241502.i6OF2u6c094272@repoman.freebsd.org> From: Suleiman Souhlal Date: Sat, 24 Jul 2004 15:02: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/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 15:02:56 -0000 ssouhlal 2004-07-24 15:02:56 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday. Approved by: grehan (mentor) Revision Changes Path 1.122 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Sat Jul 24 15:13:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B2416A4CE; Sat, 24 Jul 2004 15:13:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B20543D1D; Sat, 24 Jul 2004 15:13:43 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OFDgLA094588; Sat, 24 Jul 2004 15:13:42 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OFDgRM094587; Sat, 24 Jul 2004 15:13:42 GMT (envelope-from nyan) Message-Id: <200407241513.i6OFDgRM094587@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 24 Jul 2004 15:13: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/pc98/pc98 sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 15:13:43 -0000 nyan 2004-07-24 15:13:42 UTC FreeBSD src repository Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/dev/sio/sio.c revision 1.450. Revision Changes Path 1.227 +2 -1 src/sys/pc98/pc98/sio.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 15:18:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AA1716A4CE; Sat, 24 Jul 2004 15:18:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AB843D55; Sat, 24 Jul 2004 15:18:06 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OFI5nl094776; Sat, 24 Jul 2004 15:18:05 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OFI5o4094775; Sat, 24 Jul 2004 15:18:05 GMT (envelope-from adamw) Message-Id: <200407241518.i6OFI5o4094775@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 24 Jul 2004 15:18:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/libgail-gnome Makefile ports/x11-toolkits/libgail-gnome/files patch-configure patch-gail-gnome::panel-applet-atk-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: Sat, 24 Jul 2004 15:18:06 -0000 adamw 2004-07-24 15:18:05 UTC FreeBSD ports repository Modified files: x11-toolkits/libgail-gnome Makefile Added files: x11-toolkits/libgail-gnome/files patch-gail-gnome::panel-applet-atk-object.c Removed files: x11-toolkits/libgail-gnome/files patch-configure Log: [1] Only utilize ATK_ROLE_EMBEDDED if it exists. Utilize lthack. Submitted by: [1] many Revision Changes Path 1.30 +1 -1 ports/x11-toolkits/libgail-gnome/Makefile 1.4 +0 -13 ports/x11-toolkits/libgail-gnome/files/patch-configure (dead) 1.1 +12 -0 ports/x11-toolkits/libgail-gnome/files/patch-gail-gnome::panel-applet-atk-object.c (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 15:23: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 5DF3716A4CE; Sat, 24 Jul 2004 15:23:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E0A43D3F; Sat, 24 Jul 2004 15:23:40 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OFNetB094923; Sat, 24 Jul 2004 15:23:40 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OFNeuB094922; Sat, 24 Jul 2004 15:23:40 GMT (envelope-from mtm) Message-Id: <200407241523.i6OFNeuB094922@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 24 Jul 2004 15:23: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/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 15:23:40 -0000 mtm 2004-07-24 15:23:40 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document FreeBSD version bump for the way ports rc.d scripts are run from rc.d/localpkg. Revision Changes Path 1.463 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 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 0E52916A4CF; Sat, 24 Jul 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 E5A3943D1F; Sat, 24 Jul 2004 15:30:23 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OFUN3Z095090; Sat, 24 Jul 2004 15:30:23 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OFUNsA095089; Sat, 24 Jul 2004 15:30:23 GMT (envelope-from obrien) Message-Id: <200407241530.i6OFUNsA095089@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 24 Jul 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/dev/sound/pci emu10k1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 15:30:24 -0000 obrien 2004-07-24 15:30:23 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10k1.c Log: Remove rev 1.50. Revision Changes Path 1.52 +0 -9 src/sys/dev/sound/pci/emu10k1.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 15:36:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB56A16A4CE; Sat, 24 Jul 2004 15:36:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8D443D2D; Sat, 24 Jul 2004 15:36:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OFavnN095363; Sat, 24 Jul 2004 15:36:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OFavDP095362; Sat, 24 Jul 2004 15:36:57 GMT (envelope-from rwatson) Message-Id: <200407241536.i6OFavDP095362@repoman.freebsd.org> From: Robert Watson Date: Sat, 24 Jul 2004 15:36:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/smp index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 15:36:57 -0000 rwatson 2004-07-24 15:36:57 UTC FreeBSD doc repository Modified files: en/smp index.sgml Log: Appletalk DDP PCB locking appears to be done. Revision Changes Path 1.129 +8 -8 www/en/smp/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 15:48: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 4F3AA16A4CE; Sat, 24 Jul 2004 15:48:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33EE543D45; Sat, 24 Jul 2004 15:48:58 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OFmwS5095670; Sat, 24 Jul 2004 15:48:58 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OFmwWR095669; Sat, 24 Jul 2004 15:48:58 GMT (envelope-from sem) Message-Id: <200407241548.i6OFmwWR095669@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 24 Jul 2004 15:48: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/samba Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 15:48:58 -0000 sem 2004-07-24 15:48:58 UTC FreeBSD ports repository Modified files: net/samba Makefile distinfo Log: Update to 2.2.10 (bugfix release) PR: ports/69528 Submitted by: Dmitry A Grigorovich Revision Changes Path 1.143 +3 -3 ports/net/samba/Makefile 1.54 +2 -2 ports/net/samba/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 15:49: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 B215D16A4CE; Sat, 24 Jul 2004 15:49:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9847E43D1F; Sat, 24 Jul 2004 15:49:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OFnsBA095714; Sat, 24 Jul 2004 15:49:54 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OFnsra095713; Sat, 24 Jul 2004 15:49:54 GMT (envelope-from rwatson) Message-Id: <200407241549.i6OFnsra095713@repoman.freebsd.org> From: Robert Watson Date: Sat, 24 Jul 2004 15:49: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/smp index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 15:49:54 -0000 rwatson 2004-07-24 15:49:54 UTC FreeBSD doc repository Modified files: en/smp index.sgml Log: Add myself to the file descriptor workers due to on-going work to get Giant off file descriptor related system calls and allow more Giant-free operation of pipes and sockets. Add phk for tty locking. Revision Changes Path 1.130 +5 -5 www/en/smp/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 16:03:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3B416A4CE; Sat, 24 Jul 2004 16:03:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 211A543D45; Sat, 24 Jul 2004 16:03:46 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OG3kUd096092; Sat, 24 Jul 2004 16:03:46 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OG3kZY096091; Sat, 24 Jul 2004 16:03:46 GMT (envelope-from sem) Message-Id: <200407241603.i6OG3kZY096091@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 24 Jul 2004 16:03: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/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: Sat, 24 Jul 2004 16:03:46 -0000 sem 2004-07-24 16:03:45 UTC FreeBSD ports repository Modified files: www/squid distinfo Log: Remove ldap_helpers.patch PR: ports/69487 (partially) Submitted by: maintainer Revision Changes Path 1.95 +0 -2 ports/www/squid/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 16:13: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 198CC16A4CE; Sat, 24 Jul 2004 16:13:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F219C43D31; Sat, 24 Jul 2004 16:13:19 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OGDJHn096396; Sat, 24 Jul 2004 16:13:19 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OGDJC9096395; Sat, 24 Jul 2004 16:13:19 GMT (envelope-from keramida) Message-Id: <200407241613.i6OGDJC9096395@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 16: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/books/handbook/cutting-edge chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 16:13:20 -0000 keramida 2004-07-24 16:13:19 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Minor SGML entity fix. Revision Changes Path 1.205 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 16:13:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5196C16A4CE; Sat, 24 Jul 2004 16:13:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 372D143D31; Sat, 24 Jul 2004 16:13:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OGDRDk096429; Sat, 24 Jul 2004 16:13:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OGDRAC096428; Sat, 24 Jul 2004 16:13:27 GMT (envelope-from rwatson) Message-Id: <200407241613.i6OGDRAC096428@repoman.freebsd.org> From: Robert Watson Date: Sat, 24 Jul 2004 16:13:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/smp index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 16:13:27 -0000 rwatson 2004-07-24 16:13:27 UTC FreeBSD doc repository Modified files: en/smp index.sgml Log: Update network locking status. Revision Changes Path 1.131 +178 -46 www/en/smp/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 16: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 086CB16A4CE; Sat, 24 Jul 2004 16:30:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF97043D41; Sat, 24 Jul 2004 16:30:31 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OGUVcA096841; Sat, 24 Jul 2004 16:30:31 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OGUVDw096840; Sat, 24 Jul 2004 16:30:31 GMT (envelope-from mtm) Message-Id: <200407241630.i6OGUVDw096840@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 24 Jul 2004 16:30: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/etc rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 16:30:32 -0000 mtm 2004-07-24 16:30:31 UTC FreeBSD src repository Modified files: etc rc Log: Correct typo. Submitted by: eik (and probably many others) Revision Changes Path 1.333 +1 -1 src/etc/rc From owner-cvs-all@FreeBSD.ORG Sat Jul 24 16:37: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 A499416A4CE; Sat, 24 Jul 2004 16:37:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A13B343D48; Sat, 24 Jul 2004 16:37:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OGbVTx097156; Sat, 24 Jul 2004 16:37:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OGbVgA097155; Sat, 24 Jul 2004 16:37:31 GMT (envelope-from pav) Message-Id: <200407241637.i6OGbVgA097155@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 24 Jul 2004 16:37: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/audio Makefile ports/audio/muine Makefile distinfo pkg-descr pkg-plist ports/audio/muine/files patch-src_muine.exe.config.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 16:37:31 -0000 pav 2004-07-24 16:37:31 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/muine Makefile distinfo pkg-descr pkg-plist audio/muine/files patch-src_muine.exe.config.in Log: Add muine, GNOME audio player written in Mono. PR: ports/69462 Submitted by: Tom McLaughlin Revision Changes Path 1.533 +1 -0 ports/audio/Makefile 1.1 +37 -0 ports/audio/muine/Makefile (new) 1.1 +2 -0 ports/audio/muine/distinfo (new) 1.1 +11 -0 ports/audio/muine/files/patch-src_muine.exe.config.in (new) 1.1 +12 -0 ports/audio/muine/pkg-descr (new) 1.1 +37 -0 ports/audio/muine/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 16:38: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 C7A0716A4CE; Sat, 24 Jul 2004 16:38:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD74F43D39; Sat, 24 Jul 2004 16:38:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OGcWEu097206; Sat, 24 Jul 2004 16:38:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OGcWoV097205; Sat, 24 Jul 2004 16:38:32 GMT (envelope-from pav) Message-Id: <200407241638.i6OGcWoV097205@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 24 Jul 2004 16:38: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: Sat, 24 Jul 2004 16:38:32 -0000 pav 2004-07-24 16:38:32 UTC FreeBSD ports repository Modified files: . modules Log: muine --> ports/audio/muine Revision Changes Path 1.10731 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 16: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 105AB16A4CE; Sat, 24 Jul 2004 16:49:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E898B43D48; Sat, 24 Jul 2004 16:49:31 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OGnVw5097495; Sat, 24 Jul 2004 16:49:31 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OGnVhj097494; Sat, 24 Jul 2004 16:49:31 GMT (envelope-from nork) Message-Id: <200407241649.i6OGnVhj097494@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 24 Jul 2004 16:49: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/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: Sat, 24 Jul 2004 16:49:32 -0000 nork 2004-07-24 16:49:31 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2004.07.23. Submitted by: Herbert J. Skuhra Revision Changes Path 1.125 +1 -1 ports/net/liveMedia/Makefile 1.116 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 16: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 E614916A4CF; Sat, 24 Jul 2004 16:58:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC4143D39; Sat, 24 Jul 2004 16:58:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OGwv5j097810; Sat, 24 Jul 2004 16:58:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OGwvkv097809; Sat, 24 Jul 2004 16:58:57 GMT (envelope-from rwatson) Message-Id: <200407241658.i6OGwvkv097809@repoman.freebsd.org> From: Robert Watson Date: Sat, 24 Jul 2004 16: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/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: Sat, 24 Jul 2004 16:58:58 -0000 rwatson 2004-07-24 16:58:57 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Prefer NULL to '0' when checking a pointer value. Revision Changes Path 1.131 +37 -37 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17: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 579C716A4D2; Sat, 24 Jul 2004 17:00:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 296DC43D46; Sat, 24 Jul 2004 17:00:27 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OH0R5P097871; Sat, 24 Jul 2004 17:00:27 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OH0QS8097870; Sat, 24 Jul 2004 17:00:26 GMT (envelope-from sem) Message-Id: <200407241700.i6OH0QS8097870@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 24 Jul 2004 17:00:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/firebird/files patch-src::extern::editline::makelist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:00:45 -0000 sem 2004-07-24 17:00:26 UTC FreeBSD ports repository Added files: databases/firebird/files patch-src::extern::editline::makelist Log: Add patch to fix broken build. PR: ports/69430 Submitted by: Renato Botelho Fixed by: maintainer Revision Changes Path 1.1 +11 -0 ports/databases/firebird/files/patch-src::extern::editline::makelist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:02: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 D2ECF16A4CE; Sat, 24 Jul 2004 17:02:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA48043D1F; Sat, 24 Jul 2004 17:02:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OH21Po098001; Sat, 24 Jul 2004 17:02:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OH21ub098000; Sat, 24 Jul 2004 17:02:01 GMT (envelope-from pav) Message-Id: <200407241702.i6OH21ub098000@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 24 Jul 2004 17:02: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/misc/gkrellm-xkb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:02:02 -0000 pav 2004-07-24 17:02:01 UTC FreeBSD ports repository Modified files: misc/gkrellm-xkb Makefile Log: - Add secondary category Submitted by: Roman Bogorodskiy Revision Changes Path 1.12 +1 -1 ports/misc/gkrellm-xkb/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:07: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 6D8B116A4CE; Sat, 24 Jul 2004 17:07:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530B343D1F; Sat, 24 Jul 2004 17:07:35 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OH7ZDp098268; Sat, 24 Jul 2004 17:07:35 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OH7Zsm098267; Sat, 24 Jul 2004 17:07:35 GMT (envelope-from lth) Message-Id: <200407241707.i6OH7Zsm098267@repoman.freebsd.org> From: Lars Thegler Date: Sat, 24 Jul 2004 17: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/devel Makefile ports/devel/p5-Module-Info-File Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:07:35 -0000 lth 2004-07-24 17:07:35 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Module-Info-File Makefile distinfo pkg-descr pkg-plist Log: Add p5-Module-Info-File 0.06, retrieves module information from a file or script. Revision Changes Path 1.1648 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Module-Info-File/Makefile (new) 1.1 +2 -0 ports/devel/p5-Module-Info-File/distinfo (new) 1.1 +5 -0 ports/devel/p5-Module-Info-File/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Module-Info-File/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:07: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 A9D9516A4CE; Sat, 24 Jul 2004 17:07:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9012043D45; Sat, 24 Jul 2004 17:07:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OH7m4d098357; Sat, 24 Jul 2004 17:07:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OH7muC098356; Sat, 24 Jul 2004 17:07:48 GMT (envelope-from pav) Message-Id: <200407241707.i6OH7muC098356@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 24 Jul 2004 17:07: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/zope-epoz Makefile distinfo ports/www/zope-epoz/files patch-EpozPostTidy.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:07:48 -0000 pav 2004-07-24 17:07:48 UTC FreeBSD ports repository Modified files: www/zope-epoz Makefile distinfo Removed files: www/zope-epoz/files patch-EpozPostTidy.py Log: - Update to 0.8.2 PR: ports/69505 Submitted by: HAYASHI Yasushi (maintainer) Revision Changes Path 1.6 +1 -1 ports/www/zope-epoz/Makefile 1.4 +2 -2 ports/www/zope-epoz/distinfo 1.2 +0 -20 ports/www/zope-epoz/files/patch-EpozPostTidy.py (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:07: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 BDA8616A4E8; Sat, 24 Jul 2004 17:07:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A02A943D45; Sat, 24 Jul 2004 17:07:49 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OH7n70098368; Sat, 24 Jul 2004 17:07:49 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OH7nkw098367; Sat, 24 Jul 2004 17:07:49 GMT (envelope-from lth) Message-Id: <200407241707.i6OH7nkw098367@repoman.freebsd.org> From: Lars Thegler Date: Sat, 24 Jul 2004 17:07: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: Sat, 24 Jul 2004 17:07:51 -0000 lth 2004-07-24 17:07:49 UTC FreeBSD ports repository Modified files: . modules Log: p5-Module-Info-File --> ports/devel/p5-Module-Info-File Revision Changes Path 1.10732 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:27:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A82C16A4CE; Sat, 24 Jul 2004 17:27:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 369DF43D45; Sat, 24 Jul 2004 17:27:37 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHRbuv098983; Sat, 24 Jul 2004 17:27:37 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHRbsk098982; Sat, 24 Jul 2004 17:27:37 GMT (envelope-from eik) Message-Id: <200407241727.i6OHRbsk098982@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 24 Jul 2004 17:27:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/sysutils Makefile ports/sysutils/lookupd Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/lookupd/files lookupd.sh ports/sysutils/lookupd_ldap 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: Sat, 24 Jul 2004 17:27:37 -0000 eik 2004-07-24 17:27:37 UTC FreeBSD ports repository Modified files: . modules sysutils Makefile Added files: sysutils/lookupd Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/lookupd/files lookupd.sh sysutils/lookupd_ldap Makefile distinfo pkg-descr pkg-message pkg-plist Log: add lookupd, a name service lookup daemon, and lookupd_ldap, an LDAP plugin PR: 68811, 68810 Submitted by: Michael Bushkov Revision Changes Path 1.10733 +2 -0 CVSROOT/modules 1.559 +2 -0 ports/sysutils/Makefile 1.1 +33 -0 ports/sysutils/lookupd/Makefile (new) 1.1 +2 -0 ports/sysutils/lookupd/distinfo (new) 1.1 +31 -0 ports/sysutils/lookupd/files/lookupd.sh (new) 1.1 +16 -0 ports/sysutils/lookupd/pkg-descr (new) 1.1 +11 -0 ports/sysutils/lookupd/pkg-message (new) 1.1 +14 -0 ports/sysutils/lookupd/pkg-plist (new) 1.1 +23 -0 ports/sysutils/lookupd_ldap/Makefile (new) 1.1 +2 -0 ports/sysutils/lookupd_ldap/distinfo (new) 1.1 +11 -0 ports/sysutils/lookupd_ldap/pkg-descr (new) 1.1 +5 -0 ports/sysutils/lookupd_ldap/pkg-message (new) 1.1 +2 -0 ports/sysutils/lookupd_ldap/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17: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 1F61D16A4CE; Sat, 24 Jul 2004 17:30:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB74143D55; Sat, 24 Jul 2004 17:30:45 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHUjkO099129; Sat, 24 Jul 2004 17:30:45 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHUj23099128; Sat, 24 Jul 2004 17:30:45 GMT (envelope-from eik) Message-Id: <200407241730.i6OHUj23099128@repoman.freebsd.org> From: Oliver Eikemeier Date: Sat, 24 Jul 2004 17:30: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/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:30:46 -0000 eik 2004-07-24 17:30:45 UTC FreeBSD doc repository (src,ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: add Michael Bushkov for sysutils/lookupd and sysutils/lookupd_ldap Revision Changes Path 1.234 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17: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 0006416A4CE; Sat, 24 Jul 2004 17:39:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB2C743D46; Sat, 24 Jul 2004 17:39:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHdI0L099354; Sat, 24 Jul 2004 17:39:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHdIbx099353; Sat, 24 Jul 2004 17:39:18 GMT (envelope-from pav) Message-Id: <200407241739.i6OHdIbx099353@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 24 Jul 2004 17:39: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/phpmyadmin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:39:19 -0000 pav 2004-07-24 17:39:18 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile Log: - Cope with recent php changes PR: ports/69336 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.18 +4 -2 ports/databases/phpmyadmin/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17: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 9CC5316A4DF; Sat, 24 Jul 2004 17:46:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CC743D1F; Sat, 24 Jul 2004 17:46:45 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHkj5S099596; Sat, 24 Jul 2004 17:46:45 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHkjob099595; Sat, 24 Jul 2004 17:46:45 GMT (envelope-from kientzle) Message-Id: <200407241746.i6OHkjob099595@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 17:46: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/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: Sat, 24 Jul 2004 17:46:45 -0000 kientzle 2004-07-24 17:46:45 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: Fix the handling of signed values when parsing base-256 header values. In particular, this means we can now correctly read gtar archives that contain timestamps prior to the start of the Epoch. Also, make the code in this area more portable. ANSI C99 headers are not yet ubiquitous (for example, FreeBSD 4 still lacks them), so be prepared for systems that don't have the INT64_MAX, INT64_MIN, and UINT64_MAX macros. This version still requires int64_t and uint64_t be defined (which can be done in archive_platform.h if necessary), but doesn't require them to be exactly 64 bits. Revision Changes Path 1.22 +68 -32 src/lib/libarchive/archive_read_support_format_tar.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17: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 8B9E716A4CE; Sat, 24 Jul 2004 17:48:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB8543D39; Sat, 24 Jul 2004 17:48:37 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHmbMp099684; Sat, 24 Jul 2004 17:48:37 GMT (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHmbsa099683; Sat, 24 Jul 2004 17:48:37 GMT (envelope-from scop) Message-Id: <200407241748.i6OHmbsa099683@repoman.freebsd.org> From: Ville Skyttä Date: Sat, 24 Jul 2004 17:48:37 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/cvsweb ChangeLog cvsweb.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:48:37 -0000 scop 2004-07-24 17:48:37 UTC FreeBSD projects repository Modified files: cvsweb ChangeLog cvsweb.cgi Log: Coding style and variable scoping improvements. Revision Changes Path 1.155 +4 -0 projects/cvsweb/ChangeLog 1.261 +35 -50 projects/cvsweb/cvsweb.cgi From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17: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 073E216A4CE; Sat, 24 Jul 2004 17:51:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E26C343D2F; Sat, 24 Jul 2004 17:51:22 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHpMOU099863; Sat, 24 Jul 2004 17:51:22 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHpM2m099862; Sat, 24 Jul 2004 17:51:22 GMT (envelope-from njl) Message-Id: <200407241751.i6OHpM2m099862@repoman.freebsd.org> From: Nate Lawson Date: Sat, 24 Jul 2004 17:51: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/dev/acpica acpi_video.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:51:23 -0000 njl 2004-07-24 17:51:22 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_video.c Log: Fix a bug where an item was being removed from a list without using FOREACH_SAFE. Remove bad cast of retp and instead use an additional arg to pass back the number of valid outputs. Use the package convenience functions for parsing packages. Revision Changes Path 1.7 +29 -34 src/sys/dev/acpica/acpi_video.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:54: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 98C7016A4E4; Sat, 24 Jul 2004 17:54:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C05243D49; Sat, 24 Jul 2004 17:54:23 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHsNHr099995; Sat, 24 Jul 2004 17:54:23 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHsNwi099994; Sat, 24 Jul 2004 17:54:23 GMT (envelope-from blackend) Message-Id: <200407241754.i6OHsNwi099994@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 24 Jul 2004 17:54:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gifs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:54:23 -0000 blackend 2004-07-24 17:54:23 UTC FreeBSD doc repository Modified files: en/gifs Makefile Log: Add cahiers_adm_cov.jpg to the build. Revision Changes Path 1.51 +2 -1 www/en/gifs/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:50: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 2354216A4CE; Sat, 24 Jul 2004 17:50:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A45143D2F; Sat, 24 Jul 2004 17:50:06 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHo52q099744; Sat, 24 Jul 2004 17:50:05 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHo5mJ099743; Sat, 24 Jul 2004 17:50:05 GMT (envelope-from kientzle) Message-Id: <200407241750.i6OHo5mJ099743@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 17:50: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/lib/libarchive archive_entry.c archive_platform.h archive_read_extract.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:50:06 -0000 kientzle 2004-07-24 17:50:05 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c archive_platform.h archive_read_extract.c Log: Use "linux" instead of "LINUX" to control Linux-specific code. Thanks to: David O'Brien for pointing this out. Also, add in a few additional portability tweaks and make a few more things conditional on features (HAVE_XXXX macros) rather than platform. Revision Changes Path 1.19 +1 -1 src/lib/libarchive/archive_entry.c 1.9 +3 -0 src/lib/libarchive/archive_platform.h 1.32 +14 -7 src/lib/libarchive/archive_read_extract.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 17:53: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 B429216A4CE; Sat, 24 Jul 2004 17:53:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BADB43D2F; Sat, 24 Jul 2004 17:53:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OHr8XW099945; Sat, 24 Jul 2004 17:53:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OHr8x8099944; Sat, 24 Jul 2004 17:53:08 GMT (envelope-from pav) Message-Id: <200407241753.i6OHr8x8099944@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 24 Jul 2004 17:53:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/phpldapadmin Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 17:53:08 -0000 pav 2004-07-24 17:53:08 UTC FreeBSD ports repository Modified files: net/phpldapadmin Makefile pkg-message Log: - Cope with recent php changes PR: ports/69529 Submitted by: Matthew Seaman (maintainer) Revision Changes Path 1.3 +6 -3 ports/net/phpldapadmin/Makefile 1.3 +0 -3 ports/net/phpldapadmin/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Jul 24 18:16: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 777E916A4CF; Sat, 24 Jul 2004 18:16:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D06643D2F; Sat, 24 Jul 2004 18:16:12 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OIGChl000769; Sat, 24 Jul 2004 18:16:12 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OIGCU7000768; Sat, 24 Jul 2004 18:16:12 GMT (envelope-from demon) Message-Id: <200407241816.i6OIGCU7000768@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 24 Jul 2004 18: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: ports/devel/p5-Module-Info Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 18:16:12 -0000 demon 2004-07-24 18:16:12 UTC FreeBSD ports repository Modified files: devel/p5-Module-Info Makefile distinfo Log: Update to version 0.26. PR: 69538 Submitted by: lth Revision Changes Path 1.5 +1 -1 ports/devel/p5-Module-Info/Makefile 1.4 +2 -2 ports/devel/p5-Module-Info/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 18:20: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 E99B916A4CE; Sat, 24 Jul 2004 18:20:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE75A43D39; Sat, 24 Jul 2004 18:20:51 +0000 (GMT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OIKp39000934; Sat, 24 Jul 2004 18:20:51 GMT (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OIKpbZ000933; Sat, 24 Jul 2004 18:20:51 GMT (envelope-from demon) Message-Id: <200407241820.i6OIKpbZ000933@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sat, 24 Jul 2004 18:20: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/p5-Proc-Simple 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: Sat, 24 Jul 2004 18:20:52 -0000 demon 2004-07-24 18:20:51 UTC FreeBSD ports repository Modified files: devel/p5-Proc-Simple Makefile distinfo pkg-descr Log: Update to version 1.21; Add WWW. PR: 69539 Submitted by: Cheng-Lung Sung Revision Changes Path 1.17 +1 -1 ports/devel/p5-Proc-Simple/Makefile 1.7 +2 -2 ports/devel/p5-Proc-Simple/distinfo 1.2 +1 -0 ports/devel/p5-Proc-Simple/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Jul 24 18:21: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 CA55B16A4CE; Sat, 24 Jul 2004 18:21:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F6C43D31; Sat, 24 Jul 2004 18:21:34 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OILYAx000975; Sat, 24 Jul 2004 18:21:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OILYNc000974; Sat, 24 Jul 2004 18:21:34 GMT (envelope-from marcus) Message-Id: <200407241821.i6OILYNc000974@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Jul 2004 18:21: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 UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 18:21:35 -0000 marcus 2004-07-24 18:21:34 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add an entry for GNOME users that switch to xorg as there are ports that need to be rebuilt. Revision Changes Path 1.50 +14 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Jul 24 18: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 B666716A4CE; Sat, 24 Jul 2004 18:28:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF14043D1F; Sat, 24 Jul 2004 18:28:51 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OISpVc001235; Sat, 24 Jul 2004 18:28:51 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OISp90001234; Sat, 24 Jul 2004 18:28:51 GMT (envelope-from mezz) Message-Id: <200407241828.i6OISp90001234@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 24 Jul 2004 18: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/security/nessus Makefile distinfo ports/security/nessus-libnasl Makefile distinfo ports/security/nessus-libraries Makefile distinfo ports/security/nessus-plugins Makefile distinfo pkg-plist ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 18:28:51 -0000 mezz 2004-07-24 18:28:51 UTC FreeBSD ports repository Modified files: security/nessus Makefile distinfo security/nessus-libnasl Makefile distinfo security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist Removed files: security/nessus-plugins/files extra-patch-3com-hub-amd64 Log: -Update to 2.0.12. -GTK+2 is now default and GTK1 is still optional. PR: ports/69333 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.45 +1 -2 ports/security/nessus-libnasl/Makefile 1.29 +2 -2 ports/security/nessus-libnasl/distinfo 1.46 +1 -2 ports/security/nessus-libraries/Makefile 1.30 +2 -2 ports/security/nessus-libraries/distinfo 1.47 +1 -11 ports/security/nessus-plugins/Makefile 1.30 +2 -2 ports/security/nessus-plugins/distinfo 1.2 +0 -18 ports/security/nessus-plugins/files/extra-patch-3com-hub-amd64 (dead) 1.33 +1559 -3 ports/security/nessus-plugins/pkg-plist 1.55 +5 -3 ports/security/nessus/Makefile 1.30 +2 -2 ports/security/nessus/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 19:03:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A37916A4CE; Sat, 24 Jul 2004 19:03:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 012D143D39; Sat, 24 Jul 2004 19:03:29 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OJ3S94002143; Sat, 24 Jul 2004 19:03:28 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OJ3S1M002142; Sat, 24 Jul 2004 19:03:28 GMT (envelope-from sos) Message-Id: <200407241903.i6OJ3S1M002142@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 24 Jul 2004 19:03: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/dev/ata ata-lowlevel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:03:29 -0000 sos 2004-07-24 19:03:28 UTC FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Refine the wait for ATAPI_RESET. Properly wait for not busy and introduce a timeout for devices not setting busy (as they should). Leave a printf in there that states how long the wait was, as I'd like to get an idea of the variations here. The time needed seems also to be affected by whether a medium is present or not. Revision Changes Path 1.40 +10 -2 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 19:04: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 1D4C916A4CE; Sat, 24 Jul 2004 19:04:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A6843D3F; Sat, 24 Jul 2004 19:04:25 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OJ4OtC002189; Sat, 24 Jul 2004 19:04:24 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OJ4Oba002188; Sat, 24 Jul 2004 19:04:24 GMT (envelope-from le) Message-Id: <200407241904.i6OJ4Oba002188@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 24 Jul 2004 19:04: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/geom/vinum geom_vinum.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:04:25 -0000 le 2004-07-24 19:04:24 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.c Log: Disable kldunloading of geom_vinum temporarily until I figured out how to do it correctly. Revision Changes Path 1.6 +1 -1 src/sys/geom/vinum/geom_vinum.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 19: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 9A1D216A4CE; Sat, 24 Jul 2004 19:10:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F49543D4C; Sat, 24 Jul 2004 19:10:26 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OJAQYw002456; Sat, 24 Jul 2004 19:10:26 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OJAQCX002455; Sat, 24 Jul 2004 19:10:26 GMT (envelope-from oliver) Message-Id: <200407241910.i6OJAQCX002455@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 24 Jul 2004 19:10: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/mail/courier-imap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:10:26 -0000 oliver 2004-07-24 19:10:26 UTC FreeBSD ports repository Modified files: mail/courier-imap Makefile distinfo Log: drac patch got synced with the new courier-imap version Bump PORTREVISION Noted by: Nate Silva Revision Changes Path 1.83 +2 -2 ports/mail/courier-imap/Makefile 1.39 +2 -2 ports/mail/courier-imap/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 19:11:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A7D16A4CF; Sat, 24 Jul 2004 19:11:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C16B43D5F; Sat, 24 Jul 2004 19:11:40 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OJBe1M002503; Sat, 24 Jul 2004 19:11:40 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OJBerN002502; Sat, 24 Jul 2004 19:11:40 GMT (envelope-from le) Message-Id: <200407241911.i6OJBerN002502@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 24 Jul 2004 19:11:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/vinum commands.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:11:40 -0000 le 2004-07-24 19:11:40 UTC FreeBSD src repository Modified files: sbin/vinum commands.c Log: Fix potential buffer overflow. PR: bin/14697 Submitted by: Matthew Revision Changes Path 1.60 +2 -2 src/sbin/vinum/commands.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 19:27:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C28516A4CF; Sat, 24 Jul 2004 19:27:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B3C43D1D; Sat, 24 Jul 2004 19:27:21 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OJRLaR002898; Sat, 24 Jul 2004 19:27:21 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OJRLtk002897; Sat, 24 Jul 2004 19:27:21 GMT (envelope-from erwin) Message-Id: <200407241927.i6OJRLtk002897@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 24 Jul 2004 19:27: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/articles/contributors article.sgml contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:27:21 -0000 erwin 2004-07-24 19:27:20 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors article.sgml contrib.staff.sgml Log: Add new members of portmgr and remove alumni. Reviewed by: simon Approved by: portmgr, core Revision Changes Path 1.430 +3 -4 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.13 +5 -8 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 19: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 906A516A4CE; Sat, 24 Jul 2004 19:33:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC0843D2F; Sat, 24 Jul 2004 19:33:21 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OJXL8M003164; Sat, 24 Jul 2004 19:33:21 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OJXLmn003163; Sat, 24 Jul 2004 19:33:21 GMT (envelope-from sem) Message-Id: <200407241933.i6OJXLmn003163@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 24 Jul 2004 19: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/mail Makefile ports/mail/reply-o-matic Makefile distinfo pkg-descr pkg-plist ports/mail/reply-o-matic/files patch-Makefile patch-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:33:21 -0000 sem 2004-07-24 19:33:21 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/reply-o-matic Makefile distinfo pkg-descr pkg-plist mail/reply-o-matic/files patch-Makefile patch-main.c Log: Reply-o-Matic is a highly configureble, secure, auto reply software, to be used in conjunction with any Mail Delivery/Transfer Agent or local delivery agent. It provides an easy, uniformed way, to provide autoreplies to e-mails. PR: ports/66625 Submitted by: Phil Oleson Revision Changes Path 1.551 +1 -0 ports/mail/Makefile 1.1 +27 -0 ports/mail/reply-o-matic/Makefile (new) 1.1 +2 -0 ports/mail/reply-o-matic/distinfo (new) 1.1 +25 -0 ports/mail/reply-o-matic/files/patch-Makefile (new) 1.1 +20 -0 ports/mail/reply-o-matic/files/patch-main.c (new) 1.1 +5 -0 ports/mail/reply-o-matic/pkg-descr (new) 1.1 +3 -0 ports/mail/reply-o-matic/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 19:33:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D5516A4CF; Sat, 24 Jul 2004 19:33:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA49443D3F; Sat, 24 Jul 2004 19:33:37 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OJXbvL003219; Sat, 24 Jul 2004 19:33:37 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OJXbdr003218; Sat, 24 Jul 2004 19:33:37 GMT (envelope-from sem) Message-Id: <200407241933.i6OJXbdr003218@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 24 Jul 2004 19:33:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:33:38 -0000 sem 2004-07-24 19:33:37 UTC FreeBSD ports repository Modified files: . modules Log: reply-o-matic --> ports/mail/reply-o-matic Revision Changes Path 1.10734 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Jul 24 19:53: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 9445716A4CE; Sat, 24 Jul 2004 19:53:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78AB243D2D; Sat, 24 Jul 2004 19:53:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OJrXsh003835; Sat, 24 Jul 2004 19:53:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OJrXnB003834; Sat, 24 Jul 2004 19:53:33 GMT (envelope-from marcus) Message-Id: <200407241953.i6OJrXnB003834@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 24 Jul 2004 19:53:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glib20 Makefile ports/devel/glib20/files patch-glib_gthread.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:53:33 -0000 marcus 2004-07-24 19:53:33 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile Added files: devel/glib20/files patch-glib_gthread.h Log: Hack the default stack size for threads created with g_thread_create() to be 256 KB instead of the default (64 KB on platforms other than ia64, and 256 KB on ia64). This fixes some stack overflows seen in applications such as gnome-cups-manager. Revision Changes Path 1.101 +1 -0 ports/devel/glib20/Makefile 1.1 +11 -0 ports/devel/glib20/files/patch-glib_gthread.h (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 20:08: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 24F2216A4CE; Sat, 24 Jul 2004 20:08:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2013143D49; Sat, 24 Jul 2004 20:08:27 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OK8R4l004261; Sat, 24 Jul 2004 20:08:27 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OK8RHU004260; Sat, 24 Jul 2004 20:08:27 GMT (envelope-from kientzle) Message-Id: <200407242008.i6OK8RHU004260@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 20:08: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/lib/libarchive archive.h archive_util.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:08:27 -0000 kientzle 2004-07-24 20:08:26 UTC FreeBSD src repository Modified files: lib/libarchive archive.h archive_util.c Log: Add some functions to query basic facts about the library: archive_version: Returns a text string, e.g., "libarchive 1.00.000" archive_api_version: Returns the SHLIB major version archive_api_feature: Returns a feature number useful for answering questions such as "Is this recent enough to do XXX?" The last two also have macros defined in archive.h, so you can compare the compile-time and run-time environments. (In particular, you can compare ARCHIVE_API_VERSION to archive_api_version() to detect library version mismatches.) With these in hand, it will soon be time to turn on the shared-library version of libarchive... stay tuned. Revision Changes Path 1.15 +24 -6 src/lib/libarchive/archive.h 1.7 +18 -0 src/lib/libarchive/archive_util.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 20: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 6109416A4CE; Sat, 24 Jul 2004 20:25:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444CA43D2D; Sat, 24 Jul 2004 20:25:49 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OKPn05004714; Sat, 24 Jul 2004 20:25:49 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OKPnuE004713; Sat, 24 Jul 2004 20:25:49 GMT (envelope-from sem) Message-Id: <200407242025.i6OKPnuE004713@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 24 Jul 2004 20:25: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/x11-fm/krusader Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:25:49 -0000 sem 2004-07-24 20:25:49 UTC FreeBSD ports repository Modified files: x11-fm/krusader Makefile distinfo pkg-descr pkg-message pkg-plist Log: Update to 1.40 PR: ports/69522 Submitted by: maintainer Revision Changes Path 1.8 +1 -2 ports/x11-fm/krusader/Makefile 1.5 +2 -2 ports/x11-fm/krusader/distinfo 1.3 +24 -20 ports/x11-fm/krusader/pkg-descr 1.2 +8 -2 ports/x11-fm/krusader/pkg-message 1.4 +22 -5 ports/x11-fm/krusader/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 20:39: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 9F67A16A4CE; Sat, 24 Jul 2004 20:39:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82EB843D39; Sat, 24 Jul 2004 20:39:25 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OKdPFd005097; Sat, 24 Jul 2004 20:39:25 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OKdPMQ005096; Sat, 24 Jul 2004 20:39:25 GMT (envelope-from njl) Message-Id: <200407242039.i6OKdPMQ005096@repoman.freebsd.org> From: Nate Lawson Date: Sat, 24 Jul 2004 20: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/sys/i386/acpica acpi_asus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:39:25 -0000 njl 2004-07-24 20:39:25 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_asus.c Log: Remove unneeded parens and fix whitespace. Revision Changes Path 1.7 +29 -36 src/sys/i386/acpica/acpi_asus.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 20:40: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 43C5116A4CE; Sat, 24 Jul 2004 20:40:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 264C943D1D; Sat, 24 Jul 2004 20:40:03 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OKe3Jw005175; Sat, 24 Jul 2004 20:40:03 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OKe2Ok005174; Sat, 24 Jul 2004 20:40:02 GMT (envelope-from njl) Message-Id: <200407242040.i6OKe2Ok005174@repoman.freebsd.org> From: Nate Lawson Date: Sat, 24 Jul 2004 20:40: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/i386/acpica acpi_panasonic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:40:03 -0000 njl 2004-07-24 20:40:02 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_panasonic.c Log: Whitespace cleanup and move static variables together. Revision Changes Path 1.2 +23 -23 src/sys/i386/acpica/acpi_panasonic.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 20: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 4323216A4CE; Sat, 24 Jul 2004 20:41:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2830843D3F; Sat, 24 Jul 2004 20:41:46 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OKfkXW005314; Sat, 24 Jul 2004 20:41:46 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OKfkOB005313; Sat, 24 Jul 2004 20:41:46 GMT (envelope-from trhodes) Message-Id: <200407242041.i6OKfkOB005313@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 24 Jul 2004 20: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/share/man/man4 Makefile snc.4 src/share/man/man4/man4.i386 Makefile snc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:41:46 -0000 trhodes 2004-07-24 20:41:46 UTC FreeBSD src repository Modified files: share/man/man4 Makefile share/man/man4/man4.i386 Makefile Added files: share/man/man4/man4.i386 snc.4 Removed files: share/man/man4 snc.4 Log: Move snc.4 over to the i386 section as it only deals with PC98 and i386. Bump .Dd and .Dt accordingly. Requested by: ru Revision Changes Path 1.275 +0 -1 src/share/man/man4/Makefile 1.173 +1 -0 src/share/man/man4/man4.i386/Makefile 1.1 +144 -0 src/share/man/man4/man4.i386/snc.4 (new) 1.2 +0 -144 src/share/man/man4/snc.4 (dead) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 20:43: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 45BF016A4CE; Sat, 24 Jul 2004 20:43:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2903443D3F; Sat, 24 Jul 2004 20:43:23 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OKhNhW005391; Sat, 24 Jul 2004 20:43:23 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OKhNeo005390; Sat, 24 Jul 2004 20:43:23 GMT (envelope-from kientzle) Message-Id: <200407242043.i6OKhNeo005390@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 20:43: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/lib/libarchive archive_entry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:43:23 -0000 kientzle 2004-07-24 20:43:23 UTC FreeBSD src repository Modified files: lib/libarchive archive_entry.c Log: Suppress a minor compiler warning if the platform doesn't support hi-res timestamps. Revision Changes Path 1.20 +2 -0 src/lib/libarchive/archive_entry.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 20:45: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 B482616A4CE; Sat, 24 Jul 2004 20:45:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F9A43D55; Sat, 24 Jul 2004 20:45:04 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OKj40E005477; Sat, 24 Jul 2004 20:45:04 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OKj49j005476; Sat, 24 Jul 2004 20:45:04 GMT (envelope-from kientzle) Message-Id: <200407242045.i6OKj49j005476@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 20:45:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:45:04 -0000 kientzle 2004-07-24 20:45:04 UTC FreeBSD src repository Modified files: lib/libarchive Makefile Log: Define the PACKAGE_NAME and PACKAGE_VERSION macros. Revision Changes Path 1.14 +3 -0 src/lib/libarchive/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 20: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 ED86A16A4CE; Sat, 24 Jul 2004 20:47:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10CC43D41; Sat, 24 Jul 2004 20:47:11 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OKlBTZ005568; Sat, 24 Jul 2004 20:47:11 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OKlBJ5005567; Sat, 24 Jul 2004 20:47:11 GMT (envelope-from kientzle) Message-Id: <200407242047.i6OKlBJ5005567@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 20:47:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_platform.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:47:12 -0000 kientzle 2004-07-24 20:47:11 UTC FreeBSD src repository Modified files: lib/libarchive archive_platform.h Log: Rework the feature-detection logic in archive_platform.h so that it will work cleanly with autoconf. Revision Changes Path 1.10 +115 -62 src/lib/libarchive/archive_platform.h From owner-cvs-all@FreeBSD.ORG Sat Jul 24 21: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 2743D16A4CE; Sat, 24 Jul 2004 21:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08CD743D2F; Sat, 24 Jul 2004 21:04:47 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OL4kio006055; Sat, 24 Jul 2004 21:04:46 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OL4kVk006054; Sat, 24 Jul 2004 21:04:46 GMT (envelope-from erwin) Message-Id: <200407242104.i6OL4kVk006054@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 24 Jul 2004 21:04: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/p5-Curses-UI Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 21:04:47 -0000 erwin 2004-07-24 21:04:46 UTC FreeBSD ports repository Modified files: devel/p5-Curses-UI Makefile distinfo pkg-plist Log: Update to 0.93 Revision Changes Path 1.2 +1 -1 ports/devel/p5-Curses-UI/Makefile 1.2 +2 -2 ports/devel/p5-Curses-UI/distinfo 1.2 +3 -0 ports/devel/p5-Curses-UI/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Jul 24 21:09: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 4305016A4CE; Sat, 24 Jul 2004 21:09:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 248F643D45; Sat, 24 Jul 2004 21:09:36 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OL9ad3006238; Sat, 24 Jul 2004 21:09:36 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OL9aIb006237; Sat, 24 Jul 2004 21:09:36 GMT (envelope-from erwin) Message-Id: <200407242109.i6OL9aIb006237@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 24 Jul 2004 21:09: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/devel/p5-PPerl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 21:09:36 -0000 erwin 2004-07-24 21:09:36 UTC FreeBSD ports repository Modified files: devel/p5-PPerl Makefile distinfo Log: Update to 0.25 Revision Changes Path 1.7 +1 -1 ports/devel/p5-PPerl/Makefile 1.5 +2 -2 ports/devel/p5-PPerl/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 21: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 5C77216A4CE; Sat, 24 Jul 2004 21:18:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F2A143D46; Sat, 24 Jul 2004 21:18:49 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OLInLM006503; Sat, 24 Jul 2004 21:18:49 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OLInXx006502; Sat, 24 Jul 2004 21:18:49 GMT (envelope-from erwin) Message-Id: <200407242118.i6OLInXx006502@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 24 Jul 2004 21:18: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/p5-Sub-Uplevel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 21:18:49 -0000 erwin 2004-07-24 21:18:49 UTC FreeBSD ports repository Modified files: devel/p5-Sub-Uplevel Makefile distinfo Log: Update to 0.09 Committed at: jesper Revision Changes Path 1.7 +1 -1 ports/devel/p5-Sub-Uplevel/Makefile 1.5 +2 -2 ports/devel/p5-Sub-Uplevel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22: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 0042B16A4CE; Sat, 24 Jul 2004 22:01:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D6343D2D; Sat, 24 Jul 2004 22:01:18 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OM1Ih5007638; Sat, 24 Jul 2004 22:01:18 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OM1ITi007637; Sat, 24 Jul 2004 22:01:18 GMT (envelope-from erwin) Message-Id: <200407242201.i6OM1ITi007637@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 24 Jul 2004 22:01:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-Spreadsheet-WriteExcelXML Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:01:19 -0000 erwin 2004-07-24 22:01:18 UTC FreeBSD ports repository Modified files: textproc/p5-Spreadsheet-WriteExcelXML Makefile distinfo Log: Update to 0.05 Revision Changes Path 1.3 +1 -1 ports/textproc/p5-Spreadsheet-WriteExcelXML/Makefile 1.3 +2 -2 ports/textproc/p5-Spreadsheet-WriteExcelXML/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:03: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 D49DA16A4CF; Sat, 24 Jul 2004 22:03:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42E243D49; Sat, 24 Jul 2004 22:03:20 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OM3KLU007693; Sat, 24 Jul 2004 22:03:20 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OM3KSO007692; Sat, 24 Jul 2004 22:03:20 GMT (envelope-from keramida) Message-Id: <200407242203.i6OM3KSO007692@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:03: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/el_GR.ISO8859-7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:03:21 -0000 keramida 2004-07-24 22:03:20 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7 Makefile Log: Reduce diffs with en_US and add "Original version:" comment to keep track of the en_US revision we're in sync with. Revision Changes Path 1.2 +3 -2 doc/el_GR.ISO8859-7/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:05: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 0123516A4CE; Sat, 24 Jul 2004 22:05:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D515D43D1D; Sat, 24 Jul 2004 22:05:56 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OM5uFi007896; Sat, 24 Jul 2004 22:05:56 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OM5uq3007895; Sat, 24 Jul 2004 22:05:56 GMT (envelope-from erwin) Message-Id: <200407242205.i6OM5uq3007895@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 24 Jul 2004 22:05: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/textproc/p5-Text-Quoted Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:05:57 -0000 erwin 2004-07-24 22:05:56 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Quoted Makefile distinfo Log: Update to 1.8 Revision Changes Path 1.6 +1 -1 ports/textproc/p5-Text-Quoted/Makefile 1.5 +2 -2 ports/textproc/p5-Text-Quoted/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:08: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 2D63E16A4CE; Sat, 24 Jul 2004 22:08:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF9343D41; Sat, 24 Jul 2004 22:08:25 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OM8O3d007965; Sat, 24 Jul 2004 22:08:24 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OM8O5p007964; Sat, 24 Jul 2004 22:08:24 GMT (envelope-from erwin) Message-Id: <200407242208.i6OM8O5p007964@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 24 Jul 2004 22:08: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/textproc/p5-XML-TreeBuilder Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:08:25 -0000 erwin 2004-07-24 22:08:24 UTC FreeBSD ports repository Modified files: textproc/p5-XML-TreeBuilder Makefile distinfo Log: Update to 3.09 Revision Changes Path 1.9 +1 -2 ports/textproc/p5-XML-TreeBuilder/Makefile 1.3 +2 -2 ports/textproc/p5-XML-TreeBuilder/distinfo From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:12:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E33B16A4CE; Sat, 24 Jul 2004 22:12:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E366643D1F; Sat, 24 Jul 2004 22:12:30 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMCUV2008105; Sat, 24 Jul 2004 22:12:30 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMCUht008104; Sat, 24 Jul 2004 22:12:30 GMT (envelope-from keramida) Message-Id: <200407242212.i6OMCUht008104@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:12: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/el_GR.ISO8859-7/articles Makefile Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:12:31 -0000 keramida 2004-07-24 22:12:30 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles Makefile Makefile.inc Log: Add "Original version:" comment to keep track of the en_US revision we're in sync with. Revision Changes Path 1.9 +1 -0 doc/el_GR.ISO8859-7/articles/Makefile 1.2 +1 -0 doc/el_GR.ISO8859-7/articles/Makefile.inc From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:13: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 D47D316A4CE; Sat, 24 Jul 2004 22:13:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82AF43D49; Sat, 24 Jul 2004 22:13:44 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMDiqc008165; Sat, 24 Jul 2004 22:13:44 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMDie7008164; Sat, 24 Jul 2004 22:13:44 GMT (envelope-from kientzle) Message-Id: <200407242213.i6OMDie7008164@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 22:13: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/usr.bin/tar bsdtar.c bsdtar.h bsdtar_platform.h fts.c matching.c read.c write.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:13:45 -0000 kientzle 2004-07-24 22:13:44 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar.h bsdtar_platform.h fts.c matching.c read.c write.c Log: A bunch of stuff from Christoph Mellon: * Whitespace fixes * Check some malloc calls * Simplify long_help formatting * Spell "LINUX" -> "linux" * A few other miscellaneous style improvements Revision Changes Path 1.42 +40 -49 src/usr.bin/tar/bsdtar.c 1.17 +1 -1 src/usr.bin/tar/bsdtar.h 1.5 +1 -1 src/usr.bin/tar/bsdtar_platform.h 1.2 +1 -1 src/usr.bin/tar/fts.c 1.7 +1 -1 src/usr.bin/tar/matching.c 1.15 +18 -13 src/usr.bin/tar/read.c 1.28 +15 -8 src/usr.bin/tar/write.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:14: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 C0FB016A4CE; Sat, 24 Jul 2004 22:14:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F96843D46; Sat, 24 Jul 2004 22:14:27 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMERH6008211; Sat, 24 Jul 2004 22:14:27 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMERnI008210; Sat, 24 Jul 2004 22:14:27 GMT (envelope-from keramida) Message-Id: <200407242214.i6OMERnI008210@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:14: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/el_GR.ISO8859-7/articles/cvs-freebsd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:14:28 -0000 keramida 2004-07-24 22:14:27 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/cvs-freebsd Makefile Log: Add "Original version:" comment to keep track of the en_US revision we're in sync with. List me as the maintainer of this article, as I've been working with copies of the FreeBSD CVSROOT tree both at home and my $realjob for a while now, and I can track any changes to this part of the docs easily. Revision Changes Path 1.2 +5 -3 doc/el_GR.ISO8859-7/articles/cvs-freebsd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:15: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 0114016A4CE; Sat, 24 Jul 2004 22:15:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D53C743D2D; Sat, 24 Jul 2004 22:15:36 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMFaPj008318; Sat, 24 Jul 2004 22:15:36 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMFass008317; Sat, 24 Jul 2004 22:15:36 GMT (envelope-from keramida) Message-Id: <200407242215.i6OMFass008317@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:15:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/el_GR.ISO8859-7/articles/cvs-freebsd article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:15:37 -0000 keramida 2004-07-24 22:15:36 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/cvs-freebsd article.sgml Log: Synchronize with rev 1.12 of the English docs. Revision Changes Path 1.3 +68 -37 doc/el_GR.ISO8859-7/articles/cvs-freebsd/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:17: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 4541816A4CF; Sat, 24 Jul 2004 22:17:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A8743D1F; Sat, 24 Jul 2004 22:17:41 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMHfTq008383; Sat, 24 Jul 2004 22:17:41 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMHfZ6008382; Sat, 24 Jul 2004 22:17:41 GMT (envelope-from keramida) Message-Id: <200407242217.i6OMHfZ6008382@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:17:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/el_GR.ISO8859-7/articles/dialup-firewall article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:17:41 -0000 keramida 2004-07-24 22:17:41 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/dialup-firewall article.sgml Log: Delete RCS id that sneaked in while I was copying this file verbatim from my local CVS tree. Revision Changes Path 1.5 +0 -1 doc/el_GR.ISO8859-7/articles/dialup-firewall/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:22: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 0823916A4CE; Sat, 24 Jul 2004 22:22:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC73843D1D; Sat, 24 Jul 2004 22:22:00 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMM07j008563; Sat, 24 Jul 2004 22:22:00 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMM0XU008562; Sat, 24 Jul 2004 22:22:00 GMT (envelope-from keramida) Message-Id: <200407242222.i6OMM0XU008562@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:22: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/el_GR.ISO8859-7/share/sgml trademarks.ent trademarks.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:22:01 -0000 keramida 2004-07-24 22:22:00 UTC FreeBSD doc repository Added files: el_GR.ISO8859-7/share/sgml trademarks.ent trademarks.sgml Log: New translations: Greek versions of the respective en_US files. Revision Changes Path 1.1 +365 -0 doc/el_GR.ISO8859-7/share/sgml/trademarks.ent (new) 1.1 +42 -0 doc/el_GR.ISO8859-7/share/sgml/trademarks.sgml (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:26: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 3705016A4CE; Sat, 24 Jul 2004 22:26:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 181D443D2D; Sat, 24 Jul 2004 22:26:41 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMQe2j008780; Sat, 24 Jul 2004 22:26:40 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMQe66008779; Sat, 24 Jul 2004 22:26:40 GMT (envelope-from le) Message-Id: <200407242226.i6OMQe66008779@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 24 Jul 2004 22:26: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/geom/vinum geom_vinum.c geom_vinum_drive.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:26:41 -0000 le 2004-07-24 22:26:40 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.c geom_vinum_drive.c Log: Use a temporary geom when tasting vinumdrives and lock the 'real' vinumdrive geom with an exclusive bit. This should fix the problem when underlying partitions overlap (i.e. the 'a' partition is at the same offset as the 'c' partition). Ideas borrowed from pjd@, quite a bit of testing by Matthias Schuendehuette . Revision Changes Path 1.7 +4 -0 src/sys/geom/vinum/geom_vinum.c 1.6 +29 -5 src/sys/geom/vinum/geom_vinum_drive.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:26: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 CA91816A4CF; Sat, 24 Jul 2004 22:26:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABE343D1D; Sat, 24 Jul 2004 22:26:53 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMQrTw008805; Sat, 24 Jul 2004 22:26:53 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMQrfC008804; Sat, 24 Jul 2004 22:26:53 GMT (envelope-from keramida) Message-Id: <200407242226.i6OMQrfC008804@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:26: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/el_GR.ISO8859-7/share/sgml/glossary freebsd-glossary.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:26:54 -0000 keramida 2004-07-24 22:26:53 UTC FreeBSD doc repository Added files: el_GR.ISO8859-7/share/sgml/glossary freebsd-glossary.sgml Log: Add a Greek version of the glossary. Only the definitions of the terms have been translated, so the sorting of the file is the same to en_US. Revision Changes Path 1.1 +249 -0 doc/el_GR.ISO8859-7/share/sgml/glossary/freebsd-glossary.sgml (new) From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22: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 8249516A4CE; Sat, 24 Jul 2004 22:28:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B9943D2D; Sat, 24 Jul 2004 22:28:02 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMS2FO008881; Sat, 24 Jul 2004 22:28:02 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMS2UZ008880; Sat, 24 Jul 2004 22:28:02 GMT (envelope-from mezz) Message-Id: <200407242228.i6OMS2UZ008880@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 24 Jul 2004 22: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/glib20/files patch-glib_gthread.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:28:02 -0000 mezz 2004-07-24 22:28:02 UTC FreeBSD ports repository Modified files: devel/glib20/files patch-glib_gthread.h Log: Correct a patch that marcus has made a simple mistake with the path. gthread.h -> glib/gthread.h Reported by: Mike Harding Revision Changes Path 1.2 +2 -2 ports/devel/glib20/files/patch-glib_gthread.h From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:28: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 8344916A4CF; Sat, 24 Jul 2004 22:28:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F5F943D2D; Sat, 24 Jul 2004 22:28:32 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMSWIO008915; Sat, 24 Jul 2004 22:28:32 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMSWkb008914; Sat, 24 Jul 2004 22:28:32 GMT (envelope-from keramida) Message-Id: <200407242228.i6OMSWkb008914@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:28:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml bookinfo.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:28:32 -0000 keramida 2004-07-24 22:28:32 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml bookinfo.ent Log: Add entities for localized versions of trademarks and the glossary. Revision Changes Path 1.2 +6 -0 doc/el_GR.ISO8859-7/share/sgml/bookinfo.ent From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:30:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FA016A4CE; Sat, 24 Jul 2004 22:30:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5775943D39; Sat, 24 Jul 2004 22:30:35 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMUZnu009114; Sat, 24 Jul 2004 22:30:35 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMUZca009113; Sat, 24 Jul 2004 22:30:35 GMT (envelope-from kientzle) Message-Id: <200407242230.i6OMUZca009113@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 24 Jul 2004 22:30: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/lib/libarchive archive_platform.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:30:35 -0000 kientzle 2004-07-24 22:30:35 UTC FreeBSD src repository Modified files: lib/libarchive archive_platform.h Log: Minor style nits. Revision Changes Path 1.11 +2 -2 src/lib/libarchive/archive_platform.h From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:30: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 3303616A4CE; Sat, 24 Jul 2004 22:30:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14AF743D46; Sat, 24 Jul 2004 22:30:57 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMUuSK009151; Sat, 24 Jul 2004 22:30:56 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMUuEh009150; Sat, 24 Jul 2004 22:30:56 GMT (envelope-from keramida) Message-Id: <200407242230.i6OMUuEh009150@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:30:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/el_GR.ISO8859-7/share/sgml teams.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:30:57 -0000 keramida 2004-07-24 22:30:56 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml teams.ent Log: Sync with rev 1.12 of the English docs. Add "Original version:" comment to help tracking the last version of the English docs we've synced with. Revision Changes Path 1.2 +11 -4 doc/el_GR.ISO8859-7/share/sgml/teams.ent From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:32: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 B721616A4CE; Sat, 24 Jul 2004 22:32:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9742943D3F; Sat, 24 Jul 2004 22:32:27 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMWRXT009225; Sat, 24 Jul 2004 22:32:27 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMWRaJ009224; Sat, 24 Jul 2004 22:32:27 GMT (envelope-from keramida) Message-Id: <200407242232.i6OMWRaJ009224@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:32: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/el_GR.ISO8859-7/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: Sat, 24 Jul 2004 22:32:27 -0000 keramida 2004-07-24 22:32:27 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml mailing-lists.ent Log: Mega-sync from version 1.11 to 1.34 of the en_US version. Revision Changes Path 1.4 +307 -142 doc/el_GR.ISO8859-7/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:34: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 D5FAA16A4CE; Sat, 24 Jul 2004 22:34:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6BB143D58; Sat, 24 Jul 2004 22:34:49 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMYnSY009284; Sat, 24 Jul 2004 22:34:49 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMYnmS009283; Sat, 24 Jul 2004 22:34:49 GMT (envelope-from keramida) Message-Id: <200407242234.i6OMYnmS009283@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:34: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/el_GR.ISO8859-7/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: Sat, 24 Jul 2004 22:34:50 -0000 keramida 2004-07-24 22:34:49 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/sgml catalog Log: Link to the localized versions of el_GR for: bookinfo.ent , trademarks.ent and teams.ent . Revision Changes Path 1.2 +9 -0 doc/el_GR.ISO8859-7/share/sgml/catalog From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:38: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 8CF7B16A4CE; Sat, 24 Jul 2004 22:38:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8344743D1F; Sat, 24 Jul 2004 22:38:49 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMcnkf009557; Sat, 24 Jul 2004 22:38:49 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMcnR0009556; Sat, 24 Jul 2004 22:38:49 GMT (envelope-from keramida) Message-Id: <200407242238.i6OMcnR0009556@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:38: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/el_GR.ISO8859-7/articles/freebsd-questions article.sgml doc/el_GR.ISO8859-7/articles/java-tomcat Makefile doc/el_GR.ISO8859-7/articles/laptop Makefile article.sgml doc/el_GR.ISO8859-7/articles/multi-os Makefile article.sgml doc/el_GR.ISO8859-7/articles/problem-reports Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:38:49 -0000 keramida 2004-07-24 22:38:49 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/freebsd-questions article.sgml el_GR.ISO8859-7/articles/java-tomcat Makefile el_GR.ISO8859-7/articles/laptop Makefile article.sgml el_GR.ISO8859-7/articles/multi-os Makefile article.sgml el_GR.ISO8859-7/articles/problem-reports Makefile Log: Standardize on "Original version:" for en_US revision tracking. Revision Changes Path 1.3 +1 -1 doc/el_GR.ISO8859-7/articles/freebsd-questions/article.sgml 1.2 +2 -4 doc/el_GR.ISO8859-7/articles/java-tomcat/Makefile 1.2 +1 -1 doc/el_GR.ISO8859-7/articles/laptop/Makefile 1.2 +1 -1 doc/el_GR.ISO8859-7/articles/laptop/article.sgml 1.2 +0 -1 doc/el_GR.ISO8859-7/articles/multi-os/Makefile 1.2 +0 -1 doc/el_GR.ISO8859-7/articles/multi-os/article.sgml 1.2 +1 -1 doc/el_GR.ISO8859-7/articles/problem-reports/Makefile From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:41: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 0593316A4CE; Sat, 24 Jul 2004 22:41:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D887F43D60; Sat, 24 Jul 2004 22:41:30 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMfUHn009705; Sat, 24 Jul 2004 22:41:30 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMfU6V009704; Sat, 24 Jul 2004 22:41:30 GMT (envelope-from njl) Message-Id: <200407242241.i6OMfU6V009704@repoman.freebsd.org> From: Nate Lawson Date: Sat, 24 Jul 2004 22:41: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/i386/acpica acpi_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:41:31 -0000 njl 2004-07-24 22:41:30 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_machdep.c Log: Get the acpi softc via the devclass, not by caching the device. Replace apm_softc with a single integer since the whole softc is not used. Revision Changes Path 1.25 +8 -12 src/sys/i386/acpica/acpi_machdep.c From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:42:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEC5116A4CE; Sat, 24 Jul 2004 22:42:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA38043D46; Sat, 24 Jul 2004 22:42:28 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMgS5X009739; Sat, 24 Jul 2004 22:42:28 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMgSPE009738; Sat, 24 Jul 2004 22:42:28 GMT (envelope-from keramida) Message-Id: <200407242242.i6OMgSPE009738@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 24 Jul 2004 22:42:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/el_GR.ISO8859-7/articles/problem-reports article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:42:29 -0000 keramida 2004-07-24 22:42:28 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/articles/problem-reports article.sgml Log: MFen: 1.17 -> 1.32. Revision Changes Path 1.2 +472 -89 doc/el_GR.ISO8859-7/articles/problem-reports/article.sgml From owner-cvs-all@FreeBSD.ORG Sat Jul 24 22:42: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 DD24216A4CE; Sat, 24 Jul 2004 22:42:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA9543D46; Sat, 24 Jul 2004 22:42:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6OMgiVV009789; Sat, 24 Jul 2004 22:42:44 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6OMgi1B009788; Sat, 24 Jul 2004 22:42:44 GMT (envelope-from vs) Message-Id: <200407242242.i6OMgi1B009788@repoman.freebsd.org> From: Volker Stolz Date: Sat, 24 Jul 2004 22:42: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/emulators/zsnes Makefileports/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: Sat, 24 Jul 2004 22:42:45 -0000 vs 2004-07-24 22:42:44 UTC FreeBSD ports repository Modified files: emulators/zsnes Makefile Added files: emulators/zsnes/files patch-aa Log: Fix sound-issue. You will have to restart ZSNES each time you modify the sound settings within the sound menu for them to work properly, though. PR: ports/67644 Submitted by: Travis Poppe Approved by: maintainer timeout Revision Changes Path 1.20 +4 -1 ports/emulators/zsnes/Makefile 1.1 +20 -0 ports/emulators/zsnes/files/patch-aa (new)