From owner-cvs-all@FreeBSD.ORG Sun Mar 12 02:51:27 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9687516A471; Sun, 12 Mar 2006 02:51:27 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4172C4438A; Sat, 11 Mar 2006 23:08:11 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k2BN5cA6048686; Sat, 11 Mar 2006 16:05:41 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 11 Mar 2006 16:05:50 -0700 (MST) Message-Id: <20060311.160550.67882343.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <44119446.9070603@samsco.org> References: <200603091335.23964.jhb@freebsd.org> <86hd668wrg.fsf@xps.des.no> <44119446.9070603@samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 11 Mar 2006 16:05:41 -0700 (MST) Cc: src-committers@freebsd.org, jhb@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, sam@freebsd.org, des@des.no Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 02:51:27 -0000 In message: <44119446.9070603@samsco.org> Scott Long writes: : Dag-Erling Sm=F8rgrav wrote: : > This talk of KERNELS reminds me of a patchset I've had for quite a : > while. : > = : > Currently, 'make buildkernel' builds all the kernels you list in : > KERNCONF, but installs only one, to /boot/kernel. I've patched my : > tree so it installs all of them into /boot/${KERN_IDENT}. The reas= on : > why I haven't committed this is that I want the loader to present a= : > list of kernels at boot time, and I don't know enough Forth to : > implement that myself. : > = : > Ideally, the loader would grep each kernel and display its version : > string in the menu; and there would be an rc.d script that links : > /boot/kernel to $(dirname $(sysctl -n kern.bootfile)) so things lik= e : > zsh's kldload argument completion still work. : > = : > DES : = : Dan Sobral and I have talked about exactly this in the past. What yo= u : want to do is merge libregex into the loader and add the calling shim= s : so that it can be accessd as 4th words. It's actually a lot easier t= han : it sounds, but I haven't had the time or motivation to try. Once tha= t's : done, you'll be able to easily read directories and search for name : patterns to use. Another option would be to place the kernel version string in its own section that the loader could then parse out of the kernel. It would have the added benefit that it could tell full kernels from mere modules that way too. That does require changes to the build infrastructure to make work, but would have a few advantages. But whatever is easiest to implement... I think it would be a cool feature no matter how it is implemented. Warner From owner-cvs-all@FreeBSD.ORG Sun Mar 12 02:52:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D24516A433; Sun, 12 Mar 2006 02:52:50 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2848C44FF9; Sat, 11 Mar 2006 23:59:45 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2BNxjx0044754; Sat, 11 Mar 2006 23:59:45 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2BNxiMZ044753; Sat, 11 Mar 2006 23:59:44 GMT (envelope-from kientzle) Message-Id: <200603112359.k2BNxiMZ044753@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 11 Mar 2006 23:59:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile archive.h.in archive_read_support_format_tp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 02:52:50 -0000 kientzle 2006-03-11 23:59:44 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h.in Removed files: lib/libarchive archive_read_support_format_tp.c Log: The idea of supporting 'tp' was a fun one, but it is really not worth the effort to develop and maintain support for a format that hasn't been used for 30 years. ;-/ Revision Changes Path 1.47 +0 -1 src/lib/libarchive/Makefile 1.28 +0 -1 src/lib/libarchive/archive.h.in 1.3 +0 -619 src/lib/libarchive/archive_read_support_format_tp.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Mar 12 09:12:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2198916A417; Sun, 12 Mar 2006 09:12:48 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5BF4491E; Sun, 12 Mar 2006 05:24:15 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2C5OFJW071012; Sun, 12 Mar 2006 05:24:15 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2C5OF0G071011; Sun, 12 Mar 2006 05:24:15 GMT (envelope-from jeff) Message-Id: <200603120524.k2C5OF0G071011@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Mar 2006 05:24:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:12:48 -0000 jeff 2006-03-12 05:24:15 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: - Remove the call to softdep_waitidle after suspending the filesystem. This does not do what I wanted as all dirty buffers must be flushed by the call to ffs_sync and any remaining dependency work would mean that this failed. Pointed out by: tegge Revision Changes Path 1.192 +3 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 09:15:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CB316A5A9; Sun, 12 Mar 2006 09:15:40 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCEE44997; Sun, 12 Mar 2006 05:26:13 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2C5QD18071202; Sun, 12 Mar 2006 05:26:13 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2C5QDxv071201; Sun, 12 Mar 2006 05:26:13 GMT (envelope-from jeff) Message-Id: <200603120526.k2C5QDxv071201@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Mar 2006 05:26:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:15:41 -0000 jeff 2006-03-12 05:26:13 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: - Remove the call to softdep_waitidle after suspending the filesystem. This does not do what I wanted as all dirty buffers must be flushed by the call to ffs_sync and any remaining dependency work would mean that this failed. Pointed out by: tegge Revision Changes Path 1.115 +0 -7 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 09:16:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE3616A5EB; Sun, 12 Mar 2006 09:16:47 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC5B44967; Sun, 12 Mar 2006 05:25:16 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2C5PGVU071112; Sun, 12 Mar 2006 05:25:16 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2C5PGjW071111; Sun, 12 Mar 2006 05:25:16 GMT (envelope-from jeff) Message-Id: <200603120525.k2C5PGjW071111@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Mar 2006 05:25:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:16:47 -0000 jeff 2006-03-12 05:25:16 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: - Force commit to give this the correct message; Lock giant when required in softdep_flush(). Found by: kris Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.193 +0 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 09:18:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 551E516ABDA; Sun, 12 Mar 2006 09:18:54 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBA344FA5; Sun, 12 Mar 2006 06:12:37 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2C6CbIU072782; Sun, 12 Mar 2006 06:12:37 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2C6Cbwd072781; Sun, 12 Mar 2006 06:12:37 GMT (envelope-from nork) Message-Id: <200603120612.k2C6Cbwd072781@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 12 Mar 2006 06:12:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libao Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:18:54 -0000 nork 2006-03-12 06:12:37 UTC FreeBSD ports repository Modified files: audio/libao Makefile pkg-plist Log: Remove .a files from pkg-plist. Approved by: portmgr(marcus), naddy(maintainer) Revision Changes Path 1.33 +1 -1 ports/audio/libao/Makefile 1.17 +1 -4 ports/audio/libao/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 12 09:20:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5930316AD21; Sun, 12 Mar 2006 09:20:04 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA458443B2; Sun, 12 Mar 2006 04:58:21 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2C4wKVv070056; Sun, 12 Mar 2006 04:58:20 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2C4wKZZ070055; Sun, 12 Mar 2006 04:58:20 GMT (envelope-from jeff) Message-Id: <200603120458.k2C4wKZZ070055@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Mar 2006 04:58:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/nullfs null_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:20:04 -0000 jeff 2006-03-12 04:58:19 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_vnops.c Log: - Define a null_getwritemount to get the mount-point for the lower filesystem so that nullfs doesn't permit you to circumvent snapshots. Discussed with: tegge Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.91 +26 -2 src/sys/fs/nullfs/null_vnops.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 09:21:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D32616AAFD; Sun, 12 Mar 2006 09:21:39 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05AF2443F6; Sun, 12 Mar 2006 04:59:05 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2C4x4pr070133; Sun, 12 Mar 2006 04:59:04 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2C4x420070132; Sun, 12 Mar 2006 04:59:04 GMT (envelope-from jeff) Message-Id: <200603120459.k2C4x420070132@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 12 Mar 2006 04:59:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:21:39 -0000 jeff 2006-03-12 04:59:04 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: - Reorder vrele calls after vput calls to prevent lock order reversals between leaf and directory locks. Found by: kris Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.163 +17 -26 src/sys/nfsserver/nfs_serv.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 09:22:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 985F016A5E7; Sun, 12 Mar 2006 09:22:22 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A59645FDB; Sun, 12 Mar 2006 07:53:02 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2C7r1Hr076315; Sun, 12 Mar 2006 07:53:01 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2C7r1JE076314; Sun, 12 Mar 2006 07:53:01 GMT (envelope-from simon) Message-Id: <200603120753.k2C7r1JE076314@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 12 Mar 2006 07:53:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/internal machines.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:22:22 -0000 simon 2006-03-12 07:53:01 UTC FreeBSD doc repository Modified files: en/internal machines.sgml Log: hub is now running 6-STABLE. Revision Changes Path 1.66 +2 -2 www/en/internal/machines.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 09:27:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2394F16A403; Sun, 12 Mar 2006 09:27:52 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D000A43D48; Sun, 12 Mar 2006 09:27:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2C9Rp2S087261; Sun, 12 Mar 2006 09:27:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2C9RpoN087260; Sun, 12 Mar 2006 09:27:51 GMT (envelope-from pjd) Message-Id: <200603120927.k2C9RpoN087260@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 12 Mar 2006 09:27:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ggate/ggatec ggatec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 09:27:52 -0000 pjd 2006-03-12 09:27:51 UTC FreeBSD src repository Modified files: sbin/ggate/ggatec ggatec.c Log: Flush stdout after printing name of created device, so it can be properly read when 'ggatec create' is used in backticks or its output is piped to another command. Submitted by: Paul Schenkeveld MFC after: 3 days Revision Changes Path 1.7 +3 -1 src/sbin/ggate/ggatec/ggatec.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 12:06:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DDC16A401; Sun, 12 Mar 2006 12:06:16 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E695F43D4C; Sun, 12 Mar 2006 12:06:15 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CC6F89092446; Sun, 12 Mar 2006 12:06:15 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CC6Esx092445; Sun, 12 Mar 2006 12:06:15 GMT (envelope-from remko) Message-Id: <200603121206.k2CC6Esx092445@repoman.freebsd.org> From: Remko Lodder Date: Sun, 12 Mar 2006 12:06:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects/nanobsd index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 12:06:16 -0000 remko 2006-03-12 12:06:14 UTC FreeBSD doc repository Modified files: en/projects/nanobsd index.sgml Log: Update the H2 tag, it is redundant in the current state. PR: www/94368 (inspired by) Discussed with: brueffer Submitted by: Daniel Gerzo Revision Changes Path 1.6 +2 -2 www/en/projects/nanobsd/index.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 13:44:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAC016A403; Sun, 12 Mar 2006 13:44:31 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F69843D45; Sun, 12 Mar 2006 13:44:31 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CDiV9X003841; Sun, 12 Mar 2006 13:44:31 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CDiUAv003840; Sun, 12 Mar 2006 13:44:30 GMT (envelope-from remko) Message-Id: <200603121344.k2CDiUAv003840@repoman.freebsd.org> From: Remko Lodder Date: Sun, 12 Mar 2006 13:44:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/docs books.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 13:44:31 -0000 remko 2006-03-12 13:44:30 UTC FreeBSD doc repository Modified files: en/docs books.sgml Log: Update the description of the releng-packages article. Not the release engineering team is responsible for creating high quality packages but the ports management team. PR: www/94099 Submitted by: Kovesdan Gabor Verified by: scotll Revision Changes Path 1.16 +2 -2 www/en/docs/books.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 13:45:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7539516A405; Sun, 12 Mar 2006 13:45:14 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3674843D45; Sun, 12 Mar 2006 13:45:14 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CDjE0e003927; Sun, 12 Mar 2006 13:45:14 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CDjED2003926; Sun, 12 Mar 2006 13:45:14 GMT (envelope-from remko) Message-Id: <200603121345.k2CDjED2003926@repoman.freebsd.org> From: Remko Lodder Date: Sun, 12 Mar 2006 13:45:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng-packages article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 13:45:14 -0000 remko 2006-03-12 13:45:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/releng-packages article.sgml Log: Update the abstract of the releng-packages article. Not the release engineering team is responsible for creating high quality packages but the ports management team. PR: www/94099 (inspired by). Submitted by: Kovesdan Gabor Verified by: scotll Revision Changes Path 1.19 +1 -1 doc/en_US.ISO8859-1/articles/releng-packages/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 14:00:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E95C16A400; Sun, 12 Mar 2006 14:00:16 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D295D43D45; Sun, 12 Mar 2006 14:00:15 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CE0FdC004487; Sun, 12 Mar 2006 14:00:15 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CE0Ffp004486; Sun, 12 Mar 2006 14:00:15 GMT (envelope-from glebius) Message-Id: <200603121400.k2CE0Ffp004486@repoman.freebsd.org> From: Gleb Smirnoff Date: Sun, 12 Mar 2006 14:00:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 14:00:16 -0000 glebius 2006-03-12 14:00:15 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.c Log: There is no IFF_POLLING flag anymore. Revision Changes Path 1.119 +1 -1 src/sbin/ifconfig/ifconfig.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 15:33:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D18116A400; Sun, 12 Mar 2006 15:33:19 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C92043D45; Sun, 12 Mar 2006 15:33:19 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CFXJEs007927; Sun, 12 Mar 2006 15:33:19 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CFXJbn007926; Sun, 12 Mar 2006 15:33:19 GMT (envelope-from andre) Message-Id: <200603121533.k2CFXJbn007926@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 12 Mar 2006 15:33:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys hash.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 15:33:20 -0000 andre 2006-03-12 15:33:19 UTC FreeBSD src repository Added files: sys/sys hash.h Log: Import of OpenBSD's sys/sys/hash.h providing generic 32bit hash functions. Requested by: flz (to port Open[BGP|OSPF]D) MFC after: 3 days Revision Changes Path 1.1 +128 -0 src/sys/sys/hash.h (new) From owner-cvs-all@FreeBSD.ORG Sun Mar 12 15:34:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CDE16A405; Sun, 12 Mar 2006 15:34:38 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6D543D53; Sun, 12 Mar 2006 15:34:34 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CFYYCc007988; Sun, 12 Mar 2006 15:34:34 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CFYYl5007987; Sun, 12 Mar 2006 15:34:34 GMT (envelope-from andre) Message-Id: <200603121534.k2CFYYl5007987@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 12 Mar 2006 15:34:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys hash.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 15:34:38 -0000 andre 2006-03-12 15:34:33 UTC FreeBSD src repository Modified files: sys/sys hash.h Log: Remove comment that does not appy to FreeBSD. Revision Changes Path 1.2 +0 -8 src/sys/sys/hash.h From owner-cvs-all@FreeBSD.ORG Sun Mar 12 16:27:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F7C516A416; Sun, 12 Mar 2006 16:27:41 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117C443D46; Sun, 12 Mar 2006 16:27:41 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CGReWA009894; Sun, 12 Mar 2006 16:27:40 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CGReDG009893; Sun, 12 Mar 2006 16:27:40 GMT (envelope-from andre) Message-Id: <200603121627.k2CGReDG009893@repoman.freebsd.org> From: Andre Oppermann Date: Sun, 12 Mar 2006 16:27:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 16:27:54 -0000 andre 2006-03-12 16:27:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mbuf.c Log: MFC rev. 1.23: Properly handle the case when the packet secondary zone can't allocate further mbuf clusters to attach to mbufs. Approved by: re (scottl) Revision Changes Path 1.9.2.6 +2 -2 src/sys/kern/kern_mbuf.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 16:38:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 500B116A402; Sun, 12 Mar 2006 16:38:29 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5C243D49; Sun, 12 Mar 2006 16:38:29 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CGcSIY010285; Sun, 12 Mar 2006 16:38:28 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CGcSSt010283; Sun, 12 Mar 2006 16:38:28 GMT (envelope-from scottl) Message-Id: <200603121638.k2CGcSSt010283@repoman.freebsd.org> From: Scott Long Date: Sun, 12 Mar 2006 16:38:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/iir iir.c iir.h iir_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 16:38:30 -0000 scottl 2006-03-12 16:38:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/iir iir.c iir.h iir_pci.c Log: Update the iir driver to include >4GB support. Approved by: re Revision Changes Path 1.13.2.1 +153 -156 src/sys/dev/iir/iir.c 1.13.2.1 +12 -17 src/sys/dev/iir/iir.h 1.15.2.1 +8 -7 src/sys/dev/iir/iir_pci.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 16:39:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B57A516A400; Sun, 12 Mar 2006 16:39:40 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738D643D45; Sun, 12 Mar 2006 16:39:40 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CGdeIr010331; Sun, 12 Mar 2006 16:39:40 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CGdeDK010330; Sun, 12 Mar 2006 16:39:40 GMT (envelope-from scottl) Message-Id: <200603121639.k2CGdeDK010330@repoman.freebsd.org> From: Scott Long Date: Sun, 12 Mar 2006 16:39:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/conf PAE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 16:39:41 -0000 scottl 2006-03-12 16:39:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/conf PAE Log: MFC: iir works on PAE now. Approved by: re Revision Changes Path 1.16.2.3 +0 -1 src/sys/i386/conf/PAE From owner-cvs-all@FreeBSD.ORG Sun Mar 12 18:08:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB7116A401; Sun, 12 Mar 2006 18:08:50 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A56F843D45; Sun, 12 Mar 2006 18:08:50 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CI8og0020951; Sun, 12 Mar 2006 18:08:50 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CI8orG020950; Sun, 12 Mar 2006 18:08:50 GMT (envelope-from tobez) Message-Id: <200603121808.k2CI8orG020950@repoman.freebsd.org> From: Anton Berezin Date: Sun, 12 Mar 2006 18:08:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/p5-GStreamer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 18:08:51 -0000 tobez 2006-03-12 18:08:50 UTC FreeBSD ports repository Modified files: multimedia/p5-GStreamer Makefile Log: Mark as BROKEN, since it uses strndup() which FreeBSD does not have. When this problem is fixed, the following additional steps are needed to make the port operational: - require *threaded* lang/perl5.8; - modify MAKE_ENV similar to what math/PDL currently does. Approved by: portmgr (kris) Revision Changes Path 1.6 +2 -0 ports/multimedia/p5-GStreamer/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 12 18:42:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7DC416A40B; Sun, 12 Mar 2006 18:42:12 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C944E43D5A; Sun, 12 Mar 2006 18:42:11 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CIgBbN022110; Sun, 12 Mar 2006 18:42:11 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CIgBoc022109; Sun, 12 Mar 2006 18:42:11 GMT (envelope-from matteo) Message-Id: <200603121842.k2CIgBoc022109@repoman.freebsd.org> From: Matteo Riondato Date: Sun, 12 Mar 2006 18:42:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/periodic/daily 440.status-mailq X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 18:42:13 -0000 matteo 2006-03-12 18:42:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/periodic/daily 440.status-mailq Log: MFC: Fix output and exit status when daily_mailq_shorten is set to YES PR: conf/93472 Approved by: re (scottl) Revision Changes Path 1.9.14.1 +9 -7 src/etc/periodic/daily/440.status-mailq From owner-cvs-all@FreeBSD.ORG Sun Mar 12 18:54:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E770916A452; Sun, 12 Mar 2006 18:54:45 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8049243D58; Sun, 12 Mar 2006 18:54:41 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CIsfdP022578; Sun, 12 Mar 2006 18:54:41 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CIseHd022577; Sun, 12 Mar 2006 18:54:40 GMT (envelope-from damien) Message-Id: <200603121854.k2CIseHd022577@repoman.freebsd.org> From: Damien Bergamini Date: Sun, 12 Mar 2006 18:54:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c if_iwivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 18:54:46 -0000 damien 2006-03-12 18:54:40 UTC FreeBSD src repository Modified files: sys/dev/iwi if_iwi.c if_iwivar.h Log: o don't use '-' characters in firmware names o call firmware_put() early to release the firmware module o on firmware panics or watchdog timeouts, schedule a task to reinitialize the interface (we may sleep in iwi_init()) o discard oversized rx frames Revision Changes Path 1.34 +32 -17 src/sys/dev/iwi/if_iwi.c 1.10 +2 -1 src/sys/dev/iwi/if_iwivar.h From owner-cvs-all@FreeBSD.ORG Sun Mar 12 18:56:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D39016A418; Sun, 12 Mar 2006 18:56:06 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B749C43D48; Sun, 12 Mar 2006 18:56:04 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CIu49R022705; Sun, 12 Mar 2006 18:56:04 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CIu4QF022704; Sun, 12 Mar 2006 18:56:04 GMT (envelope-from brueffer) Message-Id: <200603121856.k2CIu4QF022704@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 12 Mar 2006 18:56:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 18:56:06 -0000 brueffer 2006-03-12 18:56:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: o Add a section on swap encryption o Remove the swap encryption stuff from the disk encryption section Reviewed by: Ken Tom, remko Revision Changes Path 1.250 +131 -11 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 19:01:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EA4916A41A; Sun, 12 Mar 2006 19:01:05 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BADB143D60; Sun, 12 Mar 2006 19:01:00 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CJ10bM023014; Sun, 12 Mar 2006 19:01:00 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CJ10oP023013; Sun, 12 Mar 2006 19:01:00 GMT (envelope-from damien) Message-Id: <200603121901.k2CJ10oP023013@repoman.freebsd.org> From: Damien Bergamini Date: Sun, 12 Mar 2006 19:01:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ipw if_ipw.c if_ipwreg.h if_ipwvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 19:01:09 -0000 damien 2006-03-12 19:01:00 UTC FreeBSD src repository Modified files: sys/dev/ipw if_ipw.c if_ipwreg.h if_ipwvar.h Log: sync w/ iwi: o fix locking o use firmware(9) o cosmetic Revision Changes Path 1.17 +177 -187 src/sys/dev/ipw/if_ipw.c 1.2 +70 -62 src/sys/dev/ipw/if_ipwreg.h 1.4 +4 -17 src/sys/dev/ipw/if_ipwvar.h From owner-cvs-all@FreeBSD.ORG Sun Mar 12 19:06:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD6D16A400; Sun, 12 Mar 2006 19:06:07 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91EEF43D53; Sun, 12 Mar 2006 19:06:06 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CJ66u6023300; Sun, 12 Mar 2006 19:06:06 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CJ66j8023299; Sun, 12 Mar 2006 19:06:06 GMT (envelope-from damien) Message-Id: <200603121906.k2CJ66j8023299@repoman.freebsd.org> From: Damien Bergamini Date: Sun, 12 Mar 2006 19:06:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/iwi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 19:06:07 -0000 damien 2006-03-12 19:06:06 UTC FreeBSD src repository Modified files: sys/modules/iwi Makefile Log: remove depedancy with vnode_if.h. it is no longer needed. Revision Changes Path 1.4 +1 -1 src/sys/modules/iwi/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 12 19:06:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DAF16A54C; Sun, 12 Mar 2006 19:06:36 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF4AC43D45; Sun, 12 Mar 2006 19:06:36 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CJ6aCp023331; Sun, 12 Mar 2006 19:06:36 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CJ6aaP023330; Sun, 12 Mar 2006 19:06:36 GMT (envelope-from brueffer) Message-Id: <200603121906.k2CJ6aaP023330@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 12 Mar 2006 19:06:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 19:06:37 -0000 brueffer 2006-03-12 19:06:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Oops, "written by" should have been used here. Revision Changes Path 1.251 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 19:19:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9602E16A400; Sun, 12 Mar 2006 19:19:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4109B43D48; Sun, 12 Mar 2006 19:19:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CJJi6r023863; Sun, 12 Mar 2006 19:19:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CJJiAJ023862; Sun, 12 Mar 2006 19:19:44 GMT (envelope-from marcus) Message-Id: <200603121919.k2CJJiAJ023862@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Mar 2006 19:19:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 19:19:44 -0000 marcus 2006-03-12 19:19:44 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Update to 2.8.7. * Remove support for PERL_{BUILD,RUN}_DEPENDS Approved by: portmgr (implicit) Revision Changes Path 1.107 +1 -1 ports/devel/portlint/Makefile 1.88 +3 -3 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Sun Mar 12 19:24:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782E416A400; Sun, 12 Mar 2006 19:24:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3707843D45; Sun, 12 Mar 2006 19:24:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CJONw9024059; Sun, 12 Mar 2006 19:24:23 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CJONSA024058; Sun, 12 Mar 2006 19:24:23 GMT (envelope-from marcus) Message-Id: <200603121924.k2CJONSA024058@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 Mar 2006 19:24:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 19:24:23 -0000 marcus 2006-03-12 19:24:23 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Announce GNOME 2.13.92 (aka GNOME 2.14 Release Candidate) for FreeBSD. Revision Changes Path 1.115 +20 -0 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 19:54:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A979416A401; Sun, 12 Mar 2006 19:54:36 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B92C943D5A; Sun, 12 Mar 2006 19:54:34 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CJsYGQ025137; Sun, 12 Mar 2006 19:54:34 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CJsYUm025136; Sun, 12 Mar 2006 19:54:34 GMT (envelope-from kientzle) Message-Id: <200603121954.k2CJsYUm025136@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 12 Mar 2006 19:54:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 19:54:37 -0000 kientzle 2006-03-12 19:54:34 UTC FreeBSD src repository Removed files: lib/libarchive Makefile.am Log: Remove automake source from FreeBSD tree. Revision Changes Path 1.6 +0 -72 src/lib/libarchive/Makefile.am (dead) From owner-cvs-all@FreeBSD.ORG Sun Mar 12 19:55:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED5C216A46A; Sun, 12 Mar 2006 19:55:03 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED1543D62; Sun, 12 Mar 2006 19:55:02 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CJt2wn025213; Sun, 12 Mar 2006 19:55:02 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CJt275025212; Sun, 12 Mar 2006 19:55:02 GMT (envelope-from kientzle) Message-Id: <200603121955.k2CJt275025212@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 12 Mar 2006 19:55:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tar Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 19:55:05 -0000 kientzle 2006-03-12 19:55:02 UTC FreeBSD src repository Removed files: usr.bin/tar Makefile.am Log: Remove non-FreeBSD source from FreeBSD repository. Revision Changes Path 1.5 +0 -20 src/usr.bin/tar/Makefile.am (dead) From owner-cvs-all@FreeBSD.ORG Sun Mar 12 19:57:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A97A16A405; Sun, 12 Mar 2006 19:57:54 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1025A43D45; Sun, 12 Mar 2006 19:57:54 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CJvr3X025326; Sun, 12 Mar 2006 19:57:53 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CJvr57025325; Sun, 12 Mar 2006 19:57:53 GMT (envelope-from remko) Message-Id: <200603121957.k2CJvr57025325@repoman.freebsd.org> From: Remko Lodder Date: Sun, 12 Mar 2006 19:57:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 19:57:59 -0000 remko 2006-03-12 19:57:53 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Add OpenSSH Remote Denial of Service (FreeBSD SA-06:09.openssh) to the vuxml list. Approved by: portmgr (Blanket VuXML) Revision Changes Path 1.969 +72 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 21:25:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC3D16A405; Sun, 12 Mar 2006 21:25:13 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FE043D46; Sun, 12 Mar 2006 21:25:13 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CLPDEL043478; Sun, 12 Mar 2006 21:25:13 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CLPDcu043477; Sun, 12 Mar 2006 21:25:13 GMT (envelope-from remko) Message-Id: <200603122125.k2CLPDcu043477@repoman.freebsd.org> From: Remko Lodder Date: Sun, 12 Mar 2006 21:25:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 21:25:14 -0000 remko 2006-03-12 21:25:13 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document nfs -- remote denial of service (FreeBSD: SA-06:10) Approved by: portmgr (blanket VuXML) Revision Changes Path 1.970 +52 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 21:50:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F3F616A400; Sun, 12 Mar 2006 21:50:03 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF11D43D45; Sun, 12 Mar 2006 21:50:02 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CLo2bf046195; Sun, 12 Mar 2006 21:50:02 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CLo2Ot046194; Sun, 12 Mar 2006 21:50:02 GMT (envelope-from scottl) Message-Id: <200603122150.k2CLo2Ot046194@repoman.freebsd.org> From: Scott Long Date: Sun, 12 Mar 2006 21:50:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs msdosfs_denode.c src/sys/fs/ntfs ntfs_vnops.c src/sys/fs/nwfs nwfs_node.c src/sys/fs/smbfs smbfs_node.c src/sys/fs/udf udf_vnops.c src/sys/isofs/cd9660 cd9660_node.c src/sys/nfsclient ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 21:50:03 -0000 scottl 2006-03-12 21:50:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/hpfs hpfs_vnops.c sys/fs/msdosfs msdosfs_denode.c sys/fs/ntfs ntfs_vnops.c sys/fs/nwfs nwfs_node.c sys/fs/smbfs smbfs_node.c sys/fs/udf udf_vnops.c sys/isofs/cd9660 cd9660_node.c sys/nfsclient nfs_node.c Log: MFC: Call vfs_destroy_object() before v_data gets set to NULL. Approved by: re Revision Changes Path 1.66.2.1 +5 -1 src/sys/fs/hpfs/hpfs_vnops.c 1.88.2.2 +4 -1 src/sys/fs/msdosfs/msdosfs_denode.c 1.55.2.2 +5 -1 src/sys/fs/ntfs/ntfs_vnops.c 1.36.2.1 +5 -1 src/sys/fs/nwfs/nwfs_node.c 1.28.2.1 +4 -1 src/sys/fs/smbfs/smbfs_node.c 1.58.2.1 +5 -1 src/sys/fs/udf/udf_vnops.c 1.54.2.1 +4 -1 src/sys/isofs/cd9660/cd9660_node.c 1.76.2.2 +5 -1 src/sys/nfsclient/nfs_node.c From owner-cvs-all@FreeBSD.ORG Sun Mar 12 21:50:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1655916A404; Sun, 12 Mar 2006 21:50:15 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA55B43D45; Sun, 12 Mar 2006 21:50:14 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CLoEbV046256; Sun, 12 Mar 2006 21:50:14 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CLoEEL046255; Sun, 12 Mar 2006 21:50:14 GMT (envelope-from lofi) Message-Id: <200603122150.k2CLoEEL046255@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 12 Mar 2006 21:50:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/kdeadmin3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 21:50:20 -0000 lofi 2006-03-12 21:50:14 UTC FreeBSD ports repository Modified files: sysutils/kdeadmin3 Makefile Log: Fix kpackage on FreeBSD 6,7. PR: ports/94231 Submitted by: Scot Hetzel Approved by: portmgr (marcus) Revision Changes Path 1.41 +3 -0 ports/sysutils/kdeadmin3/Makefile From owner-cvs-all@FreeBSD.ORG Sun Mar 12 21:51:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B0F16A402; Sun, 12 Mar 2006 21:51:52 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD1443D46; Sun, 12 Mar 2006 21:51:52 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CLpqb4046484; Sun, 12 Mar 2006 21:51:52 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CLpqcH046483; Sun, 12 Mar 2006 21:51:52 GMT (envelope-from mnag) Message-Id: <200603122151.k2CLpqcH046483@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 12 Mar 2006 21:51:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/xbms Makefile pkg-plist ports/net/xbms/files xbms.in xbms.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 21:51:53 -0000 mnag 2006-03-12 21:51:52 UTC FreeBSD ports repository Modified files: net/xbms Makefile pkg-plist Added files: net/xbms/files xbms.in Removed files: net/xbms/files xbms.sh.sample Log: - Fix MASTER_SITES. [1] - Use USE_RC_SUBR and add rc.d script. - Preserve .conf file - Bump PORTREVISION - portlint(1) PR: 94248 Submitted by: Ion-Mihai "IOnut" Tetcu Reported by: fenner's distfile survey [1] Approved by: portmgr (marcus) Revision Changes Path 1.7 +8 -5 ports/net/xbms/Makefile 1.1 +26 -0 ports/net/xbms/files/xbms.in (new) 1.3 +0 -35 ports/net/xbms/files/xbms.sh.sample (dead) 1.3 +2 -2 ports/net/xbms/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Mar 12 22:56:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E3316A401; Sun, 12 Mar 2006 22:56:57 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8AC43D45; Sun, 12 Mar 2006 22:56:57 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CMuufv049881; Sun, 12 Mar 2006 22:56:57 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CMuuKa049880; Sun, 12 Mar 2006 22:56:56 GMT (envelope-from rik) Message-Id: <200603122256.k2CMuuKa049880@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Mar 2006 22:56:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 22:56:58 -0000 rik 2006-03-12 22:56:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Add support for Cronyx Tau32-PCI adapters. Revision Changes Path 1.13.2.96 +12 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.22.2.430 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Sun Mar 12 23:43:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 486B516A406; Sun, 12 Mar 2006 23:43:08 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72AF43D69; Sun, 12 Mar 2006 23:43:02 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CNh2fn051467; Sun, 12 Mar 2006 23:43:02 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CNh2iq051466; Sun, 12 Mar 2006 23:43:02 GMT (envelope-from rik) Message-Id: <200603122343.k2CNh2iq051466@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Mar 2006 23:43:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 23:43:08 -0000 rik 2006-03-12 23:43:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/share/misc dev.archlist.txt Log: MFC: Add support for Cronyx Tau32-PCI adapters. Approved by: re(scottl) Revision Changes Path 1.282.2.9 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.883.2.13 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.62.2.9 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Sun Mar 12 23:44:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2EA16A410; Sun, 12 Mar 2006 23:44:25 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A9643DBB; Sun, 12 Mar 2006 23:44:00 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2CNi0Et051567; Sun, 12 Mar 2006 23:44:00 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2CNi0GK051566; Sun, 12 Mar 2006 23:44:00 GMT (envelope-from rik) Message-Id: <200603122344.k2CNi0GK051566@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 12 Mar 2006 23:44:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2006 23:44:25 -0000 rik 2006-03-12 23:44:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/share/misc dev.archlist.txt Log: MFC: Add support for Cronyx Tau32-PCI adapters. Approved by: re(scottl) Revision Changes Path 1.227.2.35 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.761.2.54 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.5.2.32 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Mon Mar 13 00:49:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06EBF16A400; Mon, 13 Mar 2006 00:49:29 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C3F43D48; Mon, 13 Mar 2006 00:49:28 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D0nSJG061468; Mon, 13 Mar 2006 00:49:28 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D0nSJD061467; Mon, 13 Mar 2006 00:49:28 GMT (envelope-from deischen) Message-Id: <200603130049.k2D0nSJD061467@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 13 Mar 2006 00:49:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys cdefs.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 00:49:29 -0000 deischen 2006-03-13 00:49:28 UTC FreeBSD src repository Modified files: sys/sys cdefs.h Log: Add macros for generating symbol version assembler opcodes. Revision Changes Path 1.92 +8 -0 src/sys/sys/cdefs.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 00:53:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6A4016A400; Mon, 13 Mar 2006 00:53:21 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E4843D46; Mon, 13 Mar 2006 00:53:21 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D0rL3R062614; Mon, 13 Mar 2006 00:53:21 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D0rLtO062613; Mon, 13 Mar 2006 00:53:21 GMT (envelope-from deischen) Message-Id: <200603130053.k2D0rLtO062613@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 13 Mar 2006 00:53:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc Versions.def src/lib/libc/alpha Symbol.map src/lib/libc/amd64 Symbol.map src/lib/libc/arm Symbol.map src/lib/libc/compat-43 Symbol.map src/lib/libc/db Symbol.map src/lib/libc/gdtoa Symbol.map src/lib/libc/gen ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 00:53:23 -0000 deischen 2006-03-13 00:53:21 UTC FreeBSD src repository Added files: lib/libc Versions.def lib/libc/alpha Symbol.map lib/libc/amd64 Symbol.map lib/libc/arm Symbol.map lib/libc/compat-43 Symbol.map lib/libc/db Symbol.map lib/libc/gdtoa Symbol.map lib/libc/gen Symbol.map lib/libc/gmon Symbol.map lib/libc/i386 Symbol.map lib/libc/ia64 Symbol.map lib/libc/locale Symbol.map lib/libc/net Symbol.map lib/libc/nls Symbol.map lib/libc/posix1e Symbol.map lib/libc/powerpc Symbol.map lib/libc/quad Symbol.map lib/libc/regex Symbol.map lib/libc/rpc Symbol.map lib/libc/softfloat Symbol.map lib/libc/sparc64 Symbol.map lib/libc/stdio Symbol.map lib/libc/stdlib Symbol.map lib/libc/stdtime Symbol.map lib/libc/string Symbol.map lib/libc/sys Symbol.map lib/libc/uuid Symbol.map lib/libc/xdr Symbol.map lib/libc/yp Symbol.map Log: Add symbol maps and initial symbol version definitions to libc. Reviewed by: davidxu Revision Changes Path 1.1 +12 -0 src/lib/libc/Versions.def (new) 1.1 +77 -0 src/lib/libc/alpha/Symbol.map (new) 1.1 +73 -0 src/lib/libc/amd64/Symbol.map (new) 1.1 +66 -0 src/lib/libc/arm/Symbol.map (new) 1.1 +21 -0 src/lib/libc/compat-43/Symbol.map (new) 1.1 +30 -0 src/lib/libc/db/Symbol.map (new) 1.1 +39 -0 src/lib/libc/gdtoa/Symbol.map (new) 1.1 +446 -0 src/lib/libc/gen/Symbol.map (new) 1.1 +13 -0 src/lib/libc/gmon/Symbol.map (new) 1.1 +71 -0 src/lib/libc/i386/Symbol.map (new) 1.1 +77 -0 src/lib/libc/ia64/Symbol.map (new) 1.1 +100 -0 src/lib/libc/locale/Symbol.map (new) 1.1 +247 -0 src/lib/libc/net/Symbol.map (new) 1.1 +7 -0 src/lib/libc/nls/Symbol.map (new) 1.1 +68 -0 src/lib/libc/posix1e/Symbol.map (new) 1.1 +60 -0 src/lib/libc/powerpc/Symbol.map (new) 1.1 +34 -0 src/lib/libc/quad/Symbol.map (new) 1.1 +8 -0 src/lib/libc/regex/Symbol.map (new) 1.1 +244 -0 src/lib/libc/rpc/Symbol.map (new) 1.1 +45 -0 src/lib/libc/softfloat/Symbol.map (new) 1.1 +117 -0 src/lib/libc/sparc64/Symbol.map (new) 1.1 +144 -0 src/lib/libc/stdio/Symbol.map (new) 1.1 +98 -0 src/lib/libc/stdlib/Symbol.map (new) 1.1 +34 -0 src/lib/libc/stdtime/Symbol.map (new) 1.1 +80 -0 src/lib/libc/string/Symbol.map (new) 1.1 +950 -0 src/lib/libc/sys/Symbol.map (new) 1.1 +12 -0 src/lib/libc/uuid/Symbol.map (new) 1.1 +45 -0 src/lib/libc/xdr/Symbol.map (new) 1.1 +23 -0 src/lib/libc/yp/Symbol.map (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 13 00:53:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7975F16A408; Mon, 13 Mar 2006 00:53:34 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F94D43D49; Mon, 13 Mar 2006 00:53:32 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D0rWwZ062650; Mon, 13 Mar 2006 00:53:32 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D0rWVl062649; Mon, 13 Mar 2006 00:53:32 GMT (envelope-from mnag) Message-Id: <200603130053.k2D0rWVl062649@repoman.freebsd.org> From: Marcus Alves Grando Date: Mon, 13 Mar 2006 00:53:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix-policyd-sf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 00:53:34 -0000 mnag 2006-03-13 00:53:32 UTC FreeBSD ports repository Modified files: mail/postfix-policyd-sf Makefile distinfo Log: - Update to 1.73 and fix fetch [1]. [1] http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.7.2005100603/postfix-policyd-sf-1.71.log PR: 94391 Submitted by: maintainer Approved by: portmgr (marcus) Revision Changes Path 1.12 +1 -2 ports/mail/postfix-policyd-sf/Makefile 1.10 +3 -3 ports/mail/postfix-policyd-sf/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 13 00:56:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 973E416A400; Mon, 13 Mar 2006 00:56:02 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462A243D45; Mon, 13 Mar 2006 00:56:02 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D0u2dN062807; Mon, 13 Mar 2006 00:56:02 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D0u2g6062806; Mon, 13 Mar 2006 00:56:02 GMT (envelope-from deischen) Message-Id: <200603130056.k2D0u2g6062806@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 13 Mar 2006 00:56:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 00:56:04 -0000 deischen 2006-03-13 00:56:02 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Add hooks to build libc with symbol versioning. This is disabled by default; add SYMVER_ENABLED=true to /etc/make.conf to enable it. libc should get a version bump before this is enabled by default. Reviewed by: davidxu Revision Changes Path 1.59 +14 -0 src/lib/libc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 13 00:58:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38CD16A400; Mon, 13 Mar 2006 00:58:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3EF243D45; Mon, 13 Mar 2006 00:58:41 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D0wfGI062950; Mon, 13 Mar 2006 00:58:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D0wfvn062949; Mon, 13 Mar 2006 00:58:41 GMT (envelope-from pjd) Message-Id: <200603130058.k2D0wfvn062949@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 13 Mar 2006 00:58:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 00:58:42 -0000 pjd 2006-03-13 00:58:41 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c Log: - Speed up synchronization process by using configurable number of I/O requests in parallel. + Add kern.geom.mirror.sync_requests tunable which defines how many parallel I/O requests should be used. + Retire kern.geom.mirror.reqs_per_sync and kern.geom.mirror.syncs_per_sec sysctls. - Fix race between regular and synchronization requests. - Reimplement mirror's data synchronization - do not use the topology lock for this purpose, as it may case deadlocks. - Stop synchronization from pre-sync hook. - Fix some other minor issues. MFC after: 3 days Revision Changes Path 1.76 +476 -220 src/sys/geom/mirror/g_mirror.c 1.21 +14 -5 src/sys/geom/mirror/g_mirror.h 1.14 +69 -49 src/sys/geom/mirror/g_mirror_ctl.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 00:59:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8730516A400; Mon, 13 Mar 2006 00:59:54 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE1B43D49; Mon, 13 Mar 2006 00:59:53 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D0xrjl063336; Mon, 13 Mar 2006 00:59:53 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D0xrMh063335; Mon, 13 Mar 2006 00:59:53 GMT (envelope-from deischen) Message-Id: <200603130059.k2D0xrMh063335@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 13 Mar 2006 00:59:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpthread Makefile pthread.map src/lib/libpthread/sys thr_error.c src/lib/libpthread/thread thr_accept.c thr_aio_suspend.c thr_atfork.c thr_attr_destroy.c thr_attr_get_np.c thr_attr_getdetachstate.c thr_attr_getguardsize.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 00:59:55 -0000 deischen 2006-03-13 00:59:53 UTC FreeBSD src repository Modified files: lib/libpthread Makefile pthread.map lib/libpthread/sys thr_error.c lib/libpthread/thread thr_accept.c thr_aio_suspend.c thr_atfork.c thr_attr_destroy.c thr_attr_get_np.c thr_attr_getdetachstate.c thr_attr_getguardsize.c thr_attr_getinheritsched.c thr_attr_getschedparam.c thr_attr_getschedpolicy.c thr_attr_getscope.c thr_attr_getstack.c thr_attr_getstackaddr.c thr_attr_getstacksize.c thr_attr_init.c thr_attr_setcreatesuspend_np.c thr_attr_setdetachstate.c thr_attr_setguardsize.c thr_attr_setinheritsched.c thr_attr_setschedparam.c thr_attr_setschedpolicy.c thr_attr_setscope.c thr_attr_setstack.c thr_attr_setstackaddr.c thr_attr_setstacksize.c thr_barrier.c thr_barrierattr.c thr_cancel.c thr_clean.c thr_close.c thr_concurrency.c thr_cond.c thr_condattr_destroy.c thr_condattr_init.c thr_connect.c thr_creat.c thr_create.c thr_detach.c thr_equal.c thr_execve.c thr_exit.c thr_fcntl.c thr_fork.c thr_fsync.c thr_getprio.c thr_getschedparam.c thr_info.c thr_init.c thr_join.c thr_kill.c thr_main_np.c thr_mattr_init.c thr_mattr_kind_np.c thr_msync.c thr_multi_np.c thr_mutex.c thr_mutex_prioceiling.c thr_mutex_protocol.c thr_mutexattr_destroy.c thr_nanosleep.c thr_once.c thr_open.c thr_pause.c thr_poll.c thr_private.h thr_pselect.c thr_pspinlock.c thr_raise.c thr_read.c thr_readv.c thr_resume_np.c thr_rwlock.c thr_rwlockattr.c thr_select.c thr_self.c thr_sem.c thr_setprio.c thr_setschedparam.c thr_sigaction.c thr_sigaltstack.c thr_sigmask.c thr_sigpending.c thr_sigprocmask.c thr_sigsuspend.c thr_sigwait.c thr_single_np.c thr_sleep.c thr_spec.c thr_spinlock.c thr_suspend_np.c thr_switch_np.c thr_symbols.c thr_system.c thr_tcdrain.c thr_vfork.c thr_wait.c thr_wait4.c thr_waitpid.c thr_write.c thr_writev.c thr_yield.c Log: Add compatibility symbol maps. libpthread (.so.1 and .so.2) used LIBTHREAD_1_0 as its version definition, but now needs to define its symbols in the same namespace used by libc. The compatibility hooks allows you to use libraries and binaries built and linked to libpthread before libc was built with symbol versioning. The shims can be removed if libpthread is given a version bump. Reviewed by: davidxu Revision Changes Path 1.55 +4 -1 src/lib/libpthread/Makefile 1.17 +380 -14 src/lib/libpthread/pthread.map 1.9 +2 -0 src/lib/libpthread/sys/thr_error.c 1.3 +3 -0 src/lib/libpthread/thread/thr_accept.c 1.9 +3 -0 src/lib/libpthread/thread/thr_aio_suspend.c 1.2 +3 -0 src/lib/libpthread/thread/thr_atfork.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_destroy.c 1.5 +3 -0 src/lib/libpthread/thread/thr_attr_get_np.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_getdetachstate.c 1.3 +3 -0 src/lib/libpthread/thread/thr_attr_getguardsize.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_getinheritsched.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_getschedparam.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_getschedpolicy.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_getscope.c 1.2 +3 -0 src/lib/libpthread/thread/thr_attr_getstack.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_getstackaddr.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_getstacksize.c 1.11 +3 -0 src/lib/libpthread/thread/thr_attr_init.c 1.9 +3 -0 src/lib/libpthread/thread/thr_attr_setcreatesuspend_np.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_setdetachstate.c 1.7 +3 -0 src/lib/libpthread/thread/thr_attr_setguardsize.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_setinheritsched.c 1.11 +3 -0 src/lib/libpthread/thread/thr_attr_setschedparam.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_setschedpolicy.c 1.11 +3 -0 src/lib/libpthread/thread/thr_attr_setscope.c 1.2 +3 -0 src/lib/libpthread/thread/thr_attr_setstack.c 1.8 +3 -0 src/lib/libpthread/thread/thr_attr_setstackaddr.c 1.9 +3 -0 src/lib/libpthread/thread/thr_attr_setstacksize.c 1.2 +7 -0 src/lib/libpthread/thread/thr_barrier.c 1.2 +9 -0 src/lib/libpthread/thread/thr_barrierattr.c 1.33 +9 -0 src/lib/libpthread/thread/thr_cancel.c 1.10 +5 -0 src/lib/libpthread/thread/thr_clean.c 1.18 +3 -0 src/lib/libpthread/thread/thr_close.c 1.10 +5 -0 src/lib/libpthread/thread/thr_concurrency.c 1.54 +15 -0 src/lib/libpthread/thread/thr_cond.c 1.8 +3 -0 src/lib/libpthread/thread/thr_condattr_destroy.c 1.9 +3 -0 src/lib/libpthread/thread/thr_condattr_init.c 1.3 +3 -0 src/lib/libpthread/thread/thr_connect.c 1.9 +3 -0 src/lib/libpthread/thread/thr_creat.c 1.60 +3 -0 src/lib/libpthread/thread/thr_create.c 1.24 +3 -0 src/lib/libpthread/thread/thr_detach.c 1.7 +3 -0 src/lib/libpthread/thread/thr_equal.c 1.4 +3 -0 src/lib/libpthread/thread/thr_execve.c 1.40 +3 -0 src/lib/libpthread/thread/thr_exit.c 1.20 +3 -0 src/lib/libpthread/thread/thr_fcntl.c 1.37 +3 -0 src/lib/libpthread/thread/thr_fork.c 1.15 +3 -0 src/lib/libpthread/thread/thr_fsync.c 1.10 +3 -0 src/lib/libpthread/thread/thr_getprio.c 1.11 +3 -0 src/lib/libpthread/thread/thr_getschedparam.c 1.28 +3 -0 src/lib/libpthread/thread/thr_info.c 1.74 +5 -0 src/lib/libpthread/thread/thr_init.c 1.29 +3 -0 src/lib/libpthread/thread/thr_join.c 1.17 +3 -0 src/lib/libpthread/thread/thr_kill.c 1.6 +3 -0 src/lib/libpthread/thread/thr_main_np.c 1.10 +3 -0 src/lib/libpthread/thread/thr_mattr_init.c 1.10 +9 -0 src/lib/libpthread/thread/thr_mattr_kind_np.c 1.10 +3 -0 src/lib/libpthread/thread/thr_msync.c 1.8 +5 -0 src/lib/libpthread/thread/thr_multi_np.c 1.50 +17 -0 src/lib/libpthread/thread/thr_mutex.c 1.9 +9 -0 src/lib/libpthread/thread/thr_mutex_prioceiling.c 1.8 +5 -0 src/lib/libpthread/thread/thr_mutex_protocol.c 1.9 +3 -0 src/lib/libpthread/thread/thr_mutexattr_destroy.c 1.26 +4 -0 src/lib/libpthread/thread/thr_nanosleep.c 1.11 +3 -0 src/lib/libpthread/thread/thr_once.c 1.17 +3 -0 src/lib/libpthread/thread/thr_open.c 1.9 +3 -0 src/lib/libpthread/thread/thr_pause.c 1.17 +3 -0 src/lib/libpthread/thread/thr_poll.c 1.125 +34 -0 src/lib/libpthread/thread/thr_private.h 1.6 +3 -0 src/lib/libpthread/thread/thr_pselect.c 1.4 +11 -0 src/lib/libpthread/thread/thr_pspinlock.c 1.2 +3 -0 src/lib/libpthread/thread/thr_raise.c 1.19 +3 -0 src/lib/libpthread/thread/thr_read.c 1.20 +3 -0 src/lib/libpthread/thread/thr_readv.c 1.19 +5 -0 src/lib/libpthread/thread/thr_resume_np.c 1.15 +19 -0 src/lib/libpthread/thread/thr_rwlock.c 1.9 +9 -0 src/lib/libpthread/thread/thr_rwlockattr.c 1.27 +3 -0 src/lib/libpthread/thread/thr_select.c 1.8 +3 -0 src/lib/libpthread/thread/thr_self.c 1.18 +8 -0 src/lib/libpthread/thread/thr_sem.c 1.11 +3 -0 src/lib/libpthread/thread/thr_setprio.c 1.14 +3 -0 src/lib/libpthread/thread/thr_setschedparam.c 1.23 +3 -0 src/lib/libpthread/thread/thr_sigaction.c 1.3 +3 -0 src/lib/libpthread/thread/thr_sigaltstack.c 1.20 +3 -0 src/lib/libpthread/thread/thr_sigmask.c 1.17 +3 -0 src/lib/libpthread/thread/thr_sigpending.c 1.18 +3 -0 src/lib/libpthread/thread/thr_sigprocmask.c 1.28 +4 -0 src/lib/libpthread/thread/thr_sigsuspend.c 1.36 +10 -0 src/lib/libpthread/thread/thr_sigwait.c 1.7 +5 -0 src/lib/libpthread/thread/thr_single_np.c 1.10 +5 -0 src/lib/libpthread/thread/thr_sleep.c 1.23 +17 -1 src/lib/libpthread/thread/thr_spec.c 1.24 +4 -0 src/lib/libpthread/thread/thr_spinlock.c 1.20 +5 -0 src/lib/libpthread/thread/thr_suspend_np.c 1.8 +4 -0 src/lib/libpthread/thread/thr_switch_np.c 1.3 +18 -0 src/lib/libpthread/thread/thr_symbols.c 1.9 +3 -0 src/lib/libpthread/thread/thr_system.c 1.9 +3 -0 src/lib/libpthread/thread/thr_tcdrain.c 1.4 +6 -1 src/lib/libpthread/thread/thr_vfork.c 1.9 +3 -0 src/lib/libpthread/thread/thr_wait.c 1.20 +3 -0 src/lib/libpthread/thread/thr_wait4.c 1.9 +3 -0 src/lib/libpthread/thread/thr_waitpid.c 1.25 +3 -0 src/lib/libpthread/thread/thr_write.c 1.25 +3 -0 src/lib/libpthread/thread/thr_writev.c 1.16 +5 -0 src/lib/libpthread/thread/thr_yield.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 01:03:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F0816A400; Mon, 13 Mar 2006 01:03:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0441943D49; Mon, 13 Mar 2006 01:03:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D13INB063542; Mon, 13 Mar 2006 01:03:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D13I3x063541; Mon, 13 Mar 2006 01:03:18 GMT (envelope-from pjd) Message-Id: <200603130103.k2D13I3x063541@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 13 Mar 2006 01:03:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/raid3 g_raid3.c g_raid3.h g_raid3_ctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 01:03:19 -0000 pjd 2006-03-13 01:03:18 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c g_raid3.h g_raid3_ctl.c Log: - Reimplement I/O data allocation to prevent deadlocks. Submitted by: green - Speed up synchronization process by using configurable number of I/O requests in parallel. + Add kern.geom.raid3.sync_requests tunable which defines how many parallel I/O requests should be used. + Retire kern.geom.raid3.reqs_per_sync and kern.geom.raid3.syncs_per_sec sysctls. - Fix race between regular and synchronization requests. - Reimplement raid3's data synchronization - do not use the topology lock for this purpose, as it may case deadlocks. - Stop synchronization from pre-sync hook. - Fix some other minor issues. Tested by: Mike Tancsa MFC after: 3 days Revision Changes Path 1.55 +540 -272 src/sys/geom/raid3/g_raid3.c 1.16 +39 -8 src/sys/geom/raid3/g_raid3.h 1.14 +93 -72 src/sys/geom/raid3/g_raid3_ctl.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 01:10:50 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A84FC16A414; Mon, 13 Mar 2006 01:10:38 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D56A43D46; Mon, 13 Mar 2006 01:10:38 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k2D1AbmS027800; Sun, 12 Mar 2006 20:10:37 -0500 (EST) Date: Sun, 12 Mar 2006 20:10:37 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: src-committers@freebsd.org, , In-Reply-To: <200603130056.k2D0u2g6062806@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Subject: Re: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 01:10:50 -0000 On Mon, 13 Mar 2006, Daniel Eischen wrote: > deischen 2006-03-13 00:56:02 UTC > > FreeBSD src repository > > Modified files: > lib/libc Makefile > Log: > Add hooks to build libc with symbol versioning. This is > disabled by default; add SYMVER_ENABLED=true to /etc/make.conf > to enable it. libc should get a version bump before this is > enabled by default. There is still one more piece missing. An awk script is used to parse the symbol maps and version definitions to generate the linker map file. I intend on adding the script to libc/scripts/version_gen.awk, but it also could be used in a similar fashion by other libraries. I know as soon as I commit it, someone will tell me to put it somewhere else. Any other suggestions? The script is here: http://people.freebsd.org/~deischen/symver/version_gen.awk Thanks, -- DE From owner-cvs-all@FreeBSD.ORG Mon Mar 13 01:15:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36B5F16A40D; Mon, 13 Mar 2006 01:15:04 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5572243D53; Mon, 13 Mar 2006 01:15:02 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D1F2Y3064634; Mon, 13 Mar 2006 01:15:02 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D1F23x064633; Mon, 13 Mar 2006 01:15:02 GMT (envelope-from deischen) Message-Id: <200603130115.k2D1F23x064633@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 13 Mar 2006 01:15:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/alpha Makefile.inc src/lib/libc/amd64 Makefile.inc src/lib/libc/arm Makefile.inc src/lib/libc/compat-43 Makefile.inc src/lib/libc/db Makefile.inc src/lib/libc/gdtoa Makefile.inc src/lib/libc/gen Makefile.inc src/lib/libc/gmon ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 01:15:05 -0000 deischen 2006-03-13 01:15:01 UTC FreeBSD src repository Modified files: lib/libc/alpha Makefile.inc lib/libc/amd64 Makefile.inc lib/libc/arm Makefile.inc lib/libc/compat-43 Makefile.inc lib/libc/db Makefile.inc lib/libc/gdtoa Makefile.inc lib/libc/gen Makefile.inc lib/libc/gmon Makefile.inc lib/libc/i386 Makefile.inc lib/libc/ia64 Makefile.inc lib/libc/locale Makefile.inc lib/libc/net Makefile.inc lib/libc/nls Makefile.inc lib/libc/posix1e Makefile.inc lib/libc/powerpc Makefile.inc lib/libc/quad Makefile.inc lib/libc/regex Makefile.inc lib/libc/rpc Makefile.inc lib/libc/softfloat Makefile.inc lib/libc/sparc64 Makefile.inc lib/libc/stdio Makefile.inc lib/libc/stdlib Makefile.inc lib/libc/stdtime Makefile.inc lib/libc/string Makefile.inc lib/libc/sys Makefile.inc lib/libc/uuid Makefile.inc lib/libc/xdr Makefile.inc lib/libc/yp Makefile.inc Log: Add each directory's symbol map file to SYM_MAPS. Revision Changes Path 1.8 +1 -0 src/lib/libc/alpha/Makefile.inc 1.4 +1 -0 src/lib/libc/amd64/Makefile.inc 1.4 +1 -0 src/lib/libc/arm/Makefile.inc 1.13 +2 -0 src/lib/libc/compat-43/Makefile.inc 1.5 +2 -0 src/lib/libc/db/Makefile.inc 1.9 +2 -0 src/lib/libc/gdtoa/Makefile.inc 1.125 +2 -0 src/lib/libc/gen/Makefile.inc 1.11 +2 -0 src/lib/libc/gmon/Makefile.inc 1.2 +1 -0 src/lib/libc/i386/Makefile.inc 1.5 +1 -0 src/lib/libc/ia64/Makefile.inc 1.61 +2 -0 src/lib/libc/locale/Makefile.inc 1.56 +2 -0 src/lib/libc/net/Makefile.inc 1.11 +2 -0 src/lib/libc/nls/Makefile.inc 1.18 +2 -0 src/lib/libc/posix1e/Makefile.inc 1.2 +1 -1 src/lib/libc/powerpc/Makefile.inc 1.10 +2 -0 src/lib/libc/quad/Makefile.inc 1.8 +2 -0 src/lib/libc/regex/Makefile.inc 1.28 +2 -0 src/lib/libc/rpc/Makefile.inc 1.3 +2 -0 src/lib/libc/softfloat/Makefile.inc 1.5 +1 -0 src/lib/libc/sparc64/Makefile.inc 1.36 +2 -0 src/lib/libc/stdio/Makefile.inc 1.51 +2 -0 src/lib/libc/stdlib/Makefile.inc 1.15 +2 -0 src/lib/libc/stdtime/Makefile.inc 1.37 +2 -0 src/lib/libc/string/Makefile.inc 1.121 +2 -0 src/lib/libc/sys/Makefile.inc 1.4 +1 -0 src/lib/libc/uuid/Makefile.inc 1.15 +2 -0 src/lib/libc/xdr/Makefile.inc 1.10 +2 -0 src/lib/libc/yp/Makefile.inc From owner-cvs-all@FreeBSD.ORG Mon Mar 13 01:17:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 489E216A405; Mon, 13 Mar 2006 01:17:40 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E6843D46; Mon, 13 Mar 2006 01:17:39 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D1HdPU064753; Mon, 13 Mar 2006 01:17:39 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D1Hdv1064752; Mon, 13 Mar 2006 01:17:39 GMT (envelope-from deischen) Message-Id: <200603130117.k2D1Hdv1064752@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 13 Mar 2006 01:17:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen _spinlock_stub.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 01:17:42 -0000 deischen 2006-03-13 01:17:39 UTC FreeBSD src repository Modified files: lib/libc/gen _spinlock_stub.c Log: Make _spinunlock() point to the spinunlock stub, not the spinlock stub. Revision Changes Path 1.9 +1 -1 src/lib/libc/gen/_spinlock_stub.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 01:42:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A150916A400; Mon, 13 Mar 2006 01:42:45 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6AC43D45; Mon, 13 Mar 2006 01:42:45 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D1gjNS065942; Mon, 13 Mar 2006 01:42:45 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D1gj2h065941; Mon, 13 Mar 2006 01:42:45 GMT (envelope-from mnag) Message-Id: <200603130142.k2D1gj2h065941@repoman.freebsd.org> From: Marcus Alves Grando Date: Mon, 13 Mar 2006 01:42:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/validator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 01:42:45 -0000 mnag 2006-03-13 01:42:45 UTC FreeBSD ports repository Modified files: www/validator Makefile distinfo Log: - Update to 0.7.2 and fix runtime error. - portlint(1) PR: 94379 Submitted by: KIMURA Yasuhiro Approved by: portmgr (marcus), maintainer Revision Changes Path 1.6 +2 -2 ports/www/validator/Makefile 1.4 +6 -6 ports/www/validator/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 13 01:43:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C6816A400; Mon, 13 Mar 2006 01:43:21 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6123843D46; Mon, 13 Mar 2006 01:43:21 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D1hLZX066013; Mon, 13 Mar 2006 01:43:21 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D1hLkZ066012; Mon, 13 Mar 2006 01:43:21 GMT (envelope-from mnag) Message-Id: <200603130143.k2D1hLkZ066012@repoman.freebsd.org> From: Marcus Alves Grando Date: Mon, 13 Mar 2006 01:43:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/plans Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 01:43:21 -0000 mnag 2006-03-13 01:43:21 UTC FreeBSD ports repository Modified files: deskutils/plans Makefile distinfo Log: - Update to 7.6.2 and fix fetch. PR: 94394 Submitted by: maintainer Approved by: portmgr (marcus) Revision Changes Path 1.33 +1 -1 ports/deskutils/plans/Makefile 1.32 +6 -6 ports/deskutils/plans/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 13 02:05:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A64916A434; Mon, 13 Mar 2006 02:05:58 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C6C43D46; Mon, 13 Mar 2006 02:05:57 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 94D203FEE; Sun, 12 Mar 2006 20:05:57 -0600 (CST) Date: Sun, 12 Mar 2006 20:05:57 -0600 To: Poul-Henning Kamp , krion@FreeBSD.org Message-ID: <20060313020557.GA4860@soaustin.net> References: <200603091449.k29EnJEi099937@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603091449.k29EnJEi099937@repoman.freebsd.org> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 02:05:58 -0000 On Thu, Mar 09, 2006 at 02:49:19PM +0000, Poul-Henning Kamp wrote: > phk 2006-03-09 14:49:19 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 > Log: > Add -F option to not fail on already installed packages. > > Submitted by: Eugene Grosbein >From src/MAINTAINERS: > pkg_install krion Pre-commit review or approval from portmgr@ requested. krion, are you OK with this? mcl From owner-cvs-all@FreeBSD.ORG Mon Mar 13 02:17:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAF716A401; Mon, 13 Mar 2006 02:17:49 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E24743D53; Mon, 13 Mar 2006 02:17:49 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D2Hn4a067344; Mon, 13 Mar 2006 02:17:49 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D2Hnh1067343; Mon, 13 Mar 2006 02:17:49 GMT (envelope-from maho) Message-Id: <200603130217.k2D2Hnh1067343@repoman.freebsd.org> From: Maho Nakata Date: Mon, 13 Mar 2006 02:17:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/calculix Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 02:17:50 -0000 maho 2006-03-13 02:17:49 UTC FreeBSD ports repository Modified files: cad/calculix Makefile Log: Fix build for old FreeBSD Submitted by: tdb Approved by: portmgr (linimon) Revision Changes Path 1.13 +1 -1 ports/cad/calculix/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 13 02:46:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07BF916A400; Mon, 13 Mar 2006 02:46:56 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D6B43D49; Mon, 13 Mar 2006 02:46:55 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D2ktL4068578; Mon, 13 Mar 2006 02:46:55 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D2ktg6068577; Mon, 13 Mar 2006 02:46:55 GMT (envelope-from davidxu) Message-Id: <200603130246.k2D2ktg6068577@repoman.freebsd.org> From: David Xu Date: Mon, 13 Mar 2006 02:46:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 02:46:56 -0000 davidxu 2006-03-13 02:46:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 vm_machdep.c Log: MFC revision 1.268, fix KSE stack alignment for gcc. Approved by: re (scottl) Revision Changes Path 1.259.2.3 +1 -1 src/sys/i386/i386/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:03:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5AE316A401; Mon, 13 Mar 2006 03:03:48 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F4643D49; Mon, 13 Mar 2006 03:03:48 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D33lTq069287; Mon, 13 Mar 2006 03:03:47 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D33lhT069286; Mon, 13 Mar 2006 03:03:47 GMT (envelope-from jeff) Message-Id: <200603130303.k2D33lhT069286@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:03:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/alpha db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:03:48 -0000 jeff 2006-03-13 03:03:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/alpha db_trace.c Log: MFC Rev 1.24 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.23.2.1 +41 -0 src/sys/alpha/alpha/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:03:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DA316A420; Mon, 13 Mar 2006 03:03:52 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C4C143D49; Mon, 13 Mar 2006 03:03:52 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D33qIQ069321; Mon, 13 Mar 2006 03:03:52 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D33qCY069320; Mon, 13 Mar 2006 03:03:52 GMT (envelope-from jeff) Message-Id: <200603130303.k2D33qCY069320@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:03:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:03:52 -0000 jeff 2006-03-13 03:03:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 db_trace.c Log: MFC Rev 1.72 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.66.2.2 +29 -1 src/sys/amd64/amd64/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:03:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E4D16A445; Mon, 13 Mar 2006 03:03:57 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDB043D46; Mon, 13 Mar 2006 03:03:55 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D33tw8069355; Mon, 13 Mar 2006 03:03:55 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D33t8B069354; Mon, 13 Mar 2006 03:03:55 GMT (envelope-from jeff) Message-Id: <200603130303.k2D33t8B069354@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:03:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/arm/arm db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:03:57 -0000 jeff 2006-03-13 03:03:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/arm/arm db_trace.c Log: MFC Rev 1.11 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.10.2.1 +19 -0 src/sys/arm/arm/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:04:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4110516A442; Mon, 13 Mar 2006 03:04:04 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A1843D46; Mon, 13 Mar 2006 03:04:00 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D340BS069391; Mon, 13 Mar 2006 03:04:00 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D340Ui069390; Mon, 13 Mar 2006 03:04:00 GMT (envelope-from jeff) Message-Id: <200603130304.k2D340Ui069390@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:04:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/coda coda_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:04:04 -0000 jeff 2006-03-13 03:04:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/coda coda_vnops.c Log: MFC Rev 1.68 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.66.2.2 +9 -12 src/sys/coda/coda_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:04:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B816516A4F1; Mon, 13 Mar 2006 03:04:05 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD1543D46; Mon, 13 Mar 2006 03:04:04 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D344kF069427; Mon, 13 Mar 2006 03:04:04 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D344Ea069426; Mon, 13 Mar 2006 03:04:04 GMT (envelope-from jeff) Message-Id: <200603130304.k2D344Ea069426@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:04:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/linux linux_getcwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:04:21 -0000 jeff 2006-03-13 03:04:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/linux linux_getcwd.c Log: MFC Rev 1.21 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.19.2.1 +4 -10 src/sys/compat/linux/linux_getcwd.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:04:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B64216A44B; Mon, 13 Mar 2006 03:04:19 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 657C343D55; Mon, 13 Mar 2006 03:04:07 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D347dv069460; Mon, 13 Mar 2006 03:04:07 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D347ep069459; Mon, 13 Mar 2006 03:04:07 GMT (envelope-from kris) Message-Id: <200603130304.k2D347ep069459@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Mar 2006 03:04:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts buildscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:04:38 -0000 kris 2006-03-13 03:04:07 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: Add some more directories temporarily until these ports can be made to clean themselves up properly. Approved by: portmgr (implicit) Revision Changes Path 1.26 +8 -4 ports/Tools/portbuild/scripts/buildscript From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:04:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF5716A44C; Mon, 13 Mar 2006 03:04:19 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1896E43D58; Mon, 13 Mar 2006 03:04:08 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D347QN069489; Mon, 13 Mar 2006 03:04:07 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D347Nb069488; Mon, 13 Mar 2006 03:04:07 GMT (envelope-from jeff) Message-Id: <200603130304.k2D347Nb069488@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:04:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:04:39 -0000 jeff 2006-03-13 03:04:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/compat/linux linux_stats.c Log: MFC Rev 1.75 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.72.2.1 +0 -48 src/sys/compat/linux/linux_stats.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:04:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E1C16A4DC; Mon, 13 Mar 2006 03:04:43 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A5B43D5F; Mon, 13 Mar 2006 03:04:13 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D34Du4069523; Mon, 13 Mar 2006 03:04:13 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D34DOG069522; Mon, 13 Mar 2006 03:04:13 GMT (envelope-from jeff) Message-Id: <200603130304.k2D34DOG069522@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:04:44 -0000 jeff 2006-03-13 03:04:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files Log: MFC Rev 1.1039 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.1031.2.25 +1 -0 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:04:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E24B816A539; Mon, 13 Mar 2006 03:04:54 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1931C43D6D; Mon, 13 Mar 2006 03:04:38 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D34bj1069570; Mon, 13 Mar 2006 03:04:37 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D34bCF069569; Mon, 13 Mar 2006 03:04:37 GMT (envelope-from kris) Message-Id: <200603130304.k2D34bCF069569@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Mar 2006 03:04:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts claim-chroot X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:04:55 -0000 kris 2006-03-13 03:04:37 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts claim-chroot Log: Mount the md image async here too Approved by: portmgr (implicit) Revision Changes Path 1.7 +1 -1 ports/Tools/portbuild/scripts/claim-chroot From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35F916A458; Mon, 13 Mar 2006 03:05:41 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B429043D5A; Mon, 13 Mar 2006 03:05:02 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D352qR069646; Mon, 13 Mar 2006 03:05:02 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D352Qw069645; Mon, 13 Mar 2006 03:05:02 GMT (envelope-from jeff) Message-Id: <200603130305.k2D352Qw069645@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/deadfs dead_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:16 -0000 jeff 2006-03-13 03:05:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/deadfs dead_vnops.c Log: MFC Rev 1.49 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.48.2.1 +14 -0 src/sys/fs/deadfs/dead_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE0AE16A467; Mon, 13 Mar 2006 03:06:15 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C422843D62; Mon, 13 Mar 2006 03:05:06 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D356FK069680; Mon, 13 Mar 2006 03:05:06 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D356eP069679; Mon, 13 Mar 2006 03:05:06 GMT (envelope-from jeff) Message-Id: <200603130305.k2D356eP069679@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/devfs devfs_devs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:16 -0000 jeff 2006-03-13 03:05:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_devs.c Log: MFC Rev 1.45 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.36.2.4 +2 -0 src/sys/fs/devfs/devfs_devs.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA7916A46F; Mon, 13 Mar 2006 03:06:16 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC8243D53; Mon, 13 Mar 2006 03:05:14 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35ESI069735; Mon, 13 Mar 2006 03:05:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35EGI069734; Mon, 13 Mar 2006 03:05:14 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35EGI069734@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:18 -0000 jeff 2006-03-13 03:05:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/msdosfs msdosfs_vnops.c Log: MFC Rev 1.163 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.160.2.2 +2 -2 src/sys/fs/msdosfs/msdosfs_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E938616A4D0; Mon, 13 Mar 2006 03:06:16 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E6D43D45; Mon, 13 Mar 2006 03:05:26 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35QrY069840; Mon, 13 Mar 2006 03:05:26 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35Qgt069839; Mon, 13 Mar 2006 03:05:26 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35Qgt069839@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/nullfs null_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:21 -0000 jeff 2006-03-13 03:05:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nullfs null_vnops.c Log: MFC Revs 1.91, 1.90 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.87.2.3 +34 -9 src/sys/fs/nullfs/null_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4EFA16A4C9; Mon, 13 Mar 2006 03:06:16 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B90F43D6D; Mon, 13 Mar 2006 03:05:22 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35LDu069806; Mon, 13 Mar 2006 03:05:21 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35LgP069805; Mon, 13 Mar 2006 03:05:21 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35LgP069805@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/nullfs null_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:21 -0000 jeff 2006-03-13 03:05:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nullfs null_vfsops.c Log: MFC Revs 1.77, 1.76, 1.73 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.72.2.3 +1 -4 src/sys/fs/nullfs/null_vfsops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CEA716A47E; Mon, 13 Mar 2006 03:06:16 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA7143D68; Mon, 13 Mar 2006 03:05:18 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35Its069772; Mon, 13 Mar 2006 03:05:18 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35II6069771; Mon, 13 Mar 2006 03:05:18 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35II6069771@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/nullfs null_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:26 -0000 jeff 2006-03-13 03:05:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/nullfs null_subr.c Log: MFC Rev 1.50 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.48.2.1 +21 -26 src/sys/fs/nullfs/null_subr.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9456A16A520; Mon, 13 Mar 2006 03:06:21 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131C743D73; Mon, 13 Mar 2006 03:05:30 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35Tw5069878; Mon, 13 Mar 2006 03:05:29 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35TQw069877; Mon, 13 Mar 2006 03:05:29 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35TQw069877@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom_vfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:26 -0000 jeff 2006-03-13 03:05:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_vfs.c Log: MFC Rev 1.10 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.9.2.2 +3 -0 src/sys/geom/geom_vfs.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627FB16A683; Mon, 13 Mar 2006 03:06:26 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2422E43D78; Mon, 13 Mar 2006 03:05:34 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35Yxh069912; Mon, 13 Mar 2006 03:05:34 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35Yu9069911; Mon, 13 Mar 2006 03:05:34 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35Yu9069911@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:27 -0000 jeff 2006-03-13 03:05:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 db_trace.c Log: MFC Revs 1.67, 1.70 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.66.2.1 +29 -1 src/sys/i386/i386/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDE5F16A64B; Mon, 13 Mar 2006 03:06:27 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB12C43D79; Mon, 13 Mar 2006 03:05:37 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35bn8069946; Mon, 13 Mar 2006 03:05:37 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35bpF069945; Mon, 13 Mar 2006 03:05:37 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35bpF069945@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ia64/ia64 db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:37 -0000 jeff 2006-03-13 03:05:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ia64/ia64 db_trace.c Log: MFC Rev 1.24 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.23.2.1 +13 -0 src/sys/ia64/ia64/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA8016A713; Mon, 13 Mar 2006 03:06:47 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8EA443D4C; Mon, 13 Mar 2006 03:05:42 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35g78069980; Mon, 13 Mar 2006 03:05:42 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35gGt069979; Mon, 13 Mar 2006 03:05:42 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35gGt069979@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_exec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:51 -0000 jeff 2006-03-13 03:05:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_exec.c Log: MFC Rev 1.288 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.275.2.4 +6 -1 src/sys/kern/kern_exec.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7417816A71B; Mon, 13 Mar 2006 03:06:50 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CF243D7F; Mon, 13 Mar 2006 03:05:47 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35lTV070014; Mon, 13 Mar 2006 03:05:47 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35lSv070013; Mon, 13 Mar 2006 03:05:47 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35lSv070013@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_ktrace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:51 -0000 jeff 2006-03-13 03:05:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_ktrace.c Log: MFC Rev 1.107 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.101.2.3 +5 -2 src/sys/kern/kern_ktrace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758B116A71C; Mon, 13 Mar 2006 03:06:51 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4900E43D7E; Mon, 13 Mar 2006 03:05:48 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35mNB070057; Mon, 13 Mar 2006 03:05:48 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35mnv070055; Mon, 13 Mar 2006 03:05:48 GMT (envelope-from sam) Message-Id: <200603130305.k2D35mnv070055@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Mar 2006 03:05:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:51 -0000 sam 2006-03-13 03:05:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_var.h Log: MFC: when scanning channels marked passive defer probe request until 802.11 traffic is seend; fixes problems with ap's hiding their ssid Approved by: re (mux) Revision Changes Path 1.62.2.10 +12 -0 src/sys/net80211/ieee80211_input.c 1.48.2.10 +27 -0 src/sys/net80211/ieee80211_node.c 1.17.2.5 +1 -0 src/sys/net80211/ieee80211_node.h 1.17.2.8 +4 -12 src/sys/net80211/ieee80211_proto.c 1.22.2.11 +1 -0 src/sys/net80211/ieee80211_var.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F1316A575; Mon, 13 Mar 2006 03:06:51 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1540643D83; Mon, 13 Mar 2006 03:05:51 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35oWc070089; Mon, 13 Mar 2006 03:05:50 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35oFf070088; Mon, 13 Mar 2006 03:05:50 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35oFf070088@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:52 -0000 jeff 2006-03-13 03:05:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_lock.c Log: MFC Revs 1.96, 1.91, 1.90 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.89.2.3 +17 -34 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65CD816A6F9; Mon, 13 Mar 2006 03:06:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA02543D86; Mon, 13 Mar 2006 03:05:51 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35pCG070117; Mon, 13 Mar 2006 03:05:51 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35piA070116; Mon, 13 Mar 2006 03:05:51 GMT (envelope-from kris) Message-Id: <200603130305.k2D35piA070116@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 13 Mar 2006 03:05:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Tools/portbuild/scripts pdispatch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:52 -0000 kris 2006-03-13 03:05:51 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts pdispatch Log: Temporarily back out the pre.log change, it doesn't work properly. Approved by: portmgr (implicit) Revision Changes Path 1.28 +6 -6 ports/Tools/portbuild/scripts/pdispatch From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BA5716A71F; Mon, 13 Mar 2006 03:06:52 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1019143D8A; Mon, 13 Mar 2006 03:05:55 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35sWV070151; Mon, 13 Mar 2006 03:05:54 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35sFl070150; Mon, 13 Mar 2006 03:05:54 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35sFl070150@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:52 -0000 jeff 2006-03-13 03:05:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_shutdown.c Log: MFC Rev 1.177 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.174.2.3 +3 -0 src/sys/kern/kern_shutdown.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 966D216A451; Mon, 13 Mar 2006 03:06:52 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D2C43D8C; Mon, 13 Mar 2006 03:05:58 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D35ws3070185; Mon, 13 Mar 2006 03:05:58 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D35wja070184; Mon, 13 Mar 2006 03:05:58 GMT (envelope-from jeff) Message-Id: <200603130305.k2D35wja070184@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:05:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern subr_stack.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:53 -0000 jeff 2006-03-13 03:05:58 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/kern subr_stack.c Log: VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.2.2.1 +169 -0 src/sys/kern/subr_stack.c (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CDE716A45A; Mon, 13 Mar 2006 03:06:52 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D810843D8E; Mon, 13 Mar 2006 03:06:03 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D363dO070223; Mon, 13 Mar 2006 03:06:03 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D363jg070222; Mon, 13 Mar 2006 03:06:03 GMT (envelope-from jeff) Message-Id: <200603130306.k2D363jg070222@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:53 -0000 jeff 2006-03-13 03:06:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_usrreq.c Log: MFC Rev 1.162 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.155.2.3 +5 -2 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:06:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C52816A63D; Mon, 13 Mar 2006 03:06:53 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955CA43D95; Mon, 13 Mar 2006 03:06:09 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D369b7070265; Mon, 13 Mar 2006 03:06:09 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D369Ff070264; Mon, 13 Mar 2006 03:06:09 GMT (envelope-from jeff) Message-Id: <200603130306.k2D369Ff070264@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:06:53 -0000 jeff 2006-03-13 03:06:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_bio.c Log: MFC Revs 1.503, 1.501, 1.493 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.491.2.7 +1 -3 src/sys/kern/vfs_bio.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF3216A48F; Mon, 13 Mar 2006 03:06:54 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9951C43D98; Mon, 13 Mar 2006 03:06:14 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36EEt070312; Mon, 13 Mar 2006 03:06:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36Er7070311; Mon, 13 Mar 2006 03:06:14 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36Er7070311@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_cache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:05 -0000 jeff 2006-03-13 03:06:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_cache.c Log: MFC Rev 1.104 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.103.2.1 +1 -1 src/sys/kern/vfs_cache.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B93D416A5E8; Mon, 13 Mar 2006 03:07:03 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410CA43D45; Mon, 13 Mar 2006 03:06:18 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36IHQ070351; Mon, 13 Mar 2006 03:06:18 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36IOK070350; Mon, 13 Mar 2006 03:06:18 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36IOK070350@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_default.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:12 -0000 jeff 2006-03-13 03:06:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_default.c Log: MFC Rev 1.128 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.127.2.2 +0 -5 src/sys/kern/vfs_default.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C90B916A743; Mon, 13 Mar 2006 03:07:03 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66A243D46; Mon, 13 Mar 2006 03:06:22 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36M3t070385; Mon, 13 Mar 2006 03:06:22 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36MEO070384; Mon, 13 Mar 2006 03:06:22 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36MEO070384@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_lookup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:13 -0000 jeff 2006-03-13 03:06:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_lookup.c Log: MFC Revs 1.88, 1.86 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.80.2.5 +15 -7 src/sys/kern/vfs_lookup.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2073A16A76A; Mon, 13 Mar 2006 03:07:12 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A1043D58; Mon, 13 Mar 2006 03:06:28 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36RZx070419; Mon, 13 Mar 2006 03:06:27 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36Rh3070418; Mon, 13 Mar 2006 03:06:27 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36Rh3070418@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:13 -0000 jeff 2006-03-13 03:06:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_mount.c Log: MFC Revs 1.218, 1.217, 1.216 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.196.2.8 +70 -21 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9677516A7EC; Mon, 13 Mar 2006 03:07:18 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D692043D5E; Mon, 13 Mar 2006 03:06:34 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36YlI070457; Mon, 13 Mar 2006 03:06:34 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36Ymg070456; Mon, 13 Mar 2006 03:06:34 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36Ymg070456@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:19 -0000 jeff 2006-03-13 03:06:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC Revs 1.664, 1.661, 1.660, 1.659, 1.658, 1.657 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.635.2.16 +62 -35 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2382C16A83F; Mon, 13 Mar 2006 03:07:19 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5254A43D62; Mon, 13 Mar 2006 03:06:40 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36e8D070495; Mon, 13 Mar 2006 03:06:40 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36e9S070494; Mon, 13 Mar 2006 03:06:40 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36e9S070494@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:24 -0000 jeff 2006-03-13 03:06:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_syscalls.c Log: MFC Revs 1.409, 1.404, 1.403, 1.402, 1.401 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.392.2.7 +50 -19 src/sys/kern/vfs_syscalls.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5369316A5D8; Mon, 13 Mar 2006 03:07:19 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FADC43D64; Mon, 13 Mar 2006 03:06:45 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36jK0070529; Mon, 13 Mar 2006 03:06:45 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36jvR070528; Mon, 13 Mar 2006 03:06:45 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36jvR070528@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:25 -0000 jeff 2006-03-13 03:06:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_vnops.c Log: MFC Revs 1.237, 1.236, 1.234 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.233.2.1 +79 -15 src/sys/kern/vfs_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4948116A873; Mon, 13 Mar 2006 03:07:25 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C45F43D68; Mon, 13 Mar 2006 03:06:50 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36owk070563; Mon, 13 Mar 2006 03:06:50 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36oTQ070562; Mon, 13 Mar 2006 03:06:50 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36oTQ070562@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsserver nfs_serv.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:40 -0000 jeff 2006-03-13 03:06:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs_serv.c Log: MFC Revs 1.163, 1.162 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.156.2.2 +52 -62 src/sys/nfsserver/nfs_serv.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CAF716A630; Mon, 13 Mar 2006 03:07:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C5243D69; Mon, 13 Mar 2006 03:06:58 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D36vsT070597; Mon, 13 Mar 2006 03:06:57 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D36vDn070596; Mon, 13 Mar 2006 03:06:57 GMT (envelope-from jeff) Message-Id: <200603130306.k2D36vDn070596@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:06:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsserver nfs_srvsubs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:56 -0000 jeff 2006-03-13 03:06:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs_srvsubs.c Log: MFC Rev 1.138 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.136.2.1 +1 -1 src/sys/nfsserver/nfs_srvsubs.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46AAB16A7BB; Mon, 13 Mar 2006 03:07:55 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0165A43D6A; Mon, 13 Mar 2006 03:07:02 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D371jn070636; Mon, 13 Mar 2006 03:07:01 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D371WH070635; Mon, 13 Mar 2006 03:07:01 GMT (envelope-from jeff) Message-Id: <200603130307.k2D371WH070635@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/powerpc/powerpc db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:56 -0000 jeff 2006-03-13 03:07:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/powerpc/powerpc db_trace.c Log: MFC Rev 1.10 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.9.2.1 +23 -0 src/sys/powerpc/powerpc/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:07:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4907B16A89E; Mon, 13 Mar 2006 03:07:55 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0921D43D6D; Mon, 13 Mar 2006 03:07:06 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D375B1070678; Mon, 13 Mar 2006 03:07:05 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D375jY070677; Mon, 13 Mar 2006 03:07:05 GMT (envelope-from jeff) Message-Id: <200603130307.k2D375jY070677@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/sparc64 db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:07:57 -0000 jeff 2006-03-13 03:07:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/sparc64 db_trace.c Log: MFC Revs 1.24, 1.25 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.23.2.1 +39 -4 src/sys/sparc64/sparc64/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:08:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C5416A740; Mon, 13 Mar 2006 03:07:56 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B7B43D72; Mon, 13 Mar 2006 03:07:10 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D379oX070714; Mon, 13 Mar 2006 03:07:09 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D3797D070713; Mon, 13 Mar 2006 03:07:09 GMT (envelope-from jeff) Message-Id: <200603130307.k2D3797D070713@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys lockmgr.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:08:00 -0000 jeff 2006-03-13 03:07:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys lockmgr.h Log: MFC Revs 1.49, 1.48 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.47.2.1 +5 -19 src/sys/sys/lockmgr.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:08:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7CE16A90A; Mon, 13 Mar 2006 03:08:00 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A8543D45; Mon, 13 Mar 2006 03:07:14 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37EUp070750; Mon, 13 Mar 2006 03:07:14 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37Ebj070749; Mon, 13 Mar 2006 03:07:14 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37Ebj070749@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys mount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:08:01 -0000 jeff 2006-03-13 03:07:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys mount.h Log: MFC Revs 1.208, 1.207, 1.206, 1.205 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.197.2.3 +26 -11 src/sys/sys/mount.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:08:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E85B316A96C; Mon, 13 Mar 2006 03:08:01 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD32E43D5A; Mon, 13 Mar 2006 03:07:17 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37HnL070786; Mon, 13 Mar 2006 03:07:17 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37HdE070785; Mon, 13 Mar 2006 03:07:17 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37HdE070785@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys stack.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:08:02 -0000 jeff 2006-03-13 03:07:17 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/sys stack.h Log: MFC VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.2.2.1 +62 -0 src/sys/sys/stack.h (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:08:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD7916A986; Mon, 13 Mar 2006 03:08:02 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85AAF43D60; Mon, 13 Mar 2006 03:07:23 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37N5s070823; Mon, 13 Mar 2006 03:07:23 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37NMX070822; Mon, 13 Mar 2006 03:07:23 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37NMX070822@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys systm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:08:06 -0000 jeff 2006-03-13 03:07:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys systm.h Log: MFC Rev 1.238 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.234.2.2 +1 -0 src/sys/sys/systm.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:08:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D3C216A56E; Mon, 13 Mar 2006 03:08:26 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA6543D64; Mon, 13 Mar 2006 03:07:28 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37Sj1070857; Mon, 13 Mar 2006 03:07:28 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37SFK070856; Mon, 13 Mar 2006 03:07:28 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37SFK070856@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys vnode.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:08:28 -0000 jeff 2006-03-13 03:07:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys vnode.h Log: MFC Revs 1.315, 1.314, 1.305 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.304.2.7 +3 -10 src/sys/sys/vnode.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:08:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F265316A9AC; Mon, 13 Mar 2006 03:08:32 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F0A43D78; Mon, 13 Mar 2006 03:07:33 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37XV7070895; Mon, 13 Mar 2006 03:07:33 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37XvD070894; Mon, 13 Mar 2006 03:07:33 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37XvD070894@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:08:38 -0000 jeff 2006-03-13 03:07:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_alloc.c Log: MFC Rev 1.139 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.132.2.4 +3 -3 src/sys/ufs/ffs/ffs_alloc.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:08:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6440D16AA13; Mon, 13 Mar 2006 03:08:37 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B1A43D7B; Mon, 13 Mar 2006 03:07:37 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37b5g070930; Mon, 13 Mar 2006 03:07:37 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37b13070929; Mon, 13 Mar 2006 03:07:37 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37b13070929@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_extern.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:08:38 -0000 jeff 2006-03-13 03:07:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_extern.h Log: MFC Revs 1.71, 1.70 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.69.2.1 +8 -5 src/sys/ufs/ffs/ffs_extern.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:08:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD46716AAC7; Mon, 13 Mar 2006 03:08:48 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D8CE43D67; Mon, 13 Mar 2006 03:07:42 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37gcZ070964; Mon, 13 Mar 2006 03:07:42 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37g1W070963; Mon, 13 Mar 2006 03:07:42 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37g1W070963@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:08:51 -0000 jeff 2006-03-13 03:07:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_snapshot.c Log: MFC Revs 1.115, 1.114, 1.113 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.103.2.4 +88 -1 src/sys/ufs/ffs/ffs_snapshot.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 816CA16A7EB; Mon, 13 Mar 2006 03:08:51 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D9643D83; Mon, 13 Mar 2006 03:07:49 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37nTC071002; Mon, 13 Mar 2006 03:07:49 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37n1L071001; Mon, 13 Mar 2006 03:07:49 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37n1L071001@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:23 -0000 jeff 2006-03-13 03:07:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC Revs 1.192, 1.191, 1.190, 1.189 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.181.2.7 +478 -255 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559D916AADC; Mon, 13 Mar 2006 03:09:29 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F6943D4C; Mon, 13 Mar 2006 03:07:56 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D37upH071047; Mon, 13 Mar 2006 03:07:56 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D37ubL071046; Mon, 13 Mar 2006 03:07:56 GMT (envelope-from jeff) Message-Id: <200603130307.k2D37ubL071046@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:07:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:30 -0000 jeff 2006-03-13 03:07:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_vfsops.c Log: MFC Revs 1.301, 1.302, 1.303 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.290.2.7 +46 -7 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AEB916AAF3; Mon, 13 Mar 2006 03:09:29 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B8243D68; Mon, 13 Mar 2006 03:08:00 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D380Rh071089; Mon, 13 Mar 2006 03:08:00 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D380lr071088; Mon, 13 Mar 2006 03:08:00 GMT (envelope-from jeff) Message-Id: <200603130308.k2D380lr071088@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:08:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ffs softdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:30 -0000 jeff 2006-03-13 03:08:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs softdep.h Log: MFC Rev 1.19 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.17.2.2 +1 -6 src/sys/ufs/ffs/softdep.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A2F416A867; Mon, 13 Mar 2006 03:09:38 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93C743D5A; Mon, 13 Mar 2006 03:08:03 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D383aL071132; Mon, 13 Mar 2006 03:08:03 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D383fC071131; Mon, 13 Mar 2006 03:08:03 GMT (envelope-from jeff) Message-Id: <200603130308.k2D383fC071131@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:08:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufsmount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:39 -0000 jeff 2006-03-13 03:08:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufsmount.h Log: MFC Revs 1.36, 1.35 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.34.2.1 +9 -0 src/sys/ufs/ufs/ufsmount.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 130F516A871; Mon, 13 Mar 2006 03:09:39 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC2443D46; Mon, 13 Mar 2006 03:08:08 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D388Km071167; Mon, 13 Mar 2006 03:08:08 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D388jG071166; Mon, 13 Mar 2006 03:08:08 GMT (envelope-from jeff) Message-Id: <200603130308.k2D388jG071166@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:08:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:39 -0000 jeff 2006-03-13 03:08:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_extattr.c Log: MFC Rev 1.84 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.81.2.3 +1 -1 src/sys/ufs/ufs/ufs_extattr.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C81416A878; Mon, 13 Mar 2006 03:09:39 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C6443D55; Mon, 13 Mar 2006 03:08:13 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D38Cak071201; Mon, 13 Mar 2006 03:08:12 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D38Cnt071200; Mon, 13 Mar 2006 03:08:12 GMT (envelope-from jeff) Message-Id: <200603130308.k2D38Cnt071200@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:08:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:39 -0000 jeff 2006-03-13 03:08:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_inode.c Log: MFC Revs 1.65, 1.66 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.63.2.2 +36 -3 src/sys/ufs/ufs/ufs_inode.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2658A16A87D; Mon, 13 Mar 2006 03:09:39 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8579543D60; Mon, 13 Mar 2006 03:08:17 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D38H8x071235; Mon, 13 Mar 2006 03:08:17 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D38HdG071234; Mon, 13 Mar 2006 03:08:17 GMT (envelope-from jeff) Message-Id: <200603130308.k2D38HdG071234@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:08:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/ufs/ufs ufs_quota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:39 -0000 jeff 2006-03-13 03:08:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ufs ufs_quota.c Log: MFC Revs 1.81, 1.80 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.74.2.2 +6 -2 src/sys/ufs/ufs/ufs_quota.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BD316AB2E; Mon, 13 Mar 2006 03:09:39 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1804843D6D; Mon, 13 Mar 2006 03:08:22 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D38LIu071269; Mon, 13 Mar 2006 03:08:21 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D38LU1071268; Mon, 13 Mar 2006 03:08:21 GMT (envelope-from jeff) Message-Id: <200603130308.k2D38LU1071268@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:08:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vm_object.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:39 -0000 jeff 2006-03-13 03:08:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vm_object.c Log: MFC Revs 1.357, 1.355 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.349.2.4 +8 -6 src/sys/vm/vm_object.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:09:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8667F16A887; Mon, 13 Mar 2006 03:09:39 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC7FE43D72; Mon, 13 Mar 2006 03:08:26 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D38Qt9071303; Mon, 13 Mar 2006 03:08:26 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D38QPW071302; Mon, 13 Mar 2006 03:08:26 GMT (envelope-from jeff) Message-Id: <200603130308.k2D38QPW071302@repoman.freebsd.org> From: Jeff Roberson Date: Mon, 13 Mar 2006 03:08:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/vm vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:09:50 -0000 jeff 2006-03-13 03:08:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/vm vnode_pager.c Log: MFC Rev 1.226 VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by: re (scottl) Revision Changes Path 1.221.2.6 +6 -14 src/sys/vm/vnode_pager.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:10:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1075B16ACCF; Mon, 13 Mar 2006 03:10:26 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C33543D7F; Mon, 13 Mar 2006 03:09:18 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D39I33071360; Mon, 13 Mar 2006 03:09:18 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D39IfI071359; Mon, 13 Mar 2006 03:09:18 GMT (envelope-from sam) Message-Id: <200603130309.k2D39IfI071359@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Mar 2006 03:09:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:10:42 -0000 sam 2006-03-13 03:09:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_input.c Log: MFC 1.89: deliver an l2uf frame on sta join to prime the bridge Approved by: re (mux) Revision Changes Path 1.62.2.11 +51 -0 src/sys/net80211/ieee80211_input.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:12:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A57C16A81D; Mon, 13 Mar 2006 03:12:06 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CDC43D77; Mon, 13 Mar 2006 03:10:31 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D3AVwK071463; Mon, 13 Mar 2006 03:10:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D3AVD2071462; Mon, 13 Mar 2006 03:10:31 GMT (envelope-from sam) Message-Id: <200603130310.k2D3AVD2071462@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Mar 2006 03:10:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211_proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:12:10 -0000 sam 2006-03-13 03:10:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_proto.c Log: MFC 1.30: fix switching between agressive and non-agressive wmm modes Approved by: re (mux) Revision Changes Path 1.17.2.9 +2 -2 src/sys/net80211/ieee80211_proto.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:13:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB15F16ABA2; Mon, 13 Mar 2006 03:13:06 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839FA43D7F; Mon, 13 Mar 2006 03:11:14 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D3BEI9071542; Mon, 13 Mar 2006 03:11:14 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D3BEsr071541; Mon, 13 Mar 2006 03:11:14 GMT (envelope-from nork) Message-Id: <200603130311.k2D3BEsr071541@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 13 Mar 2006 03:11:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/scim-prime Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:13:27 -0000 nork 2006-03-13 03:11:14 UTC FreeBSD ports repository Modified files: japanese/scim-prime Makefile pkg-plist Log: Conversion to a single libtool environment. Approved by: portmgr(linimon) Revision Changes Path 1.7 +1 -3 ports/japanese/scim-prime/Makefile 1.3 +4 -0 ports/japanese/scim-prime/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:14:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DADF16AC49; Mon, 13 Mar 2006 03:14:09 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B4843D8A; Mon, 13 Mar 2006 03:11:47 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D3Bl3o071583; Mon, 13 Mar 2006 03:11:47 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D3BlHM071582; Mon, 13 Mar 2006 03:11:47 GMT (envelope-from nork) Message-Id: <200603130311.k2D3BlHM071582@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 13 Mar 2006 03:11:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/scim-skk Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:14:10 -0000 nork 2006-03-13 03:11:47 UTC FreeBSD ports repository Modified files: japanese/scim-skk Makefile pkg-plist Log: Conversion to a single libtool environment. Approved by: portmgr(linimon) Revision Changes Path 1.13 +1 -2 ports/japanese/scim-skk/Makefile 1.3 +4 -0 ports/japanese/scim-skk/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Mar 13 03:16:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4453A16AB3C; Mon, 13 Mar 2006 03:16:38 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81A943D8A; Mon, 13 Mar 2006 03:14:18 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D3EI1d071766; Mon, 13 Mar 2006 03:14:18 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D3EIrI071765; Mon, 13 Mar 2006 03:14:18 GMT (envelope-from nork) Message-Id: <200603130314.k2D3EIrI071765@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 13 Mar 2006 03:14:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/dirmngr Makefile ports/security/dirmngr/files patch-doc-dirmngr.texi ports UPDATING ports/multimedia/vcdimager Makefile ports/multimedia/vcdimager/files patch-docs-vcdimager.texi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 03:16:43 -0000 nork 2006-03-13 03:14:18 UTC FreeBSD ports repository Modified files: security/dirmngr Makefile . UPDATING multimedia/vcdimager Makefile Added files: security/dirmngr/files patch-doc-dirmngr.texi multimedia/vcdimager/files patch-docs-vcdimager.texi Log: Fix typos of entries in .texi. PR: ports/93916 Reported by: many people Tested by: many people Approved by: portmgr (linimon), lofi (dirmngr's maintainer) Reviewed by: hrs (UPDATING) Revision Changes Path 1.295 +31 -1 ports/UPDATING 1.29 +1 -1 ports/multimedia/vcdimager/Makefile 1.1 +10 -0 ports/multimedia/vcdimager/files/patch-docs-vcdimager.texi (new) 1.22 +1 -1 ports/security/dirmngr/Makefile 1.1 +13 -0 ports/security/dirmngr/files/patch-doc-dirmngr.texi (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 13 04:49:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6DF916A41F; Mon, 13 Mar 2006 04:49:40 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7292643D6B; Mon, 13 Mar 2006 04:49:40 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D4neXa082896; Mon, 13 Mar 2006 04:49:40 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D4neXj082895; Mon, 13 Mar 2006 04:49:40 GMT (envelope-from deischen) Message-Id: <200603130449.k2D4neXj082895@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 13 Mar 2006 04:49:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/net Symbol.map X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 04:49:40 -0000 deischen 2006-03-13 04:49:40 UTC FreeBSD src repository Modified files: lib/libc/net Symbol.map Log: ns_name_skip was recently redefined to __ns_name_skip like the others in . Submitted by: ume Revision Changes Path 1.2 +1 -1 src/lib/libc/net/Symbol.map From owner-cvs-all@FreeBSD.ORG Mon Mar 13 05:00:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D3EF16A41F; Mon, 13 Mar 2006 05:00:14 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD9743D68; Mon, 13 Mar 2006 05:00:11 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D50BAc083391; Mon, 13 Mar 2006 05:00:11 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D50BYK083390; Mon, 13 Mar 2006 05:00:11 GMT (envelope-from kuriyama) Message-Id: <200603130500.k2D50BYK083390@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 13 Mar 2006 05:00:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-Tools Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 05:00:14 -0000 kuriyama 2006-03-13 05:00:11 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Tools Makefile distinfo Log: Upgrade to 1.74 (previous version disappeared from CPAN mirrors). Submitted by: Matthew Seaman Approved by: portmgr (marcus) Revision Changes Path 1.45 +1 -1 ports/mail/p5-Mail-Tools/Makefile 1.26 +3 -3 ports/mail/p5-Mail-Tools/distinfo From owner-cvs-all@FreeBSD.ORG Mon Mar 13 06:18:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B6716A41F; Mon, 13 Mar 2006 06:18:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 172A843D46; Mon, 13 Mar 2006 06:18:58 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D6Iv2M088203; Mon, 13 Mar 2006 06:18:57 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D6IvUA088202; Mon, 13 Mar 2006 06:18:57 GMT (envelope-from imp) Message-Id: <200603130618.k2D6IvUA088202@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Mar 2006 06:18:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys imp.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 06:18:58 -0000 imp 2006-03-13 06:18:57 UTC FreeBSD doc repository Modified files: share/pgpkeys imp.key Log: New pgp key Revision Changes Path 1.5 +29 -28 doc/share/pgpkeys/imp.key From owner-cvs-all@FreeBSD.ORG Mon Mar 13 06:32:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8156616A400; Mon, 13 Mar 2006 06:32:36 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B72343D46; Mon, 13 Mar 2006 06:32:36 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D6Wa5g088826; Mon, 13 Mar 2006 06:32:36 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D6Waes088825; Mon, 13 Mar 2006 06:32:36 GMT (envelope-from thierry) Message-Id: <200603130632.k2D6Waes088825@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 13 Mar 2006 06:32:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/ascii2binary Makefile distinfo ports/converters/ascii2binary/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 06:32:36 -0000 thierry 2006-03-13 06:32:36 UTC FreeBSD ports repository Modified files: converters/ascii2binary Makefile distinfo Added files: converters/ascii2binary/files patch-Makefile.in Log: Upgrade to 2.10 and make fetchable again. Approved by: portmgr (linimon) Revision Changes Path 1.3 +4 -2 ports/converters/ascii2binary/Makefile 1.3 +3 -3 ports/converters/ascii2binary/distinfo 1.1 +11 -0 ports/converters/ascii2binary/files/patch-Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Mon Mar 13 06:34:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC77816A400; Mon, 13 Mar 2006 06:34:18 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A0C43D46; Mon, 13 Mar 2006 06:34:18 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D6YIqw088889; Mon, 13 Mar 2006 06:34:18 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D6YIcq088888; Mon, 13 Mar 2006 06:34:18 GMT (envelope-from kuriyama) Message-Id: <200603130634.k2D6YIcq088888@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 13 Mar 2006 06:34:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/rast Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 06:34:18 -0000 kuriyama 2006-03-13 06:34:18 UTC FreeBSD ports repository Modified files: textproc/rast Makefile Log: Fix incorrect use of $OSREL for unbreak on old versions. Reported by: tdb Approved by: portmgr (linimon) Revision Changes Path 1.3 +1 -1 ports/textproc/rast/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 13 06:38:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62EEA16A41F; Mon, 13 Mar 2006 06:38:23 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F5B43D48; Mon, 13 Mar 2006 06:38:23 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D6cNlN089097; Mon, 13 Mar 2006 06:38:23 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D6cNoa089096; Mon, 13 Mar 2006 06:38:23 GMT (envelope-from ru) Message-Id: <200603130638.k2D6cNoa089096@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Mar 2006 06:38:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 06:38:23 -0000 ru 2006-03-13 06:38:22 UTC FreeBSD src repository Modified files: sys/conf files Log: Quote ${CC} when passing it in environment. Submitted by: bde Revision Changes Path 1.1102 +2 -2 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Mon Mar 13 06:41:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8767716A401; Mon, 13 Mar 2006 06:41:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3476243D5D; Mon, 13 Mar 2006 06:41:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D6f1we089294; Mon, 13 Mar 2006 06:41:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D6f1q8089293; Mon, 13 Mar 2006 06:41:01 GMT (envelope-from imp) Message-Id: <200603130641.k2D6f1q8089293@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Mar 2006 06:41:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 06:41:01 -0000 imp 2006-03-13 06:41:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Log: MFC: document audit group being added. Approved by: re@ (scottl) Revision Changes Path 1.416.2.21 +6 -1 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Mar 13 06:56:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3306B16A420; Mon, 13 Mar 2006 06:56:47 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDB443D46; Mon, 13 Mar 2006 06:56:46 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D6ukBp089870; Mon, 13 Mar 2006 06:56:46 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D6ukQH089869; Mon, 13 Mar 2006 06:56:46 GMT (envelope-from maho) Message-Id: <200603130656.k2D6ukQH089869@repoman.freebsd.org> From: Maho Nakata Date: Mon, 13 Mar 2006 06:56:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/taucs Makefile ports/math/taucs/files patch-config+FreeBSD.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 06:56:47 -0000 maho 2006-03-13 06:56:46 UTC FreeBSD ports repository Modified files: math/taucs Makefile math/taucs/files patch-config+FreeBSD.mk Log: Now we don't create static lib of atlas port as default. This affects taucs port as well Approved by: portmgr (linimon) Revision Changes Path 1.5 +2 -2 ports/math/taucs/Makefile 1.2 +8 -3 ports/math/taucs/files/patch-config+FreeBSD.mk From owner-cvs-all@FreeBSD.ORG Mon Mar 13 08:08:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2016016A400; Mon, 13 Mar 2006 08:08:17 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485A143D4C; Mon, 13 Mar 2006 08:08:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D88Gdb092465; Mon, 13 Mar 2006 08:08:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D88Gat092464; Mon, 13 Mar 2006 08:08:16 GMT (envelope-from imp) Message-Id: <200603130808.k2D88Gat092464@repoman.freebsd.org> From: Warner Losh Date: Mon, 13 Mar 2006 08:08:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 08:08:20 -0000 imp 2006-03-13 08:08:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Log: Kill 'n' accendtially introduced in last commit. Approved by: re@ (scottl) implied because the 'n' in the last commit wasn't authorized :-) Revision Changes Path 1.416.2.22 +1 -1 src/UPDATING From owner-cvs-all@FreeBSD.ORG Mon Mar 13 08:13:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8ED16A400; Mon, 13 Mar 2006 08:13:38 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1C3E43D53; Mon, 13 Mar 2006 08:13:37 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D8Dbtg092677; Mon, 13 Mar 2006 08:13:37 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D8DbLR092676; Mon, 13 Mar 2006 08:13:37 GMT (envelope-from ps) Message-Id: <200603130813.k2D8DbLR092676@repoman.freebsd.org> From: Paul Saab Date: Mon, 13 Mar 2006 08:13:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 08:13:38 -0000 ps 2006-03-13 08:13:37 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Fix the format/display descriptor of vm.kmem_size and vm.kmem_free to be 'long' instead of 'int' so that sysctl(8) correctly displays the 8 returned bytes as a single 'long' instead of two 'int' values. Submitted by: peter Revision Changes Path 1.537 +2 -2 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 09:23:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43CB316A471; Mon, 13 Mar 2006 09:23:57 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1540943D75; Mon, 13 Mar 2006 09:23:53 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D9NqEn002940; Mon, 13 Mar 2006 09:23:52 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D9Nqrp002939; Mon, 13 Mar 2006 09:23:52 GMT (envelope-from harti) Message-Id: <200603130923.k2D9Nqrp002939@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 13 Mar 2006 09:23:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bsnmpd/bsnmpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 09:23:57 -0000 harti 2006-03-13 09:23:52 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/bsnmpd Makefile Log: Silence some warnings by defining configuration preprocessor symbols. Revision Changes Path 1.13 +1 -1 src/usr.sbin/bsnmpd/bsnmpd/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 13 09:28:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CEA416A436; Mon, 13 Mar 2006 09:28:51 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9647143D8C; Mon, 13 Mar 2006 09:28:47 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D9SlkV003194; Mon, 13 Mar 2006 09:28:47 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D9SlGl003193; Mon, 13 Mar 2006 09:28:47 GMT (envelope-from harti) Message-Id: <200603130928.k2D9SlGl003193@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 13 Mar 2006 09:28:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 09:28:52 -0000 harti 2006-03-13 09:28:46 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: There has been a shared libdisk for a couple of days until it was reverted back to be static-only in january. For this period libdisk was used by the HOSTRES module for bsnmp which was then rewritten to use libgeom. The only other consumer of libdisk is sysinstall so removing the shared library should be safe. Revision Changes Path 1.30 +4 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Mon Mar 13 09:30:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03BA116A422; Mon, 13 Mar 2006 09:30:30 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AFC43D79; Mon, 13 Mar 2006 09:30:27 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D9URoc003266; Mon, 13 Mar 2006 09:30:27 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D9URiJ003265; Mon, 13 Mar 2006 09:30:27 GMT (envelope-from harti) Message-Id: <200603130930.k2D9URiJ003265@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 13 Mar 2006 09:30:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/bsnmp FREEBSD-Xlist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 09:30:30 -0000 harti 2006-03-13 09:30:26 UTC FreeBSD src repository Modified files: contrib/bsnmp FREEBSD-Xlist Log: Don't import tree.h from the distribution - we have our own one in sys. Revision Changes Path 1.5 +1 -0 src/contrib/bsnmp/FREEBSD-Xlist From owner-cvs-all@FreeBSD.ORG Mon Mar 13 09:37:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 360DC16A401; Mon, 13 Mar 2006 09:37:23 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E20B443D45; Mon, 13 Mar 2006 09:37:22 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2D9bMhP003828; Mon, 13 Mar 2006 09:37:22 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2D9bMfl003826; Mon, 13 Mar 2006 09:37:22 GMT (envelope-from harti) Message-Id: <200603130937.k2D9bMfl003826@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 13 Mar 2006 09:37:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Cc: Subject: cvs commit: src/contrib/ngatm/man libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unisap.3 unistruct.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 09:37:27 -0000 harti 2006-03-13 09:37:22 UTC FreeBSD src repository Modified files: (Branch: BEGEMOT) contrib/ngatm/man libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unisap.3 unistruct.3 Log: Vendor fix: small man fixes, fix type names u_int8_t -> uint8_t. Revision Changes Path 1.1.1.4 +4 -4 src/contrib/ngatm/man/libngatm.3 1.1.1.4 +7 -3 src/contrib/ngatm/man/uniaddr.3 1.1.1.4 +8 -5 src/contrib/ngatm/man/unifunc.3 1.1.1.3 +47 -32 src/contrib/ngatm/man/unimsg.3 1.1.1.3 +39 -29 src/contrib/ngatm/man/unisap.3 1.1.1.4 +4 -1 src/contrib/ngatm/man/unistruct.3 From owner-cvs-all@FreeBSD.ORG Mon Mar 13 10:37:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326C316A453; Mon, 13 Mar 2006 10:37:28 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA00843D48; Mon, 13 Mar 2006 10:37:25 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DAbP7S007782; Mon, 13 Mar 2006 10:37:25 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DAbPcC007781; Mon, 13 Mar 2006 10:37:25 GMT (envelope-from davidxu) Message-Id: <200603131037.k2DAbPcC007781@repoman.freebsd.org> From: David Xu Date: Mon, 13 Mar 2006 10:37:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 10:37:40 -0000 davidxu 2006-03-13 10:37:25 UTC FreeBSD src repository Modified files: sys/sys proc.h sys/kern kern_thread.c Log: Remove unused code. Revision Changes Path 1.230 +0 -24 src/sys/kern/kern_thread.c 1.457 +0 -1 src/sys/sys/proc.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 11:45:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF36B16A423; Mon, 13 Mar 2006 11:45:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E3343D46; Mon, 13 Mar 2006 11:45:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DBjUCu010929; Mon, 13 Mar 2006 11:45:30 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DBjTFa010928; Mon, 13 Mar 2006 11:45:29 GMT (envelope-from rwatson) Message-Id: <200603131145.k2DBjTFa010928@repoman.freebsd.org> From: Robert Watson Date: Mon, 13 Mar 2006 11:45:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/getfacl getfacl.1 getfacl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 11:45:31 -0000 rwatson 2006-03-13 11:45:29 UTC FreeBSD src repository Modified files: bin/getfacl getfacl.1 getfacl.c Log: Add "-q" argument to getfacl(1), which suppresses the per-file header comment listing the file name, owner, and group. MFC after: 1 week Submitted by: Jan Srzednicki Revision Changes Path 1.10 +4 -1 src/bin/getfacl/getfacl.1 1.11 +16 -10 src/bin/getfacl/getfacl.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 14:00:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 084A116A41F; Mon, 13 Mar 2006 14:00:09 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E4A43D46; Mon, 13 Mar 2006 14:00:08 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DE08Io023165; Mon, 13 Mar 2006 14:00:08 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DE08Eh023164; Mon, 13 Mar 2006 14:00:08 GMT (envelope-from sos) Message-Id: <200603131400.k2DE08Eh023164@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 13 Mar 2006 14:00:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-usb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 14:00:14 -0000 sos 2006-03-13 14:00:08 UTC FreeBSD src repository Modified files: sys/dev/ata ata-usb.c Log: Put autosense data in the right place (needs a 4pos left shift). Revision Changes Path 1.2 +2 -5 src/sys/dev/ata/ata-usb.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 14:01:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B19616A420; Mon, 13 Mar 2006 14:01:38 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228DC43D49; Mon, 13 Mar 2006 14:01:38 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DE1cvK023265; Mon, 13 Mar 2006 14:01:38 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DE1clH023264; Mon, 13 Mar 2006 14:01:38 GMT (envelope-from sos) Message-Id: <200603131401.k2DE1clH023264@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 13 Mar 2006 14:01:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 14:01:38 -0000 sos 2006-03-13 14:01:38 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Add support for the JMicron JMB361, 365 and 366 chips. HW and documentation kindly provided by JMicron. Revision Changes Path 1.161 +18 -14 src/sys/dev/ata/ata-chipset.c 1.64 +3 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-all@FreeBSD.ORG Mon Mar 13 14:48:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D4A816A429; Mon, 13 Mar 2006 14:48:49 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D7E43D64; Mon, 13 Mar 2006 14:48:46 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DEmkb3025053; Mon, 13 Mar 2006 14:48:46 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DEmkW1025052; Mon, 13 Mar 2006 14:48:46 GMT (envelope-from ru) Message-Id: <200603131448.k2DEmkW1025052@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Mar 2006 14:48:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 14:48:49 -0000 ru 2006-03-13 14:48:46 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Fix build on 64-bit platforms. Revision Changes Path 1.77 +2 -2 src/sys/geom/mirror/g_mirror.c 1.56 +2 -2 src/sys/geom/raid3/g_raid3.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 14:58:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C717B16A42A; Mon, 13 Mar 2006 14:58:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0B643D45; Mon, 13 Mar 2006 14:58:37 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DEwbZp025470; Mon, 13 Mar 2006 14:58:37 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DEwbLp025469; Mon, 13 Mar 2006 14:58:37 GMT (envelope-from ru) Message-Id: <200603131458.k2DEwbLp025469@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Mar 2006 14:58:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 14:58:39 -0000 ru 2006-03-13 14:58:37 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: The mount(8) manpage says: "In case of conflicting options being specified, the rightmost option takes effect." Fix code to obey this. This makes e.g. "mount -r /usr" or "mount -ar" actually mount file systems read-only. Revision Changes Path 1.219 +39 -56 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 14:59:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E44D16A401; Mon, 13 Mar 2006 14:59:59 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FF743D5A; Mon, 13 Mar 2006 14:59:58 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DExws5025520; Mon, 13 Mar 2006 14:59:58 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DExwHg025519; Mon, 13 Mar 2006 14:59:58 GMT (envelope-from ru) Message-Id: <200603131459.k2DExwHg025519@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 Mar 2006 14:59:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_io.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 14:59:59 -0000 ru 2006-03-13 14:59:58 UTC FreeBSD src repository Modified files: sys/geom geom_io.c Log: Fix a typo. Revision Changes Path 1.69 +1 -1 src/sys/geom/geom_io.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 15:20:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75DEB16A422; Mon, 13 Mar 2006 15:20:22 +0000 (UTC) (envelope-from cejkar@fit.vutbr.cz) Received: from kazi.fit.vutbr.cz (kazi.fit.vutbr.cz [147.229.8.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E7A043D55; Mon, 13 Mar 2006 15:20:20 +0000 (GMT) (envelope-from cejkar@fit.vutbr.cz) Received: from kazi.fit.vutbr.cz (localhost [127.0.0.1]) by kazi.fit.vutbr.cz (envelope-from cejkar@fit.vutbr.cz) (8.13.5/8.13.5) with ESMTP id k2DFKImI024844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Mar 2006 16:20:18 +0100 (CET) Received: (from cejkar@localhost) by kazi.fit.vutbr.cz (8.13.5/8.13.1/Submit) id k2DFKHM2024843; Mon, 13 Mar 2006 16:20:17 +0100 (CET) (envelope-from cejkar@fit.vutbr.cz) X-Authentication-Warning: kazi.fit.vutbr.cz: cejkar set sender to cejkar@fit.vutbr.cz using -f Date: Mon, 13 Mar 2006 16:20:17 +0100 From: Rudolf Cejka To: Ceri Davies Message-ID: <20060313152017.GA24077@fit.vutbr.cz> References: <20060311152536.GD73523@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060311152536.GD73523@submonkey.net> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.54 on 147.229.8.12 Cc: Remko Lodder , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en where.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 15:20:23 -0000 Ceri Davies wrote (2006/03/11): > On Sat, Mar 11, 2006 at 03:03:37PM +0000, Remko Lodder wrote: > > Use &base; in the where.sgml file like other files also use. > While I am not wildly opposed to this, I don't really see what this > gains us, other than to make the rendered page (at least) 102 bytes > larger (&base; being equivalent to "./" most of the time). Personally, it helps me to maintain my partial Czech web translation, because I'm better warned about links, which I should check twice (and it helps me to better find them). This last commit helped me to find two bugs. Btw, did you read my mail from 20 Feb 2006? Maybe it would be interesting to the others too: -- Date: Mon, 20 Feb 2006 12:51:18 +0100 From: Rudolf Cejka To: Ceri Davies Subject: Re: where.sgml 1.78: beta.testing => beta2.testing? On Fri, Feb 17, 2006 at 05:57:55PM +0000, Ceri Davies wrote: > Spot on, thanks for pointing this out. Hello, thanks for fixing %beta2.testing in where.sgml. I'm sorry to trouble you, but I have 3 new things: 1) What about the following patch? ;o) --- where.sgml.orig Mon Feb 20 12:14:11 2006 +++ where.sgml Mon Feb 20 12:14:58 2006 @@ -169,7 +169,7 @@ -

Help With The Next FreeBSD Release

+

Help With The Next FreeBSD Release

Our developers and release engineers are working on the the next release of FreeBSD; if you wish to help with testing, --- 2) Maybe just to know for you - these constructions can make big trouble in some translations. For example, in Czech I had to extend simple "if (cond) then (text)" to more problematic "if (cond) then (text1) else (text2)" in SGML. Fortunately it is possible to solve it by adding ]]> in www//includes.sgml at the end of the file just after %includes.global; and then use . 3) Recently I have found yet another problem: Your commit www/share/sgml/includes.navdownload.sgml 1.3, which added %relincludes; into includes.navdownload.sgml file, has bad impact, that it is not possible to change definitions from includes.release.sgml in translations in a standard way anymore, which is to change www//includes.sgml. Do you have any idea, how to solve this? I did not find anything good yet. Regards. -- Rudolf Cejka http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic From owner-cvs-all@FreeBSD.ORG Mon Mar 13 15:36:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE1C216A441; Mon, 13 Mar 2006 15:36:42 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2029543D6E; Mon, 13 Mar 2006 15:36:29 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 852CC51756; Mon, 13 Mar 2006 16:36:27 +0100 (CET) Received: from localhost (ana50.internetdsl.tpnet.pl [83.17.82.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 13923516FE; Mon, 13 Mar 2006 16:36:19 +0100 (CET) Date: Mon, 13 Mar 2006 16:35:42 +0100 From: Pawel Jakub Dawidek To: Ruslan Ermilov Message-ID: <20060313153542.GC1014@garage.freebsd.pl> References: <200603131448.k2DEmkW1025052@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yVhtmJPUSI46BTXb" Content-Disposition: inline In-Reply-To: <200603131448.k2DEmkW1025052@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 15:36:44 -0000 --yVhtmJPUSI46BTXb Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 13, 2006 at 02:48:46PM +0000, Ruslan Ermilov wrote: +> ru 2006-03-13 14:48:46 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/geom/mirror g_mirror.c=20 +> sys/geom/raid3 g_raid3.c=20 +> Log: +> Fix build on 64-bit platforms. Thank you and apology to the rest. PS. I was just committing almost identical fix, but I used intptr_t instead of uintptr_t to preserve sign. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --yVhtmJPUSI46BTXb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEFZFOForvXbEpPzQRAqOJAKDmw9GZ4d6Ql65altm8lkS11ZhjpgCgg4xN XBkOITcjayIczLaQ7FOl78I= =yg27 -----END PGP SIGNATURE----- --yVhtmJPUSI46BTXb-- From owner-cvs-all@FreeBSD.ORG Mon Mar 13 16:41:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C805D16A41F; Mon, 13 Mar 2006 16:41:51 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F5B43D48; Mon, 13 Mar 2006 16:41:51 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DGfpKe030654; Mon, 13 Mar 2006 16:41:51 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DGfpPP030653; Mon, 13 Mar 2006 16:41:51 GMT (envelope-from rushani) Message-Id: <200603131641.k2DGfpPP030653@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Mon, 13 Mar 2006 16:41:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/share/sgml mailing-lists.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 16:41:52 -0000 rushani 2006-03-13 16:41:51 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/share/sgml mailing-lists.ent Log: Merge the following from the English version: 1.36 -> 1.49 share/sgml/mailing-lists.ent Submitted by: Hiroo Ono Revision Changes Path 1.7 +40 -6 doc/ja_JP.eucJP/share/sgml/mailing-lists.ent From owner-cvs-all@FreeBSD.ORG Mon Mar 13 16:46:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B810416A429; Mon, 13 Mar 2006 16:46:17 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89EB43D5D; Mon, 13 Mar 2006 16:46:15 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DGkFok031094; Mon, 13 Mar 2006 16:46:15 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DGkFaH031093; Mon, 13 Mar 2006 16:46:15 GMT (envelope-from rushani) Message-Id: <200603131646.k2DGkFaH031093@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Mon, 13 Mar 2006 16:46:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/articles Makefile doc/ja_JP.eucJP/articles/contributing article.sgml doc/ja_JP.eucJP/articles/contributors Makefile article.sgml doc/ja_JP.eucJP/articles/fbsd-from-scratch Makefile stage_1.conf.default stage_1.sh stage_2.conf.default stage_2.sh ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 16:46:27 -0000 rushani 2006-03-13 16:46:15 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/articles Makefile ja_JP.eucJP/articles/contributing article.sgml ja_JP.eucJP/articles/contributors Makefile article.sgml ja_JP.eucJP/articles/fbsd-from-scratch Makefile stage_1.sh stage_2.sh stage_3.mk ja_JP.eucJP/articles/fonts article.sgml Added files: ja_JP.eucJP/articles/fbsd-from-scratch stage_1.conf.default stage_2.conf.default Log: - Merge the following from the English version: 1.42 -> 1.47 articles/Makefile 1.503 -> 1.506 articles/contributing/article.sgml 1.9 -> 1.10 articles/contributors/Makefile 1.436 -> 1.446 articles/contributors/article.sgml New -> 1.3 articles/fbsd-from-scratch/stage_1.conf.default 1.1 -> 1.5 articles/fbsd-from-scratch/stage_1.sh New -> 1.3 articles/fbsd-from-scratch/stage_2.conf.default 1.1 -> 1.5 articles/fbsd-from-scratch/stage_2.sh 1.1 -> 1.4 articles/fbsd-from-scratch/stage_3.mk 1.27 -> 1.30 articles/fonts/article.sgml 1.23 -> 1.32 articles/problem-reports/article.sgml - Append stage_[12].conf.default into EXTRAS. articles/fbsd-from-scratch/Makefile Submitted by: Hiroo Ono Revision Changes Path 1.15 +7 -1 doc/ja_JP.eucJP/articles/Makefile 1.81 +9 -9 doc/ja_JP.eucJP/articles/contributing/article.sgml 1.10 +3 -1 doc/ja_JP.eucJP/articles/contributors/Makefile 1.21 +3 -250 doc/ja_JP.eucJP/articles/contributors/article.sgml 1.3 +2 -2 doc/ja_JP.eucJP/articles/fbsd-from-scratch/Makefile 1.1 +190 -0 doc/ja_JP.eucJP/articles/fbsd-from-scratch/stage_1.conf.default (new) 1.2 +73 -132 doc/ja_JP.eucJP/articles/fbsd-from-scratch/stage_1.sh 1.1 +89 -0 doc/ja_JP.eucJP/articles/fbsd-from-scratch/stage_2.conf.default (new) 1.2 +80 -97 doc/ja_JP.eucJP/articles/fbsd-from-scratch/stage_2.sh 1.2 +132 -44 doc/ja_JP.eucJP/articles/fbsd-from-scratch/stage_3.mk 1.12 +96 -102 doc/ja_JP.eucJP/articles/fonts/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Mar 13 16:52:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 251C316A423; Mon, 13 Mar 2006 16:52:10 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D58243D53; Mon, 13 Mar 2006 16:52:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DGqAkE038826; Mon, 13 Mar 2006 16:52:10 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DGqAWP038825; Mon, 13 Mar 2006 16:52:10 GMT (envelope-from brueffer) Message-Id: <200603131652.k2DGqAWP038825@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Mar 2006 16:52:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 16:52:11 -0000 brueffer 2006-03-13 16:52:10 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml Log: Add a pointer to the "Encrypting Swap Space" section to the "Adding Swap Space" section. Revision Changes Path 1.216 +4 -0 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Mar 13 17:36:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA0916A400; Mon, 13 Mar 2006 17:36:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E186543D46; Mon, 13 Mar 2006 17:36:20 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k2DHaBp0028529; Mon, 13 Mar 2006 12:36:11 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Ceri Davies Date: Mon, 13 Mar 2006 12:35:38 -0500 User-Agent: KMail/1.6.2 References: <200603092249.k29MniFG037730@repoman.freebsd.org> <20060310150909.GC22810@submonkey.net> In-Reply-To: <20060310150909.GC22810@submonkey.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200603131235.54531.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1327/Mon Mar 13 09:50:10 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 Makefile libi386.h smbios.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 17:36:21 -0000 On Friday 10 March 2006 10:09 am, Ceri Davies wrote: > On Thu, Mar 09, 2006 at 10:49:44PM +0000, Jung-uk Kim wrote: > > jkim 2006-03-09 22:49:44 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/boot/i386/libi386 Makefile libi386.h smbios.c > > Log: > > - Implement serial numbers, UUID, and asset tag (turned off by > > default). Use 'BOOT_SENSITIVE_INFO=YES' variable to turn them on. > > This is great, but I don't think that those variables are so > sensitive that this must be a compile-time option. I'd love to see > this be a tuneable instead if you think that it needs to be "turn > off and on-able". > > In my ideal world, it would just be on, but I realise that I don't > get to demand that, of course. Since this is loader code, it isn't practical to make it a tuneable. I can make it 'turn on and off-able' instead. ;-) If there's no objection, I will do just that. Jung-uk Kim > Cheers! > > Ceri From owner-cvs-all@FreeBSD.ORG Mon Mar 13 19:46:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2043416A400; Mon, 13 Mar 2006 19:46:03 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC9C43D48; Mon, 13 Mar 2006 19:46:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DJk2FB054228; Mon, 13 Mar 2006 19:46:02 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DJk20J054227; Mon, 13 Mar 2006 19:46:02 GMT (envelope-from garga) Message-Id: <200603131946.k2DJk20J054227@repoman.freebsd.org> From: Renato Botelho Date: Mon, 13 Mar 2006 19:46:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/sarg Makefile distinfo ports/www/sarg/files patch-datafile.c patch-realtime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 19:46:03 -0000 garga 2006-03-13 19:46:02 UTC FreeBSD ports repository Modified files: www/sarg Makefile distinfo Removed files: www/sarg/files patch-datafile.c patch-realtime.c Log: Use vendor patches to fix index.html generation Approved by: portmgr (linimon) Revision Changes Path 1.22 +4 -1 ports/www/sarg/Makefile 1.16 +6 -0 ports/www/sarg/distinfo 1.2 +0 -11 ports/www/sarg/files/patch-datafile.c (dead) 1.2 +0 -11 ports/www/sarg/files/patch-realtime.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Mar 13 20:05:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B9C16A422; Mon, 13 Mar 2006 20:05:35 +0000 (UTC) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7368943D53; Mon, 13 Mar 2006 20:05:32 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DK5Wi3057035; Mon, 13 Mar 2006 20:05:32 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DK5Wlj057034; Mon, 13 Mar 2006 20:05:32 GMT (envelope-from damien) Message-Id: <200603132005.k2DK5Wlj057034@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 13 Mar 2006 20:05:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ipw if_ipw.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 20:05:40 -0000 damien 2006-03-13 20:05:32 UTC FreeBSD src repository Modified files: sys/dev/ipw if_ipw.c Log: Don't read channel list from EEPROM since we were already scanning all 802.11b channels (1-14) regardless of what EEPROM says. Revision Changes Path 1.18 +5 -10 src/sys/dev/ipw/if_ipw.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 20:22:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342AB16A423; Mon, 13 Mar 2006 20:22:15 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E7643D45; Mon, 13 Mar 2006 20:22:14 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DKMEdK057806; Mon, 13 Mar 2006 20:22:14 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DKMEn6057805; Mon, 13 Mar 2006 20:22:14 GMT (envelope-from brueffer) Message-Id: <200603132022.k2DKMEn6057805@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 13 Mar 2006 20:22:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 20:22:15 -0000 brueffer 2006-03-13 20:22:14 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document GID 77, audit. Submitted by: Alan Amesbury Revision Changes Path 1.686 +1 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Mar 13 20:36:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 114F316A401; Mon, 13 Mar 2006 20:36:56 +0000 (UTC) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C631643D49; Mon, 13 Mar 2006 20:36:55 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DKatI6058392; Mon, 13 Mar 2006 20:36:55 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DKath5058391; Mon, 13 Mar 2006 20:36:55 GMT (envelope-from damien) Message-Id: <200603132036.k2DKath5058391@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 13 Mar 2006 20:36:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ipw.4 iwi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 20:36:56 -0000 damien 2006-03-13 20:36:55 UTC FreeBSD src repository Modified files: share/man/man4 ipw.4 iwi.4 Log: sync w/ reality. Revision Changes Path 1.9 +25 -11 src/share/man/man4/ipw.4 1.11 +26 -7 src/share/man/man4/iwi.4 From owner-cvs-all@FreeBSD.ORG Mon Mar 13 20:42:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E67516A41F; Mon, 13 Mar 2006 20:42:55 +0000 (UTC) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C245843D60; Mon, 13 Mar 2006 20:42:51 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DKgbt0058657; Mon, 13 Mar 2006 20:42:37 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DKgbXj058656; Mon, 13 Mar 2006 20:42:37 GMT (envelope-from damien) Message-Id: <200603132042.k2DKgbXj058656@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 13 Mar 2006 20:42:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 iwi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 20:42:55 -0000 damien 2006-03-13 20:42:37 UTC FreeBSD src repository Modified files: share/man/man4 iwi.4 Log: typo Revision Changes Path 1.12 +1 -1 src/share/man/man4/iwi.4 From owner-cvs-all@FreeBSD.ORG Mon Mar 13 21:00:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1168F16A400; Mon, 13 Mar 2006 21:00:55 +0000 (UTC) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BD1D43D60; Mon, 13 Mar 2006 21:00:53 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DL0rd9066909; Mon, 13 Mar 2006 21:00:53 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DL0r25066908; Mon, 13 Mar 2006 21:00:53 GMT (envelope-from damien) Message-Id: <200603132100.k2DL0r25066908@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 13 Mar 2006 21:00:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ipw.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 21:00:55 -0000 damien 2006-03-13 21:00:53 UTC FreeBSD src repository Modified files: share/man/man4 ipw.4 Log: Remove duplicate .Pp Submitted by: Christian Brueffer Revision Changes Path 1.10 +0 -1 src/share/man/man4/ipw.4 From owner-cvs-all@FreeBSD.ORG Mon Mar 13 21:09:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E154F16A41F; Mon, 13 Mar 2006 21:09:20 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4000143D8B; Mon, 13 Mar 2006 21:09:20 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DL9KKh067267; Mon, 13 Mar 2006 21:09:20 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DL9Kcn067266; Mon, 13 Mar 2006 21:09:20 GMT (envelope-from blackend) Message-Id: <200603132109.k2DL9Kcn067266@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 13 Mar 2006 21:09:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/fr/news Makefile press-rel-8.sgml press-rel-9.sgml pressreleases.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 21:09:21 -0000 blackend 2006-03-13 21:09:20 UTC FreeBSD doc repository Modified files: fr/news Makefile pressreleases.sgml Added files: fr/news press-rel-8.sgml press-rel-9.sgml Log: - MFen: news/pressreleases.sgml 1.8 --> 1.12 - Add new translated files: news/press-rel-8.sgml and news/press-rel-9.sgml - Update Makefile for the new translated files Submitted by: Antoine Brodin Revision Changes Path 1.9 +3 -1 www/fr/news/Makefile 1.1 +83 -0 www/fr/news/press-rel-8.sgml (new) 1.1 +92 -0 www/fr/news/press-rel-9.sgml (new) 1.6 +16 -3 www/fr/news/pressreleases.sgml From owner-cvs-all@FreeBSD.ORG Mon Mar 13 21:13:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C788E16A400; Mon, 13 Mar 2006 21:13:39 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FEB43D7C; Mon, 13 Mar 2006 21:13:28 +0000 (GMT) (envelope-from jkois@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DLDS1t067676; Mon, 13 Mar 2006 21:13:28 GMT (envelope-from jkois@repoman.freebsd.org) Received: (from jkois@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DLDSJK067675; Mon, 13 Mar 2006 21:13:28 GMT (envelope-from jkois) Message-Id: <200603132113.k2DLDSJK067675@repoman.freebsd.org> From: Johann Kois Date: Mon, 13 Mar 2006 21:13:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook Makefile doc/de_DE.ISO8859-1/books/handbook/advanced-networking chapter.sgml doc/de_DE.ISO8859-1/books/handbook/config chapter.sgml doc/de_DE.ISO8859-1/books/handbook/disks chapter.sgml doc/de_DE.ISO8859-1/books/handbook/l10n chapter.sgml doc/de_DE.ISO8859-1/books/handbook/linuxemu chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 21:13:39 -0000 jkois 2006-03-13 21:13:28 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/books/handbook Makefile de_DE.ISO8859-1/books/handbook/advanced-networking chapter.sgml de_DE.ISO8859-1/books/handbook/config chapter.sgml de_DE.ISO8859-1/books/handbook/disks chapter.sgml de_DE.ISO8859-1/books/handbook/l10n chapter.sgml de_DE.ISO8859-1/books/handbook/linuxemu chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_DE.ISO8859-1/books/handbook/ports chapter.sgml de_DE.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml de_DE.ISO8859-1/books/handbook/security chapter.sgml Log: MFbed: Update the German documentation set. books/handbook/Makefile fixes only books/handbook/advanced-networking/chapter.sgml 1.379 -> 1.380 books/handbook/config/chapter.sgml 1.215 -> 1.216 books/handbook/disks/chapter.sgml 1.248 -> 1.251 books/handbook/l10n/chapter.sgml 1.115 -> 1.118 books/handbook/linuxemu/chapter.sgml 1.128 -> 1.129 books/handbook/mirrors/chapter.sgml 1.408 -> 1.411 books/handbook/ports/chapter.sgml 1.252 -> 1.253 books/handbook/ppp-and-slip/chapter.sgml 1.171 -> 1.172 books/handbook/security/chapter.sgml 1.288 -> 1.292 Obtained from: The FreeBSD German Documentation Project. Revision Changes Path 1.33 +8 -1 doc/de_DE.ISO8859-1/books/handbook/Makefile 1.32 +3 -3 doc/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.41 +8 -2 doc/de_DE.ISO8859-1/books/handbook/config/chapter.sgml 1.46 +165 -21 doc/de_DE.ISO8859-1/books/handbook/disks/chapter.sgml 1.28 +23 -41 doc/de_DE.ISO8859-1/books/handbook/l10n/chapter.sgml 1.28 +6 -6 doc/de_DE.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.42 +5 -5 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.35 +6 -6 doc/de_DE.ISO8859-1/books/handbook/ports/chapter.sgml 1.30 +2 -2 doc/de_DE.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.44 +7 -4 doc/de_DE.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Mar 13 21:24:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C1F16A401; Mon, 13 Mar 2006 21:24:29 +0000 (UTC) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C1843D60; Mon, 13 Mar 2006 21:24:29 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DLOSTk068129; Mon, 13 Mar 2006 21:24:28 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DLOSPO068128; Mon, 13 Mar 2006 21:24:28 GMT (envelope-from damien) Message-Id: <200603132124.k2DLOSPO068128@repoman.freebsd.org> From: Damien Bergamini Date: Mon, 13 Mar 2006 21:24:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ral.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 21:24:29 -0000 damien 2006-03-13 21:24:28 UTC FreeBSD src repository Modified files: share/man/man4 ral.4 Log: swap Bus and MAC/BBP columns. add more devices (RT2561S and RT2661) to the list of supported hardware. Revision Changes Path 1.10 +88 -82 src/share/man/man4/ral.4 From owner-cvs-all@FreeBSD.ORG Mon Mar 13 21:56:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A01D16A401; Mon, 13 Mar 2006 21:56:43 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFF843D6B; Mon, 13 Mar 2006 21:56:42 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DLugk9069498; Mon, 13 Mar 2006 21:56:42 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DLugKo069497; Mon, 13 Mar 2006 21:56:42 GMT (envelope-from mux) Message-Id: <200603132156.k2DLugKo069497@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 13 Mar 2006 21:56:42 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup fattr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 21:56:43 -0000 mux 2006-03-13 21:56:42 UTC FreeBSD projects repository Modified files: csup fattr.c Log: Wrap another chflags() call inside #ifdef HAVE_FFLAGS. Revision Changes Path 1.42 +3 -1 projects/csup/fattr.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 22:02:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 284B116A424; Mon, 13 Mar 2006 22:02:21 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB0DA43D6D; Mon, 13 Mar 2006 22:02:20 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DM2K1W069751; Mon, 13 Mar 2006 22:02:20 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DM2K5x069750; Mon, 13 Mar 2006 22:02:20 GMT (envelope-from mux) Message-Id: <200603132202.k2DM2K5x069750@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 13 Mar 2006 22:02:20 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup globtree.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 22:02:21 -0000 mux 2006-03-13 22:02:20 UTC FreeBSD projects repository Modified files: csup globtree.c Log: Oops, include our local fnmatch.h header, not the system one. Revision Changes Path 1.5 +2 -2 projects/csup/globtree.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 22:16:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040E116A400; Mon, 13 Mar 2006 22:16:28 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD8C143D4C; Mon, 13 Mar 2006 22:16:27 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DMGRbl070365; Mon, 13 Mar 2006 22:16:27 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DMGRSG070364; Mon, 13 Mar 2006 22:16:27 GMT (envelope-from mux) Message-Id: <200603132216.k2DMGRSG070364@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 13 Mar 2006 22:16:27 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup GNUmakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 22:16:28 -0000 mux 2006-03-13 22:16:27 UTC FreeBSD projects repository Modified files: csup GNUmakefile Log: Fix the syntax, I'm apparently not supposed to enclose strings with ". Revision Changes Path 1.8 +3 -3 projects/csup/GNUmakefile From owner-cvs-all@FreeBSD.ORG Mon Mar 13 22:21:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E87C016A401; Mon, 13 Mar 2006 22:21:11 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C3443D45; Mon, 13 Mar 2006 22:21:11 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DMLBlL070561; Mon, 13 Mar 2006 22:21:11 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DMLBkd070560; Mon, 13 Mar 2006 22:21:11 GMT (envelope-from hq) Message-Id: <200603132221.k2DMLBkd070560@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 13 Mar 2006 22:21:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/sfbol Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 22:21:12 -0000 hq 2006-03-13 22:21:11 UTC FreeBSD ports repository Modified files: games/sfbol Makefile Log: Unbreak: perform extraction of sfbicon.ico in post-extract Reported by: pointyhat Approved by: portmgr (linimon, kris) Revision Changes Path 1.3 +3 -3 ports/games/sfbol/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 13 22:26:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B246216A400; Mon, 13 Mar 2006 22:26:33 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EAF43D45; Mon, 13 Mar 2006 22:26:33 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DMQXdB070744; Mon, 13 Mar 2006 22:26:33 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DMQXfD070743; Mon, 13 Mar 2006 22:26:33 GMT (envelope-from joerg) Message-Id: <200603132226.k2DMQXfD070743@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 13 Mar 2006 22:26:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 22:26:33 -0000 joerg 2006-03-13 22:26:33 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Add the TOSHIBA TransMemory USB sticks to the list of devices that hate "Synchronize cache" commands. MFC after: 1 day Revision Changes Path 1.187 +7 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 22:32:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14DB216A422; Mon, 13 Mar 2006 22:32:34 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD47043D48; Mon, 13 Mar 2006 22:32:33 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DMWXBc071019; Mon, 13 Mar 2006 22:32:33 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DMWXfQ071018; Mon, 13 Mar 2006 22:32:33 GMT (envelope-from joerg) Message-Id: <200603132232.k2DMWXfQ071018@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 13 Mar 2006 22:32:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/isofs/cd9660 cd9660_rrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 22:32:34 -0000 joerg 2006-03-13 22:32:33 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_rrip.c Log: When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridge processing, this actually means there's a double slash recorded in the symbolic link's path name. We used to start over from / then, which caused link targets like ../../bsdi.1.0/include//pathnames.h to be interpreted as /pathnahes.h. This is both contradictionary to our conventional slash interpretation, as well as potentially dangerous. The right thing to do is (obviously) to just ignore that element. bde once pointed out that mistake when he noticed it on the 4.4BSD-Lite2 CD-ROM, and asked me for help. Reviewed by: bde (about half a year ago) MFC after: 3 days Revision Changes Path 1.29 +1 -3 src/sys/isofs/cd9660/cd9660_rrip.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 22:47:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3048C16A491; Mon, 13 Mar 2006 22:47:58 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9512343D46; Mon, 13 Mar 2006 22:47:57 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DMlvBl071668; Mon, 13 Mar 2006 22:47:57 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DMlvkT071667; Mon, 13 Mar 2006 22:47:57 GMT (envelope-from brooks) Message-Id: <200603132247.k2DMlvkT071667@repoman.freebsd.org> From: Brooks Davis Date: Mon, 13 Mar 2006 22:47:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/globus4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 22:47:58 -0000 brooks 2006-03-13 22:47:57 UTC FreeBSD ports repository Modified files: net/globus4 Makefile Log: Move gtar to the extract depends list. Should now build on 6+ systems that didn't start life before 6.0-RELEASE. Approved by: portmgr (linimon) Revision Changes Path 1.4 +1 -1 ports/net/globus4/Makefile From owner-cvs-all@FreeBSD.ORG Mon Mar 13 22:49:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6F5816A420; Mon, 13 Mar 2006 22:49:54 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9686F43D67; Mon, 13 Mar 2006 22:49:54 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DMnsc0071728; Mon, 13 Mar 2006 22:49:54 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DMnsl8071727; Mon, 13 Mar 2006 22:49:54 GMT (envelope-from mux) Message-Id: <200603132249.k2DMnsl8071727@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 13 Mar 2006 22:49:54 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 22:49:55 -0000 mux 2006-03-13 22:49:54 UTC FreeBSD projects repository Modified files: csup proto.c Log: Add a missing error check in proto_negproto(). Revision Changes Path 1.89 +2 -2 projects/csup/proto.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 23:06:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A5CE16A41F; Mon, 13 Mar 2006 23:06:23 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED46543D49; Mon, 13 Mar 2006 23:06:22 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DN6ML9072496; Mon, 13 Mar 2006 23:06:22 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DN6MH4072495; Mon, 13 Mar 2006 23:06:22 GMT (envelope-from mux) Message-Id: <200603132306.k2DN6MH4072495@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 13 Mar 2006 23:06:22 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 23:06:23 -0000 mux 2006-03-13 23:06:22 UTC FreeBSD projects repository Modified files: csup proto.c Log: - Properly handle getlogin() returning NULL, the same way as CVSup. While I'm here, also handle unprobable and harmless gethostname() errors. - Also add a bit of missing error checking in proto_login(). Revision Changes Path 1.90 +15 -6 projects/csup/proto.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 23:55:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E344916A423; Mon, 13 Mar 2006 23:55:32 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E72043D46; Mon, 13 Mar 2006 23:55:32 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DNtWu6078404; Mon, 13 Mar 2006 23:55:32 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DNtWPO078403; Mon, 13 Mar 2006 23:55:32 GMT (envelope-from peter) Message-Id: <200603132355.k2DNtWPO078403@repoman.freebsd.org> From: Peter Wemm Date: Mon, 13 Mar 2006 23:55:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S io_apic.c machdep.c trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 23:55:33 -0000 peter 2006-03-13 23:55:32 UTC FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S io_apic.c machdep.c trap.c Log: Cosmetic sync with i386 Revision Changes Path 1.108 +1 -5 src/sys/amd64/amd64/apic_vector.S 1.22 +4 -0 src/sys/amd64/amd64/io_apic.c 1.647 +1 -1 src/sys/amd64/amd64/machdep.c 1.303 +0 -1 src/sys/amd64/amd64/trap.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 23:56:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E0E516A401; Mon, 13 Mar 2006 23:56:45 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B2F43D48; Mon, 13 Mar 2006 23:56:44 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DNui72078478; Mon, 13 Mar 2006 23:56:44 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DNui1T078477; Mon, 13 Mar 2006 23:56:44 GMT (envelope-from peter) Message-Id: <200603132356.k2DNui1T078477@repoman.freebsd.org> From: Peter Wemm Date: Mon, 13 Mar 2006 23:56:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 db_trace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 23:56:45 -0000 peter 2006-03-13 23:56:44 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_trace.c Log: MFi386: add a TRAP_INTERRUPT case Revision Changes Path 1.74 +8 -0 src/sys/amd64/amd64/db_trace.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 23:58:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 823EE16A41F; Mon, 13 Mar 2006 23:58:40 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418F243D49; Mon, 13 Mar 2006 23:58:40 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DNwex9078624; Mon, 13 Mar 2006 23:58:40 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DNwe4f078623; Mon, 13 Mar 2006 23:58:40 GMT (envelope-from peter) Message-Id: <200603132358.k2DNwe4f078623@repoman.freebsd.org> From: Peter Wemm Date: Mon, 13 Mar 2006 23:58:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/pci pci_bus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 23:58:40 -0000 peter 2006-03-13 23:58:40 UTC FreeBSD src repository Modified files: sys/amd64/pci pci_bus.c Log: MFi386: rename pcib_devclass to hostb_devclass (cosmetic here) Revision Changes Path 1.117 +2 -2 src/sys/amd64/pci/pci_bus.c From owner-cvs-all@FreeBSD.ORG Mon Mar 13 23:59:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7207616A401; Mon, 13 Mar 2006 23:59:44 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EEB443D46; Mon, 13 Mar 2006 23:59:44 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2DNxip6078679; Mon, 13 Mar 2006 23:59:44 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2DNxi2T078678; Mon, 13 Mar 2006 23:59:44 GMT (envelope-from emax) Message-Id: <200603132359.k2DNxi2T078678@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 13 Mar 2006 23:59:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/bthidd hid.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 23:59:44 -0000 emax 2006-03-13 23:59:44 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/bthidd hid.c Log: Fix typo Submitted by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days Revision Changes Path 1.3 +1 -1 src/usr.sbin/bluetooth/bthidd/hid.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 00:01:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7AD316A401; Tue, 14 Mar 2006 00:01:22 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F5243D55; Tue, 14 Mar 2006 00:01:22 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E01MV2078820; Tue, 14 Mar 2006 00:01:22 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E01Mmx078819; Tue, 14 Mar 2006 00:01:22 GMT (envelope-from peter) Message-Id: <200603140001.k2E01Mmx078819@repoman.freebsd.org> From: Peter Wemm Date: Tue, 14 Mar 2006 00:01:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include trap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 00:01:22 -0000 peter 2006-03-14 00:01:22 UTC FreeBSD src repository Modified files: sys/amd64/include trap.h Log: MFi386: The SIGFPE macros were moved to signal.h (FPE_INTOVF etc) Revision Changes Path 1.15 +0 -10 src/sys/amd64/include/trap.h From owner-cvs-all@FreeBSD.ORG Tue Mar 14 00:01:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6122A16A422; Tue, 14 Mar 2006 00:01:57 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9A843D46; Tue, 14 Mar 2006 00:01:57 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E01vC3078895; Tue, 14 Mar 2006 00:01:57 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E01u5F078894; Tue, 14 Mar 2006 00:01:57 GMT (envelope-from peter) Message-Id: <200603140001.k2E01u5F078894@repoman.freebsd.org> From: Peter Wemm Date: Tue, 14 Mar 2006 00:01:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include asmacros.h bus.h pmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 00:01:57 -0000 peter 2006-03-14 00:01:56 UTC FreeBSD src repository Modified files: sys/amd64/include asmacros.h bus.h pmap.h Log: Merge/sync with i386: various cosmetic tweaks Revision Changes Path 1.30 +1 -1 src/sys/amd64/include/asmacros.h 1.17 +11 -0 src/sys/amd64/include/bus.h 1.129 +1 -1 src/sys/amd64/include/pmap.h From owner-cvs-all@FreeBSD.ORG Tue Mar 14 00:22:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E185616A400; Tue, 14 Mar 2006 00:22:10 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C9F43D46; Tue, 14 Mar 2006 00:22:10 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E0MAnq079870; Tue, 14 Mar 2006 00:22:10 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E0MAfX079869; Tue, 14 Mar 2006 00:22:10 GMT (envelope-from jmg) Message-Id: <200603140022.k2E0MAfX079869@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 14 Mar 2006 00:22:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 00:22:11 -0000 jmg 2006-03-14 00:22:10 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: spell pdata correctly, we now will only dump maxlen of each mbuf in the chain, instead of the entire mbuf... This should probably be reworked so that it prints at max maxlen bytes for the entire chain... Revision Changes Path 1.164 +1 -1 src/sys/kern/uipc_mbuf.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 01:51:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF2E16A422; Tue, 14 Mar 2006 01:51:27 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5E743D46; Tue, 14 Mar 2006 01:51:26 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E1pQ8p090803; Tue, 14 Mar 2006 01:51:26 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E1pQoi090802; Tue, 14 Mar 2006 01:51:26 GMT (envelope-from mnag) Message-Id: <200603140151.k2E1pQoi090802@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 14 Mar 2006 01:51:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pwlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 01:51:27 -0000 mnag 2006-03-14 01:51:26 UTC FreeBSD ports repository Modified files: devel/pwlib Makefile Log: - Pass PTHREAD_LIBS to CONFIGURE_ENV to other ports use it. - Reorganize Makefile - Bump PORTREVISION - portint() PR: 94233 Submitted by: maintainer Approved by: portmgr (marcus) Revision Changes Path 1.23 +12 -7 ports/devel/pwlib/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 14 01:51:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614F616A400; Tue, 14 Mar 2006 01:51:50 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B9D043D45; Tue, 14 Mar 2006 01:51:50 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E1pnjf090858; Tue, 14 Mar 2006 01:51:49 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E1pnfe090857; Tue, 14 Mar 2006 01:51:49 GMT (envelope-from mnag) Message-Id: <200603140151.k2E1pnfe090857@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 14 Mar 2006 01:51:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openh323 Makefile ports/net/openh323/files patch-openh323u.mak.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 01:51:50 -0000 mnag 2006-03-14 01:51:49 UTC FreeBSD ports repository Modified files: net/openh323 Makefile net/openh323/files patch-openh323u.mak.in Log: - Fix openh323u.mak to ports can use. - Bump PORTREVISION - Reorganize Makefile - portlint(1) PR: 94234 Submitted by: maintainer Approved by: portmgr (marcus) Revision Changes Path 1.71 +10 -8 ports/net/openh323/Makefile 1.3 +29 -4 ports/net/openh323/files/patch-openh323u.mak.in From owner-cvs-all@FreeBSD.ORG Tue Mar 14 01:52:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88DE216A424; Tue, 14 Mar 2006 01:52:25 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 457AC43D45; Tue, 14 Mar 2006 01:52:25 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E1qPVZ090912; Tue, 14 Mar 2006 01:52:25 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E1qPIw090911; Tue, 14 Mar 2006 01:52:25 GMT (envelope-from mnag) Message-Id: <200603140152.k2E1qPIw090911@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 14 Mar 2006 01:52:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openam Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 01:52:25 -0000 mnag 2006-03-14 01:52:25 UTC FreeBSD ports repository Modified files: net/openam Makefile distinfo pkg-plist Log: - Update to 1.1.18 and UnBROKEN - Reorganize Makefile - portlint(1) PR: 94235 Submitted by: Steve Ames Approved by: portmgr (marcus) Revision Changes Path 1.31 +20 -23 ports/net/openam/Makefile 1.21 +3 -3 ports/net/openam/distinfo 1.5 +5 -5 ports/net/openam/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 14 03:51:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A726816A41F; Tue, 14 Mar 2006 03:51:14 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDAA43D46; Tue, 14 Mar 2006 03:51:14 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E3pE6M095185; Tue, 14 Mar 2006 03:51:14 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E3pEQU095184; Tue, 14 Mar 2006 03:51:14 GMT (envelope-from mux) Message-Id: <200603140351.k2E3pEQU095184@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 14 Mar 2006 03:51:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CSUP Cc: Subject: cvs commit: src/contrib/csup - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 03:51:14 -0000 mux 2006-03-14 03:51:13 UTC FreeBSD src repository src/contrib/csup - Imported sources Update of /home/ncvs/src/contrib/csup In directory repoman.freebsd.org:/tmp/cvs-serv95156 Log Message: Import the latest snapshot of csup (20060313). Status: Vendor Tag: CSUP Release Tags: CSUP_20060313 U src/contrib/csup/updater.c U src/contrib/csup/token.l U src/contrib/csup/token.h U src/contrib/csup/threads.h U src/contrib/csup/threads.c U src/contrib/csup/stream.h U src/contrib/csup/stream.c U src/contrib/csup/status.h U src/contrib/csup/status.c U src/contrib/csup/queue.h U src/contrib/csup/proto.h U src/contrib/csup/proto.c U src/contrib/csup/pathcomp.h U src/contrib/csup/pathcomp.c U src/contrib/csup/parse.y U src/contrib/csup/mux.h U src/contrib/csup/mux.c U src/contrib/csup/misc.h U src/contrib/csup/misc.c U src/contrib/csup/main.h U src/contrib/csup/main.c U src/contrib/csup/lister.h U src/contrib/csup/lister.c U src/contrib/csup/keyword.h U src/contrib/csup/keyword.c N src/contrib/csup/idcache.h U src/contrib/csup/fattr.h N src/contrib/csup/idcache.c U src/contrib/csup/globtree.h U src/contrib/csup/globtree.c U src/contrib/csup/fnmatch.h U src/contrib/csup/fnmatch.c U src/contrib/csup/fixups.h U src/contrib/csup/fixups.c U src/contrib/csup/fattr_posix.h U src/contrib/csup/fattr_bsd.h U src/contrib/csup/fattr.c U src/contrib/csup/diff.h U src/contrib/csup/diff.c U src/contrib/csup/detailer.h U src/contrib/csup/detailer.c U src/contrib/csup/csup.1 U src/contrib/csup/config.h U src/contrib/csup/config.c U src/contrib/csup/updater.h U src/contrib/csup/attrstack.c U src/contrib/csup/TODO U src/contrib/csup/README U src/contrib/csup/Makefile U src/contrib/csup/GNUmakefile U src/contrib/csup/attrstack.h No conflicts created by this import From owner-cvs-all@FreeBSD.ORG Tue Mar 14 03:53:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371E416A400; Tue, 14 Mar 2006 03:53:51 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E80B943D48; Tue, 14 Mar 2006 03:53:50 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E3ro0o095269; Tue, 14 Mar 2006 03:53:50 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E3rovW095268; Tue, 14 Mar 2006 03:53:50 GMT (envelope-from mux) Message-Id: <200603140353.k2E3rovW095268@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 14 Mar 2006 03:53:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/csup Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 03:53:51 -0000 mux 2006-03-14 03:53:50 UTC FreeBSD src repository Modified files: usr.bin/csup Makefile Log: Update make glue for csup-snap-20060313. Revision Changes Path 1.3 +1 -0 src/usr.bin/csup/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 14 04:00:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B38316A422; Tue, 14 Mar 2006 04:00:22 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC1C643D46; Tue, 14 Mar 2006 04:00:21 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E40LgE095531; Tue, 14 Mar 2006 04:00:21 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E40LiR095530; Tue, 14 Mar 2006 04:00:21 GMT (envelope-from davidxu) Message-Id: <200603140400.k2E40LiR095530@repoman.freebsd.org> From: David Xu Date: Tue, 14 Mar 2006 04:00:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 04:00:22 -0000 davidxu 2006-03-14 04:00:21 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c kern_thread.c Log: 1. Count last time slice, this intends to fix "calcru: runtime went backwards" bug for threaded process. 2. Add comment about possible logical problem with scheduler. MFC after: 3 days Revision Changes Path 1.286 +0 -14 src/sys/kern/kern_exit.c 1.231 +18 -0 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 04:34:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A45B16A420; Tue, 14 Mar 2006 04:34:40 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4461943D4C; Tue, 14 Mar 2006 04:34:40 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E4YeOg096718; Tue, 14 Mar 2006 04:34:40 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E4YeEZ096717; Tue, 14 Mar 2006 04:34:40 GMT (envelope-from fenner) Message-Id: <200603140434.k2E4YeEZ096717@repoman.freebsd.org> From: Bill Fenner Date: Tue, 14 Mar 2006 04:34:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/xxe Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 04:34:40 -0000 fenner 2006-03-14 04:34:39 UTC FreeBSD ports repository Modified files: editors/xxe Makefile pkg-plist Log: Update pkg-plist for upgrade to 3.1.0, and attempt to future-proof it so that future upgrades aren't *so* big. Approved by: portmgr (linimon) Revision Changes Path 1.4 +2 -0 ports/editors/xxe/Makefile 1.2 +3740 -3775 ports/editors/xxe/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 14 07:24:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8230816A401; Tue, 14 Mar 2006 07:24:18 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8B443D46; Tue, 14 Mar 2006 07:24:18 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2E7OI6e012883; Tue, 14 Mar 2006 07:24:18 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2E7OHNa012882; Tue, 14 Mar 2006 07:24:17 GMT (envelope-from sem) Message-Id: <200603140724.k2E7OHNa012882@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 14 Mar 2006 07:24:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cacti Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 07:24:18 -0000 sem 2006-03-14 07:24:17 UTC FreeBSD ports repository Modified files: net/cacti Makefile distinfo pkg-plist Log: - Cacti developers has modified one of oficial patches. - Bump PORTREVISION - Change @dirrm with @dirrmtry for dirs where user's files may staied to avoid an error when port deinstalls. Approved by: portmgr (linimon) Revision Changes Path 1.23 +1 -1 ports/net/cacti/Makefile 1.17 +3 -3 ports/net/cacti/distinfo 1.14 +2 -2 ports/net/cacti/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Mar 14 10:00:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 919C216A401; Tue, 14 Mar 2006 10:00:16 +0000 (UTC) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3010D43D4C; Tue, 14 Mar 2006 10:00:16 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EA0FuI030758; Tue, 14 Mar 2006 10:00:15 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EA0Et3030749; Tue, 14 Mar 2006 10:00:15 GMT (envelope-from ceri) Message-Id: <200603141000.k2EA0Et3030749@repoman.freebsd.org> From: Ceri Davies Date: Tue, 14 Mar 2006 10:00:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en where.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 10:00:17 -0000 ceri 2006-03-14 10:00:12 UTC FreeBSD doc repository Modified files: en where.sgml Log: Parameterise another plural based on whether we have two releases in BETA. Submitted by: Rudolf Cejka Revision Changes Path 1.82 +2 -2 www/en/where.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 14 10:00:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C9E16A428; Tue, 14 Mar 2006 10:00:24 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1762E43D46; Tue, 14 Mar 2006 10:00:23 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJ6KD-000MnL-TV; Tue, 14 Mar 2006 10:00:21 +0000 Date: Tue, 14 Mar 2006 10:00:21 +0000 From: Ceri Davies To: Rudolf Cejka Message-ID: <20060314100021.GA36929@submonkey.net> Mail-Followup-To: Ceri Davies , Rudolf Cejka , Remko Lodder , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org References: <20060311152536.GD73523@submonkey.net> <20060313152017.GA24077@fit.vutbr.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <20060313152017.GA24077@fit.vutbr.cz> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: Remko Lodder , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en where.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 10:00:25 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 13, 2006 at 04:20:17PM +0100, Rudolf Cejka wrote: > Ceri Davies wrote (2006/03/11): > > On Sat, Mar 11, 2006 at 03:03:37PM +0000, Remko Lodder wrote: > > > Use &base; in the where.sgml file like other files also use. > > While I am not wildly opposed to this, I don't really see what this > > gains us, other than to make the rendered page (at least) 102 bytes > > larger (&base; being equivalent to "./" most of the time). >=20 > Personally, it helps me to maintain my partial Czech web translation, > because I'm better warned about links, which I should check twice (and > it helps me to better find them). This last commit helped me to find > two bugs. Good enough for me then. > Btw, did you read my mail from 20 Feb 2006? Maybe it would be > interesting to the others too: I'm sorry, I haven't. FreeBSD is not getting much of my time the last few weeks - there isn't much to go around! > Date: Mon, 20 Feb 2006 12:51:18 +0100 > From: Rudolf Cejka > To: Ceri Davies > Subject: Re: where.sgml 1.78: beta.testing =3D> beta2.testing? >=20 > On Fri, Feb 17, 2006 at 05:57:55PM +0000, Ceri Davies wrote: > > Spot on, thanks for pointing this out. >=20 > Hello, thanks for fixing %beta2.testing in where.sgml. >=20 > I'm sorry to trouble you, but I have 3 new things: >=20 > 1) What about the following patch? ;o) >=20 > --- where.sgml.orig Mon Feb 20 12:14:11 2006 > +++ where.sgml Mon Feb 20 12:14:58 2006 > @@ -169,7 +169,7 @@ > =20 > > -

Help With The Next FreeBSD Release

> +

Help With The Next FreeBSD Release

> =20 >

Our developers and release engineers are working on the > the next release of FreeBSD; if you wish t= o help with testing, Good catch. I committed this. > --- >=20 > 2) Maybe just to know for you - these constructions can make big trouble > in some translations. For example, in Czech I had to extend simple > "if (cond) then (text)" > to more problematic > "if (cond) then (text1) else (text2)" > in SGML. Fortunately it is possible to solve it by adding > > ]]> > > in www//includes.sgml at the end of the file just after > %includes.global; and then use > . That looks like a good work around. I'm afraid that I am one of those British people who only know about 1.01 languages, and in my case that 1.01 is comprised of 4 (English, Welsh, French, German), only one of which I consider myself even vaguely competent in. > 3) Recently I have found yet another problem: Your commit > www/share/sgml/includes.navdownload.sgml 1.3, which added > %relincludes; > into includes.navdownload.sgml file, has bad impact, that it is not > possible to change definitions from includes.release.sgml in translations > in a standard way anymore, which is to change www//includes.sgml. > Do you have any idea, how to solve this? I did not find anything good yet. Does it work if that declaration moves to the English includes.sgml (if there is one)? Failing that, is is possible to declare an ENTITY within a marked section? If so, we could use a similar approach in the includes as /usr/include does perhaps? Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFpQ1ocfcwTS3JF8RAsjEAKCO5Zx+rptjk2zA8GlPJnkP7xS+PQCeL10o L4DYS2crRjfvNXMWIFNkefI= =Jnjj -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- From owner-cvs-all@FreeBSD.ORG Tue Mar 14 13:10:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24CE016A424; Tue, 14 Mar 2006 13:10:35 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89EFE43D46; Tue, 14 Mar 2006 13:10:34 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 4528C208E; Tue, 14 Mar 2006 14:10:29 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id C2CBF2086; Tue, 14 Mar 2006 14:10:28 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 95DA833C8D; Tue, 14 Mar 2006 14:10:28 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Ade Lovett References: <200602231043.k1NAhYlr080084@repoman.freebsd.org> <86irqpwy35.fsf@xps.des.no> <86lkvi8ynb.fsf@xps.des.no> <1CBF3284-9303-4C26-B96E-4FF1C8EF30A0@FreeBSD.org> Date: Tue, 14 Mar 2006 14:10:28 +0100 In-Reply-To: <1CBF3284-9303-4C26-B96E-4FF1C8EF30A0@FreeBSD.org> (Ade Lovett's message of "Fri, 10 Mar 2006 20:52:48 -0800") Message-ID: <86veuhf9yz.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 13:10:35 -0000 Ade Lovett writes: > On Mar 10, 2006, at 00:58 , Dag-Erling Sm=F8rgrav wrote: > > The purpose of .la files is to record dependencies between libraries. > I am fully aware of .la files do. Really. Good! Now explain to me what good it does to have them around on an ELF system. What functionality do you gain from .la files? > The point of the recent, and pending work, is to remove a lot of > FreeBSD-specific differences to the ports that make developing on > FreeBSD on a multi-platform basis considerably harder than, say, > Linux, or a pkgsrc system. It used to be a breeze. It is now considerably harder, because gnu-autoconf's aclocal can't find libtool.ac, so you can't build anything that uses libtool. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Mar 14 13:25:43 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDDEA16A400; Tue, 14 Mar 2006 13:25:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236DD43D4C; Tue, 14 Mar 2006 13:25:43 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k2EDPgcY007087; Tue, 14 Mar 2006 08:25:42 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: David Xu Date: Tue, 14 Mar 2006 08:25:39 -0500 User-Agent: KMail/1.8.3 References: <200603140400.k2E40LiR095530@repoman.freebsd.org> In-Reply-To: <200603140400.k2E40LiR095530@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603140825.40761.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1329/Mon Mar 13 19:22:03 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 13:25:43 -0000 On Monday 13 March 2006 11:00 pm, David Xu wrote: > davidxu 2006-03-14 04:00:21 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_exit.c kern_thread.c > Log: > 1. Count last time slice, this intends to fix > "calcru: runtime went backwards" bug for threaded process. > 2. Add comment about possible logical problem with scheduler. > > MFC after: 3 days Great! Thanks for testing this! =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Mar 14 14:51:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B61B16A424; Tue, 14 Mar 2006 14:51:18 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B2443D49; Tue, 14 Mar 2006 14:51:18 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EEpHh0057792; Tue, 14 Mar 2006 14:51:18 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EEpGeT057790; Tue, 14 Mar 2006 14:51:16 GMT (envelope-from rushani) Message-Id: <200603141451.k2EEpGeT057790@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 14 Mar 2006 14:51:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 14:51:18 -0000 rushani 2006-03-14 14:51:15 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook Makefile Log: Activate IMAGES_EN to use advanced-networking/*.eps and append preface/preface.sgml into SRCS. Submitted by: Hiroo Ono Revision Changes Path 1.62 +4 -4 doc/ja_JP.eucJP/books/handbook/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 14 14:51:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B2416A401; Tue, 14 Mar 2006 14:51:19 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D3643D45; Tue, 14 Mar 2006 14:51:19 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EEpJCl057817; Tue, 14 Mar 2006 14:51:19 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EEpJPl057816; Tue, 14 Mar 2006 14:51:19 GMT (envelope-from rushani) Message-Id: <200603141451.k2EEpJPl057816@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 14 Mar 2006 14:51:19 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 14:51:19 -0000 rushani 2006-03-14 14:51:19 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook book.sgml Log: Merge the following from the English version: 1.142 -> 1.162 books/handbook/book.sgml Submitted by: Hiroki Kobayashi Reviewed by: Ryusuke Suzuki Revision Changes Path 1.81 +108 -12 doc/ja_JP.eucJP/books/handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 14 14:51:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891D916A41F; Tue, 14 Mar 2006 14:51:22 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C4343D45; Tue, 14 Mar 2006 14:51:22 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EEpMt7057842; Tue, 14 Mar 2006 14:51:22 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EEpMAR057841; Tue, 14 Mar 2006 14:51:22 GMT (envelope-from rushani) Message-Id: <200603141451.k2EEpMAR057841@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 14 Mar 2006 14:51:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 14:51:22 -0000 rushani 2006-03-14 14:51:22 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/ports chapter.sgml Log: Merge the following from the English version: 1.187 -> 1.247 handbook/ports/chapter.sgml Submitted by: Ryusuke Suzuki Reviewed by: Hiroo Ono Revision Changes Path 1.41 +467 -757 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 14 14:51:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EDF16A400; Tue, 14 Mar 2006 14:51:22 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD43A43D45; Tue, 14 Mar 2006 14:51:22 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EEpMG5057867; Tue, 14 Mar 2006 14:51:22 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EEpMN6057866; Tue, 14 Mar 2006 14:51:22 GMT (envelope-from rushani) Message-Id: <200603141451.k2EEpMN6057866@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 14 Mar 2006 14:51:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/preface preface.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 14:51:23 -0000 rushani 2006-03-14 14:51:22 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/preface preface.sgml Log: Unify punctuation style after "Chapter N" at organization of 3rd edtion. Revision Changes Path 1.2 +22 -22 doc/ja_JP.eucJP/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 14 14:51:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2009F16A428; Tue, 14 Mar 2006 14:51:48 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EFC43D4C; Tue, 14 Mar 2006 14:51:47 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EEplmV057978; Tue, 14 Mar 2006 14:51:47 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EEploh057977; Tue, 14 Mar 2006 14:51:47 GMT (envelope-from rushani) Message-Id: <200603141451.k2EEploh057977@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 14 Mar 2006 14:51:47 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent jauthors.ent newsgroups.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 14:51:48 -0000 rushani 2006-03-14 14:51:47 UTC FreeBSD doc repository Removed files: ja_JP.eucJP/books/handbook authors.ent jauthors.ent newsgroups.ent Log: books/handbook/{authors,newsgroups}.ent were moved under share/sgml/. books/handbook/jauthors,newsgroups.ent was merged intoshare/sgml/authors.ent. Submitted by: Hiroo Ono Revision Changes Path 1.67 +0 -660 doc/ja_JP.eucJP/books/handbook/authors.ent (dead) 1.9 +0 -91 doc/ja_JP.eucJP/books/handbook/jauthors.ent (dead) 1.4 +0 -14 doc/ja_JP.eucJP/books/handbook/newsgroups.ent (dead) From owner-cvs-all@FreeBSD.ORG Tue Mar 14 16:13:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBC416A424; Tue, 14 Mar 2006 16:13:56 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACF943D48; Tue, 14 Mar 2006 16:13:56 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EGDujK062206; Tue, 14 Mar 2006 16:13:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EGDuj8062205; Tue, 14 Mar 2006 16:13:56 GMT (envelope-from jhb) Message-Id: <200603141613.k2EGDuj8062205@repoman.freebsd.org> From: John Baldwin Date: Tue, 14 Mar 2006 16:13:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c src/sys/i386/i386 machdep.c src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 16:13:56 -0000 jhb 2006-03-14 16:13:55 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c sys/i386/i386 machdep.c sys/pc98/pc98 machdep.c Log: Don't allow userland to set hardware watch points on kernel memory at all. Previously, we tried to allow this only for root. However, we were calling suser() on the *target* process rather than the current process. This means that if you can ptrace() a process running as root you can set a hardware watch point in the kernel. In practice I think you probably have to be root in order to pass the p_candebug() checks in ptrace() to attach to a process running as root anyway. Rather than fix the suser(), I just axed the entire idea, as I can't think of any good reason _at all_ for userland to set hardware watch points for KVM. MFC after: 3 days Also thinks hardware watch points on KVM from userland are bad: bde, rwatson Revision Changes Path 1.648 +20 -23 src/sys/amd64/amd64/machdep.c 1.624 +20 -23 src/sys/i386/i386/machdep.c 1.372 +20 -23 src/sys/pc98/pc98/machdep.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 16:47:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EBF16A420; Tue, 14 Mar 2006 16:47:44 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E8D43D5F; Tue, 14 Mar 2006 16:47:43 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EGlhrE071017; Tue, 14 Mar 2006 16:47:43 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EGlhYi071016; Tue, 14 Mar 2006 16:47:43 GMT (envelope-from rushani) Message-Id: <200603141647.k2EGlhYi071016@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 14 Mar 2006 16:47:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/eresources chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 16:47:44 -0000 rushani 2006-03-14 16:47:43 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/eresources chapter.sgml Log: Use Japanese punctuation style. Submitted by: Hiroo Ono Revision Changes Path 1.26 +287 -288 doc/ja_JP.eucJP/books/handbook/eresources/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 14 16:57:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4367C16A420; Tue, 14 Mar 2006 16:57:32 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A67C43D49; Tue, 14 Mar 2006 16:57:30 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EGvU5m071402; Tue, 14 Mar 2006 16:57:30 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EGvU0p071401; Tue, 14 Mar 2006 16:57:30 GMT (envelope-from andre) Message-Id: <200603141657.k2EGvU0p071401@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 14 Mar 2006 16:57:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib Makefile.inc Symbol.map strtonum.3 strtonum.c src/include stdlib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 16:57:32 -0000 andre 2006-03-14 16:57:30 UTC FreeBSD src repository Modified files: lib/libc/stdlib Makefile.inc Symbol.map include stdlib.h Added files: lib/libc/stdlib strtonum.3 strtonum.c Log: Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) providing proper error checking and other improvements. Obtained from: OpenBSD Requested by: flz (to port Open[BGP|OSPF]D) MFC after: 3 days Revision Changes Path 1.62 +2 -0 src/include/stdlib.h 1.52 +4 -3 src/lib/libc/stdlib/Makefile.inc 1.2 +1 -0 src/lib/libc/stdlib/Symbol.map 1.1 +154 -0 src/lib/libc/stdlib/strtonum.3 (new) 1.1 +68 -0 src/lib/libc/stdlib/strtonum.c (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 14 17:01:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D3FD16A41F; Tue, 14 Mar 2006 17:01:21 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A3E43D46; Tue, 14 Mar 2006 17:01:21 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EH1LC8071622; Tue, 14 Mar 2006 17:01:21 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EH1LQQ071621; Tue, 14 Mar 2006 17:01:21 GMT (envelope-from andre) Message-Id: <200603141701.k2EH1LQQ071621@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 14 Mar 2006 17:01:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib strtonum.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 17:01:21 -0000 andre 2006-03-14 17:01:21 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtonum.3 Log: Fix HISTORY and point to OpenBSD. Revision Changes Path 1.2 +2 -5 src/lib/libc/stdlib/strtonum.3 From owner-cvs-all@FreeBSD.ORG Tue Mar 14 17:05:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B51316A427; Tue, 14 Mar 2006 17:05:04 +0000 (UTC) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16F543D64; Tue, 14 Mar 2006 17:05:00 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EH50ct071712; Tue, 14 Mar 2006 17:05:00 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EH50Gd071711; Tue, 14 Mar 2006 17:05:00 GMT (envelope-from jcamou) Message-Id: <200603141705.k2EH50Gd071711@repoman.freebsd.org> From: "Jesus R. Camou" Date: Tue, 14 Mar 2006 17:05:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 17:05:04 -0000 jcamou 2006-03-14 17:05:00 UTC FreeBSD src repository (doc committer) Modified files: share/man/man5 Makefile Log: Add link: rc.conf.local.5->rc.conf.5. PR: docs/87698 Reported by: Marian Cerny Submitted by: Daniel Gerzo Approved by: trhodes (mentor) MFC after: 3 days Revision Changes Path 1.67 +1 -0 src/share/man/man5/Makefile From owner-cvs-all@FreeBSD.ORG Tue Mar 14 17:19:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6D616A401; Tue, 14 Mar 2006 17:19:10 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FDC43D69; Tue, 14 Mar 2006 17:19:09 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EHJ9k3072275; Tue, 14 Mar 2006 17:19:09 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EHJ9k2072274; Tue, 14 Mar 2006 17:19:09 GMT (envelope-from andre) Message-Id: <200603141719.k2EHJ9k2072274@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 14 Mar 2006 17:19:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 hash.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 17:19:10 -0000 andre 2006-03-14 17:19:09 UTC FreeBSD src repository Added files: share/man/man9 hash.9 Log: Import OpenBSD's manual page to the sys/sys/hash.c functions imported two days earlier. Obtained from: OpenBSD Revision Changes Path 1.1 +160 -0 src/share/man/man9/hash.9 (new) From owner-cvs-all@FreeBSD.ORG Tue Mar 14 17:25:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B4DD16A423; Tue, 14 Mar 2006 17:25:59 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6344B43D49; Tue, 14 Mar 2006 17:25:58 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k2EHPuZb063204; Tue, 14 Mar 2006 20:25:56 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k2EHPuLn063203; Tue, 14 Mar 2006 20:25:56 +0300 (MSK) (envelope-from ache) Date: Tue, 14 Mar 2006 20:25:56 +0300 From: Andrey Chernov To: Andre Oppermann Message-ID: <20060314172556.GA63170@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Andre Oppermann , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200603141657.k2EGvU0p071401@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603141657.k2EGvU0p071401@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc Symbol.map strtonum.3 strtonum.c src/include stdlib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 17:25:59 -0000 On Tue, Mar 14, 2006 at 04:57:30PM +0000, Andre Oppermann wrote: > andre 2006-03-14 16:57:30 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib Makefile.inc Symbol.map > include stdlib.h > Added files: > lib/libc/stdlib strtonum.3 strtonum.c > Log: > Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) > providing proper error checking and other improvements. Error checking isn't so proper as said. if (numstr == ep || *ep != '\0') must be if (numstr == ep || *ep != '\0' || errno == EINVAL) I'll commit this, if no objections. -- http://ache.pp.ru/ From owner-cvs-all@FreeBSD.ORG Tue Mar 14 17:49:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F02F16A424 for ; Tue, 14 Mar 2006 17:49:13 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C8C43D75 for ; Tue, 14 Mar 2006 17:49:03 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 72036 invoked from network); 14 Mar 2006 17:46:28 -0000 Received: from c00l3r.networx.ch (HELO freebsd.org) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 14 Mar 2006 17:46:28 -0000 Message-ID: <44170211.573E2112@freebsd.org> Date: Tue, 14 Mar 2006 18:49:05 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Andrey Chernov References: <200603141657.k2EGvU0p071401@repoman.freebsd.org> <20060314172556.GA63170@nagual.pp.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib Makefile.inc Symbol.map strtonum.3 strtonum.c src/include stdlib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 17:49:13 -0000 Andrey Chernov wrote: > > On Tue, Mar 14, 2006 at 04:57:30PM +0000, Andre Oppermann wrote: > > andre 2006-03-14 16:57:30 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/stdlib Makefile.inc Symbol.map > > include stdlib.h > > Added files: > > lib/libc/stdlib strtonum.3 strtonum.c > > Log: > > Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) > > providing proper error checking and other improvements. > > Error checking isn't so proper as said. > > if (numstr == ep || *ep != '\0') > > must be > > if (numstr == ep || *ep != '\0' || errno == EINVAL) >From my reading there is no case of EINVAL which would not be catched by (numstr == ep || *ep != '\0'). However OpenBSD's strtoll(3) never returns EINVAL in the first place. > I'll commit this, if no objections. I agree that this extra check makes things more clear and will catch errors properly should our strtoll(3) ever be changed. Please commit. -- Andre From owner-cvs-all@FreeBSD.ORG Tue Mar 14 18:09:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD16C16A401; Tue, 14 Mar 2006 18:09:58 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650A943D58; Tue, 14 Mar 2006 18:09:51 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EI9pqP074058; Tue, 14 Mar 2006 18:09:51 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EI9pTH074057; Tue, 14 Mar 2006 18:09:51 GMT (envelope-from remko) Message-Id: <200603141809.k2EI9pTH074057@repoman.freebsd.org> From: Remko Lodder Date: Tue, 14 Mar 2006 18:09:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/projects projects.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 18:09:58 -0000 remko 2006-03-14 18:09:51 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Remove the reference to the FreeBSD Cook Book. The link is no longer active. If there is a mirror or something that can replace the link, please notify us. Noticed by: Daniel Revision Changes Path 1.189 +2 -13 www/en/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Tue Mar 14 18:23:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F81616A429; Tue, 14 Mar 2006 18:23:36 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1958743D45; Tue, 14 Mar 2006 18:23:35 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EINZKR074623; Tue, 14 Mar 2006 18:23:35 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EINZMN074622; Tue, 14 Mar 2006 18:23:35 GMT (envelope-from marcus) Message-Id: <200603141823.k2EINZMN074622@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Mar 2006 18:23:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/mtree BSD.x11-4.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 18:23:36 -0000 marcus 2006-03-14 18:23:35 UTC FreeBSD src repository (doc,ports committer) Modified files: etc/mtree BSD.x11-4.dist Log: Add missing libdata/ldconfig[32] entries. Approved by: portmgr (implicit) Revision Changes Path 1.31 +4 -0 src/etc/mtree/BSD.x11-4.dist From owner-cvs-all@FreeBSD.ORG Tue Mar 14 19:02:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBBD116A420; Tue, 14 Mar 2006 19:02:00 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882D543D45; Tue, 14 Mar 2006 19:02:00 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EJ20j2076442; Tue, 14 Mar 2006 19:02:00 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EJ20N3076439; Tue, 14 Mar 2006 19:02:00 GMT (envelope-from jkim) Message-Id: <200603141902.k2EJ20N3076439@repoman.freebsd.org> From: Jung-uk Kim Date: Tue, 14 Mar 2006 19:02:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/i386/libi386 Makefile smbios.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 19:02:00 -0000 jkim 2006-03-14 19:02:00 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 Makefile smbios.c Log: Export SMBIOS serial numbers by default. To turn it off, use 'BOOT_HIDE_SERIAL_NUMBERS' knob. Suggested by: ceri Revision Changes Path 1.41 +3 -3 src/sys/boot/i386/libi386/Makefile 1.6 +5 -5 src/sys/boot/i386/libi386/smbios.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 19:23:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D0A16A401; Tue, 14 Mar 2006 19:23:49 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5926443D49; Tue, 14 Mar 2006 19:23:49 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJF7U-000NSh-6Z; Tue, 14 Mar 2006 19:23:48 +0000 Date: Tue, 14 Mar 2006 19:23:48 +0000 From: Ceri Davies To: Andre Oppermann Message-ID: <20060314192347.GC36929@submonkey.net> Mail-Followup-To: Ceri Davies , Andre Oppermann , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200603141701.k2EH1LQQ071621@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0lnxQi9hkpPO77W3" Content-Disposition: inline In-Reply-To: <200603141701.k2EH1LQQ071621@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtonum.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 19:23:50 -0000 --0lnxQi9hkpPO77W3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 14, 2006 at 05:01:21PM +0000, Andre Oppermann wrote: > andre 2006-03-14 17:01:21 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib/libc/stdlib strtonum.3=20 > Log: > Fix HISTORY and point to OpenBSD. > | @@ -150,5 +148,4 @@ are either impossible or difficult to us > | .Sh HISTORY > | The > | .Fn strtonum > | -function first appeared in > | -.Ox 3.6 . > | +function first appeared in OpenBSD 3.6 . =2EOx should work just fine for that. > | @@ -139,9 +139,7 @@ The string did not consist solely of dig > | .Xr strtoul 3 > | .Sh STANDARDS > | .Fn strtonum > | -is an > | -.Ox > | -extension. > | +is an BSD extension. Failing that, this should be changed to "a BSD extension". Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --0lnxQi9hkpPO77W3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFxhDocfcwTS3JF8RAvQtAJ9m1o/A+watchP4tCrBXtfhTXweHwCeMlEh DslBHvsadQzKpXaumeEB19Y= =qrRS -----END PGP SIGNATURE----- --0lnxQi9hkpPO77W3-- From owner-cvs-all@FreeBSD.ORG Tue Mar 14 19:25:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD65D16A420; Tue, 14 Mar 2006 19:25:41 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65DC343D48; Tue, 14 Mar 2006 19:25:41 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJF9I-000Lk9-Lo; Tue, 14 Mar 2006 19:25:40 +0000 Date: Tue, 14 Mar 2006 19:25:40 +0000 From: Ceri Davies To: Jung-uk Kim Message-ID: <20060314192540.GD36929@submonkey.net> Mail-Followup-To: Ceri Davies , Jung-uk Kim , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200603141902.k2EJ20N3076439@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UoPmpPX/dBe4BELn" Content-Disposition: inline In-Reply-To: <200603141902.k2EJ20N3076439@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 Makefile smbios.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 19:25:42 -0000 --UoPmpPX/dBe4BELn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 14, 2006 at 07:02:00PM +0000, Jung-uk Kim wrote: > jkim 2006-03-14 19:02:00 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/boot/i386/libi386 Makefile smbios.c=20 > Log: > Export SMBIOS serial numbers by default. To turn it off, use > 'BOOT_HIDE_SERIAL_NUMBERS' knob. Cool, thank you! Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --UoPmpPX/dBe4BELn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEFxi0ocfcwTS3JF8RAnMcAJ96At3CTIETiJ+UqGFKs2+iJEqv1QCdEgkc aXspiLQGdmZlxTrFMwEFMWA= =JzGb -----END PGP SIGNATURE----- --UoPmpPX/dBe4BELn-- From owner-cvs-all@FreeBSD.ORG Tue Mar 14 19:29:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1987816A422; Tue, 14 Mar 2006 19:29:41 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D08843D45; Tue, 14 Mar 2006 19:29:40 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EJTegN077436; Tue, 14 Mar 2006 19:29:40 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EJTesX077435; Tue, 14 Mar 2006 19:29:40 GMT (envelope-from emax) Message-Id: <200603141929.k2EJTesX077435@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 14 Mar 2006 19:29:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/bthidd bthidd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 19:29:41 -0000 emax 2006-03-14 19:29:40 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/bthidd bthidd.c Log: Teach bthidd(8) to reload its config when SIGHUP is received. Submitted by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days Revision Changes Path 1.4 +27 -3 src/usr.sbin/bluetooth/bthidd/bthidd.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 19:29:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3B316A45D; Tue, 14 Mar 2006 19:29:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE89A43D45; Tue, 14 Mar 2006 19:29:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EJTjbZ077465; Tue, 14 Mar 2006 19:29:45 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EJTjli077464; Tue, 14 Mar 2006 19:29:45 GMT (envelope-from rwatson) Message-Id: <200603141929.k2EJTjli077464@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Mar 2006 19:29:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 19:29:46 -0000 rwatson 2006-03-14 19:29:45 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: If fifo_open() is called with a negative file descriptor, return EINVAL rather than panicking later. This can occur if the kernel calls vn_open() on a fifo, as there will be no associated file descriptor, and therefore the file descriptor operations cannot be modified to point to the fifo operation set. MFC after: 3 days Reported by: Martin PR: 94278 Revision Changes Path 1.133 +2 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 19:32:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 286C016A422; Tue, 14 Mar 2006 19:32:04 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D610043D46; Tue, 14 Mar 2006 19:32:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EJW3DK077657; Tue, 14 Mar 2006 19:32:03 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EJW352077656; Tue, 14 Mar 2006 19:32:03 GMT (envelope-from rwatson) Message-Id: <200603141932.k2EJW352077656@repoman.freebsd.org> From: Robert Watson Date: Tue, 14 Mar 2006 19:32:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/ktrace ktrace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 19:32:04 -0000 rwatson 2006-03-14 19:32:03 UTC FreeBSD src repository Modified files: usr.bin/ktrace ktrace.c Log: When opening a trace file, open O_NONBLOCK so that ktrace doesn't stall if the target is a fifo. After opening a trace file, check that it is a regular file, and if not, return an error. MFC after: 3 days Reported by: kris PR: 94278 Revision Changes Path 1.21 +4 -1 src/usr.bin/ktrace/ktrace.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 19:53:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF8616A41F; Tue, 14 Mar 2006 19:53:04 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74EAB43D48; Tue, 14 Mar 2006 19:53:03 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EJr3ov078607; Tue, 14 Mar 2006 19:53:03 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EJr3xi078606; Tue, 14 Mar 2006 19:53:03 GMT (envelope-from ache) Message-Id: <200603141953.k2EJr3xi078606@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 14 Mar 2006 19:53:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib strtonum.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 19:53:04 -0000 ache 2006-03-14 19:53:03 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtonum.c Log: POSIXed strtoll() (and ours one too) can set errno to EINVAL, so check it first. Approved by: andre Revision Changes Path 1.2 +1 -1 src/lib/libc/stdlib/strtonum.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 21:04:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0925F16A41F; Tue, 14 Mar 2006 21:04:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8D843D46; Tue, 14 Mar 2006 21:04:46 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EL4kk4088786; Tue, 14 Mar 2006 21:04:46 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EL4kEI088785; Tue, 14 Mar 2006 21:04:46 GMT (envelope-from jhb) Message-Id: <200603142104.k2EL4kEI088785@repoman.freebsd.org> From: John Baldwin Date: Tue, 14 Mar 2006 21:04:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/alpha clock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 21:04:47 -0000 jhb 2006-03-14 21:04:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/alpha clock.c Log: MFC: Simplify the i8254 timecounter on Alpha, enable use of the alpha timecounter in UP kernels on SMP machines and, and G/C some cruft. Approved by: re (scottl) Revision Changes Path 1.39.2.2 +16 -104 src/sys/alpha/alpha/clock.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 21:07:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CD116A400; Tue, 14 Mar 2006 21:07:35 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829D343D45; Tue, 14 Mar 2006 21:07:35 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EL7ZwI088973; Tue, 14 Mar 2006 21:07:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EL7ZKM088972; Tue, 14 Mar 2006 21:07:35 GMT (envelope-from jhb) Message-Id: <200603142107.k2EL7ZKM088972@repoman.freebsd.org> From: John Baldwin Date: Tue, 14 Mar 2006 21:07:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/amd64/amd64 mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 21:07:36 -0000 jhb 2006-03-14 21:07:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 mp_machdep.c sys/amd64/amd64 mp_machdep.c Log: MFC: Don't route interrupts to hyperthreads in an HT system. This eliminates some performance degradation seen in some workloads when the change was made from logical APIC addresses to physical APIC addresses. Approved by: re (scottl) Revision Changes Path 1.260.2.4 +2 -2 src/sys/amd64/amd64/mp_machdep.c 1.252.2.5 +2 -2 src/sys/i386/i386/mp_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 21:13:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E76216A41F; Tue, 14 Mar 2006 21:13:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B8FE43D46; Tue, 14 Mar 2006 21:13:00 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ELD0MX089174; Tue, 14 Mar 2006 21:13:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ELCxiV089173; Tue, 14 Mar 2006 21:12:59 GMT (envelope-from jhb) Message-Id: <200603142112.k2ELCxiV089173@repoman.freebsd.org> From: John Baldwin Date: Tue, 14 Mar 2006 21:12:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/sparc64 exception.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 21:13:00 -0000 jhb 2006-03-14 21:12:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/sparc64 exception.S Log: MFC: Add the tl_trap_*() and t1_text_*() symbols to unbreak the build. The changes in rev 1.25 of db_trace.c to use these symbols was MFC'd earlier. Approved by: re (scottl) Revision Changes Path 1.70.2.2 +16 -0 src/sys/sparc64/sparc64/exception.S From owner-cvs-all@FreeBSD.ORG Tue Mar 14 22:11:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E28BA16A400; Tue, 14 Mar 2006 22:11:11 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D11543D48; Tue, 14 Mar 2006 22:11:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EMBBhf091683; Tue, 14 Mar 2006 22:11:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EMBB2g091682; Tue, 14 Mar 2006 22:11:11 GMT (envelope-from marcus) Message-Id: <200603142211.k2EMBB2g091682@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Mar 2006 22:11:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/mtree BSD.x11-4.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 22:11:12 -0000 marcus 2006-03-14 22:11:11 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) etc/mtree BSD.x11-4.dist Log: MFC: Add missing libdata/ldconfig[32] entries. Approved by: re (scottl) Revision Changes Path 1.27.2.2 +4 -0 src/etc/mtree/BSD.x11-4.dist From owner-cvs-all@FreeBSD.ORG Tue Mar 14 22:12:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39F8216A420; Tue, 14 Mar 2006 22:12:11 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DC743D45; Tue, 14 Mar 2006 22:12:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EMCAlr091770; Tue, 14 Mar 2006 22:12:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EMCAX3091769; Tue, 14 Mar 2006 22:12:10 GMT (envelope-from marcus) Message-Id: <200603142212.k2EMCAX3091769@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Mar 2006 22:12:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/etc/mtree BSD.x11-4.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 22:12:11 -0000 marcus 2006-03-14 22:12:10 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) etc/mtree BSD.x11-4.dist Log: MFC: Add missing libdata/ldconfig[32] entries. Approved by: re (scottl) Revision Changes Path 1.24.2.4 +4 -0 src/etc/mtree/BSD.x11-4.dist From owner-cvs-all@FreeBSD.ORG Tue Mar 14 22:13:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C03116A424; Tue, 14 Mar 2006 22:13:14 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 176DA43D49; Tue, 14 Mar 2006 22:13:14 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EMDDLt091839; Tue, 14 Mar 2006 22:13:13 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EMDDxb091838; Tue, 14 Mar 2006 22:13:13 GMT (envelope-from marcus) Message-Id: <200603142213.k2EMDDxb091838@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 Mar 2006 22:13:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/etc/mtree BSD.x11-4.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 22:13:14 -0000 marcus 2006-03-14 22:13:13 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) etc/mtree BSD.x11-4.dist Log: MFC: Add missing libdata/ldconfig[32] entries. Approved by: re (scottl) Revision Changes Path 1.13.2.14 +4 -0 src/etc/mtree/BSD.x11-4.dist From owner-cvs-all@FreeBSD.ORG Tue Mar 14 22:40:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CE3616A420; Tue, 14 Mar 2006 22:40:45 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240AA43D48; Tue, 14 Mar 2006 22:40:45 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2EMej8D092861; Tue, 14 Mar 2006 22:40:45 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2EMejn8092860; Tue, 14 Mar 2006 22:40:45 GMT (envelope-from sam) Message-Id: <200603142240.k2EMejn8092860@repoman.freebsd.org> From: Sam Leffler Date: Tue, 14 Mar 2006 22:40:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.alpha files.sparc64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 22:40:45 -0000 sam 2006-03-14 22:40:44 UTC FreeBSD src repository Modified files: sys/conf files.alpha files.sparc64 Log: add ath_hal glue MFC after: 3 days Revision Changes Path 1.125 +10 -0 src/sys/conf/files.alpha 1.80 +9 -0 src/sys/conf/files.sparc64 From owner-cvs-all@FreeBSD.ORG Tue Mar 14 23:22:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90CB916A400; Tue, 14 Mar 2006 23:22:27 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4970943D49; Tue, 14 Mar 2006 23:22:27 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ENMRL2094493; Tue, 14 Mar 2006 23:22:27 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ENMRZh094492; Tue, 14 Mar 2006 23:22:27 GMT (envelope-from sam) Message-Id: <200603142322.k2ENMRZh094492@repoman.freebsd.org> From: Sam Leffler Date: Tue, 14 Mar 2006 23:22:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ath/ath_rate/sample sample.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 23:22:27 -0000 sam 2006-03-14 23:22:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath/ath_rate/sample sample.c Log: MFC 1.14: correct ni_txrate when using a fixed rate Approved by: re (scottl) Revision Changes Path 1.8.2.3 +4 -1 src/sys/dev/ath/ath_rate/sample/sample.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 23:24:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0155716A420; Tue, 14 Mar 2006 23:24:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C913F43D8A; Tue, 14 Mar 2006 23:24:02 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ENO2Gg094539; Tue, 14 Mar 2006 23:24:02 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ENO2WZ094538; Tue, 14 Mar 2006 23:24:02 GMT (envelope-from sam) Message-Id: <200603142324.k2ENO2WZ094538@repoman.freebsd.org> From: Sam Leffler Date: Tue, 14 Mar 2006 23:24:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 23:24:09 -0000 sam 2006-03-14 23:24:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_input.c Log: MFC 1.90: use m_dup instead of m_copypacket when doing internal bridging in case packets are modified (e.g. encrypted) Approved by: re (scottl) Revision Changes Path 1.62.2.12 +1 -1 src/sys/net80211/ieee80211_input.c From owner-cvs-all@FreeBSD.ORG Tue Mar 14 23:28:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D6D16A401; Tue, 14 Mar 2006 23:28:31 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F6443D45; Tue, 14 Mar 2006 23:28:31 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ENSVTo094813; Tue, 14 Mar 2006 23:28:31 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ENSVcD094812; Tue, 14 Mar 2006 23:28:31 GMT (envelope-from sam) Message-Id: <200603142328.k2ENSVcD094812@repoman.freebsd.org> From: Sam Leffler Date: Tue, 14 Mar 2006 23:28:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys systm.h taskqueue.h src/sys/kern kern_synch.c subr_taskqueue.c src/sys/dev/acpica/Osd OsdSchedule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 23:28:31 -0000 sam 2006-03-14 23:28:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys systm.h taskqueue.h sys/kern kern_synch.c subr_taskqueue.c sys/dev/acpica/Osd OsdSchedule.c Log: MFC: sync taskqueue api with HEAD modulo preserving the calling convention for taskqueue_create Reviewed by: various Approved by: re (scottl) Revision Changes Path 1.32.2.3 +1 -24 src/sys/dev/acpica/Osd/OsdSchedule.c 1.270.2.3 +82 -0 src/sys/kern/kern_synch.c 1.27.2.2 +134 -126 src/sys/kern/subr_taskqueue.c 1.234.2.3 +1 -0 src/sys/sys/systm.h 1.14.2.1 +34 -6 src/sys/sys/taskqueue.h From owner-cvs-all@FreeBSD.ORG Tue Mar 14 23:30:41 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C193416A41F; Tue, 14 Mar 2006 23:30:41 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89BC543D46; Tue, 14 Mar 2006 23:30:41 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from localhost.my.domain (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2ENUeMH011997; Tue, 14 Mar 2006 23:30:41 GMT (envelope-from davidxu@freebsd.org) From: David Xu To: John Baldwin Date: Wed, 15 Mar 2006 07:30:36 +0800 User-Agent: KMail/1.8.2 References: <200603140400.k2E40LiR095530@repoman.freebsd.org> <200603140825.40761.jhb@freebsd.org> In-Reply-To: <200603140825.40761.jhb@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200603150730.36818.davidxu@freebsd.org> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 23:30:41 -0000 On Tuesday 14 March 2006 21:25, John Baldwin wrote: > > On Monday 13 March 2006 11:00 pm, David Xu wrote: > > davidxu 2006-03-14 04:00:21 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_exit.c kern_thread.c > > Log: > > 1. Count last time slice, this intends to fix > > "calcru: runtime went backwards" bug for threaded process. > > 2. Add comment about possible logical problem with scheduler. > > > > MFC after: 3 days > > Great! Thanks for testing this! > > I was very upset, and forgot to put your name in the log, apologize. Note that because the thread has detached itself from scheduler, calling PROC_UNLOCK in theory is not safe, so I have moved up this patch code a bit. David Xu From owner-cvs-all@FreeBSD.ORG Wed Mar 15 00:09:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 607EE16A424; Wed, 15 Mar 2006 00:09:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7200243D4C; Wed, 15 Mar 2006 00:09:43 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F09hKl096424; Wed, 15 Mar 2006 00:09:43 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F09hH6096423; Wed, 15 Mar 2006 00:09:43 GMT (envelope-from dougb) Message-Id: <200603150009.k2F09hH6096423@repoman.freebsd.org> From: Doug Barton Date: Wed, 15 Mar 2006 00:09:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d SERVERS abi archdep X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 00:09:44 -0000 dougb 2006-03-15 00:09:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d SERVERS abi archdep Log: MFC moving abi and archdep before SERVERS, and removing scary BEFORE's MFC'ed versions: SERVERS 1.6, abi 1.8, archdep 1.11 Reminded by: delphij Approved by: re (scottl) Revision Changes Path 1.5.2.1 +1 -1 src/etc/rc.d/SERVERS 1.4.2.2 +1 -2 src/etc/rc.d/abi 1.7.2.3 +1 -2 src/etc/rc.d/archdep From owner-cvs-all@FreeBSD.ORG Wed Mar 15 00:30:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E28216A41F; Wed, 15 Mar 2006 00:30:20 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB15B43D45; Wed, 15 Mar 2006 00:30:19 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F0UJvo097236; Wed, 15 Mar 2006 00:30:19 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F0UJSa097235; Wed, 15 Mar 2006 00:30:19 GMT (envelope-from mlaier) Message-Id: <200603150030.k2F0UJSa097235@repoman.freebsd.org> From: Max Laier Date: Wed, 15 Mar 2006 00:30:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/pf/pflogd pflogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 00:30:20 -0000 mlaier 2006-03-15 00:30:19 UTC FreeBSD src repository Modified files: contrib/pf/pflogd pflogd.c Log: Use strtonum now that we have it in libc as well. Revision Changes Path 1.10 +0 -15 src/contrib/pf/pflogd/pflogd.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 01:19:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC81916A400; Wed, 15 Mar 2006 01:19:23 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A8343D46; Wed, 15 Mar 2006 01:19:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F1JNxr006714; Wed, 15 Mar 2006 01:19:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F1JNKh006713; Wed, 15 Mar 2006 01:19:23 GMT (envelope-from krion) Message-Id: <200603150119.k2F1JNKh006713@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 15 Mar 2006 01:19:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/sign sign.c x509.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 01:19:23 -0000 krion 2006-03-15 01:19:23 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/sign sign.c x509.c Log: Close descriptor in retrieve_x509_marker function. PR: bin/71594 Submitted by: Dan Lukes Revision Changes Path 1.5 +3 -0 src/usr.sbin/pkg_install/sign/sign.c 1.5 +13 -10 src/usr.sbin/pkg_install/sign/x509.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 01:24:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA6916A400; Wed, 15 Mar 2006 01:24:29 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C6043D45; Wed, 15 Mar 2006 01:24:29 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F1OTQ4006904; Wed, 15 Mar 2006 01:24:29 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F1OTUb006903; Wed, 15 Mar 2006 01:24:29 GMT (envelope-from kuriyama) Message-Id: <200603150124.k2F1OTUb006903@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 15 Mar 2006 01:24:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi mid.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 01:24:29 -0000 kuriyama 2006-03-15 01:24:29 UTC FreeBSD doc repository Modified files: en/cgi mid.cgi Log: Perl taint mode seems more strict than past. Reported by: jkim Revision Changes Path 1.15 +3 -1 www/en/cgi/mid.cgi From owner-cvs-all@FreeBSD.ORG Wed Mar 15 04:07:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F2C16A400; Wed, 15 Mar 2006 04:07:55 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5EB43D48; Wed, 15 Mar 2006 04:07:55 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F47sNE013589; Wed, 15 Mar 2006 04:07:54 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F47sWP013588; Wed, 15 Mar 2006 04:07:54 GMT (envelope-from kuriyama) Message-Id: <200603150407.k2F47sWP013588@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 15 Mar 2006 04:07:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi mid.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 04:07:55 -0000 kuriyama 2006-03-15 04:07:54 UTC FreeBSD doc repository Modified files: en/cgi mid.cgi Log: More taint handling. Revision Changes Path 1.16 +6 -3 www/en/cgi/mid.cgi From owner-cvs-all@FreeBSD.ORG Wed Mar 15 04:42:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EABFF16A401; Wed, 15 Mar 2006 04:42:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B7843D45; Wed, 15 Mar 2006 04:42:52 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F4gqVR099848; Wed, 15 Mar 2006 04:42:52 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F4gq3Z099847; Wed, 15 Mar 2006 04:42:52 GMT (envelope-from kris) Message-Id: <200603150442.k2F4gq3Z099847@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 15 Mar 2006 04:42:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT approvers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 04:42:53 -0000 kris 2006-03-15 04:42:52 UTC FreeBSD ports repository Modified files: . approvers Log: Ports is now unfrozen. Revision Changes Path 1.11 +1 -1 CVSROOT/approvers From owner-cvs-all@FreeBSD.ORG Wed Mar 15 04:55:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EE9D16A401; Wed, 15 Mar 2006 04:55:54 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3668643D46; Wed, 15 Mar 2006 04:55:54 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F4ts6D008079; Wed, 15 Mar 2006 04:55:54 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F4tsen008078; Wed, 15 Mar 2006 04:55:54 GMT (envelope-from kuriyama) Message-Id: <200603150455.k2F4tsen008078@repoman.freebsd.org> From: Jun Kuriyama Date: Wed, 15 Mar 2006 04:55:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/namazu2 Makefile distinfo pkg-plist ports/databases/namazu2/files patch-nmz::Makefile.in patch-pl::conf.pl.in ports/japanese/namazu2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 04:55:54 -0000 kuriyama 2006-03-15 04:55:53 UTC FreeBSD ports repository Modified files: databases/namazu2 Makefile distinfo pkg-plist databases/namazu2/files patch-pl::conf.pl.in japanese/namazu2 Makefile Removed files: databases/namazu2/files patch-nmz::Makefile.in Log: Upgrade to 2.0.16. Security: Fixes directory travarsal problem (especially serious in Windows environment) Revision Changes Path 1.46 +1 -1 ports/databases/namazu2/Makefile 1.19 +3 -3 ports/databases/namazu2/distinfo 1.2 +0 -11 ports/databases/namazu2/files/patch-nmz::Makefile.in (dead) 1.2 +10 -8 ports/databases/namazu2/files/patch-pl::conf.pl.in 1.20 +9 -0 ports/databases/namazu2/pkg-plist 1.35 +1 -1 ports/japanese/namazu2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 04:57:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DC0E16A400; Wed, 15 Mar 2006 04:57:37 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C93243D46; Wed, 15 Mar 2006 04:57:37 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F4vagq008156; Wed, 15 Mar 2006 04:57:36 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F4vaXN008155; Wed, 15 Mar 2006 04:57:36 GMT (envelope-from marcus) Message-Id: <200603150457.k2F4vaXN008155@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 04:57:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 04:57:37 -0000 marcus 2006-03-15 04:57:36 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Ports tree is now in slush mode. Revision Changes Path 1.170 +3 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:16:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3294816A400; Wed, 15 Mar 2006 05:16:36 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C658643D45; Wed, 15 Mar 2006 05:16:35 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5GZAY008886; Wed, 15 Mar 2006 05:16:35 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5GZ1O008885; Wed, 15 Mar 2006 05:16:35 GMT (envelope-from oliver) Message-Id: <200603150516.k2F5GZ1O008885@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 15 Mar 2006 05:16:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sqwebmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:16:36 -0000 oliver 2006-03-15 05:16:35 UTC FreeBSD ports repository Modified files: mail/sqwebmail Makefile distinfo Log: update to 5.1.1 Revision Changes Path 1.62 +2 -1 ports/mail/sqwebmail/Makefile 1.30 +3 -3 ports/mail/sqwebmail/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:17:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24BCC16A401; Wed, 15 Mar 2006 05:17:08 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C4F43D45; Wed, 15 Mar 2006 05:17:07 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5H7iA008926; Wed, 15 Mar 2006 05:17:07 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5H78n008925; Wed, 15 Mar 2006 05:17:07 GMT (envelope-from oliver) Message-Id: <200603150517.k2F5H78n008925@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 15 Mar 2006 05:17:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/courier-imap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:17:08 -0000 oliver 2006-03-15 05:17:07 UTC FreeBSD ports repository Modified files: mail/courier-imap Makefile distinfo Log: update to 4.1.0 Revision Changes Path 1.109 +2 -2 ports/mail/courier-imap/Makefile 1.53 +3 -6 ports/mail/courier-imap/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:18:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0573C16A400; Wed, 15 Mar 2006 05:18:14 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 931F843D48; Wed, 15 Mar 2006 05:18:13 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5IDnk008994; Wed, 15 Mar 2006 05:18:13 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5IDIj008993; Wed, 15 Mar 2006 05:18:13 GMT (envelope-from oliver) Message-Id: <200603150518.k2F5IDIj008993@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 15 Mar 2006 05:18:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:18:14 -0000 oliver 2006-03-15 05:18:13 UTC FreeBSD ports repository Modified files: mail/sylpheed2 Makefile distinfo Log: update to 2.2.3 Revision Changes Path 1.133 +1 -1 ports/mail/sylpheed2/Makefile 1.92 +3 -3 ports/mail/sylpheed2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:18:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E58516A430; Wed, 15 Mar 2006 05:18:38 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA4443D49; Wed, 15 Mar 2006 05:18:38 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5IbD9009038; Wed, 15 Mar 2006 05:18:38 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5IbJ0009037; Wed, 15 Mar 2006 05:18:37 GMT (envelope-from oliver) Message-Id: <200603150518.k2F5IbJ0009037@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 15 Mar 2006 05:18:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/mime-support Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:18:38 -0000 oliver 2006-03-15 05:18:37 UTC FreeBSD ports repository Modified files: misc/mime-support Makefile distinfo Log: update to 3.36.1 Revision Changes Path 1.11 +1 -1 ports/misc/mime-support/Makefile 1.9 +3 -3 ports/misc/mime-support/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:19:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AACA16A41F; Wed, 15 Mar 2006 05:19:08 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CFA43D45; Wed, 15 Mar 2006 05:19:07 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5J7xr009078; Wed, 15 Mar 2006 05:19:07 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5J7d7009077; Wed, 15 Mar 2006 05:19:07 GMT (envelope-from oliver) Message-Id: <200603150519.k2F5J7d7009077@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 15 Mar 2006 05:19:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libzvbi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:19:08 -0000 oliver 2006-03-15 05:19:07 UTC FreeBSD ports repository Modified files: devel/libzvbi Makefile distinfo Log: update to 0.2.19 Revision Changes Path 1.26 +2 -2 ports/devel/libzvbi/Makefile 1.16 +3 -3 ports/devel/libzvbi/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:28:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED29216A401; Wed, 15 Mar 2006 05:28:26 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB33843D45; Wed, 15 Mar 2006 05:28:26 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5SQav009458; Wed, 15 Mar 2006 05:28:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5SQjG009457; Wed, 15 Mar 2006 05:28:26 GMT (envelope-from marcus) Message-Id: <200603150528.k2F5SQjG009457@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:28:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/gnomemag Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:28:27 -0000 marcus 2006-03-15 05:28:26 UTC FreeBSD ports repository Modified files: accessibility/gnomemag Makefile distinfo Log: Update to 0.12.4. Submitted by: mezz Revision Changes Path 1.32 +2 -2 ports/accessibility/gnomemag/Makefile 1.22 +3 -3 ports/accessibility/gnomemag/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:28:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA8C16A401; Wed, 15 Mar 2006 05:28:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF3643D46; Wed, 15 Mar 2006 05:28:49 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5SnKe009533; Wed, 15 Mar 2006 05:28:49 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5SngP009532; Wed, 15 Mar 2006 05:28:49 GMT (envelope-from marcus) Message-Id: <200603150528.k2F5SngP009532@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:28:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/gnomespeech Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:28:50 -0000 marcus 2006-03-15 05:28:49 UTC FreeBSD ports repository Modified files: accessibility/gnomespeech Makefile distinfo Log: Update to 0.3.10. Revision Changes Path 1.18 +1 -2 ports/accessibility/gnomespeech/Makefile 1.12 +3 -3 ports/accessibility/gnomespeech/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:31:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5886916A581; Wed, 15 Mar 2006 05:31:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11CA843D46; Wed, 15 Mar 2006 05:31:16 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5VFiD009723; Wed, 15 Mar 2006 05:31:15 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5VFks009722; Wed, 15 Mar 2006 05:31:15 GMT (envelope-from marcus) Message-Id: <200603150531.k2F5VFks009722@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:31:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/dbus Makefile distinfo ports/devel/dbus/files patch-configure ports/devel/py-dbus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:31:16 -0000 marcus 2006-03-15 05:31:15 UTC FreeBSD ports repository Modified files: devel/dbus Makefile distinfo devel/dbus/files patch-configure devel/py-dbus Makefile Log: Update to 0.61. Revision Changes Path 1.46 +2 -2 ports/devel/dbus/Makefile 1.17 +3 -3 ports/devel/dbus/distinfo 1.8 +9 -9 ports/devel/dbus/files/patch-configure 1.16 +1 -1 ports/devel/py-dbus/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:31:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE7F16A401; Wed, 15 Mar 2006 05:31:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A2843D69; Wed, 15 Mar 2006 05:31:50 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5VoYl009771; Wed, 15 Mar 2006 05:31:50 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5Vova009770; Wed, 15 Mar 2006 05:31:50 GMT (envelope-from marcus) Message-Id: <200603150531.k2F5Vova009770@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:31:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libglademm24 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:31:51 -0000 marcus 2006-03-15 05:31:50 UTC FreeBSD ports repository Modified files: devel/libglademm24 Makefile distinfo pkg-plist Log: Update to 2.6.2. Revision Changes Path 1.21 +2 -3 ports/devel/libglademm24/Makefile 1.11 +3 -3 ports/devel/libglademm24/distinfo 1.8 +132 -5 ports/devel/libglademm24/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:32:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F8E216A423; Wed, 15 Mar 2006 05:32:50 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C586B43D68; Wed, 15 Mar 2006 05:32:46 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5WkxG009832; Wed, 15 Mar 2006 05:32:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5WkoX009831; Wed, 15 Mar 2006 05:32:46 GMT (envelope-from marcus) Message-Id: <200603150532.k2F5WkoX009831@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:32:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/glibmm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:32:50 -0000 marcus 2006-03-15 05:32:46 UTC FreeBSD ports repository Modified files: devel/glibmm Makefile distinfo pkg-plist Log: Update to 2.8.5. Revision Changes Path 1.15 +2 -3 ports/devel/glibmm/Makefile 1.10 +3 -3 ports/devel/glibmm/distinfo 1.11 +1 -5 ports/devel/glibmm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:34:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A4A16A400; Wed, 15 Mar 2006 05:34:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E2743D6B; Wed, 15 Mar 2006 05:34:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5Y0Gh009885; Wed, 15 Mar 2006 05:34:00 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5Y0Ot009884; Wed, 15 Mar 2006 05:34:00 GMT (envelope-from marcus) Message-Id: <200603150534.k2F5Y0Ot009884@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:34:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/ghex Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:34:00 -0000 marcus 2006-03-15 05:34:00 UTC FreeBSD ports repository Modified files: editors/ghex Makefile distinfo pkg-plist Log: Update to 2.8.2. Revision Changes Path 1.25 +1 -2 ports/editors/ghex/Makefile 1.10 +3 -3 ports/editors/ghex/distinfo 1.10 +4 -0 ports/editors/ghex/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:35:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC2A516A400; Wed, 15 Mar 2006 05:35:38 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75AE743D45; Wed, 15 Mar 2006 05:35:38 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5ZcQs010043; Wed, 15 Mar 2006 05:35:38 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5Zcup010042; Wed, 15 Mar 2006 05:35:38 GMT (envelope-from marcus) Message-Id: <200603150535.k2F5Zcup010042@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:35:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gcompris2 Makefile distinfo pkg-plist ports/games/gcompris2/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:35:38 -0000 marcus 2006-03-15 05:35:38 UTC FreeBSD ports repository Modified files: games/gcompris2 Makefile distinfo pkg-plist games/gcompris2/files patch-ac Log: Update to 7.3.1. Revision Changes Path 1.62 +27 -9 ports/games/gcompris2/Makefile 1.26 +3 -3 ports/games/gcompris2/distinfo 1.14 +12 -12 ports/games/gcompris2/files/patch-ac 1.32 +1063 -503 ports/games/gcompris2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:36:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BCD516A401; Wed, 15 Mar 2006 05:36:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD9B43D53; Wed, 15 Mar 2006 05:36:50 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5an2t010105; Wed, 15 Mar 2006 05:36:49 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5anr5010104; Wed, 15 Mar 2006 05:36:49 GMT (envelope-from marcus) Message-Id: <200603150536.k2F5anr5010104@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:36:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/cairomm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:36:51 -0000 marcus 2006-03-15 05:36:49 UTC FreeBSD ports repository Modified files: graphics/cairomm Makefile distinfo pkg-plist Log: Update to 0.5.0. Revision Changes Path 1.5 +11 -4 ports/graphics/cairomm/Makefile 1.4 +3 -3 ports/graphics/cairomm/distinfo 1.4 +172 -0 ports/graphics/cairomm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:38:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D3D16A420; Wed, 15 Mar 2006 05:38:25 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311F143D45; Wed, 15 Mar 2006 05:38:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5cPgH010179; Wed, 15 Mar 2006 05:38:25 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5cPkH010178; Wed, 15 Mar 2006 05:38:25 GMT (envelope-from marcus) Message-Id: <200603150538.k2F5cPkH010178@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:38:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/balsa Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:38:25 -0000 marcus 2006-03-15 05:38:25 UTC FreeBSD ports repository Modified files: mail/balsa Makefile distinfo Log: Update to 2.3.12. Revision Changes Path 1.112 +2 -2 ports/mail/balsa/Makefile 1.54 +3 -3 ports/mail/balsa/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:39:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13FD016A420; Wed, 15 Mar 2006 05:39:22 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0D543D45; Wed, 15 Mar 2006 05:39:21 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5dLLS010245; Wed, 15 Mar 2006 05:39:21 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5dLVe010244; Wed, 15 Mar 2006 05:39:21 GMT (envelope-from marcus) Message-Id: <200603150539.k2F5dLVe010244@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:39:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/gcalctool Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:39:22 -0000 marcus 2006-03-15 05:39:21 UTC FreeBSD ports repository Modified files: math/gcalctool Makefile distinfo pkg-plist Log: Update to 5.7.32. Revision Changes Path 1.57 +3 -3 ports/math/gcalctool/Makefile 1.40 +3 -3 ports/math/gcalctool/distinfo 1.29 +10 -0 ports/math/gcalctool/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:40:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D5C16A400; Wed, 15 Mar 2006 05:40:56 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72F6B43D46; Wed, 15 Mar 2006 05:40:56 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5eume010429; Wed, 15 Mar 2006 05:40:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5eu4P010428; Wed, 15 Mar 2006 05:40:56 GMT (envelope-from marcus) Message-Id: <200603150540.k2F5eu4P010428@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:40:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/avahi Makefile distinfo pkg-plist ports/net/avahi/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:40:57 -0000 marcus 2006-03-15 05:40:56 UTC FreeBSD ports repository Modified files: net/avahi Makefile distinfo pkg-plist Removed files: net/avahi/files patch-configure Log: Update to 0.6.9. Revision Changes Path 1.18 +3 -4 ports/net/avahi/Makefile 1.6 +3 -3 ports/net/avahi/distinfo 1.2 +0 -11 ports/net/avahi/files/patch-configure (dead) 1.6 +2 -1 ports/net/avahi/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:42:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4EC16A400; Wed, 15 Mar 2006 05:42:03 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A56943D48; Wed, 15 Mar 2006 05:42:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5g28L010487; Wed, 15 Mar 2006 05:42:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5g2x2010486; Wed, 15 Mar 2006 05:42:02 GMT (envelope-from marcus) Message-Id: <200603150542.k2F5g2x2010486@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:42:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/gossip Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:42:03 -0000 marcus 2006-03-15 05:42:02 UTC FreeBSD ports repository Modified files: net-im/gossip Makefile distinfo pkg-plist Log: Update to 0.10.1. Revision Changes Path 1.27 +5 -2 ports/net-im/gossip/Makefile 1.18 +3 -3 ports/net-im/gossip/distinfo 1.17 +1 -0 ports/net-im/gossip/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:43:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5E9616A400; Wed, 15 Mar 2006 05:43:39 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E3843D45; Wed, 15 Mar 2006 05:43:39 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5hdZq010619; Wed, 15 Mar 2006 05:43:39 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5hdRp010618; Wed, 15 Mar 2006 05:43:39 GMT (envelope-from marcus) Message-Id: <200603150543.k2F5hdRp010618@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:43:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnomekeyring Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:43:39 -0000 marcus 2006-03-15 05:43:39 UTC FreeBSD ports repository Modified files: security/gnomekeyring Makefile distinfo Log: Update to 0.4.9. Revision Changes Path 1.20 +2 -2 ports/security/gnomekeyring/Makefile 1.11 +3 -3 ports/security/gnomekeyring/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:44:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDBD316A401; Wed, 15 Mar 2006 05:44:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DD343D46; Wed, 15 Mar 2006 05:44:48 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5imNr010681; Wed, 15 Mar 2006 05:44:48 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5im3Y010680; Wed, 15 Mar 2006 05:44:48 GMT (envelope-from marcus) Message-Id: <200603150544.k2F5im3Y010680@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:44:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libcroco Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:44:48 -0000 marcus 2006-03-15 05:44:48 UTC FreeBSD ports repository Modified files: textproc/libcroco Makefile distinfo Log: Update to 0.6.1. Revision Changes Path 1.16 +3 -4 ports/textproc/libcroco/Makefile 1.7 +3 -3 ports/textproc/libcroco/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:46:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D3B16A454; Wed, 15 Mar 2006 05:46:05 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C29443D55; Wed, 15 Mar 2006 05:46:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5k1eh010791; Wed, 15 Mar 2006 05:46:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5k08u010790; Wed, 15 Mar 2006 05:46:00 GMT (envelope-from marcus) Message-Id: <200603150546.k2F5k08u010790@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:46:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/gtk-engines2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:46:05 -0000 marcus 2006-03-15 05:46:00 UTC FreeBSD ports repository Modified files: x11-themes/gtk-engines2 Makefile distinfo Log: Update to 2.6.8. Submitted by: mezz Revision Changes Path 1.56 +3 -4 ports/x11-themes/gtk-engines2/Makefile 1.18 +3 -3 ports/x11-themes/gtk-engines2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:49:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EDF016A41F; Wed, 15 Mar 2006 05:49:54 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E075743D46; Wed, 15 Mar 2006 05:49:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5nrdq010919; Wed, 15 Mar 2006 05:49:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5nr4X010918; Wed, 15 Mar 2006 05:49:53 GMT (envelope-from marcus) Message-Id: <200603150549.k2F5nr4X010918@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:49:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/pango Makefile distinfo ports/x11-toolkits/pango/files patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:49:54 -0000 marcus 2006-03-15 05:49:53 UTC FreeBSD ports repository Modified files: x11-toolkits/pango Makefile distinfo x11-toolkits/pango/files patch-ac Log: * Update to 1.10.4 * Fix build when WITHOUT_X11 is specified [1] PR: 94067 [1] Revision Changes Path 1.76 +16 -9 ports/x11-toolkits/pango/Makefile 1.32 +3 -3 ports/x11-toolkits/pango/distinfo 1.10 +2 -2 ports/x11-toolkits/pango/files/patch-ac From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:50:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D818216A480; Wed, 15 Mar 2006 05:50:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEC443D46; Wed, 15 Mar 2006 05:50:51 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5opxE011087; Wed, 15 Mar 2006 05:50:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5opXH011086; Wed, 15 Mar 2006 05:50:51 GMT (envelope-from marcus) Message-Id: <200603150550.k2F5opXH011086@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:50:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile distinfo pkg-plist ports/x11-toolkits/gtk20/files patch-ak X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:50:51 -0000 marcus 2006-03-15 05:50:51 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile distinfo pkg-plist x11-toolkits/gtk20/files patch-ak Log: Update to 2.8.15. Revision Changes Path 1.172 +2 -3 ports/x11-toolkits/gtk20/Makefile 1.90 +3 -3 ports/x11-toolkits/gtk20/distinfo 1.9 +1 -1 ports/x11-toolkits/gtk20/files/patch-ak 1.97 +10 -10 ports/x11-toolkits/gtk20/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:51:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3057316A420; Wed, 15 Mar 2006 05:51:27 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB82243D46; Wed, 15 Mar 2006 05:51:26 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5pQgd011161; Wed, 15 Mar 2006 05:51:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5pQPC011160; Wed, 15 Mar 2006 05:51:26 GMT (envelope-from marcus) Message-Id: <200603150551.k2F5pQPC011160@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:51:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/vte Makefile distinfo pkg-plist ports/x11-toolkits/vte/files patch-gnome-pty-helper_gnome-pty-helper.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:51:27 -0000 marcus 2006-03-15 05:51:26 UTC FreeBSD ports repository Modified files: x11-toolkits/vte Makefile distinfo pkg-plist x11-toolkits/vte/files patch-gnome-pty-helper_gnome-pty-helper.c Log: Update to 0.11.21. Revision Changes Path 1.53 +1 -2 ports/x11-toolkits/vte/Makefile 1.29 +3 -3 ports/x11-toolkits/vte/distinfo 1.3 +3 -3 ports/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c 1.25 +3 -0 ports/x11-toolkits/vte/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:52:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FD516A41F; Wed, 15 Mar 2006 05:52:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56DA43D6B; Wed, 15 Mar 2006 05:52:44 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5qi1r011303; Wed, 15 Mar 2006 05:52:44 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5qiRb011302; Wed, 15 Mar 2006 05:52:44 GMT (envelope-from marcus) Message-Id: <200603150552.k2F5qiRb011302@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:52:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/py-gnome2 Makefile distinfo ports/x11-toolkits/py-gnome2/files extra-patch-gnomevfs_Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:52:46 -0000 marcus 2006-03-15 05:52:44 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gnome2 Makefile distinfo x11-toolkits/py-gnome2/files extra-patch-gnomevfs_Makefile.in Added files: x11-toolkits/py-gnome2/files patch-configure Log: Update to 2.12.4. Revision Changes Path 1.85 +4 -7 ports/x11-toolkits/py-gnome2/Makefile 1.35 +3 -3 ports/x11-toolkits/py-gnome2/distinfo 1.2 +0 -11 ports/x11-toolkits/py-gnome2/files/extra-patch-gnomevfs_Makefile.in 1.5 +11 -0 ports/x11-toolkits/py-gnome2/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:53:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C4816A401; Wed, 15 Mar 2006 05:53:28 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6AA43D48; Wed, 15 Mar 2006 05:53:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5rSMS011388; Wed, 15 Mar 2006 05:53:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5rSsE011387; Wed, 15 Mar 2006 05:53:28 GMT (envelope-from marcus) Message-Id: <200603150553.k2F5rSsE011387@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 Mar 2006 05:53:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/guile-gtk Makefile distinfo pkg-plist ports/x11-toolkits/guile-gtk/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:53:28 -0000 marcus 2006-03-15 05:53:28 UTC FreeBSD ports repository Modified files: x11-toolkits/guile-gtk Makefile distinfo pkg-plist Removed files: x11-toolkits/guile-gtk/files patch-configure Log: Update to 0.41. Revision Changes Path 1.31 +7 -8 ports/x11-toolkits/guile-gtk/Makefile 1.8 +3 -3 ports/x11-toolkits/guile-gtk/distinfo 1.2 +0 -10 ports/x11-toolkits/guile-gtk/files/patch-configure (dead) 1.10 +15 -3 ports/x11-toolkits/guile-gtk/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:54:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459FF16A41F; Wed, 15 Mar 2006 05:54:22 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0487643D46; Wed, 15 Mar 2006 05:54:22 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5sL6T011438; Wed, 15 Mar 2006 05:54:21 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5sLal011437; Wed, 15 Mar 2006 05:54:21 GMT (envelope-from maho) Message-Id: <200603150554.k2F5sLal011437@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 05:54:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/povray Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:54:22 -0000 maho 2006-03-15 05:54:21 UTC FreeBSD ports repository Modified files: graphics/povray Makefile distinfo Log: Minor cleanups PR: 93831 Submitted by: Pedro F. Giffuni Revision Changes Path 1.48 +9 -8 ports/graphics/povray/Makefile 1.14 +3 -3 ports/graphics/povray/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 05:59:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F8A16A401; Wed, 15 Mar 2006 05:59:42 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B8E43D46; Wed, 15 Mar 2006 05:59:41 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F5xfpw011698; Wed, 15 Mar 2006 05:59:41 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F5xfAs011697; Wed, 15 Mar 2006 05:59:41 GMT (envelope-from maho) Message-Id: <200603150559.k2F5xfAs011697@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 05:59:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/megapov Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 05:59:42 -0000 maho 2006-03-15 05:59:41 UTC FreeBSD ports repository Modified files: graphics/megapov Makefile Log: Cleanups PR: 93834 Submitted by: Pedro F. Giffuni Revision Changes Path 1.11 +12 -8 ports/graphics/megapov/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:04:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A1F16A422; Wed, 15 Mar 2006 06:04:19 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33B243D48; Wed, 15 Mar 2006 06:04:18 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F64Idl011873; Wed, 15 Mar 2006 06:04:18 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F64Iul011872; Wed, 15 Mar 2006 06:04:18 GMT (envelope-from maho) Message-Id: <200603150604.k2F64Iul011872@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 06:04:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/umfpack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:04:19 -0000 maho 2006-03-15 06:04:18 UTC FreeBSD ports repository Modified files: math/umfpack Makefile Log: Now ATLAS port creates only shared libs by default. Submitted by: Pedro F. Giffuni Revision Changes Path 1.20 +1 -1 ports/math/umfpack/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:08:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAEC516A426; Wed, 15 Mar 2006 06:08:20 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A0DB43D4C; Wed, 15 Mar 2006 06:08:20 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F68KCg012048; Wed, 15 Mar 2006 06:08:20 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F68KTI012047; Wed, 15 Mar 2006 06:08:20 GMT (envelope-from maho) Message-Id: <200603150608.k2F68KTI012047@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 06:08:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/spooles Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:08:21 -0000 maho 2006-03-15 06:08:20 UTC FreeBSD ports repository Modified files: math/spooles Makefile Log: Minor enhancements. port should send CFLAGS, adding -fPIC for amd64. PR: 93612 Submitted by: Pedro F. Giffuni Revision Changes Path 1.8 +9 -3 ports/math/spooles/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:08:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5034016A428; Wed, 15 Mar 2006 06:08:54 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DFF443D55; Wed, 15 Mar 2006 06:08:53 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F68rKg012098; Wed, 15 Mar 2006 06:08:53 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F68rgI012097; Wed, 15 Mar 2006 06:08:53 GMT (envelope-from maho) Message-Id: <200603150608.k2F68rgI012097@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 06:08:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/spooles/files patch-MPI+makefile patch-MT+makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:08:54 -0000 maho 2006-03-15 06:08:53 UTC FreeBSD ports repository Added files: math/spooles/files patch-MPI+makefile patch-MT+makefile Log: forgot to add two patches... Revision Changes Path 1.1 +13 -0 ports/math/spooles/files/patch-MPI+makefile (new) 1.1 +13 -0 ports/math/spooles/files/patch-MT+makefile (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:12:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12B2A16A401; Wed, 15 Mar 2006 06:12:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F5AA43D68; Wed, 15 Mar 2006 06:12:11 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6CBoM012297; Wed, 15 Mar 2006 06:12:11 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6CB6M012296; Wed, 15 Mar 2006 06:12:11 GMT (envelope-from vanilla) Message-Id: <200603150612.k2F6CB6M012296@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 15 Mar 2006 06:12:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/imlib2 Makefile ports/graphics/imlib2/files patch-loader_tiff.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:12:14 -0000 vanilla 2006-03-15 06:12:11 UTC FreeBSD ports repository Modified files: graphics/imlib2 Makefile Added files: graphics/imlib2/files patch-loader_tiff.c Log: Fix tiff loading. Submitted by: Daniel Roethlisberger Revision Changes Path 1.117 +1 -1 ports/graphics/imlib2/Makefile 1.1 +15 -0 ports/graphics/imlib2/files/patch-loader_tiff.c (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:16:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 193C616A423; Wed, 15 Mar 2006 06:16:50 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8BC543D45; Wed, 15 Mar 2006 06:16:49 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6Gnur012604; Wed, 15 Mar 2006 06:16:49 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6Gnwg012603; Wed, 15 Mar 2006 06:16:49 GMT (envelope-from vanilla) Message-Id: <200603150616.k2F6Gnwg012603@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 15 Mar 2006 06:16:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/extract-xiso Makefile distinfo ports/emulators/extract-xiso/files patch-extract-xiso.c patch-libftp-5.0.1.modified.by.in__FtpStat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:16:50 -0000 vanilla 2006-03-15 06:16:49 UTC FreeBSD ports repository Modified files: emulators/extract-xiso Makefile distinfo emulators/extract-xiso/files patch-extract-xiso.c Removed files: emulators/extract-xiso/files patch-libftp-5.0.1.modified.by.in__FtpStat.c Log: Upgrade to 2.5. Revision Changes Path 1.6 +2 -2 ports/emulators/extract-xiso/Makefile 1.5 +3 -3 ports/emulators/extract-xiso/distinfo 1.2 +5 -17 ports/emulators/extract-xiso/files/patch-extract-xiso.c 1.2 +0 -44 ports/emulators/extract-xiso/files/patch-libftp-5.0.1.modified.by.in__FtpStat.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:18:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7611616A420; Wed, 15 Mar 2006 06:18:11 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3063243D48; Wed, 15 Mar 2006 06:18:11 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6IBuL012685; Wed, 15 Mar 2006 06:18:11 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6IBfD012684; Wed, 15 Mar 2006 06:18:11 GMT (envelope-from maho) Message-Id: <200603150618.k2F6IBfD012684@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 06:18:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0 Makefile distinfo ports/editors/openoffice.org-2.0/files Makefile.knobs Makefile.localized gcj-patches patch-psprint-i62535 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:18:11 -0000 maho 2006-03-15 06:18:11 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0 Makefile distinfo editors/openoffice.org-2.0/files Makefile.knobs Makefile.localized Added files: editors/openoffice.org-2.0/files gcj-patches patch-psprint-i62535 Log: Update to 2.0.2 Revision Changes Path 1.224 +19 -14 ports/editors/openoffice.org-2.0/Makefile 1.84 +3 -3 ports/editors/openoffice.org-2.0/distinfo 1.25 +7 -10 ports/editors/openoffice.org-2.0/files/Makefile.knobs 1.12 +5 -1 ports/editors/openoffice.org-2.0/files/Makefile.localized 1.1 +349 -0 ports/editors/openoffice.org-2.0/files/gcj-patches (new) 1.1 +65 -0 ports/editors/openoffice.org-2.0/files/patch-psprint-i62535 (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:19:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6290A16A401; Wed, 15 Mar 2006 06:19:00 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D4743D48; Wed, 15 Mar 2006 06:19:00 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6IxnN012745; Wed, 15 Mar 2006 06:18:59 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6IxTc012744; Wed, 15 Mar 2006 06:18:59 GMT (envelope-from maho) Message-Id: <200603150618.k2F6IxTc012744@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 06:18:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0/files gcj-cws_jaxpapi gcj-fbsdworkaround X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:19:00 -0000 maho 2006-03-15 06:18:59 UTC FreeBSD ports repository Added files: editors/openoffice.org-2.0/files gcj-cws_jaxpapi gcj-fbsdworkaround Log: forgot to commit two patches... Revision Changes Path 1.1 +1088 -0 ports/editors/openoffice.org-2.0/files/gcj-cws_jaxpapi (new) 1.1 +30 -0 ports/editors/openoffice.org-2.0/files/gcj-fbsdworkaround (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:21:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20AD016A401; Wed, 15 Mar 2006 06:21:30 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC6A43D49; Wed, 15 Mar 2006 06:21:29 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6LTuk012935; Wed, 15 Mar 2006 06:21:29 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6LTQ0012934; Wed, 15 Mar 2006 06:21:29 GMT (envelope-from maho) Message-Id: <200603150621.k2F6LTQ0012934@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 06:21:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-1.1-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:21:30 -0000 maho 2006-03-15 06:21:29 UTC FreeBSD ports repository Modified files: editors/openoffice.org-1.1-devel Makefile distinfo Log: Update to SRX645_m60. Revision Changes Path 1.199 +4 -5 ports/editors/openoffice.org-1.1-devel/Makefile 1.55 +3 -3 ports/editors/openoffice.org-1.1-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:23:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C218A16A426; Wed, 15 Mar 2006 06:23:51 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7700D43D46; Wed, 15 Mar 2006 06:23:51 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6NpqE013044; Wed, 15 Mar 2006 06:23:51 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6NpV4013043; Wed, 15 Mar 2006 06:23:51 GMT (envelope-from brueffer) Message-Id: <200603150623.k2F6NpV4013043@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Mar 2006 06:23:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:23:51 -0000 brueffer 2006-03-15 06:23:51 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Announce 5.5-BETA4 and 6.1-BETA4. Revision Changes Path 1.374 +18 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:25:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E2316A401; Wed, 15 Mar 2006 06:25:23 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C01CD43D45; Wed, 15 Mar 2006 06:25:22 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6PMQK013197; Wed, 15 Mar 2006 06:25:22 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6PMoK013196; Wed, 15 Mar 2006 06:25:22 GMT (envelope-from deischen) Message-Id: <200603150625.k2F6PMoK013196@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 15 Mar 2006 06:25:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/xmcd Makefile pkg-message ports/audio/xmcd/files patch-ai pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:25:23 -0000 deischen 2006-03-15 06:25:22 UTC FreeBSD ports repository Modified files: audio/xmcd Makefile Added files: audio/xmcd/files patch-ai pkg-message.in Removed files: audio/xmcd pkg-message Log: Move pkg-message to files to automatically replace %%PREFIX%%. Patch config.sh to default to FreeBSD ioctl method instead of Linux ioctl method. Submitted by: edwin PR: 94398 Revision Changes Path 1.51 +2 -0 ports/audio/xmcd/Makefile 1.1 +11 -0 ports/audio/xmcd/files/patch-ai (new) 1.1 +10 -0 ports/audio/xmcd/files/pkg-message.in (new) 1.3 +0 -10 ports/audio/xmcd/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:25:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9324916A426; Wed, 15 Mar 2006 06:25:41 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E4B43D46; Wed, 15 Mar 2006 06:25:41 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6Pf3I013261; Wed, 15 Mar 2006 06:25:41 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6PfDb013260; Wed, 15 Mar 2006 06:25:41 GMT (envelope-from brueffer) Message-Id: <200603150625.k2F6PfDb013260@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 15 Mar 2006 06:25:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/sgml includes.release.sgml includes.release.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:25:41 -0000 brueffer 2006-03-15 06:25:41 UTC FreeBSD doc repository Modified files: share/sgml includes.release.sgml includes.release.xsl Log: Bump versions for the new BETA4 releases. Revision Changes Path 1.20 +3 -3 www/share/sgml/includes.release.sgml 1.18 +3 -3 www/share/sgml/includes.release.xsl From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:25:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F89F16A400; Wed, 15 Mar 2006 06:25:46 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A5443D45; Wed, 15 Mar 2006 06:25:46 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6PjMK013327; Wed, 15 Mar 2006 06:25:45 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6Pjao013326; Wed, 15 Mar 2006 06:25:45 GMT (envelope-from maho) Message-Id: <200603150625.k2F6Pjao013326@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 06:25:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel Makefile distinfo ports/editors/openoffice.org-2.0-devel/files Makefile.knobs Makefile.localized cws-maho1.diff gcj-cws_jaxpapi gcj-fbsdworkaround gcj-patches patch-i63007 patch-i63069 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:25:46 -0000 maho 2006-03-15 06:25:45 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0-devel Makefile distinfo editors/openoffice.org-2.0-devel/files Makefile.knobs Makefile.localized gcj-cws_jaxpapi gcj-patches Added files: editors/openoffice.org-2.0-devel/files cws-maho1.diff gcj-fbsdworkaround patch-i63007 patch-i63069 Log: Update to SRC680_m159 Revision Changes Path 1.234 +19 -13 ports/editors/openoffice.org-2.0-devel/Makefile 1.97 +3 -3 ports/editors/openoffice.org-2.0-devel/distinfo 1.24 +7 -10 ports/editors/openoffice.org-2.0-devel/files/Makefile.knobs 1.11 +5 -1 ports/editors/openoffice.org-2.0-devel/files/Makefile.localized 1.1 +287 -0 ports/editors/openoffice.org-2.0-devel/files/cws-maho1.diff (new) 1.2 +0 -220 ports/editors/openoffice.org-2.0-devel/files/gcj-cws_jaxpapi 1.1 +30 -0 ports/editors/openoffice.org-2.0-devel/files/gcj-fbsdworkaround (new) 1.2 +2 -116 ports/editors/openoffice.org-2.0-devel/files/gcj-patches 1.1 +48 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i63007 (new) 1.1 +80 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i63069 (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:30:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1515816A401; Wed, 15 Mar 2006 06:30:36 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BB743D45; Wed, 15 Mar 2006 06:30:35 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6UZl0013645; Wed, 15 Mar 2006 06:30:35 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6UZ02013644; Wed, 15 Mar 2006 06:30:35 GMT (envelope-from brooks) Message-Id: <200603150630.k2F6UZ02013644@repoman.freebsd.org> From: Brooks Davis Date: Wed, 15 Mar 2006 06:30:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/security/hpn-ssh Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/hpn-ssh/files batch.patch gss-serv.c.patch patch-auth.c patch-auth1.c patch-auth2.c patch-clientloop.c patch-loginrec.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:30:36 -0000 brooks 2006-03-15 06:30:35 UTC FreeBSD ports repository Modified files: . MOVED Removed files: security/hpn-ssh Makefile distinfo pkg-descr pkg-message pkg-plist security/hpn-ssh/files batch.patch gss-serv.c.patch patch-auth.c patch-auth1.c patch-auth2.c patch-clientloop.c patch-loginrec.c patch-regress-test-exec.sh patch-session.c patch-sshd.c patch-sshd_config patch-sshpty.c servconf.c.patch sshd.sh Log: Remove the hpn-ssh port. The functionality is now an option when building the openssh-portable port. Revision Changes Path 1.932 +2 -1 ports/MOVED 1.99 +0 -162 ports/security/hpn-ssh/Makefile (dead) 1.29 +0 -6 ports/security/hpn-ssh/distinfo (dead) 1.8 +0 -11 ports/security/hpn-ssh/files/batch.patch (dead) 1.2 +0 -18 ports/security/hpn-ssh/files/gss-serv.c.patch (dead) 1.8 +0 -29 ports/security/hpn-ssh/files/patch-auth.c (dead) 1.5 +0 -64 ports/security/hpn-ssh/files/patch-auth1.c (dead) 1.5 +0 -68 ports/security/hpn-ssh/files/patch-auth2.c (dead) 1.3 +0 -11 ports/security/hpn-ssh/files/patch-clientloop.c (dead) 1.5 +0 -25 ports/security/hpn-ssh/files/patch-loginrec.c (dead) 1.4 +0 -11 ports/security/hpn-ssh/files/patch-regress-test-exec.sh (dead) 1.20 +0 -349 ports/security/hpn-ssh/files/patch-session.c (dead) 1.2 +0 -31 ports/security/hpn-ssh/files/patch-sshd.c (dead) 1.5 +0 -18 ports/security/hpn-ssh/files/patch-sshd_config (dead) 1.4 +0 -12 ports/security/hpn-ssh/files/patch-sshpty.c (dead) 1.2 +0 -17 ports/security/hpn-ssh/files/servconf.c.patch (dead) 1.3 +0 -24 ports/security/hpn-ssh/files/sshd.sh (dead) 1.4 +0 -14 ports/security/hpn-ssh/pkg-descr (dead) 1.3 +0 -17 ports/security/hpn-ssh/pkg-message (dead) 1.13 +0 -38 ports/security/hpn-ssh/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:38:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A938E16A400; Wed, 15 Mar 2006 06:38:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32AA243D53; Wed, 15 Mar 2006 06:38:13 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6cDd3013972; Wed, 15 Mar 2006 06:38:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6cDr3013971; Wed, 15 Mar 2006 06:38:13 GMT (envelope-from ale) Message-Id: <200603150638.k2F6cDr3013971@repoman.freebsd.org> From: Alex Dupre Date: Wed, 15 Mar 2006 06:38:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/eaccelerator Makefile distinfo ports/www/eaccelerator/files patch-content.c patch-debug.c patch-ea_restore.c patch-ea_restore.h patch-ea_store.c patch-eaccelerator.c patch-eaccelerator.h patch-loader.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:38:13 -0000 ale 2006-03-15 06:38:13 UTC FreeBSD ports repository Modified files: www/eaccelerator Makefile distinfo Removed files: www/eaccelerator/files patch-content.c patch-debug.c patch-ea_restore.c patch-ea_restore.h patch-ea_store.c patch-eaccelerator.c patch-eaccelerator.h patch-loader.c patch-opcodes.c patch-optimize.c patch-webui.c Log: Update to 0.9.5-beta1 release: - complete support for php 5.1 - even more stability than 0.9.4 release Revision Changes Path 1.30 +1 -2 ports/www/eaccelerator/Makefile 1.24 +3 -3 ports/www/eaccelerator/distinfo 1.2 +0 -16 ports/www/eaccelerator/files/patch-content.c (dead) 1.2 +0 -12 ports/www/eaccelerator/files/patch-debug.c (dead) 1.2 +0 -216 ports/www/eaccelerator/files/patch-ea_restore.c (dead) 1.2 +0 -10 ports/www/eaccelerator/files/patch-ea_restore.h (dead) 1.2 +0 -104 ports/www/eaccelerator/files/patch-ea_store.c (dead) 1.3 +0 -142 ports/www/eaccelerator/files/patch-eaccelerator.c (dead) 1.2 +0 -124 ports/www/eaccelerator/files/patch-eaccelerator.h (dead) 1.2 +0 -13 ports/www/eaccelerator/files/patch-loader.c (dead) 1.2 +0 -113 ports/www/eaccelerator/files/patch-opcodes.c (dead) 1.2 +0 -217 ports/www/eaccelerator/files/patch-optimize.c (dead) 1.2 +0 -204 ports/www/eaccelerator/files/patch-webui.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:39:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FD616A420; Wed, 15 Mar 2006 06:39:08 +0000 (UTC) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B38FF43D49; Wed, 15 Mar 2006 06:39:07 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6d7Ds014024; Wed, 15 Mar 2006 06:39:07 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6d7QX014023; Wed, 15 Mar 2006 06:39:07 GMT (envelope-from anholt) Message-Id: <200603150639.k2F6d7QX014023@repoman.freebsd.org> From: Eric Anholt Date: Wed, 15 Mar 2006 06:39:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/git Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:39:08 -0000 anholt 2006-03-15 06:39:07 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo Log: Update to 1.2.4, and depend on cvsps-devel rather than the stale cvsps port. Revision Changes Path 1.8 +2 -2 ports/devel/git/Makefile 1.4 +3 -3 ports/devel/git/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:44:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BBD16A400; Wed, 15 Mar 2006 06:44:06 +0000 (UTC) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81CED43D46; Wed, 15 Mar 2006 06:44:06 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:61022) by mail.lovett.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJPjp-0000nG-MS; Tue, 14 Mar 2006 22:44:05 -0800 In-Reply-To: <86veuhf9yz.fsf@xps.des.no> References: <200602231043.k1NAhYlr080084@repoman.freebsd.org> <86irqpwy35.fsf@xps.des.no> <86lkvi8ynb.fsf@xps.des.no> <1CBF3284-9303-4C26-B96E-4FF1C8EF30A0@FreeBSD.org> <86veuhf9yz.fsf@xps.des.no> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Ade Lovett Date: Tue, 14 Mar 2006 22:44:22 -0800 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Ade Lovett , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:44:07 -0000 On Mar 14, 2006, at 05:10 , Dag-Erling Sm=F8rgrav wrote: > Good! Now explain to me what good it does to have them around on an > ELF system. What functionality do you gain from .la files? 1. they provide a platform-independent method of indicating =20 dependencies 2. they're used by code that utilizes libltdl to dynamically bring =20 in modules outside of the "normal" link-loader method. But you already knew that. > It used to be a breeze. It is now considerably harder, because > gnu-autoconf's aclocal can't find libtool.ac, so you can't build > anything that uses libtool. I don't see a libtool.ac anywhere within devel/{,gnu}auto{conf,make}* The goal here is to provide the exact same autotools functionality =20 (libtool, autoconf, automake) as is present on other systems, notably =20= Linux and NetBSD pkgsrc. The recent libtool conversion has proven =20 itself to work (otherwise there wouldn't be very many packages for =20 the upcoming 5.5/6.1 releases). The next step is to work on similar =20 functionality wrappers for the autoconf/automake ports. I'm really not interested in, nor do I have the time for, religious =20 arguments. If you don't like the way that libtool works, and want to =20= propose a better system, the libtool mailing list is --> way. In =20 addition, if you're interested in helping improve the autotools =20 system on FreeBSD, continuing to make it work in a similar manner to =20 other platforms, there's lots to do... -aDe From owner-cvs-all@FreeBSD.ORG Wed Mar 15 06:58:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 060B016A401; Wed, 15 Mar 2006 06:58:18 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B694943D45; Wed, 15 Mar 2006 06:58:17 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F6wHpM014739; Wed, 15 Mar 2006 06:58:17 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F6wH0c014738; Wed, 15 Mar 2006 06:58:17 GMT (envelope-from maho) Message-Id: <200603150658.k2F6wH0c014738@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 06:58:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ifc Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 06:58:18 -0000 maho 2006-03-15 06:58:16 UTC FreeBSD ports repository Modified files: lang/ifc Makefile pkg-plist Log: Remove legacy ifc stuffs since invoking by ifort is recommended Revision Changes Path 1.43 +17 -12 ports/lang/ifc/Makefile 1.14 +0 -4 ports/lang/ifc/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:00:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05EC416A401; Wed, 15 Mar 2006 07:00:08 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7ABC43D48; Wed, 15 Mar 2006 07:00:08 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F7087D014938; Wed, 15 Mar 2006 07:00:08 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F708cR014937; Wed, 15 Mar 2006 07:00:08 GMT (envelope-from vd) Message-Id: <200603150700.k2F708cR014937@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 15 Mar 2006 07:00:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/audio Makefile ports/audio/musicbrainz Makefile distinfo pkg-descr pkg-plist ports/audio/musicbrainz/files patch-mb_freebsd.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:00:09 -0000 vd 2006-03-15 07:00:08 UTC FreeBSD ports repository Modified files: . modules . MOVED audio Makefile Removed files: audio/musicbrainz Makefile distinfo pkg-descr pkg-plist audio/musicbrainz/files patch-mb_freebsd.cpp Log: Remove expired leaf port audio/musicbrainz Revision Changes Path 1.14420 +0 -1 CVSROOT/modules 1.933 +2 -1 ports/MOVED 1.692 +0 -1 ports/audio/Makefile 1.23 +0 -32 ports/audio/musicbrainz/Makefile (dead) 1.10 +0 -3 ports/audio/musicbrainz/distinfo (dead) 1.2 +0 -11 ports/audio/musicbrainz/files/patch-mb_freebsd.cpp (dead) 1.2 +0 -9 ports/audio/musicbrainz/pkg-descr (dead) 1.7 +0 -15 ports/audio/musicbrainz/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:04:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61BFB16A401; Wed, 15 Mar 2006 07:04:34 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E39A43D46; Wed, 15 Mar 2006 07:04:34 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F74Xe2015157; Wed, 15 Mar 2006 07:04:34 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F74Xin015156; Wed, 15 Mar 2006 07:04:33 GMT (envelope-from takawata) Message-Id: <200603150704.k2F74Xin015156@repoman.freebsd.org> From: Takanori Watanabe Date: Wed, 15 Mar 2006 07:04:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/atkbdc psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:04:34 -0000 takawata 2006-03-15 07:04:33 UTC FreeBSD src repository Modified files: sys/dev/atkbdc psm.c Log: Add ALPS glide point ID and some compatibility IDs. PR: kern/75008 Revision Changes Path 1.89 +3 -0 src/sys/dev/atkbdc/psm.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:04:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA7A016A4CD; Wed, 15 Mar 2006 07:04:39 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC02743D46; Wed, 15 Mar 2006 07:04:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F74d1Q015220; Wed, 15 Mar 2006 07:04:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F74d7J015219; Wed, 15 Mar 2006 07:04:39 GMT (envelope-from ale) Message-Id: <200603150704.k2F74d7J015219@repoman.freebsd.org> From: Alex Dupre Date: Wed, 15 Mar 2006 07:04:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/rsibreak Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:04:40 -0000 ale 2006-03-15 07:04:39 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/rsibreak Makefile distinfo pkg-descr pkg-plist Log: Repetitive Strain Injury is an illness which can occur as a result of working with a mouse and keyboard. This utility can be used to remind you to take a break now and then. It will show you a random picture from a collection you can configure yourself for a configurable duration at a configurable interval. You can use these breaks to do some stretch exercises for example, or as a reminder to walk away from the computer for a while. RSIBreak will sit in your system tray and when it is time for a break it will show you the picture full screen. All timings can be set by clicking with the right mouse button on the icon in the system tray. WWW: http://www.rsibreak.org/ Revision Changes Path 1.573 +1 -0 ports/x11/Makefile 1.1 +26 -0 ports/x11/rsibreak/Makefile (new) 1.1 +3 -0 ports/x11/rsibreak/distinfo (new) 1.1 +17 -0 ports/x11/rsibreak/pkg-descr (new) 1.1 +43 -0 ports/x11/rsibreak/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:05:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A9DE16A427; Wed, 15 Mar 2006 07:05:02 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AAA343D45; Wed, 15 Mar 2006 07:05:02 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F751v7015286; Wed, 15 Mar 2006 07:05:01 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F751dp015285; Wed, 15 Mar 2006 07:05:01 GMT (envelope-from ale) Message-Id: <200603150705.k2F751dp015285@repoman.freebsd.org> From: Alex Dupre Date: Wed, 15 Mar 2006 07:05:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:05:02 -0000 ale 2006-03-15 07:05:01 UTC FreeBSD ports repository Modified files: . modules Log: rsibreak --> ports/x11/rsibreak Revision Changes Path 1.14421 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:08:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE6416A401; Wed, 15 Mar 2006 07:08:46 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F46243D64; Wed, 15 Mar 2006 07:08:46 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F78kax015526; Wed, 15 Mar 2006 07:08:46 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F78kCG015525; Wed, 15 Mar 2006 07:08:46 GMT (envelope-from maho) Message-Id: <200603150708.k2F78kCG015525@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 07:08:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/superlu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:08:46 -0000 maho 2006-03-15 07:08:45 UTC FreeBSD ports repository Modified files: math/superlu Makefile Log: Make fetchable Submitted by: fenner's distinfo check Revision Changes Path 1.31 +3 -2 ports/math/superlu/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:10:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B08116A401; Wed, 15 Mar 2006 07:10:35 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47CF143D4C; Wed, 15 Mar 2006 07:10:35 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F7AZn2015669; Wed, 15 Mar 2006 07:10:35 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F7AZ41015668; Wed, 15 Mar 2006 07:10:35 GMT (envelope-from simon) Message-Id: <200603150710.k2F7AZ41015668@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 15 Mar 2006 07:10:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:10:35 -0000 simon 2006-03-15 07:10:35 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document linux-flashplugin -- arbitrary code execution vulnerability. Revision Changes Path 1.971 +40 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:10:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4555016A423; Wed, 15 Mar 2006 07:10:45 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C1C43D48; Wed, 15 Mar 2006 07:10:45 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F7AiOn015822; Wed, 15 Mar 2006 07:10:44 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F7Aia1015821; Wed, 15 Mar 2006 07:10:44 GMT (envelope-from vd) Message-Id: <200603150710.k2F7Aia1015821@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 15 Mar 2006 07:10:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/graphics Makefile ports/graphics/quickpics Makefile distinfo pkg-descr pkg-plist ports/graphics/quickpics/files patch-aa patch-ab patch-ac patch-src-dir.c ports/graphics/threeDS Makefile distinfo pkg-descr ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:10:45 -0000 vd 2006-03-15 07:10:44 UTC FreeBSD ports repository Modified files: . modules . MOVED graphics Makefile Removed files: graphics/quickpics Makefile distinfo pkg-descr pkg-plist graphics/quickpics/files patch-aa patch-ab patch-ac patch-src-dir.c graphics/threeDS Makefile distinfo pkg-descr pkg-plist Log: Remove expired leaf ports: 2006-02-28 graphics/quickpics 2006-02-28 graphics/threeDS Revision Changes Path 1.14422 +0 -2 CVSROOT/modules 1.934 +3 -1 ports/MOVED 1.902 +0 -2 ports/graphics/Makefile 1.6 +0 -35 ports/graphics/quickpics/Makefile (dead) 1.4 +0 -3 ports/graphics/quickpics/distinfo (dead) 1.2 +0 -36 ports/graphics/quickpics/files/patch-aa (dead) 1.2 +0 -47 ports/graphics/quickpics/files/patch-ab (dead) 1.2 +0 -19 ports/graphics/quickpics/files/patch-ac (dead) 1.2 +0 -17 ports/graphics/quickpics/files/patch-src-dir.c (dead) 1.3 +0 -12 ports/graphics/quickpics/pkg-descr (dead) 1.2 +0 -3 ports/graphics/quickpics/pkg-plist (dead) 1.10 +0 -36 ports/graphics/threeDS/Makefile (dead) 1.6 +0 -3 ports/graphics/threeDS/distinfo (dead) 1.2 +0 -5 ports/graphics/threeDS/pkg-descr (dead) 1.2 +0 -6 ports/graphics/threeDS/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:29:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8826A16A41F; Wed, 15 Mar 2006 07:29:01 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52D943D46; Wed, 15 Mar 2006 07:29:00 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F7T0VI017089; Wed, 15 Mar 2006 07:29:00 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F7T07r017085; Wed, 15 Mar 2006 07:29:00 GMT (envelope-from vd) Message-Id: <200603150729.k2F7T07r017085@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 15 Mar 2006 07:28:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/graphics Makefile ports/graphics/smoke Makefile distinfo pkg-descr pkg-plist ports/graphics/smoke/files patch-project patch-src_main.cc patch-src_store.h patch-src_stroke.cc ports/graphics/vid Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:29:01 -0000 vd 2006-03-15 07:28:59 UTC FreeBSD ports repository Modified files: . modules . MOVED graphics Makefile misc Makefile sysutils Makefile www Makefile x11 Makefile Removed files: graphics/smoke Makefile distinfo pkg-descr pkg-plist graphics/smoke/files patch-project patch-src_main.cc patch-src_store.h patch-src_stroke.cc graphics/vid Makefile distinfo pkg-descr graphics/vid/files patch-Makefile patch-aa patch-ab misc/globus2 Makefile Makefile.man distinfo pkg-descr pkg-plist sysutils/prune Makefile distinfo pkg-descr www/evg Makefile distinfo pkg-descr pkg-plist x11/login.app Makefile distinfo pkg-descr pkg-plist x11/login.app/files loginapp.sh patch-Preferences patch-Scripts::Login.root patch-Scripts::Login.user patch-Scripts::Logout.root patch-Scripts::PowerOff patch-Scripts::Startup patch-Scripts::Suspend patch-doc::Login.app.1x patch-src::config.h patch-src::preferences.h patch-src::switchuser.c Log: Remove expired leaf ports: 2006-02-28 graphics/vid 2006-02-28 graphics/smoke 2006-03-01 misc/globus2 2006-03-14 sysutils/prune 2006-03-14 www/evg 2006-02-28 x11/login.app Revision Changes Path 1.14423 +0 -6 CVSROOT/modules 1.935 +7 -1 ports/MOVED 1.903 +0 -2 ports/graphics/Makefile 1.7 +0 -64 ports/graphics/smoke/Makefile (dead) 1.3 +0 -3 ports/graphics/smoke/distinfo (dead) 1.2 +0 -11 ports/graphics/smoke/files/patch-project (dead) 1.2 +0 -11 ports/graphics/smoke/files/patch-src_main.cc (dead) 1.2 +0 -13 ports/graphics/smoke/files/patch-src_store.h (dead) 1.2 +0 -10 ports/graphics/smoke/files/patch-src_stroke.cc (dead) 1.3 +0 -10 ports/graphics/smoke/pkg-descr (dead) 1.2 +0 -5 ports/graphics/smoke/pkg-plist (dead) 1.12 +0 -31 ports/graphics/vid/Makefile (dead) 1.4 +0 -3 ports/graphics/vid/distinfo (dead) 1.2 +0 -10 ports/graphics/vid/files/patch-Makefile (dead) 1.3 +0 -277 ports/graphics/vid/files/patch-aa (dead) 1.2 +0 -11 ports/graphics/vid/files/patch-ab (dead) 1.5 +0 -24 ports/graphics/vid/pkg-descr (dead) 1.796 +0 -1 ports/misc/Makefile 1.10 +0 -123 ports/misc/globus2/Makefile (dead) 1.2 +0 -351 ports/misc/globus2/Makefile.man (dead) 1.4 +0 -54 ports/misc/globus2/distinfo (dead) 1.2 +0 -6 ports/misc/globus2/pkg-descr (dead) 1.3 +0 -1695 ports/misc/globus2/pkg-plist (dead) 1.754 +0 -1 ports/sysutils/Makefile 1.5 +0 -23 ports/sysutils/prune/Makefile (dead) 1.4 +0 -3 ports/sysutils/prune/distinfo (dead) 1.3 +0 -24 ports/sysutils/prune/pkg-descr (dead) 1.1339 +0 -1 ports/www/Makefile 1.18 +0 -46 ports/www/evg/Makefile (dead) 1.5 +0 -3 ports/www/evg/distinfo (dead) 1.4 +0 -4 ports/www/evg/pkg-descr (dead) 1.5 +0 -4 ports/www/evg/pkg-plist (dead) 1.574 +0 -1 ports/x11/Makefile 1.20 +0 -76 ports/x11/login.app/Makefile (dead) 1.7 +0 -3 ports/x11/login.app/distinfo (dead) 1.3 +0 -25 ports/x11/login.app/files/loginapp.sh (dead) 1.2 +0 -11 ports/x11/login.app/files/patch-Preferences (dead) 1.2 +0 -21 ports/x11/login.app/files/patch-Scripts::Login.root (dead) 1.2 +0 -46 ports/x11/login.app/files/patch-Scripts::Login.user (dead) 1.2 +0 -31 ports/x11/login.app/files/patch-Scripts::Logout.root (dead) 1.2 +0 -10 ports/x11/login.app/files/patch-Scripts::PowerOff (dead) 1.2 +0 -15 ports/x11/login.app/files/patch-Scripts::Startup (dead) 1.2 +0 -22 ports/x11/login.app/files/patch-Scripts::Suspend (dead) 1.2 +0 -72 ports/x11/login.app/files/patch-doc::Login.app.1x (dead) 1.2 +0 -11 ports/x11/login.app/files/patch-src::config.h (dead) 1.2 +0 -11 ports/x11/login.app/files/patch-src::preferences.h (dead) 1.2 +0 -25 ports/x11/login.app/files/patch-src::switchuser.c (dead) 1.4 +0 -13 ports/x11/login.app/pkg-descr (dead) 1.5 +0 -45 ports/x11/login.app/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:44:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4320E16A401; Wed, 15 Mar 2006 07:44:29 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F232D43D45; Wed, 15 Mar 2006 07:44:28 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F7iSTr017711; Wed, 15 Mar 2006 07:44:28 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F7iSni017710; Wed, 15 Mar 2006 07:44:28 GMT (envelope-from matteo) Message-Id: <200603150744.k2F7iSni017710@repoman.freebsd.org> From: Matteo Riondato Date: Wed, 15 Mar 2006 07:44:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/rpcbind Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:44:29 -0000 matteo 2006-03-15 07:44:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/rpcbind Makefile Log: MFC: Don't build IPv6 support if NO_INET6 was defined PR: kern/73865 Approved by: re (scottl) Revision Changes Path 1.5.12.1 +5 -1 src/usr.sbin/rpcbind/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:48:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025A216A401; Wed, 15 Mar 2006 07:48:14 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29C043D45; Wed, 15 Mar 2006 07:48:13 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F7mD99017862; Wed, 15 Mar 2006 07:48:13 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F7mDmu017861; Wed, 15 Mar 2006 07:48:13 GMT (envelope-from vd) Message-Id: <200603150748.k2F7mDmu017861@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 15 Mar 2006 07:48:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/db44 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:48:14 -0000 vd 2006-03-15 07:48:12 UTC FreeBSD ports repository Modified files: databases/db44 Makefile Log: Cosmetic: remove two unused variables Approved by: Matthias Andree (maintainer, in a ports/93031 followup) Revision Changes Path 1.76 +0 -2 ports/databases/db44/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 07:53:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F3A16A422; Wed, 15 Mar 2006 07:53:38 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC1643D45; Wed, 15 Mar 2006 07:53:38 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F7rcDO018119; Wed, 15 Mar 2006 07:53:38 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F7rb1g018118; Wed, 15 Mar 2006 07:53:37 GMT (envelope-from lth) Message-Id: <200603150753.k2F7rb1g018118@repoman.freebsd.org> From: Lars Thegler Date: Wed, 15 Mar 2006 07:53:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-CGI-Ajax Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:53:38 -0000 lth 2006-03-15 07:53:37 UTC FreeBSD ports repository Modified files: www/p5-CGI-Ajax Makefile distinfo Log: Update to 0.692 Revision Changes Path 1.17 +1 -1 ports/www/p5-CGI-Ajax/Makefile 1.17 +3 -3 ports/www/p5-CGI-Ajax/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:09:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B48F516A400; Wed, 15 Mar 2006 08:09:25 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A63843D45; Wed, 15 Mar 2006 08:09:25 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F89P5U018956; Wed, 15 Mar 2006 08:09:25 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F89PaX018955; Wed, 15 Mar 2006 08:09:25 GMT (envelope-from fjoe) Message-Id: <200603150809.k2F89PaX018955@repoman.freebsd.org> From: Max Khon Date: Wed, 15 Mar 2006 08:09:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/libpri Makefile distinfo pkg-plist ports/misc/libpri/files patch-Makefile ports/net/asterisk Makefile distinfo pkg-plist ports/net/asterisk/files patch-agi::Makefile patch-res-res_watchdog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:09:25 -0000 fjoe 2006-03-15 08:09:24 UTC FreeBSD ports repository Modified files: misc/libpri Makefile distinfo pkg-plist misc/libpri/files patch-Makefile net/asterisk Makefile distinfo pkg-plist net/asterisk/files patch-agi::Makefile Added files: net/asterisk/files patch-res-res_watchdog.c Log: - Bring back bristuff support (bristuff-0.3.0-PRE-1l). - Bump PORTREVISIONs Approved by: sobomax Revision Changes Path 1.8 +6 -6 ports/misc/libpri/Makefile 1.7 +6 -3 ports/misc/libpri/distinfo 1.4 +17 -32 ports/misc/libpri/files/patch-Makefile 1.2 +1 -1 ports/misc/libpri/pkg-plist 1.50 +8 -4 ports/net/asterisk/Makefile 1.16 +6 -3 ports/net/asterisk/distinfo 1.6 +4 -7 ports/net/asterisk/files/patch-agi::Makefile 1.3 +13 -0 ports/net/asterisk/files/patch-res-res_watchdog.c (new) 1.19 +23 -8 ports/net/asterisk/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:10:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AA2A16A426; Wed, 15 Mar 2006 08:10:30 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 058FE43D45; Wed, 15 Mar 2006 08:10:30 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8AT2l019084; Wed, 15 Mar 2006 08:10:29 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8ATPx019083; Wed, 15 Mar 2006 08:10:29 GMT (envelope-from dinoex) Message-Id: <200603150810.k2F8ATPx019083@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Mar 2006 08:10:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/popa3d Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:10:30 -0000 dinoex 2006-03-15 08:10:29 UTC FreeBSD ports repository Modified files: mail/popa3d Makefile distinfo Log: - update to 1.0.1 Revision Changes Path 1.31 +1 -1 ports/mail/popa3d/Makefile 1.15 +3 -3 ports/mail/popa3d/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:10:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D666216A420; Wed, 15 Mar 2006 08:10:49 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6432243D4C; Wed, 15 Mar 2006 08:10:49 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8AntG019155; Wed, 15 Mar 2006 08:10:49 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8AnVr019154; Wed, 15 Mar 2006 08:10:49 GMT (envelope-from maho) Message-Id: <200603150810.k2F8AnVr019154@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 08:10:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/garlic Makefile distinfo pkg-plist ports/biology/garlic/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:10:50 -0000 maho 2006-03-15 08:10:49 UTC FreeBSD ports repository Modified files: biology/garlic Makefile distinfo pkg-plist biology/garlic/files patch-Makefile Log: Update to 1.5 Submitted by: distfile survey by kris, fenner Revision Changes Path 1.10 +2 -3 ports/biology/garlic/Makefile 1.6 +6 -6 ports/biology/garlic/distinfo 1.2 +5 -5 ports/biology/garlic/files/patch-Makefile 1.4 +216 -197 ports/biology/garlic/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:11:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEE5616A42B; Wed, 15 Mar 2006 08:11:09 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B1643D53; Wed, 15 Mar 2006 08:11:09 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8B8hb019207; Wed, 15 Mar 2006 08:11:08 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8B8Zq019206; Wed, 15 Mar 2006 08:11:08 GMT (envelope-from dinoex) Message-Id: <200603150811.k2F8B8Zq019206@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Mar 2006 08:11:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gnustep-make Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:11:09 -0000 dinoex 2006-03-15 08:11:08 UTC FreeBSD ports repository Modified files: devel/gnustep-make Makefile Log: - activate builds on pointyhat Revision Changes Path 1.65 +0 -4 ports/devel/gnustep-make/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:11:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 007C716A44D; Wed, 15 Mar 2006 08:11:47 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD54A43D5A; Wed, 15 Mar 2006 08:11:46 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8BkT7019308; Wed, 15 Mar 2006 08:11:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8BkN9019307; Wed, 15 Mar 2006 08:11:46 GMT (envelope-from dinoex) Message-Id: <200603150811.k2F8BkN9019307@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Mar 2006 08:11:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/tiff Makefile distinfo pkg-plist ports/graphics/tiff/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:11:48 -0000 dinoex 2006-03-15 08:11:46 UTC FreeBSD ports repository Modified files: graphics/tiff Makefile distinfo pkg-plist Removed files: graphics/tiff/files patch-configure Log: - update to 3.8.1 Revision Changes Path 1.60 +1 -2 ports/graphics/tiff/Makefile 1.24 +3 -3 ports/graphics/tiff/distinfo 1.2 +0 -11 ports/graphics/tiff/files/patch-configure (dead) 1.27 +2 -0 ports/graphics/tiff/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:12:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF3916A423; Wed, 15 Mar 2006 08:12:03 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D88343D68; Wed, 15 Mar 2006 08:12:00 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8C0wY019385; Wed, 15 Mar 2006 08:12:00 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8C06U019384; Wed, 15 Mar 2006 08:12:00 GMT (envelope-from maho) Message-Id: <200603150812.k2F8C06U019384@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 08:12:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/calculix Makefile distinfo pkg-plist ports/cad/calculix/files patch-ccx_VER+src+CalculiX.h patch-ccx_VER+src+Makefile patch-cgx_1.4+src+readFoam.c patch-cgx_1.4+src+sendSet.c patch-cgx_VER+src+Makefile patch-cgx_VER+src+cgx.h patch-cgx_VER+src+uselibSNL.cpp patch-libSNL+makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:12:03 -0000 maho 2006-03-15 08:12:00 UTC FreeBSD ports repository Modified files: cad/calculix Makefile distinfo pkg-plist cad/calculix/files patch-ccx_VER+src+CalculiX.h patch-ccx_VER+src+Makefile patch-cgx_VER+src+Makefile patch-cgx_VER+src+cgx.h patch-cgx_VER+src+uselibSNL.cpp Added files: cad/calculix/files patch-libSNL+makefile Removed files: cad/calculix/files patch-cgx_1.4+src+readFoam.c patch-cgx_1.4+src+sendSet.c Log: Update to 1.5 PR: 93682 Submitted by: Pedro F. Giffuni Revision Changes Path 1.14 +6 -17 ports/cad/calculix/Makefile 1.9 +24 -18 ports/cad/calculix/distinfo 1.5 +2 -2 ports/cad/calculix/files/patch-ccx_VER+src+CalculiX.h 1.6 +16 -17 ports/cad/calculix/files/patch-ccx_VER+src+Makefile 1.2 +0 -16 ports/cad/calculix/files/patch-cgx_1.4+src+readFoam.c (dead) 1.2 +0 -11 ports/cad/calculix/files/patch-cgx_1.4+src+sendSet.c (dead) 1.5 +10 -8 ports/cad/calculix/files/patch-cgx_VER+src+Makefile 1.5 +11 -11 ports/cad/calculix/files/patch-cgx_VER+src+cgx.h 1.4 +2 -2 ports/cad/calculix/files/patch-cgx_VER+src+uselibSNL.cpp 1.1 +18 -0 ports/cad/calculix/files/patch-libSNL+makefile (new) 1.8 +185 -7 ports/cad/calculix/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:12:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3CCF16A425; Wed, 15 Mar 2006 08:12:40 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C3E43D68; Wed, 15 Mar 2006 08:12:33 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8CX5v019438; Wed, 15 Mar 2006 08:12:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8CXAj019437; Wed, 15 Mar 2006 08:12:33 GMT (envelope-from dinoex) Message-Id: <200603150812.k2F8CXAj019437@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Mar 2006 08:12:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gworkspace Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:12:40 -0000 dinoex 2006-03-15 08:12:33 UTC FreeBSD ports repository Modified files: deskutils/gworkspace Makefile distinfo pkg-plist Log: - update to 0.8.0 Revision Changes Path 1.20 +1 -5 ports/deskutils/gworkspace/Makefile 1.14 +3 -3 ports/deskutils/gworkspace/distinfo 1.21 +31 -22 ports/deskutils/gworkspace/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:14:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CD416A422; Wed, 15 Mar 2006 08:14:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF1543D5E; Wed, 15 Mar 2006 08:14:04 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8E41x019536; Wed, 15 Mar 2006 08:14:04 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8E4E4019535; Wed, 15 Mar 2006 08:14:04 GMT (envelope-from dinoex) Message-Id: <200603150814.k2F8E4E4019535@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Mar 2006 08:14:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/iroffer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:14:07 -0000 dinoex 2006-03-15 08:14:04 UTC FreeBSD ports repository Modified files: irc/iroffer Makefile distinfo Log: - update to 1.4.b03 Revision Changes Path 1.9 +2 -2 ports/irc/iroffer/Makefile 1.8 +3 -3 ports/irc/iroffer/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:15:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAD216A401; Wed, 15 Mar 2006 08:15:19 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9265C43D6A; Wed, 15 Mar 2006 08:14:38 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8Ecl1019580; Wed, 15 Mar 2006 08:14:38 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8Ectg019579; Wed, 15 Mar 2006 08:14:38 GMT (envelope-from dinoex) Message-Id: <200603150814.k2F8Ectg019579@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 15 Mar 2006 08:14:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/bind9-dlz Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:15:19 -0000 dinoex 2006-03-15 08:14:38 UTC FreeBSD ports repository Modified files: dns/bind9-dlz Makefile distinfo pkg-plist Log: - update to 9.3.2 Revision Changes Path 1.38 +1 -1 ports/dns/bind9-dlz/Makefile 1.13 +6 -6 ports/dns/bind9-dlz/distinfo 1.4 +1 -0 ports/dns/bind9-dlz/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:15:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D25716A452; Wed, 15 Mar 2006 08:15:21 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD1D443DA6; Wed, 15 Mar 2006 08:15:05 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8F5Uq019654; Wed, 15 Mar 2006 08:15:05 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8F5c7019653; Wed, 15 Mar 2006 08:15:05 GMT (envelope-from thierry) Message-Id: <200603150815.k2F8F5c7019653@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 08:15:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/tetgen Makefile distinfo pkg-plist ports/math/tetgen/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:15:21 -0000 thierry 2006-03-15 08:15:05 UTC FreeBSD ports repository Modified files: math/tetgen Makefile distinfo pkg-plist math/tetgen/files patch-makefile Log: Upgrade to 1.4.0 and drop maintainership. PR: 94247 Submitted by: Pedro F. Giffuni (maintainer) Revision Changes Path 1.2 +3 -5 ports/math/tetgen/Makefile 1.2 +3 -3 ports/math/tetgen/distinfo 1.2 +14 -13 ports/math/tetgen/files/patch-makefile 1.2 +0 -2 ports/math/tetgen/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:16:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933A816A400; Wed, 15 Mar 2006 08:16:30 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DF7043D45; Wed, 15 Mar 2006 08:16:30 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8GUFs019770; Wed, 15 Mar 2006 08:16:30 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8GUqk019769; Wed, 15 Mar 2006 08:16:30 GMT (envelope-from vs) Message-Id: <200603150816.k2F8GUqk019769@repoman.freebsd.org> From: Volker Stolz Date: Wed, 15 Mar 2006 08:16:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/smartmontools pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:16:30 -0000 vs 2006-03-15 08:16:30 UTC FreeBSD ports repository Modified files: sysutils/smartmontools pkg-message Log: As of FreeBSD 6.x, the full path to the device is required. This is backwards compatible with behaviour on 5.x. Approved by: maintainer Revision Changes Path 1.4 +2 -2 ports/sysutils/smartmontools/pkg-message From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:23:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA7316A400; Wed, 15 Mar 2006 08:23:18 +0000 (UTC) (envelope-from tg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B55A43D46; Wed, 15 Mar 2006 08:23:18 +0000 (GMT) (envelope-from tg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8NIOF020068; Wed, 15 Mar 2006 08:23:18 GMT (envelope-from tg@repoman.freebsd.org) Received: (from tg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8NHDh020067; Wed, 15 Mar 2006 08:23:17 GMT (envelope-from tg) Message-Id: <200603150823.k2F8NHDh020067@repoman.freebsd.org> From: Thomas Gellekum Date: Wed, 15 Mar 2006 08:23:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/py-scientific Makefile distinfo pkg-plist ports/math/py-scientific/files patch-Scientific::MPI::core.py patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:23:18 -0000 tg 2006-03-15 08:23:17 UTC FreeBSD ports repository Modified files: math/py-scientific Makefile distinfo pkg-plist math/py-scientific/files patch-setup.py Removed files: math/py-scientific/files patch-Scientific::MPI::core.py Log: Upgrade to 2.4.9. PR: 93808 Submitted by: "Pedro F. Giffuni" Revision Changes Path 1.18 +1 -1 ports/math/py-scientific/Makefile 1.9 +3 -3 ports/math/py-scientific/distinfo 1.2 +0 -11 ports/math/py-scientific/files/patch-Scientific::MPI::core.py (dead) 1.3 +4 -4 ports/math/py-scientific/files/patch-setup.py 1.7 +3 -16 ports/math/py-scientific/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:35:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D33F16A400; Wed, 15 Mar 2006 08:35:28 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB29143D46; Wed, 15 Mar 2006 08:35:27 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8ZR4H020572; Wed, 15 Mar 2006 08:35:27 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8ZRDi020571; Wed, 15 Mar 2006 08:35:27 GMT (envelope-from osa) Message-Id: <200603150835.k2F8ZRDi020571@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 15 Mar 2006 08:35:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:35:28 -0000 osa 2006-03-15 08:35:27 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to 0.3.32. Revision Changes Path 1.63 +1 -1 ports/www/nginx/Makefile 1.58 +3 -3 ports/www/nginx/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:51:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C26B16A426; Wed, 15 Mar 2006 08:51:39 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 264D843D45; Wed, 15 Mar 2006 08:51:39 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8pcdW028703; Wed, 15 Mar 2006 08:51:39 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8pc9M028702; Wed, 15 Mar 2006 08:51:38 GMT (envelope-from lth) Message-Id: <200603150851.k2F8pc9M028702@repoman.freebsd.org> From: Lars Thegler Date: Wed, 15 Mar 2006 08:51:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-SQL-Statement Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:51:39 -0000 lth 2006-03-15 08:51:38 UTC FreeBSD ports repository Modified files: databases/p5-SQL-Statement Makefile distinfo Log: Update to 1.15 Revision Changes Path 1.21 +1 -1 ports/databases/p5-SQL-Statement/Makefile 1.13 +3 -3 ports/databases/p5-SQL-Statement/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 08:55:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5227216A420; Wed, 15 Mar 2006 08:55:51 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCBF43D45; Wed, 15 Mar 2006 08:55:51 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F8toYF028897; Wed, 15 Mar 2006 08:55:50 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F8toJQ028896; Wed, 15 Mar 2006 08:55:50 GMT (envelope-from osa) Message-Id: <200603150855.k2F8toJQ028896@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 15 Mar 2006 08:55:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/gigabase Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 08:55:51 -0000 osa 2006-03-15 08:55:50 UTC FreeBSD ports repository Modified files: databases/gigabase Makefile distinfo Log: Update to 3.46. Revision Changes Path 1.103 +2 -5 ports/databases/gigabase/Makefile 1.95 +3 -3 ports/databases/gigabase/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:01:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D261016A400; Wed, 15 Mar 2006 09:01:47 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C88643D48; Wed, 15 Mar 2006 09:01:47 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F91ldv029116; Wed, 15 Mar 2006 09:01:47 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F91lEn029115; Wed, 15 Mar 2006 09:01:47 GMT (envelope-from osa) Message-Id: <200603150901.k2F91lEn029115@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 15 Mar 2006 09:01:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/fastdb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:01:47 -0000 osa 2006-03-15 09:01:46 UTC FreeBSD ports repository Modified files: databases/fastdb Makefile distinfo Log: Update to 3.25. Revision Changes Path 1.64 +1 -1 ports/databases/fastdb/Makefile 1.62 +3 -3 ports/databases/fastdb/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:10:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A767416A422; Wed, 15 Mar 2006 09:10:48 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6085E43D48; Wed, 15 Mar 2006 09:10:48 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F9Am7Y029504; Wed, 15 Mar 2006 09:10:48 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F9AlVi029503; Wed, 15 Mar 2006 09:10:47 GMT (envelope-from skv) Message-Id: <200603150910.k2F9AlVi029503@repoman.freebsd.org> From: Sergey Skvortsov Date: Wed, 15 Mar 2006 09:10:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/parrot Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:10:48 -0000 skv 2006-03-15 09:10:47 UTC FreeBSD ports repository Modified files: lang/parrot Makefile distinfo pkg-plist Log: Update to 0.4.2 Revision Changes Path 1.7 +14 -11 ports/lang/parrot/Makefile 1.5 +3 -3 ports/lang/parrot/distinfo 1.4 +576 -425 ports/lang/parrot/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:23:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF6616A400; Wed, 15 Mar 2006 09:23:56 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB8543D45; Wed, 15 Mar 2006 09:23:56 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F9Nuv6030061; Wed, 15 Mar 2006 09:23:56 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F9Nuij030060; Wed, 15 Mar 2006 09:23:56 GMT (envelope-from simon) Message-Id: <200603150923.k2F9Nuij030060@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 15 Mar 2006 09:23:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-flashplugin Makefile ports/www/linux-flashplugin6 Makefile ports/www/linux-flashplugin7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:23:57 -0000 simon 2006-03-15 09:23:56 UTC FreeBSD ports repository Modified files: www/linux-flashplugin Makefile www/linux-flashplugin6 Makefile www/linux-flashplugin7 Makefile Log: Mark FORBIDDEN due to arbitrary code execution vulnerability. Security: http://vuxml.FreeBSD.org/83421018-b3ef-11da-a32d-000c6ec775d9.html With hat: secteam Revision Changes Path 1.23 +2 -0 ports/www/linux-flashplugin/Makefile 1.9 +2 -0 ports/www/linux-flashplugin6/Makefile 1.13 +2 -0 ports/www/linux-flashplugin7/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:24:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA50916A400; Wed, 15 Mar 2006 09:24:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82BBC43D55; Wed, 15 Mar 2006 09:24:49 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F9OnSx030115; Wed, 15 Mar 2006 09:24:49 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F9On3S030114; Wed, 15 Mar 2006 09:24:49 GMT (envelope-from thierry) Message-Id: <200603150924.k2F9On3S030114@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 09:24:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/te-aspell pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:24:50 -0000 thierry 2006-03-15 09:24:49 UTC FreeBSD ports repository Modified files: textproc/te-aspell pkg-descr Log: Fix WWW. PR: 94357 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.2 +1 -1 ports/textproc/te-aspell/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:25:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB3216A455; Wed, 15 Mar 2006 09:25:55 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E248043D55; Wed, 15 Mar 2006 09:25:54 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F9PsIF030213; Wed, 15 Mar 2006 09:25:54 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F9Ps7c030212; Wed, 15 Mar 2006 09:25:54 GMT (envelope-from thierry) Message-Id: <200603150925.k2F9Ps7c030212@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 09:25:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hi-aspell pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:25:55 -0000 thierry 2006-03-15 09:25:54 UTC FreeBSD ports repository Modified files: textproc/hi-aspell pkg-descr Log: Fix WWW. PR: 94332 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.2 +1 -1 ports/textproc/hi-aspell/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:26:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A983E16A41F; Wed, 15 Mar 2006 09:26:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EB543D7B; Wed, 15 Mar 2006 09:26:45 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F9Qi7h030254; Wed, 15 Mar 2006 09:26:44 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F9QinA030253; Wed, 15 Mar 2006 09:26:44 GMT (envelope-from thierry) Message-Id: <200603150926.k2F9QinA030253@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 09:26:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/mr-aspell pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:26:49 -0000 thierry 2006-03-15 09:26:44 UTC FreeBSD ports repository Modified files: textproc/mr-aspell pkg-descr Log: Fix WWW. PR: 94335 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.2 +1 -1 ports/textproc/mr-aspell/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:37:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1266316A400; Wed, 15 Mar 2006 09:37:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45D043D46; Wed, 15 Mar 2006 09:37:21 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F9bLCD030653; Wed, 15 Mar 2006 09:37:21 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F9bLGh030651; Wed, 15 Mar 2006 09:37:21 GMT (envelope-from gerald) Message-Id: <200603150937.k2F9bLGh030651@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 15 Mar 2006 09:37:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:37:22 -0000 gerald 2006-03-15 09:37:21 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo pkg-plist Log: Update to the 20060310 snapshot of GCC 4.1, which basically is GCC 4.1.0 plus only a few patches. The spamming of $PREFIX/include/ssp is now finally gone after my reports upstream, which allows us to restrict the conflict with gcc-4.2.* to the case where we build Java. Convert the build-time dependency on math/mpfr to a full one, since the Fortran frontend also needs this at run time. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Remove bogus USE_X11 (which was not used by default nor any other port). No longer hardcode the version number in LATEST_LINK. Revision Changes Path 1.251 +8 -15 ports/lang/gcc41/Makefile 1.148 +15 -15 ports/lang/gcc41/distinfo 1.79 +1 -6 ports/lang/gcc41/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:51:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 605D816A400; Wed, 15 Mar 2006 09:51:11 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id C984743D48; Wed, 15 Mar 2006 09:51:10 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 77A6C20A2; Wed, 15 Mar 2006 10:51:01 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id D4E44209E; Wed, 15 Mar 2006 10:51:00 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 9CF7533C31; Wed, 15 Mar 2006 10:51:00 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Ade Lovett References: <200602231043.k1NAhYlr080084@repoman.freebsd.org> <86irqpwy35.fsf@xps.des.no> <86lkvi8ynb.fsf@xps.des.no> <1CBF3284-9303-4C26-B96E-4FF1C8EF30A0@FreeBSD.org> <86veuhf9yz.fsf@xps.des.no> Date: Wed, 15 Mar 2006 10:51:00 +0100 In-Reply-To: (Ade Lovett's message of "Tue, 14 Mar 2006 22:44:22 -0800") Message-ID: <86y7zcf33v.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:51:11 -0000 Ade Lovett writes: > On Mar 14, 2006, at 05:10 , Dag-Erling Sm=F8rgrav wrote: > > It used to be a breeze. It is now considerably harder, because > > gnu-autoconf's aclocal can't find libtool.ac, so you can't build > > anything that uses libtool. > I don't see a libtool.ac anywhere within devel/{,gnu}auto{conf,make}* libtool.m4, actually. devel/gnu-libtool installs it: des@xps ~% pkg_info -L gnu-libtool-1.5.20 | grep aclocal /usr/local/gnu-autotools/share/aclocal/libtool.m4 /usr/local/gnu-autotools/share/aclocal/ltdl.m4 /usr/local/gnu-autotools/share/libtool/libltdl/aclocal.m4 devel/libtool15 also installs it, but aclocal can't find it: des@xps ~% pkg_info -L libtool-1.5.22_2| grep aclocal /usr/local/share/aclocal/libtool.m4 /usr/local/share/aclocal/ltdl.m4 /usr/local/share/libtool/libltdl/aclocal.m4 des@xps ~/projects/openpam% sh -x autogen.sh + aclocal + libtoolize --copy --force You should update your `aclocal.m4' by running aclocal. + autoheader + automake -a -c --foreign configure.ac: installing `./install-sh' configure.ac: installing `./missing' bin/su/Makefile.am: installing `./depcomp' lib/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined lib/Makefile.am:7: lib/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIB= TOOL' lib/Makefile.am:7: to `configure.ac' and run `aclocal' and `autoconf' again. lib/Makefile.am: installing `./compile' modules/pam_deny/Makefile.am:6: Libtool library used but `LIBTOOL' is undef= ined modules/pam_deny/Makefile.am:6: modules/pam_deny/Makefile.am:6: The usual way to define `LIBTOOL' is to add= `AC_PROG_LIBTOOL' modules/pam_deny/Makefile.am:6: to `configure.ac' and run `aclocal' and `au= toconf' again. modules/pam_permit/Makefile.am:6: Libtool library used but `LIBTOOL' is und= efined modules/pam_permit/Makefile.am:6: modules/pam_permit/Makefile.am:6: The usual way to define `LIBTOOL' is to a= dd `AC_PROG_LIBTOOL' modules/pam_permit/Makefile.am:6: to `configure.ac' and run `aclocal' and `= autoconf' again. modules/pam_unix/Makefile.am:7: Libtool library used but `LIBTOOL' is undef= ined modules/pam_unix/Makefile.am:7: modules/pam_unix/Makefile.am:7: The usual way to define `LIBTOOL' is to add= `AC_PROG_LIBTOOL' modules/pam_unix/Makefile.am:7: to `configure.ac' and run `aclocal' and `au= toconf' again. + autoconf configure.ac:10: error: possibly undefined macro: AC_DISABLE_STATIC If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:11: error: possibly undefined macro: AC_PROG_LIBTOOL Compare and contrast what happens with the old gnu-libtool installed: des@xps ~/projects/openpam% sh -x autogen.sh + aclocal + libtoolize --copy --force You should update your `aclocal.m4' by running aclocal. + autoheader + automake -a -c --foreign + autoconf > The goal here is to provide the exact same autotools functionality > (libtool, autoconf, automake) as is present on other systems, > notably Linux and NetBSD pkgsrc. The recent libtool conversion has > proven itself to work (otherwise there wouldn't be very many > packages for the upcoming 5.5/6.1 releases). The great majority of ports don't use aclocal, because the tarballs ship with pre-generated aclocal and configure scripts. If you didn't already know and understand that, you have no business messing with the autotool ports. > I'm really not interested in, nor do I have the time for, religious > arguments. This is not a religious argument. It's a very simple technical argument: the GNU autotools used to work, now they don't. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Wed Mar 15 09:55:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD7916A401; Wed, 15 Mar 2006 09:55:15 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE9043D46; Wed, 15 Mar 2006 09:55:14 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2F9tEZP031383; Wed, 15 Mar 2006 09:55:14 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2F9tEf4031382; Wed, 15 Mar 2006 09:55:14 GMT (envelope-from vd) Message-Id: <200603150955.k2F9tEf4031382@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 15 Mar 2006 09:55:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/opendx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 09:55:15 -0000 vd 2006-03-15 09:55:13 UTC FreeBSD ports repository Modified files: graphics/opendx Makefile Log: Fix typo which prevented the port installing with WITHOUT_JAVA=y Reported by: Rob Revision Changes Path 1.46 +0 -2 ports/graphics/opendx/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:01:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E6116A420; Wed, 15 Mar 2006 10:01:01 +0000 (UTC) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F8FC43D4C; Wed, 15 Mar 2006 10:01:00 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:61448) by mail.lovett.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJSoN-0001fE-Ms; Wed, 15 Mar 2006 02:00:59 -0800 In-Reply-To: <86y7zcf33v.fsf@xps.des.no> References: <200602231043.k1NAhYlr080084@repoman.freebsd.org> <86irqpwy35.fsf@xps.des.no> <86lkvi8ynb.fsf@xps.des.no> <1CBF3284-9303-4C26-B96E-4FF1C8EF30A0@FreeBSD.org> <86veuhf9yz.fsf@xps.des.no> <86y7zcf33v.fsf@xps.des.no> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <68CE3139-BC83-455E-943C-66C2A525E351@FreeBSD.org> Content-Transfer-Encoding: quoted-printable From: Ade Lovett Date: Wed, 15 Mar 2006 02:01:17 -0800 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Ade Lovett , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:01:02 -0000 On Mar 15, 2006, at 01:51 , Dag-Erling Sm=F8rgrav wrote: > libtool.m4, actually. devel/gnu-libtool installs it: So? devel/gnu-libtool was not touched by this change, nor, indeed, =20 were any of the devel/gnu-* autotools. > Compare and contrast what happens with the old gnu-libtool installed: Again, devel/gnu-libtool was *not* changed. > The great majority of ports don't use aclocal, because the tarballs > ship with pre-generated aclocal and configure scripts. If you didn't > already know and understand that, you have no business messing with > the autotool ports. Not to put too fine a point on it, but I have forgotten more about =20 how libtool/autoconf/automake interact than most people will ever know. > This is not a religious argument. It's a very simple technical > argument: the GNU autotools used to work, now they don't. Given that devel/gnu-{libtool,autoconf,automake} haven't been =20 changed, I fail to understand what the problem is here. Of course, =20 if you're mixing and matching the gnu- prefixed tools with the ports =20 tools, then things are very likely to break. There's a big banner =20 comment in bsd.autotools.mk, and the gnu-* ports, about that. Caveat =20= emptor. -aDe From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:07:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D6416A400; Wed, 15 Mar 2006 10:07:36 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCDE43D45; Wed, 15 Mar 2006 10:07:35 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FA7ZAI031863; Wed, 15 Mar 2006 10:07:35 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FA7Zdg031862; Wed, 15 Mar 2006 10:07:35 GMT (envelope-from mich) Message-Id: <200603151007.k2FA7Zdg031862@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 15 Mar 2006 10:07:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/glark Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:07:36 -0000 mich 2006-03-15 10:07:34 UTC FreeBSD ports repository Modified files: textproc/glark Makefile distinfo pkg-descr Log: - Update to -> 1.7.7 - Fix WWW PR: ports/94355 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.18 +1 -1 ports/textproc/glark/Makefile 1.14 +3 -3 ports/textproc/glark/distinfo 1.5 +1 -1 ports/textproc/glark/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:08:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D109A16A400; Wed, 15 Mar 2006 10:08:23 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE4943D46; Wed, 15 Mar 2006 10:08:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FA8N5I031961; Wed, 15 Mar 2006 10:08:23 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FA8Ndk031960; Wed, 15 Mar 2006 10:08:23 GMT (envelope-from garga) Message-Id: <200603151008.k2FA8Ndk031960@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:08:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/cfitsio Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:08:23 -0000 garga 2006-03-15 10:08:23 UTC FreeBSD ports repository Modified files: astro/cfitsio Makefile distinfo Log: - Update to 3.006 PR: ports/94195 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.6 +4 -5 ports/astro/cfitsio/Makefile 1.5 +3 -3 ports/astro/cfitsio/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:09:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA1416A401; Wed, 15 Mar 2006 10:09:11 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A2A43D5A; Wed, 15 Mar 2006 10:09:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FA96JR032039; Wed, 15 Mar 2006 10:09:06 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FA96Wu032038; Wed, 15 Mar 2006 10:09:06 GMT (envelope-from garga) Message-Id: <200603151009.k2FA96Wu032038@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:09:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/fte Makefile distinfo pkg-plist ports/editors/fte/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:09:11 -0000 garga 2006-03-15 10:09:06 UTC FreeBSD ports repository Modified files: editors/fte Makefile distinfo pkg-plist editors/fte/files patch-aa Log: - Update to 20051115 - Add USE_X_PREFIX, it's use X - Add NOPORTDOCS - Pass maintainership to submitter PR: ports/93950 Submitted by: Jose Alonso Cardenas Marquez Revision Changes Path 1.11 +15 -2 ports/editors/fte/Makefile 1.6 +6 -6 ports/editors/fte/distinfo 1.4 +10 -10 ports/editors/fte/files/patch-aa 1.6 +47 -28 ports/editors/fte/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:11:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4B316A401; Wed, 15 Mar 2006 10:11:33 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6526A43D45; Wed, 15 Mar 2006 10:11:33 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FABX2l032161; Wed, 15 Mar 2006 10:11:33 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FABXs1032160; Wed, 15 Mar 2006 10:11:33 GMT (envelope-from garga) Message-Id: <200603151011.k2FABXs1032160@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:11:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabber-pymsn pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:11:33 -0000 garga 2006-03-15 10:11:33 UTC FreeBSD ports repository Modified files: net-im/jabber-pymsn pkg-descr Log: Add a WWW line on pkg-descr Revision Changes Path 1.2 +2 -0 ports/net-im/jabber-pymsn/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:12:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F0916A426; Wed, 15 Mar 2006 10:12:05 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2E643D48; Wed, 15 Mar 2006 10:12:05 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAC5Hu032214; Wed, 15 Mar 2006 10:12:05 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAC5Mw032213; Wed, 15 Mar 2006 10:12:05 GMT (envelope-from garga) Message-Id: <200603151012.k2FAC5Mw032213@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:12:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabber-yahoo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:12:05 -0000 garga 2006-03-15 10:12:05 UTC FreeBSD ports repository Modified files: net-im/jabber-yahoo pkg-descr Log: Rework pkg-descr and fix WWW Revision Changes Path 1.3 +3 -2 ports/net-im/jabber-yahoo/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:12:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2965816A422; Wed, 15 Mar 2006 10:12:27 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D5543D48; Wed, 15 Mar 2006 10:12:26 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FACQAo032258; Wed, 15 Mar 2006 10:12:26 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FACQbF032257; Wed, 15 Mar 2006 10:12:26 GMT (envelope-from garga) Message-Id: <200603151012.k2FACQbF032257@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:12:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/jed-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:12:27 -0000 garga 2006-03-15 10:12:26 UTC FreeBSD ports repository Modified files: editors/jed-devel Makefile distinfo Log: Update to 0.99.17.165 Revision Changes Path 1.6 +3 -8 ports/editors/jed-devel/Makefile 1.3 +3 -3 ports/editors/jed-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:12:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9584516A424; Wed, 15 Mar 2006 10:12:45 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5CF43D48; Wed, 15 Mar 2006 10:12:45 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FACjpQ032312; Wed, 15 Mar 2006 10:12:45 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FACjBb032311; Wed, 15 Mar 2006 10:12:45 GMT (envelope-from garga) Message-Id: <200603151012.k2FACjBb032311@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:12:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mutt-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:12:45 -0000 garga 2006-03-15 10:12:45 UTC FreeBSD ports repository Modified files: mail/mutt-devel Makefile distinfo Log: - Update the sidebar patch to 20060225 - Add WITH_MUTT_ASSUMED_CHARSET_PATCH knob - Bump PORTREVISION PR: ports/93906 Submitted by: maintainer Revision Changes Path 1.264 +20 -4 ports/mail/mutt-devel/Makefile 1.99 +6 -3 ports/mail/mutt-devel/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:13:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92F9F16A420; Wed, 15 Mar 2006 10:13:14 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A1ED43D55; Wed, 15 Mar 2006 10:13:13 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FADDDC032366; Wed, 15 Mar 2006 10:13:13 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FADDrm032365; Wed, 15 Mar 2006 10:13:13 GMT (envelope-from garga) Message-Id: <200603151013.k2FADDrm032365@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:13:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Model-DBIC-Schema Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:13:14 -0000 garga 2006-03-15 10:13:13 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Model-DBIC-Schema Makefile distinfo Log: - Update to 0.08 PR: ports/93934 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/www/p5-Catalyst-Model-DBIC-Schema/Makefile 1.5 +3 -3 ports/www/p5-Catalyst-Model-DBIC-Schema/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:14:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0F6816A41F; Wed, 15 Mar 2006 10:14:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A23643D45; Wed, 15 Mar 2006 10:14:34 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAEYsR032444; Wed, 15 Mar 2006 10:14:34 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAEYN3032443; Wed, 15 Mar 2006 10:14:34 GMT (envelope-from garga) Message-Id: <200603151014.k2FAEYN3032443@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:14:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIx-Class-Loader Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:14:34 -0000 garga 2006-03-15 10:14:34 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class-Loader Makefile distinfo Log: - Update to 0.21 PR: ports/93932 Submitted by: maintainer Revision Changes Path 1.12 +1 -1 ports/databases/p5-DBIx-Class-Loader/Makefile 1.12 +3 -3 ports/databases/p5-DBIx-Class-Loader/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:15:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1988B16A420; Wed, 15 Mar 2006 10:15:20 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C685443D45; Wed, 15 Mar 2006 10:15:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAFJ6Q032530; Wed, 15 Mar 2006 10:15:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAFJdA032528; Wed, 15 Mar 2006 10:15:19 GMT (envelope-from garga) Message-Id: <200603151015.k2FAFJdA032528@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:15:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIx-Class-Schema-Loader Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:15:20 -0000 garga 2006-03-15 10:15:19 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class-Schema-Loader Makefile distinfo Log: - Update to 0.02005 PR: ports/93933 Submitted by: maintainer Revision Changes Path 1.8 +1 -1 ports/databases/p5-DBIx-Class-Schema-Loader/Makefile 1.8 +3 -3 ports/databases/p5-DBIx-Class-Schema-Loader/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:15:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE61A16A41F; Wed, 15 Mar 2006 10:15:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EE243D48; Wed, 15 Mar 2006 10:15:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAFZvd032580; Wed, 15 Mar 2006 10:15:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAFZer032579; Wed, 15 Mar 2006 10:15:35 GMT (envelope-from rwatson) Message-Id: <200603151015.k2FAFZer032579@repoman.freebsd.org> From: Robert Watson Date: Wed, 15 Mar 2006 10:15:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:15:36 -0000 rwatson 2006-03-15 10:15:35 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Add a_fdidx to comment prototype for fifo_open(). MFC after: 3 days Submitted by: Kostik Belousov Revision Changes Path 1.134 +1 -0 src/sys/fs/fifofs/fifo_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:15:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39AFC16A491; Wed, 15 Mar 2006 10:15:56 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB84443D48; Wed, 15 Mar 2006 10:15:55 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAFtkG032624; Wed, 15 Mar 2006 10:15:55 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAFt1T032623; Wed, 15 Mar 2006 10:15:55 GMT (envelope-from garga) Message-Id: <200603151015.k2FAFt1T032623@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:15:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WWW-Mixi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:15:56 -0000 garga 2006-03-15 10:15:55 UTC FreeBSD ports repository Modified files: www/p5-WWW-Mixi Makefile distinfo Log: - Update to 0.44 PR: ports/93970 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/www/p5-WWW-Mixi/Makefile 1.7 +3 -2 ports/www/p5-WWW-Mixi/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:16:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 058C516A401; Wed, 15 Mar 2006 10:16:05 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB0843D48; Wed, 15 Mar 2006 10:16:04 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 7B4F9209E; Wed, 15 Mar 2006 11:15:59 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 6CF482086; Wed, 15 Mar 2006 11:15:59 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 3496C33C31; Wed, 15 Mar 2006 11:15:59 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Ade Lovett References: <200602231043.k1NAhYlr080084@repoman.freebsd.org> <86irqpwy35.fsf@xps.des.no> <86lkvi8ynb.fsf@xps.des.no> <1CBF3284-9303-4C26-B96E-4FF1C8EF30A0@FreeBSD.org> <86veuhf9yz.fsf@xps.des.no> <86y7zcf33v.fsf@xps.des.no> <68CE3139-BC83-455E-943C-66C2A525E351@FreeBSD.org> Date: Wed, 15 Mar 2006 11:15:58 +0100 In-Reply-To: <68CE3139-BC83-455E-943C-66C2A525E351@FreeBSD.org> (Ade Lovett's message of "Wed, 15 Mar 2006 02:01:17 -0800") Message-ID: <86k6awf1y9.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:16:05 -0000 Ade Lovett writes: > On Mar 15, 2006, at 01:51 , Dag-Erling Sm=F8rgrav wrote: > > libtool.m4, actually. devel/gnu-libtool installs it: > So? devel/gnu-libtool was not touched by this change, nor, indeed, > were any of the devel/gnu-* autotools. So why are you telling people to stop using gnu-libtool and use libtool15 instead? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:16:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63EF816A401; Wed, 15 Mar 2006 10:16:33 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD2743D45; Wed, 15 Mar 2006 10:16:33 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAGX8P032674; Wed, 15 Mar 2006 10:16:33 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAGWWN032673; Wed, 15 Mar 2006 10:16:32 GMT (envelope-from garga) Message-Id: <200603151016.k2FAGWWN032673@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:16:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/perlftlib Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:16:33 -0000 garga 2006-03-15 10:16:32 UTC FreeBSD ports repository Modified files: print/perlftlib Makefile pkg-descr Log: - Master site disapearedm so, remove it from MASTER_SITES and remove WWW line - Drop maintainership Revision Changes Path 1.21 +2 -3 ports/print/perlftlib/Makefile 1.3 +0 -2 ports/print/perlftlib/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:16:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B75A16A434; Wed, 15 Mar 2006 10:16:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16ADB43D46; Wed, 15 Mar 2006 10:16:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAGvUW032738; Wed, 15 Mar 2006 10:16:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAGv5c032737; Wed, 15 Mar 2006 10:16:57 GMT (envelope-from garga) Message-Id: <200603151016.k2FAGv5c032737@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:16:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pfw Makefile distinfo pkg-plist ports/security/pfw/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:16:58 -0000 garga 2006-03-15 10:16:57 UTC FreeBSD ports repository Modified files: security/pfw Makefile distinfo pkg-plist security/pfw/files pkg-message.in Log: Update to 0.7.1 Revision Changes Path 1.8 +24 -6 ports/security/pfw/Makefile 1.7 +3 -3 ports/security/pfw/distinfo 1.3 +14 -7 ports/security/pfw/files/pkg-message.in 1.4 +80 -53 ports/security/pfw/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:17:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B499C16A400; Wed, 15 Mar 2006 10:17:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42BA143D46; Wed, 15 Mar 2006 10:17:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAHJH8032801; Wed, 15 Mar 2006 10:17:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAHJhY032800; Wed, 15 Mar 2006 10:17:19 GMT (envelope-from garga) Message-Id: <200603151017.k2FAHJhY032800@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:17:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rinetd Makefile ports/net/rinetd/files rinetd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:17:19 -0000 garga 2006-03-15 10:17:19 UTC FreeBSD ports repository Modified files: net/rinetd Makefile net/rinetd/files rinetd.sh.in Log: Rework rc.d script Revision Changes Path 1.16 +0 -1 ports/net/rinetd/Makefile 1.3 +5 -5 ports/net/rinetd/files/rinetd.sh.in From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:17:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 494A416A423; Wed, 15 Mar 2006 10:17:21 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0342443D45; Wed, 15 Mar 2006 10:17:21 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAHKAB032832; Wed, 15 Mar 2006 10:17:20 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAHKYo032831; Wed, 15 Mar 2006 10:17:20 GMT (envelope-from ehaupt) Message-Id: <200603151017.k2FAHKYo032831@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 10:17:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/bcwipe Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:17:21 -0000 ehaupt 2006-03-15 10:17:20 UTC FreeBSD ports repository Modified files: security/bcwipe Makefile distinfo Log: - Update to 1.5.4 - Remove deprecated USE_REINPLACE PR: 93424 Submitted by: dako (maintainer) Revision Changes Path 1.12 +5 -4 ports/security/bcwipe/Makefile 1.8 +3 -3 ports/security/bcwipe/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:19:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09BDD16A400; Wed, 15 Mar 2006 10:19:56 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B584643D46; Wed, 15 Mar 2006 10:19:55 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAJtf6032967; Wed, 15 Mar 2006 10:19:55 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAJtuV032966; Wed, 15 Mar 2006 10:19:55 GMT (envelope-from ehaupt) Message-Id: <200603151019.k2FAJtuV032966@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 10:19:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cmospwd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:19:56 -0000 ehaupt 2006-03-15 10:19:55 UTC FreeBSD ports repository Modified files: sysutils/cmospwd Makefile distinfo Log: Update to 4.8 PR: 94103 Revision Changes Path 1.6 +3 -1 ports/sysutils/cmospwd/Makefile 1.4 +3 -3 ports/sysutils/cmospwd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:22:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E2D516A401; Wed, 15 Mar 2006 10:22:10 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D7D43D4C; Wed, 15 Mar 2006 10:22:09 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAM9lK033252; Wed, 15 Mar 2006 10:22:09 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAM9TR033251; Wed, 15 Mar 2006 10:22:09 GMT (envelope-from garga) Message-Id: <200603151022.k2FAM9TR033251@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:22:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/bacula-server-devel Makefile distinfo pkg-deinstall pkg-deinstall.client pkg-descr pkg-install pkg-install.client pkg-message pkg-plist pkg-plist.client ports/sysutils/bacula-server-devel/files bacula-barcodes ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:22:10 -0000 garga 2006-03-15 10:22:09 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bacula-server-devel Makefile distinfo pkg-deinstall pkg-deinstall.client pkg-descr pkg-install pkg-install.client pkg-message pkg-plist pkg-plist.client sysutils/bacula-server-devel/files bacula-barcodes chio-bacula patch-configure patch-scripts-Makefile.in patch-src-console-Makefile.in Log: Add bacula-server-devel , the network backup solution (server) - DEVELOPMENT Version. PR: ports/91736 Submitted by: Dan Langille Revision Changes Path 1.755 +1 -0 ports/sysutils/Makefile 1.1 +315 -0 ports/sysutils/bacula-server-devel/Makefile (new) 1.1 +2 -0 ports/sysutils/bacula-server-devel/distinfo (new) 1.1 +51 -0 ports/sysutils/bacula-server-devel/files/bacula-barcodes (new) 1.1 +200 -0 ports/sysutils/bacula-server-devel/files/chio-bacula (new) 1.1 +21 -0 ports/sysutils/bacula-server-devel/files/patch-configure (new) 1.1 +51 -0 ports/sysutils/bacula-server-devel/files/patch-scripts-Makefile.in (new) 1.1 +19 -0 ports/sysutils/bacula-server-devel/files/patch-src-console-Makefile.in (new) 1.1 +32 -0 ports/sysutils/bacula-server-devel/pkg-deinstall (new) 1.1 +24 -0 ports/sysutils/bacula-server-devel/pkg-deinstall.client (new) 1.1 +13 -0 ports/sysutils/bacula-server-devel/pkg-descr (new) 1.1 +58 -0 ports/sysutils/bacula-server-devel/pkg-install (new) 1.1 +17 -0 ports/sysutils/bacula-server-devel/pkg-install.client (new) 1.1 +13 -0 ports/sysutils/bacula-server-devel/pkg-message (new) 1.1 +38 -0 ports/sysutils/bacula-server-devel/pkg-plist (new) 1.1 +7 -0 ports/sysutils/bacula-server-devel/pkg-plist.client (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:22:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33ECE16A400; Wed, 15 Mar 2006 10:22:20 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3EE843D48; Wed, 15 Mar 2006 10:22:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAMJiv033309; Wed, 15 Mar 2006 10:22:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAMJFv033308; Wed, 15 Mar 2006 10:22:19 GMT (envelope-from garga) Message-Id: <200603151022.k2FAMJFv033308@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:22:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:22:20 -0000 garga 2006-03-15 10:22:19 UTC FreeBSD ports repository Modified files: . modules Log: bacula-server-devel --> ports/sysutils/bacula-server-devel Revision Changes Path 1.14424 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:22:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F8B916A420; Wed, 15 Mar 2006 10:22:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A8D43D62; Wed, 15 Mar 2006 10:22:51 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAMp6U033402; Wed, 15 Mar 2006 10:22:51 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAMp0E033401; Wed, 15 Mar 2006 10:22:51 GMT (envelope-from garga) Message-Id: <200603151022.k2FAMp0E033401@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:22:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/bacula-client-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:22:52 -0000 garga 2006-03-15 10:22:51 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bacula-client-devel Makefile Log: Add bacula-client-devel , the network backup solution (client) - DEVELOPMENT Version. PR: ports/91737 Submitted by: Dan Langille Revision Changes Path 1.756 +1 -0 ports/sysutils/Makefile 1.1 +19 -0 ports/sysutils/bacula-client-devel/Makefile (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:23:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8610716A451; Wed, 15 Mar 2006 10:23:14 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4126143D45; Wed, 15 Mar 2006 10:23:14 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FANE7R033452; Wed, 15 Mar 2006 10:23:14 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FANEto033451; Wed, 15 Mar 2006 10:23:14 GMT (envelope-from garga) Message-Id: <200603151023.k2FANEto033451@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:23:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:23:14 -0000 garga 2006-03-15 10:23:14 UTC FreeBSD ports repository Modified files: . modules Log: bacula-client-devel --> ports/sysutils/bacula-client-devel Revision Changes Path 1.14425 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:23:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4932F16A41F; Wed, 15 Mar 2006 10:23:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBC443D4C; Wed, 15 Mar 2006 10:23:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FANoOs033528; Wed, 15 Mar 2006 10:23:50 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FANoVl033527; Wed, 15 Mar 2006 10:23:50 GMT (envelope-from garga) Message-Id: <200603151023.k2FANoVl033527@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:23:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bacula-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:23:51 -0000 garga 2006-03-15 10:23:50 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile Log: Register CONFLICTS with devel version recently added. Revision Changes Path 1.62 +2 -0 ports/sysutils/bacula-server/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:24:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FB6616A400; Wed, 15 Mar 2006 10:24:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CAC943D49; Wed, 15 Mar 2006 10:24:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAOvE4033619; Wed, 15 Mar 2006 10:24:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAOvnn033618; Wed, 15 Mar 2006 10:24:57 GMT (envelope-from garga) Message-Id: <200603151024.k2FAOvnn033618@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:24:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology Makefile ports/biology/belvu Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:24:58 -0000 garga 2006-03-15 10:24:57 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/belvu Makefile distinfo pkg-descr Log: Add belvu 2.29, a viewer for multiple sequence alignments. PR: ports/93056 Submitted by: Fernan Aguero Revision Changes Path 1.77 +1 -0 ports/biology/Makefile 1.1 +38 -0 ports/biology/belvu/Makefile (new) 1.1 +3 -0 ports/biology/belvu/distinfo (new) 1.1 +12 -0 ports/biology/belvu/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:25:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C139216A48E; Wed, 15 Mar 2006 10:25:26 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D0AF43D45; Wed, 15 Mar 2006 10:25:26 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAPQdj033714; Wed, 15 Mar 2006 10:25:26 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAPQfV033713; Wed, 15 Mar 2006 10:25:26 GMT (envelope-from garga) Message-Id: <200603151025.k2FAPQfV033713@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:25:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:25:26 -0000 garga 2006-03-15 10:25:26 UTC FreeBSD ports repository Modified files: . modules Log: belvu --> ports/biology/belvu Revision Changes Path 1.14426 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:26:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F032116A420; Wed, 15 Mar 2006 10:26:14 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 748DE43D66; Wed, 15 Mar 2006 10:26:12 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAQCIB033842; Wed, 15 Mar 2006 10:26:12 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAQCYI033841; Wed, 15 Mar 2006 10:26:12 GMT (envelope-from garga) Message-Id: <200603151026.k2FAQCYI033841@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:26:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology Makefile ports/biology/blat Makefile distinfo pkg-descr pkg-plist ports/biology/blat/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:26:15 -0000 garga 2006-03-15 10:26:12 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/blat Makefile distinfo pkg-descr pkg-plist biology/blat/files pkg-message.in Log: Add blat 33, a fast tool for local sequence similarity searches. PR: ports/93060 Submitted by: Fernan Aguero Revision Changes Path 1.78 +1 -0 ports/biology/Makefile 1.1 +57 -0 ports/biology/blat/Makefile (new) 1.1 +3 -0 ports/biology/blat/distinfo (new) 1.1 +8 -0 ports/biology/blat/files/pkg-message.in (new) 1.1 +14 -0 ports/biology/blat/pkg-descr (new) 1.1 +17 -0 ports/biology/blat/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:26:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2A2516A41F; Wed, 15 Mar 2006 10:26:28 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14B643D60; Wed, 15 Mar 2006 10:26:21 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAQKCH033888; Wed, 15 Mar 2006 10:26:20 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAQKL8033887; Wed, 15 Mar 2006 10:26:20 GMT (envelope-from garga) Message-Id: <200603151026.k2FAQKL8033887@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:26:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:26:29 -0000 garga 2006-03-15 10:26:20 UTC FreeBSD ports repository Modified files: . modules Log: blat --> ports/biology/blat Revision Changes Path 1.14427 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:29:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51BF216A425; Wed, 15 Mar 2006 10:29:22 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D30A43D62; Wed, 15 Mar 2006 10:29:08 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAT5px034096; Wed, 15 Mar 2006 10:29:05 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAT58A034095; Wed, 15 Mar 2006 10:29:05 GMT (envelope-from garga) Message-Id: <200603151029.k2FAT58A034095@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:29:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/cromwell Makefile distinfo pkg-descr ports/sysutils/cromwell/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:29:22 -0000 garga 2006-03-15 10:29:04 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/cromwell Makefile distinfo pkg-descr sysutils/cromwell/files pkg-message.in Log: Add cromwell 20060308, linux (and FreeBSD :-) BIOS images for the Microsoft Xbox. PR: ports/94250 Submitted by: Rink Springer Revision Changes Path 1.757 +1 -0 ports/sysutils/Makefile 1.1 +61 -0 ports/sysutils/cromwell/Makefile (new) 1.1 +6 -0 ports/sysutils/cromwell/distinfo (new) 1.1 +11 -0 ports/sysutils/cromwell/files/pkg-message.in (new) 1.1 +6 -0 ports/sysutils/cromwell/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:31:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB9216A41F; Wed, 15 Mar 2006 10:31:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6526643D5F; Wed, 15 Mar 2006 10:31:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAVT8R034240; Wed, 15 Mar 2006 10:31:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAVT24034239; Wed, 15 Mar 2006 10:31:29 GMT (envelope-from garga) Message-Id: <200603151031.k2FAVT24034239@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:31:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:31:29 -0000 garga 2006-03-15 10:31:29 UTC FreeBSD ports repository Modified files: . modules Log: cromwell --> ports/sysutils/cromwell Revision Changes Path 1.14428 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:33:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 004E916A401; Wed, 15 Mar 2006 10:33:40 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3617243D66; Wed, 15 Mar 2006 10:33:38 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAXcRE034332; Wed, 15 Mar 2006 10:33:38 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAXc2f034331; Wed, 15 Mar 2006 10:33:38 GMT (envelope-from nork) Message-Id: <200603151033.k2FAXc2f034331@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 15 Mar 2006 10:33:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:33:41 -0000 nork 2006-03-15 10:33:37 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2006.03.15. Revision Changes Path 1.228 +1 -1 ports/net/liveMedia/Makefile 1.215 +3 -3 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:35:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF13616A420; Wed, 15 Mar 2006 10:35:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 876B943D66; Wed, 15 Mar 2006 10:35:24 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAZORs034478; Wed, 15 Mar 2006 10:35:24 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAZOfb034477; Wed, 15 Mar 2006 10:35:24 GMT (envelope-from garga) Message-Id: <200603151035.k2FAZOfb034477@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:35:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology Makefile ports/biology/dotter Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:35:34 -0000 garga 2006-03-15 10:35:24 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/dotter Makefile distinfo pkg-descr Log: Add dotter 20021204 # last modified date in FTP server, a viewer for multiple sequence alignments. PR: ports/93055 Submitted by: Fernan Aguero Revision Changes Path 1.79 +1 -0 ports/biology/Makefile 1.1 +40 -0 ports/biology/dotter/Makefile (new) 1.1 +3 -0 ports/biology/dotter/distinfo (new) 1.1 +19 -0 ports/biology/dotter/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:35:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E69D516A433; Wed, 15 Mar 2006 10:35:41 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D5043D77; Wed, 15 Mar 2006 10:35:34 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAZYFs034533; Wed, 15 Mar 2006 10:35:34 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAZY77034532; Wed, 15 Mar 2006 10:35:34 GMT (envelope-from garga) Message-Id: <200603151035.k2FAZY77034532@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:35:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:35:42 -0000 garga 2006-03-15 10:35:34 UTC FreeBSD ports repository Modified files: . modules Log: dotter --> ports/biology/dotter Revision Changes Path 1.14429 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:36:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6505A16A43B; Wed, 15 Mar 2006 10:36:10 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC57143D80; Wed, 15 Mar 2006 10:36:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAa82h034617; Wed, 15 Mar 2006 10:36:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAa8Ca034616; Wed, 15 Mar 2006 10:36:08 GMT (envelope-from pav) Message-Id: <200603151036.k2FAa8Ca034616@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 10:36:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rsync Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:36:10 -0000 pav 2006-03-15 10:36:08 UTC FreeBSD ports repository Modified files: net/rsync Makefile distinfo pkg-descr Log: - Update to 2.6.7 Revision Changes Path 1.105 +2 -2 ports/net/rsync/Makefile 1.46 +3 -3 ports/net/rsync/distinfo 1.5 +0 -2 ports/net/rsync/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:36:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2753416A42F; Wed, 15 Mar 2006 10:36:30 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05B943D83; Wed, 15 Mar 2006 10:36:29 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAaTOa034708; Wed, 15 Mar 2006 10:36:29 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAaTaZ034707; Wed, 15 Mar 2006 10:36:29 GMT (envelope-from garga) Message-Id: <200603151036.k2FAaTaZ034707@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:36:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science Makefile ports/science/fastcap Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:36:30 -0000 garga 2006-03-15 10:36:29 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/fastcap Makefile distinfo pkg-descr pkg-plist Log: Add fastcap , a three-dimensional capacitance extraction program. PR: ports/93968 Submitted by: Pedro Giffuni Revision Changes Path 1.80 +1 -0 ports/science/Makefile 1.1 +43 -0 ports/science/fastcap/Makefile (new) 1.1 +3 -0 ports/science/fastcap/distinfo (new) 1.1 +20 -0 ports/science/fastcap/pkg-descr (new) 1.1 +46 -0 ports/science/fastcap/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:37:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0668016A423; Wed, 15 Mar 2006 10:37:05 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D2043D76; Wed, 15 Mar 2006 10:36:53 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAar7K034766; Wed, 15 Mar 2006 10:36:53 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAarnv034765; Wed, 15 Mar 2006 10:36:53 GMT (envelope-from lth) Message-Id: <200603151036.k2FAarnv034765@repoman.freebsd.org> From: Lars Thegler Date: Wed, 15 Mar 2006 10:36:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Config-Auto Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:37:06 -0000 lth 2006-03-15 10:36:53 UTC FreeBSD ports repository Modified files: devel/p5-Config-Auto Makefile distinfo Log: Update to 0.17 Revision Changes Path 1.13 +2 -2 ports/devel/p5-Config-Auto/Makefile 1.11 +3 -3 ports/devel/p5-Config-Auto/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:37:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC0B16A400; Wed, 15 Mar 2006 10:37:39 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C74A43D75; Wed, 15 Mar 2006 10:37:30 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAbU1m034824; Wed, 15 Mar 2006 10:37:30 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAbUTx034823; Wed, 15 Mar 2006 10:37:30 GMT (envelope-from garga) Message-Id: <200603151037.k2FAbUTx034823@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:37:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:37:39 -0000 garga 2006-03-15 10:37:30 UTC FreeBSD ports repository Modified files: . modules Log: fastcap --> ports/science/fastcap Revision Changes Path 1.14430 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:38:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60DAF16A425; Wed, 15 Mar 2006 10:38:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210AD43D69; Wed, 15 Mar 2006 10:38:01 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAc1J3034961; Wed, 15 Mar 2006 10:38:01 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAc1ED034960; Wed, 15 Mar 2006 10:38:01 GMT (envelope-from garga) Message-Id: <200603151038.k2FAc1ED034960@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:38:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science Makefile ports/science/fasthenry Makefile distinfo pkg-descr pkg-plist ports/science/fasthenry/files patch-src+fasthenry+parse_command_line.c patch-src+fasthenry+savemat_mod.c patch-src+fasthenry+sparse+spDefs.h patch-src+zbuf+input.c patch-src+zbuf+savemat_mod.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:38:01 -0000 garga 2006-03-15 10:38:00 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/fasthenry Makefile distinfo pkg-descr pkg-plist science/fasthenry/files patch-src+fasthenry+parse_command_line.c patch-src+fasthenry+savemat_mod.c patch-src+fasthenry+sparse+spDefs.h patch-src+zbuf+input.c patch-src+zbuf+savemat_mod.c Log: Add fasthenry , a multipole-accelerated inductance analysis program. PR: ports/93969 Submitted by: Pedro Giffuni Revision Changes Path 1.81 +1 -0 ports/science/Makefile 1.1 +41 -0 ports/science/fasthenry/Makefile (new) 1.1 +3 -0 ports/science/fasthenry/distinfo (new) 1.1 +19 -0 ports/science/fasthenry/files/patch-src+fasthenry+parse_command_line.c (new) 1.1 +11 -0 ports/science/fasthenry/files/patch-src+fasthenry+savemat_mod.c (new) 1.1 +11 -0 ports/science/fasthenry/files/patch-src+fasthenry+sparse+spDefs.h (new) 1.1 +19 -0 ports/science/fasthenry/files/patch-src+zbuf+input.c (new) 1.1 +12 -0 ports/science/fasthenry/files/patch-src+zbuf+savemat_mod.c (new) 1.1 +16 -0 ports/science/fasthenry/pkg-descr (new) 1.1 +37 -0 ports/science/fasthenry/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:38:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD23B16A41F; Wed, 15 Mar 2006 10:38:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A16A43D73; Wed, 15 Mar 2006 10:38:09 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAc9Dk035011; Wed, 15 Mar 2006 10:38:09 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAc97D035010; Wed, 15 Mar 2006 10:38:09 GMT (envelope-from garga) Message-Id: <200603151038.k2FAc97D035010@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:38:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:38:10 -0000 garga 2006-03-15 10:38:09 UTC FreeBSD ports repository Modified files: . modules Log: fasthenry --> ports/science/fasthenry Revision Changes Path 1.14431 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:39:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2F7116A400; Wed, 15 Mar 2006 10:39:35 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5371B43D6B; Wed, 15 Mar 2006 10:39:35 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAdZjJ035155; Wed, 15 Mar 2006 10:39:35 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAdZIs035154; Wed, 15 Mar 2006 10:39:35 GMT (envelope-from garga) Message-Id: <200603151039.k2FAdZIs035154@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:39:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/grok Makefile distinfo pkg-descr pkg-plist ports/sysutils/grok/files grok.sh.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:39:35 -0000 garga 2006-03-15 10:39:34 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/grok Makefile distinfo pkg-descr pkg-plist sysutils/grok/files grok.sh.in pkg-message.in Log: Add grok 1.0, an expert system for real-time log analysis. PR: ports/94187 Submitted by: Wesley Shields Revision Changes Path 1.758 +1 -0 ports/sysutils/Makefile 1.1 +42 -0 ports/sysutils/grok/Makefile (new) 1.1 +3 -0 ports/sysutils/grok/distinfo (new) 1.1 +27 -0 ports/sysutils/grok/files/grok.sh.in (new) 1.1 +10 -0 ports/sysutils/grok/files/pkg-message.in (new) 1.1 +4 -0 ports/sysutils/grok/pkg-descr (new) 1.1 +4 -0 ports/sysutils/grok/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:39:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DEEB16A422; Wed, 15 Mar 2006 10:39:39 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F1643D6B; Wed, 15 Mar 2006 10:39:38 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAdcpB035216; Wed, 15 Mar 2006 10:39:38 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAdcao035215; Wed, 15 Mar 2006 10:39:38 GMT (envelope-from ehaupt) Message-Id: <200603151039.k2FAdcao035215@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 10:39:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/fig2sxd Makefile distinfo ports/graphics/fig2sxd/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:39:39 -0000 ehaupt 2006-03-15 10:39:38 UTC FreeBSD ports repository Modified files: graphics/fig2sxd Makefile distinfo Removed files: graphics/fig2sxd/files patch-Makefile Log: Update to 0.14 PR: 94105 Revision Changes Path 1.3 +6 -1 ports/graphics/fig2sxd/Makefile 1.3 +3 -3 ports/graphics/fig2sxd/distinfo 1.2 +0 -37 ports/graphics/fig2sxd/files/patch-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:39:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF6FB16A401; Wed, 15 Mar 2006 10:39:44 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A7243D62; Wed, 15 Mar 2006 10:39:43 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAdhMC035259; Wed, 15 Mar 2006 10:39:43 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAdh9o035258; Wed, 15 Mar 2006 10:39:43 GMT (envelope-from garga) Message-Id: <200603151039.k2FAdh9o035258@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:39:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:39:45 -0000 garga 2006-03-15 10:39:43 UTC FreeBSD ports repository Modified files: . modules Log: grok --> ports/sysutils/grok Revision Changes Path 1.14432 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:40:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9191216A424; Wed, 15 Mar 2006 10:40:02 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E52443D48; Wed, 15 Mar 2006 10:40:02 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAe11h035311; Wed, 15 Mar 2006 10:40:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAe1Wl035310; Wed, 15 Mar 2006 10:40:01 GMT (envelope-from ru) Message-Id: <200603151040.k2FAe1Wl035310@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Mar 2006 10:40:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/kld/syscall/test Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:40:02 -0000 ru 2006-03-15 10:40:01 UTC FreeBSD src repository Modified files: share/examples/kld/syscall/test Makefile Log: Style. Revision Changes Path 1.4 +2 -2 src/share/examples/kld/syscall/test/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:40:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C56016A401; Wed, 15 Mar 2006 10:40:39 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DB043D5D; Wed, 15 Mar 2006 10:40:38 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAecWN035450; Wed, 15 Mar 2006 10:40:38 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAec7r035449; Wed, 15 Mar 2006 10:40:38 GMT (envelope-from garga) Message-Id: <200603151040.k2FAec7r035449@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:40:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/libstree Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:40:39 -0000 garga 2006-03-15 10:40:38 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/libstree Makefile distinfo pkg-descr pkg-plist Log: Add libstree 0.4.2, a Generic Suffix Tree Library. PR: ports/94008 Submitted by: clsung Revision Changes Path 1.935 +1 -0 ports/textproc/Makefile 1.1 +24 -0 ports/textproc/libstree/Makefile (new) 1.1 +3 -0 ports/textproc/libstree/distinfo (new) 1.1 +10 -0 ports/textproc/libstree/pkg-descr (new) 1.1 +12 -0 ports/textproc/libstree/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:40:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E45316A429; Wed, 15 Mar 2006 10:40:48 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C2043D5A; Wed, 15 Mar 2006 10:40:48 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAeluV035500; Wed, 15 Mar 2006 10:40:47 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAelOL035499; Wed, 15 Mar 2006 10:40:47 GMT (envelope-from garga) Message-Id: <200603151040.k2FAelOL035499@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:40:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:40:48 -0000 garga 2006-03-15 10:40:47 UTC FreeBSD ports repository Modified files: . modules Log: libstree --> ports/textproc/libstree Revision Changes Path 1.14433 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:40:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3AAD16A423; Wed, 15 Mar 2006 10:40:57 +0000 (UTC) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 011D043D7D; Wed, 15 Mar 2006 10:40:57 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAeuZI035555; Wed, 15 Mar 2006 10:40:56 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAeuvu035554; Wed, 15 Mar 2006 10:40:56 GMT (envelope-from lofi) Message-Id: <200603151040.k2FAeuvu035554@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 15 Mar 2006 10:40:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/kdepim3 Makefile ports/deskutils/kdepim3/files patch-libkcal_libical_src_libicalss-icalclassify.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:40:57 -0000 lofi 2006-03-15 10:40:56 UTC FreeBSD ports repository Modified files: deskutils/kdepim3 Makefile Added files: deskutils/kdepim3/files patch-libkcal_libical_src_libicalss-icalclassify.c Log: Fix application crashes caused by nonstandard ical files. Reported by: Anish Mistry Approved by: portmgr (linimon) Revision Changes Path 1.61 +1 -1 ports/deskutils/kdepim3/Makefile 1.1 +26 -0 ports/deskutils/kdepim3/files/patch-libkcal_libical_src_libicalss-icalclassify.c (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:41:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1495E16A400; Wed, 15 Mar 2006 10:41:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18FC743D66; Wed, 15 Mar 2006 10:41:17 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAfG5Z035682; Wed, 15 Mar 2006 10:41:16 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAfG6A035681; Wed, 15 Mar 2006 10:41:16 GMT (envelope-from garga) Message-Id: <200603151041.k2FAfG6A035681@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:41:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology Makefile ports/biology/mafft Makefile distinfo pkg-descr pkg-plist ports/biology/mafft/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:41:24 -0000 garga 2006-03-15 10:41:16 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/mafft Makefile distinfo pkg-descr pkg-plist biology/mafft/files patch-Makefile Log: Add mafft 5.734, multiple sequence alignments based on fast Fourier transform. PR: ports/93059 Submitted by: Fernan Aguero Revision Changes Path 1.80 +1 -0 ports/biology/Makefile 1.1 +36 -0 ports/biology/mafft/Makefile (new) 1.1 +3 -0 ports/biology/mafft/distinfo (new) 1.1 +39 -0 ports/biology/mafft/files/patch-Makefile (new) 1.1 +12 -0 ports/biology/mafft/pkg-descr (new) 1.1 +28 -0 ports/biology/mafft/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:41:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BFE16A42A; Wed, 15 Mar 2006 10:41:25 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D6543D7C; Wed, 15 Mar 2006 10:41:23 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAfNRL035728; Wed, 15 Mar 2006 10:41:23 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAfNmn035727; Wed, 15 Mar 2006 10:41:23 GMT (envelope-from garga) Message-Id: <200603151041.k2FAfNmn035727@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:41:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:41:25 -0000 garga 2006-03-15 10:41:23 UTC FreeBSD ports repository Modified files: . modules Log: mafft --> ports/biology/mafft Revision Changes Path 1.14434 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:41:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A75C616A425; Wed, 15 Mar 2006 10:41:44 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC6143D76; Wed, 15 Mar 2006 10:41:43 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAfhfm035787; Wed, 15 Mar 2006 10:41:43 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAfhqa035786; Wed, 15 Mar 2006 10:41:43 GMT (envelope-from ehaupt) Message-Id: <200603151041.k2FAfhqa035786@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 10:41:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/proxytunnel Makefile distinfo ports/security/proxytunnel/files patch-ntlm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:41:44 -0000 ehaupt 2006-03-15 10:41:43 UTC FreeBSD ports repository Modified files: security/proxytunnel Makefile distinfo Removed files: security/proxytunnel/files patch-ntlm.c Log: Update to 1.6.0 PR: 94106 Revision Changes Path 1.12 +1 -1 ports/security/proxytunnel/Makefile 1.7 +3 -3 ports/security/proxytunnel/distinfo 1.2 +0 -18 ports/security/proxytunnel/files/patch-ntlm.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:41:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A7716A426; Wed, 15 Mar 2006 10:41:59 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7C743D53; Wed, 15 Mar 2006 10:41:58 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAfwD3035837; Wed, 15 Mar 2006 10:41:58 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAfwEa035836; Wed, 15 Mar 2006 10:41:58 GMT (envelope-from ru) Message-Id: <200603151041.k2FAfwEa035836@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Mar 2006 10:41:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:41:59 -0000 ru 2006-03-15 10:41:58 UTC FreeBSD src repository Modified files: lib/librt Makefile Log: No need to define NO_MAN here. Revision Changes Path 1.2 +0 -1 src/lib/librt/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:42:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCDA716A439; Wed, 15 Mar 2006 10:42:14 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 235C943D8B; Wed, 15 Mar 2006 10:42:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAg3c7035920; Wed, 15 Mar 2006 10:42:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAg3W8035919; Wed, 15 Mar 2006 10:42:03 GMT (envelope-from garga) Message-Id: <200603151042.k2FAg3W8035919@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:42:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-PrettyPrinter Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:42:15 -0000 garga 2006-03-15 10:42:03 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-PrettyPrinter Makefile distinfo pkg-descr pkg-plist Log: Add p5-HTML-PrettyPrinter 0.03, generate nice HTML files from HTML syntax trees. PR: ports/93997 Submitted by: Vivek Khera Revision Changes Path 1.1340 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/p5-HTML-PrettyPrinter/Makefile (new) 1.1 +3 -0 ports/www/p5-HTML-PrettyPrinter/distinfo (new) 1.1 +6 -0 ports/www/p5-HTML-PrettyPrinter/pkg-descr (new) 1.1 +3 -0 ports/www/p5-HTML-PrettyPrinter/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:42:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEAE816A400; Wed, 15 Mar 2006 10:42:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6985543D72; Wed, 15 Mar 2006 10:42:24 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAgOfi035985; Wed, 15 Mar 2006 10:42:24 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAgOx3035984; Wed, 15 Mar 2006 10:42:24 GMT (envelope-from garga) Message-Id: <200603151042.k2FAgOx3035984@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:42:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:42:24 -0000 garga 2006-03-15 10:42:24 UTC FreeBSD ports repository Modified files: . modules Log: p5-HTML-PrettyPrinter --> ports/www/p5-HTML-PrettyPrinter Revision Changes Path 1.14435 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:42:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 228CD16A427; Wed, 15 Mar 2006 10:42:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CE243D55; Wed, 15 Mar 2006 10:42:54 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAgsHb036099; Wed, 15 Mar 2006 10:42:54 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAgsCq036098; Wed, 15 Mar 2006 10:42:54 GMT (envelope-from garga) Message-Id: <200603151042.k2FAgsCq036098@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:42:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-Net-SCP-Expect Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:42:55 -0000 garga 2006-03-15 10:42:54 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-SCP-Expect Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-SCP-Expect 0.12, perl5 wrapper for scp that allows passwords via Expect. PR: ports/93895 Submitted by: Simun Mikecin Revision Changes Path 1.1632 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/p5-Net-SCP-Expect/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-SCP-Expect/distinfo (new) 1.1 +3 -0 ports/net/p5-Net-SCP-Expect/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Net-SCP-Expect/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:43:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDC916A45D; Wed, 15 Mar 2006 10:43:10 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35B943D49; Wed, 15 Mar 2006 10:43:09 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAh9Hr036188; Wed, 15 Mar 2006 10:43:09 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAh9n9036177; Wed, 15 Mar 2006 10:43:09 GMT (envelope-from ehaupt) Message-Id: <200603151043.k2FAh9n9036177@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 10:43:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/mpck Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:43:10 -0000 ehaupt 2006-03-15 10:43:09 UTC FreeBSD ports repository Modified files: audio/mpck Makefile distinfo Log: Update to 0.12 PR: 94133 Revision Changes Path 1.4 +3 -7 ports/audio/mpck/Makefile 1.3 +3 -3 ports/audio/mpck/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:43:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DFC916A465; Wed, 15 Mar 2006 10:43:13 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A5143D5A; Wed, 15 Mar 2006 10:43:10 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAhAxt036200; Wed, 15 Mar 2006 10:43:10 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAhA9T036199; Wed, 15 Mar 2006 10:43:10 GMT (envelope-from garga) Message-Id: <200603151043.k2FAhA9T036199@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:43:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:43:13 -0000 garga 2006-03-15 10:43:10 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-SCP-Expect --> ports/net/p5-Net-SCP-Expect Revision Changes Path 1.14436 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:44:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D80F16A423; Wed, 15 Mar 2006 10:44:08 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBFFF43D5E; Wed, 15 Mar 2006 10:44:07 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAi7Fk036370; Wed, 15 Mar 2006 10:44:07 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAi7Bs036369; Wed, 15 Mar 2006 10:44:07 GMT (envelope-from garga) Message-Id: <200603151044.k2FAi7Bs036369@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:44:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/phamm Makefile distinfo pkg-descr pkg-plist ports/net/phamm/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:44:08 -0000 garga 2006-03-15 10:44:07 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/phamm Makefile distinfo pkg-descr pkg-plist net/phamm/files pkg-message.in Log: Add phamm 0.4.7, front-end written in PHP to manage virtual service. PR: ports/94200 Submitted by: Gustavo Fukao Revision Changes Path 1.1633 +1 -0 ports/net/Makefile 1.1 +57 -0 ports/net/phamm/Makefile (new) 1.1 +3 -0 ports/net/phamm/distinfo (new) 1.1 +24 -0 ports/net/phamm/files/pkg-message.in (new) 1.1 +5 -0 ports/net/phamm/pkg-descr (new) 1.1 +245 -0 ports/net/phamm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:44:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32C6D16A41F; Wed, 15 Mar 2006 10:44:21 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC83543D8C; Wed, 15 Mar 2006 10:44:14 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAiEti036416; Wed, 15 Mar 2006 10:44:14 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAiEb6036415; Wed, 15 Mar 2006 10:44:14 GMT (envelope-from garga) Message-Id: <200603151044.k2FAiEb6036415@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:44:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:44:21 -0000 garga 2006-03-15 10:44:14 UTC FreeBSD ports repository Modified files: . modules Log: phamm --> ports/net/phamm Revision Changes Path 1.14437 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:44:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77BB816A42D; Wed, 15 Mar 2006 10:44:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB1B43D6E; Wed, 15 Mar 2006 10:44:32 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAiWrV036453; Wed, 15 Mar 2006 10:44:32 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAiWn4036452; Wed, 15 Mar 2006 10:44:32 GMT (envelope-from ehaupt) Message-Id: <200603151044.k2FAiWn4036452@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 10:44:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/uni2ascii Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:44:40 -0000 ehaupt 2006-03-15 10:44:32 UTC FreeBSD ports repository Modified files: textproc/uni2ascii Makefile distinfo Log: Update to 3.4 PR: 94135 Revision Changes Path 1.9 +3 -2 ports/textproc/uni2ascii/Makefile 1.7 +3 -3 ports/textproc/uni2ascii/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:44:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC2A16A425; Wed, 15 Mar 2006 10:44:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B1343D94; Wed, 15 Mar 2006 10:44:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAikOD036553; Wed, 15 Mar 2006 10:44:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAikYr036552; Wed, 15 Mar 2006 10:44:46 GMT (envelope-from pav) Message-Id: <200603151044.k2FAikYr036552@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 10:44:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/boinc-client Makefile distinfo pkg-plist ports/net/boinc-client/files bin-boinc.sh.in boinc.1.in boinc.sh.in extra-patch-client-time_stats.C extra-patch-clientgui-MainDocument.cpp extra-patch-clientgui-MainFrame.cpp extra-patch-clientgui-ViewProjects.cpp extra-patch-clientgui-ViewResources.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:44:59 -0000 pav 2006-03-15 10:44:46 UTC FreeBSD ports repository Modified files: net/boinc-client Makefile distinfo pkg-plist net/boinc-client/files boinc.sh.in Added files: net/boinc-client/files patch-fix_anonymous_platform_attach patch-headers_for_seti Removed files: net/boinc-client/files bin-boinc.sh.in boinc.1.in extra-patch-client-time_stats.C extra-patch-clientgui-MainDocument.cpp extra-patch-clientgui-MainFrame.cpp extra-patch-clientgui-ViewProjects.cpp extra-patch-clientgui-ViewResources.cpp extra-patch-clientgui-ViewTransfers.cpp extra-patch-clientgui-ViewWork.cpp extra-patch-clientgui-stdwx.h extra-patch-lib-acct_mgr_client.C extra-patch-lib-diagnostics.h extra-patch-lib-gui_rpc_client.C extra-patch-lib-parse.C extra-patch-zip-boinc_zip.cpp patch-Makefile.am patch-api-boinc_api.C patch-clientgui-BOINCGUIApp.cpp patch-clientgui-ViewWork.cpp patch-configure.ac patch-ltmain.sh Log: - Update to 5.2.15 - Take over maintainership - Stop supporting this on FreeBSD 4.X Approved by: old maintainer (takeover) Revision Changes Path 1.17 +34 -80 ports/net/boinc-client/Makefile 1.6 +3 -3 ports/net/boinc-client/distinfo 1.2 +0 -7 ports/net/boinc-client/files/bin-boinc.sh.in (dead) 1.2 +0 -235 ports/net/boinc-client/files/boinc.1.in (dead) 1.4 +4 -4 ports/net/boinc-client/files/boinc.sh.in 1.2 +0 -10 ports/net/boinc-client/files/extra-patch-client-time_stats.C (dead) 1.3 +0 -101 ports/net/boinc-client/files/extra-patch-clientgui-MainDocument.cpp (dead) 1.3 +0 -10 ports/net/boinc-client/files/extra-patch-clientgui-MainFrame.cpp (dead) 1.3 +0 -20 ports/net/boinc-client/files/extra-patch-clientgui-ViewProjects.cpp (dead) 1.3 +0 -20 ports/net/boinc-client/files/extra-patch-clientgui-ViewResources.cpp (dead) 1.3 +0 -20 ports/net/boinc-client/files/extra-patch-clientgui-ViewTransfers.cpp (dead) 1.3 +0 -31 ports/net/boinc-client/files/extra-patch-clientgui-ViewWork.cpp (dead) 1.2 +0 -10 ports/net/boinc-client/files/extra-patch-clientgui-stdwx.h (dead) 1.2 +0 -24 ports/net/boinc-client/files/extra-patch-lib-acct_mgr_client.C (dead) 1.2 +0 -11 ports/net/boinc-client/files/extra-patch-lib-diagnostics.h (dead) 1.2 +0 -125 ports/net/boinc-client/files/extra-patch-lib-gui_rpc_client.C (dead) 1.3 +0 -32 ports/net/boinc-client/files/extra-patch-lib-parse.C (dead) 1.2 +0 -20 ports/net/boinc-client/files/extra-patch-zip-boinc_zip.cpp (dead) 1.2 +0 -11 ports/net/boinc-client/files/patch-Makefile.am (dead) 1.4 +0 -59 ports/net/boinc-client/files/patch-api-boinc_api.C (dead) 1.3 +0 -13 ports/net/boinc-client/files/patch-clientgui-BOINCGUIApp.cpp (dead) 1.2 +0 -11 ports/net/boinc-client/files/patch-clientgui-ViewWork.cpp (dead) 1.2 +0 -29 ports/net/boinc-client/files/patch-configure.ac (dead) 1.1 +43 -0 ports/net/boinc-client/files/patch-fix_anonymous_platform_attach (new) 1.1 +11 -0 ports/net/boinc-client/files/patch-headers_for_seti (new) 1.2 +0 -13 ports/net/boinc-client/files/patch-ltmain.sh (dead) 1.6 +5 -24 ports/net/boinc-client/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:45:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E366E16A458; Wed, 15 Mar 2006 10:45:07 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D476F43D7B; Wed, 15 Mar 2006 10:45:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAj08o036687; Wed, 15 Mar 2006 10:45:00 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAj0kC036686; Wed, 15 Mar 2006 10:45:00 GMT (envelope-from garga) Message-Id: <200603151045.k2FAj0kC036686@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:45:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/pysycache Makefile distinfo pkg-descr pkg-plist ports/games/pysycache/files patch-datas.py patch-datasclass.py patch-pysybuttons.py patch-pysycache.py patch-pysyclick.py patch-pysymove.py ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:45:20 -0000 garga 2006-03-15 10:45:00 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/pysycache Makefile distinfo pkg-descr pkg-plist games/pysycache/files patch-datas.py patch-datasclass.py patch-pysybuttons.py patch-pysycache.py patch-pysyclick.py patch-pysymove.py pkg-message.in Log: Add pysycache 2.0, educational software made in python. PR: ports/94003 Submitted by: Jose Alonso Cardenas Marquez Revision Changes Path 1.932 +1 -0 ports/games/Makefile 1.1 +61 -0 ports/games/pysycache/Makefile (new) 1.1 +3 -0 ports/games/pysycache/distinfo (new) 1.1 +35 -0 ports/games/pysycache/files/patch-datas.py (new) 1.1 +45 -0 ports/games/pysycache/files/patch-datasclass.py (new) 1.1 +138 -0 ports/games/pysycache/files/patch-pysybuttons.py (new) 1.1 +147 -0 ports/games/pysycache/files/patch-pysycache.py (new) 1.1 +154 -0 ports/games/pysycache/files/patch-pysyclick.py (new) 1.1 +162 -0 ports/games/pysycache/files/patch-pysymove.py (new) 1.1 +6 -0 ports/games/pysycache/files/pkg-message.in (new) 1.1 +4 -0 ports/games/pysycache/pkg-descr (new) 1.1 +429 -0 ports/games/pysycache/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:45:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB9D16A44E; Wed, 15 Mar 2006 10:45:28 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F2943D79; Wed, 15 Mar 2006 10:45:26 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAjQbx036776; Wed, 15 Mar 2006 10:45:26 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAjQEx036775; Wed, 15 Mar 2006 10:45:26 GMT (envelope-from garga) Message-Id: <200603151045.k2FAjQEx036775@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:45:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:45:28 -0000 garga 2006-03-15 10:45:26 UTC FreeBSD ports repository Modified files: . modules Log: pysycache --> ports/games/pysycache Revision Changes Path 1.14438 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:46:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D75316A426; Wed, 15 Mar 2006 10:46:03 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDC243D8D; Wed, 15 Mar 2006 10:46:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAk2Oi036892; Wed, 15 Mar 2006 10:46:02 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAk2LP036891; Wed, 15 Mar 2006 10:46:02 GMT (envelope-from garga) Message-Id: <200603151046.k2FAk2LP036891@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:46:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/pysycache-lang Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:46:03 -0000 garga 2006-03-15 10:46:02 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/pysycache-lang Makefile distinfo pkg-descr pkg-plist Log: Add pysycache-lang 2.0, the pysycache lang support. PR: ports/94004 Submitted by: Jose Alonso Cardenas Marquez Revision Changes Path 1.933 +1 -0 ports/games/Makefile 1.1 +103 -0 ports/games/pysycache-lang/Makefile (new) 1.1 +15 -0 ports/games/pysycache-lang/distinfo (new) 1.1 +3 -0 ports/games/pysycache-lang/pkg-descr (new) 1.1 +1061 -0 ports/games/pysycache-lang/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:46:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE4816A42C; Wed, 15 Mar 2006 10:46:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD7243D93; Wed, 15 Mar 2006 10:46:10 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAkAQs036941; Wed, 15 Mar 2006 10:46:10 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAkAhF036940; Wed, 15 Mar 2006 10:46:10 GMT (envelope-from garga) Message-Id: <200603151046.k2FAkAhF036940@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:46:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:46:24 -0000 garga 2006-03-15 10:46:10 UTC FreeBSD ports repository Modified files: . modules Log: pysycache-lang --> ports/games/pysycache-lang Revision Changes Path 1.14439 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:46:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E3516A400; Wed, 15 Mar 2006 10:46:38 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD65743D88; Wed, 15 Mar 2006 10:46:27 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAkR2a036979; Wed, 15 Mar 2006 10:46:27 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAkRPD036978; Wed, 15 Mar 2006 10:46:27 GMT (envelope-from ehaupt) Message-Id: <200603151046.k2FAkRPD036978@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 10:46:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/nail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:46:38 -0000 ehaupt 2006-03-15 10:46:27 UTC FreeBSD ports repository Modified files: mail/nail Makefile Log: Drop maintainer-ship PR: 94136 Revision Changes Path 1.45 +1 -1 ports/mail/nail/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:46:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB6016A433; Wed, 15 Mar 2006 10:46:48 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC66F43DA7; Wed, 15 Mar 2006 10:46:39 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAkdEY037575; Wed, 15 Mar 2006 10:46:39 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAkd6Z037574; Wed, 15 Mar 2006 10:46:39 GMT (envelope-from garga) Message-Id: <200603151046.k2FAkd6Z037574@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:46:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/pysycache-themes Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:46:48 -0000 garga 2006-03-15 10:46:39 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/pysycache-themes Makefile distinfo pkg-descr pkg-plist Log: Add pysycache-themes 2.0, the pysycache themes support. PR: ports/94005 Submitted by: Jose Alonso Cardenas Marquez Revision Changes Path 1.934 +1 -0 ports/games/Makefile 1.1 +143 -0 ports/games/pysycache-themes/Makefile (new) 1.1 +27 -0 ports/games/pysycache-themes/distinfo (new) 1.1 +3 -0 ports/games/pysycache-themes/pkg-descr (new) 1.1 +539 -0 ports/games/pysycache-themes/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:46:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4B1216A4F6; Wed, 15 Mar 2006 10:46:55 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5512143D88; Wed, 15 Mar 2006 10:46:38 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAkcHv037516; Wed, 15 Mar 2006 10:46:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAkctt037515; Wed, 15 Mar 2006 10:46:38 GMT (envelope-from ru) Message-Id: <200603151046.k2FAkctt037515@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Mar 2006 10:46:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/aio/aiotest Makefile src/tools/regression/aio/kqueue Makefile src/tools/regression/aio/kqueue/lio Makefile src/tools/regression/lib/libc/resolv Makefile src/tools/regression/mlock Makefile src/tools/regression/netinet/msocket Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:46:55 -0000 ru 2006-03-15 10:46:38 UTC FreeBSD src repository Modified files: tools/regression/aio/aiotest Makefile tools/regression/aio/kqueue Makefile tools/regression/aio/kqueue/lio Makefile tools/regression/lib/libc/resolv Makefile tools/regression/mlock Makefile tools/regression/netinet/msocket Makefile tools/regression/netinet/msocket_ifnet_remove Makefile tools/regression/netinet/tcpfullwindowrst Makefile tools/regression/netinet/udpconnectjail Makefile tools/regression/sockets/listenclose Makefile tools/regression/sockets/reconnect Makefile tools/regression/sockets/shutdown Makefile tools/regression/sockets/sigpipe Makefile tools/tools/ath/athdebug Makefile tools/tools/ath/athstats Makefile tools/tools/iwi Makefile tools/tools/net80211/wlandebug Makefile tools/tools/net80211/wlanstats Makefile tools/tools/net80211/wlanwatch Makefile tools/tools/netrate/juggle Makefile tools/tools/umastat Makefile usr.sbin/bluetooth/bthidd Makefile usr.sbin/vnconfig Makefile Log: Style: NO_MAN doesn't need any value. Revision Changes Path 1.3 +1 -1 src/tools/regression/aio/aiotest/Makefile 1.2 +1 -1 src/tools/regression/aio/kqueue/Makefile 1.3 +1 -1 src/tools/regression/aio/kqueue/lio/Makefile 1.4 +1 -2 src/tools/regression/lib/libc/resolv/Makefile 1.2 +1 -1 src/tools/regression/mlock/Makefile 1.2 +1 -1 src/tools/regression/netinet/msocket/Makefile 1.2 +1 -1 src/tools/regression/netinet/msocket_ifnet_remove/Makefile 1.3 +1 -1 src/tools/regression/netinet/tcpfullwindowrst/Makefile 1.3 +1 -1 src/tools/regression/netinet/udpconnectjail/Makefile 1.4 +1 -1 src/tools/regression/sockets/listenclose/Makefile 1.3 +1 -1 src/tools/regression/sockets/reconnect/Makefile 1.2 +1 -1 src/tools/regression/sockets/shutdown/Makefile 1.2 +1 -1 src/tools/regression/sockets/sigpipe/Makefile 1.2 +3 -3 src/tools/tools/ath/athdebug/Makefile 1.2 +3 -3 src/tools/tools/ath/athstats/Makefile 1.2 +2 -2 src/tools/tools/iwi/Makefile 1.2 +3 -3 src/tools/tools/net80211/wlandebug/Makefile 1.2 +3 -3 src/tools/tools/net80211/wlanstats/Makefile 1.2 +3 -3 src/tools/tools/net80211/wlanwatch/Makefile 1.2 +1 -1 src/tools/tools/netrate/juggle/Makefile 1.2 +1 -1 src/tools/tools/umastat/Makefile 1.5 +1 -1 src/usr.sbin/bluetooth/bthidd/Makefile 1.10 +1 -1 src/usr.sbin/vnconfig/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:46:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5064516A430; Wed, 15 Mar 2006 10:46:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C3743D48; Wed, 15 Mar 2006 10:46:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAkl7V037624; Wed, 15 Mar 2006 10:46:47 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAkl0B037623; Wed, 15 Mar 2006 10:46:47 GMT (envelope-from garga) Message-Id: <200603151046.k2FAkl0B037623@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:46:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:46:58 -0000 garga 2006-03-15 10:46:47 UTC FreeBSD ports repository Modified files: . modules Log: pysycache-themes --> ports/games/pysycache-themes Revision Changes Path 1.14440 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:47:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC8F16A4DA; Wed, 15 Mar 2006 10:47:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3EB543D9B; Wed, 15 Mar 2006 10:47:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAlDVh037713; Wed, 15 Mar 2006 10:47:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAlDOG037712; Wed, 15 Mar 2006 10:47:13 GMT (envelope-from pav) Message-Id: <200603151047.k2FAlDOG037712@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 10:47:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/boinc-setiathome Makefile distinfo pkg-descr pkg-message pkg-plist ports/astro/boinc-setiathome/files app_info.xml.in patch-Makefile.incl patch-client-Makefile.in patch-configure patch-configure.ac patch-m4-sah_check_boinc.m4 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:47:24 -0000 pav 2006-03-15 10:47:13 UTC FreeBSD ports repository Modified files: astro/boinc-setiathome Makefile distinfo pkg-descr pkg-plist astro/boinc-setiathome/files app_info.xml.in Added files: astro/boinc-setiathome pkg-message astro/boinc-setiathome/files patch-client-Makefile.in patch-configure Removed files: astro/boinc-setiathome/files patch-Makefile.incl patch-configure.ac patch-m4-sah_check_boinc.m4 patch-m4-sah_header_stdcxx.m4 patch-m4-sah_largefile_breaks_cxx.m4 pkg-install.in Log: - Update to 4.18 - Take over maintainership Approved by: old maintainer (takeover) Revision Changes Path 1.13 +30 -54 ports/astro/boinc-setiathome/Makefile 1.6 +3 -3 ports/astro/boinc-setiathome/distinfo 1.3 +1 -1 ports/astro/boinc-setiathome/files/app_info.xml.in 1.2 +0 -11 ports/astro/boinc-setiathome/files/patch-Makefile.incl (dead) 1.1 +11 -0 ports/astro/boinc-setiathome/files/patch-client-Makefile.in (new) 1.1 +41 -0 ports/astro/boinc-setiathome/files/patch-configure (new) 1.3 +0 -20 ports/astro/boinc-setiathome/files/patch-configure.ac (dead) 1.2 +0 -51 ports/astro/boinc-setiathome/files/patch-m4-sah_check_boinc.m4 (dead) 1.2 +0 -11 ports/astro/boinc-setiathome/files/patch-m4-sah_header_stdcxx.m4 (dead) 1.2 +0 -11 ports/astro/boinc-setiathome/files/patch-m4-sah_largefile_breaks_cxx.m4 (dead) 1.2 +0 -9 ports/astro/boinc-setiathome/files/pkg-install.in (dead) 1.2 +2 -3 ports/astro/boinc-setiathome/pkg-descr 1.1 +14 -0 ports/astro/boinc-setiathome/pkg-message (new) 1.4 +4 -6 ports/astro/boinc-setiathome/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 10:50:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8560C16A422; Wed, 15 Mar 2006 10:50:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E105D43D49; Wed, 15 Mar 2006 10:50:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FAovwh037877; Wed, 15 Mar 2006 10:50:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FAov3u037876; Wed, 15 Mar 2006 10:50:57 GMT (envelope-from garga) Message-Id: <200603151050.k2FAov3u037876@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 10:50:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 10:50:58 -0000 garga 2006-03-15 10:50:57 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Add Gustavo Fukao for ports/net/phamm - Add Pedro F. Giffuni for ports/science/(fastcap|fasthenry) Revision Changes Path 1.522 +10 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:05:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD4C916A41F; Wed, 15 Mar 2006 11:05:41 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7304A43D46; Wed, 15 Mar 2006 11:05:41 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FB5fdl038432; Wed, 15 Mar 2006 11:05:41 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FB5fUB038431; Wed, 15 Mar 2006 11:05:41 GMT (envelope-from garga) Message-Id: <200603151105.k2FB5fUB038431@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 11:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabber Makefile distinfo pkg-install pkg-plist ports/net-im/jabber/files jabberd.sh.in patch-Makefile patch-configure patch-jabber.xml patch-jsm-modules-mod_auth_crypt.c pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:05:41 -0000 garga 2006-03-15 11:05:40 UTC FreeBSD ports repository Modified files: net-im/jabber Makefile distinfo pkg-install pkg-plist net-im/jabber/files jabberd.sh.in Added files: net-im/jabber/files pkg-message.in Removed files: net-im/jabber/files patch-Makefile patch-configure patch-jabber.xml patch-jsm-modules-mod_auth_crypt.c Log: - Update to 1.4.4 Thanks to: Slawomir Kawala Revision Changes Path 1.29 +47 -22 ports/net-im/jabber/Makefile 1.12 +3 -3 ports/net-im/jabber/distinfo 1.3 +3 -4 ports/net-im/jabber/files/jabberd.sh.in 1.3 +0 -42 ports/net-im/jabber/files/patch-Makefile (dead) 1.2 +0 -9 ports/net-im/jabber/files/patch-configure (dead) 1.3 +0 -49 ports/net-im/jabber/files/patch-jabber.xml (dead) 1.2 +0 -11 ports/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c (dead) 1.1 +9 -0 ports/net-im/jabber/files/pkg-message.in (new) 1.6 +15 -6 ports/net-im/jabber/pkg-install 1.12 +27 -19 ports/net-im/jabber/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:06:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D82116A423; Wed, 15 Mar 2006 11:06:03 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A57343D45; Wed, 15 Mar 2006 11:06:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FB631a038477; Wed, 15 Mar 2006 11:06:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FB63T1038476; Wed, 15 Mar 2006 11:06:03 GMT (envelope-from garga) Message-Id: <200603151106.k2FB63T1038476@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 11:06:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:06:03 -0000 garga 2006-03-15 11:06:03 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add a note about jabber upgrade to 1.4.4 Revision Changes Path 1.296 +9 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:17:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E5816A422; Wed, 15 Mar 2006 11:17:32 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B4643D4C; Wed, 15 Mar 2006 11:17:32 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBHVw3038977; Wed, 15 Mar 2006 11:17:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBHVYm038976; Wed, 15 Mar 2006 11:17:31 GMT (envelope-from ru) Message-Id: <200603151117.k2FBHVYm038976@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Mar 2006 11:17:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ntp Makefile src/usr.sbin/ntp/doc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:17:32 -0000 ru 2006-03-15 11:17:31 UTC FreeBSD src repository Modified files: usr.sbin/ntp Makefile usr.sbin/ntp/doc Makefile Log: If we don't want HTML docs, we might still want manpages. If we don't want manpages, we might still want HTML docs. Revision Changes Path 1.12 +0 -3 src/usr.sbin/ntp/Makefile 1.12 +2 -0 src/usr.sbin/ntp/doc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:24:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E06616A420; Wed, 15 Mar 2006 11:24:08 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5632943D48; Wed, 15 Mar 2006 11:24:08 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBO7i0039322; Wed, 15 Mar 2006 11:24:08 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBO7St039321; Wed, 15 Mar 2006 11:24:07 GMT (envelope-from sem) Message-Id: <200603151124.k2FBO7St039321@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 15 Mar 2006 11:24:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ace Makefile distinfo pkg-descr pkg-plist ports/devel/ace/files patch-pkgconfig X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:24:08 -0000 sem 2006-03-15 11:24:06 UTC FreeBSD ports repository Modified files: devel/ace Makefile Added files: devel/ace distinfo pkg-descr pkg-plist devel/ace/files patch-pkgconfig Log: - Update to 5.5.0 - Split ACE and TAO. Now it's not a slave port. Revision Changes Path 1.6 +33 -5 ports/devel/ace/Makefile 1.1 +3 -0 ports/devel/ace/distinfo (new) 1.1 +110 -0 ports/devel/ace/files/patch-pkgconfig (new) 1.1 +7 -0 ports/devel/ace/pkg-descr (new) 1.1 +1040 -0 ports/devel/ace/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:24:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 001A216A427; Wed, 15 Mar 2006 11:24:15 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A427743D49; Wed, 15 Mar 2006 11:24:15 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBOFSD039353; Wed, 15 Mar 2006 11:24:15 GMT (envelope-from mich@repoman.freebsd.org) Received: (from mich@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBOFer039352; Wed, 15 Mar 2006 11:24:15 GMT (envelope-from mich) Message-Id: <200603151124.k2FBOFer039352@repoman.freebsd.org> From: "Michael L. Hostbaek" Date: Wed, 15 Mar 2006 11:24:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/pisg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:24:16 -0000 mich 2006-03-15 11:24:15 UTC FreeBSD ports repository Modified files: irc/pisg Makefile distinfo Log: - update to -> 0.68 Changelog: http://sourceforge.net/project/shownotes.php?release_id=401239 - Remove redundant USE_REINPLACE while here PR: ports/94411 Submitted by: Toni Viemero Revision Changes Path 1.28 +1 -2 ports/irc/pisg/Makefile 1.26 +3 -3 ports/irc/pisg/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:26:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 720EC16A401; Wed, 15 Mar 2006 11:26:12 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C10943D49; Wed, 15 Mar 2006 11:26:12 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBQB3c039461; Wed, 15 Mar 2006 11:26:12 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBQBTL039460; Wed, 15 Mar 2006 11:26:11 GMT (envelope-from sem) Message-Id: <200603151126.k2FBQBTL039460@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 15 Mar 2006 11:26:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ace+tao-doc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:26:12 -0000 sem 2006-03-15 11:26:10 UTC FreeBSD ports repository Modified files: devel/ace+tao-doc Makefile distinfo Log: - Update to 5.5.0 Revision Changes Path 1.5 +2 -1 ports/devel/ace+tao-doc/Makefile 1.5 +3 -3 ports/devel/ace+tao-doc/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:35:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C2016A400; Wed, 15 Mar 2006 11:35:34 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C75C43D46; Wed, 15 Mar 2006 11:35:34 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBZXvD040108; Wed, 15 Mar 2006 11:35:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBZXiI040107; Wed, 15 Mar 2006 11:35:33 GMT (envelope-from ahze) Message-Id: <200603151135.k2FBZXiI040107@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 11:35:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xulrunner Makefile distinfo pkg-descr ports/www/xulrunner/files patch-build_unix_run-mozilla.sh patch-config-mkdepend-imakemdep.h patch-config_autoconf.mk.in patch-config_mkdepend_Makefile.in patch-config_rules.mk patch-configure ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:35:34 -0000 ahze 2006-03-15 11:35:33 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xulrunner Makefile distinfo pkg-descr www/xulrunner/files patch-build_unix_run-mozilla.sh patch-config-mkdepend-imakemdep.h patch-config_autoconf.mk.in patch-config_mkdepend_Makefile.in patch-config_rules.mk patch-configure patch-extensions_transformiix_source_base_Double.cpp patch-gfx_src_gtk_nsFontMetricsXft.cpp patch-libm patch-security_coreconf_FreeBSD.mk patch-sysnss patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp patch-xpcom_reflect_xptcall_public_xptcstubsdecl.inc patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in patch-xptcall-alpha patch-xptcall-amd64 patch-xptcall-ia64 patch-xptcall-sparc64 Log: - Add xulrunner Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. WWW: http://developer.mozilla.org/en/docs/XULRunner Most patches obtained from: www/seamonkey Revision Changes Path 1.1341 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/xulrunner/Makefile (new) 1.1 +3 -0 ports/www/xulrunner/distinfo (new) 1.1 +21 -0 ports/www/xulrunner/files/patch-build_unix_run-mozilla.sh (new) 1.1 +10 -0 ports/www/xulrunner/files/patch-config-mkdepend-imakemdep.h (new) 1.1 +18 -0 ports/www/xulrunner/files/patch-config_autoconf.mk.in (new) 1.1 +10 -0 ports/www/xulrunner/files/patch-config_mkdepend_Makefile.in (new) 1.1 +14 -0 ports/www/xulrunner/files/patch-config_rules.mk (new) 1.1 +47 -0 ports/www/xulrunner/files/patch-configure (new) 1.1 +23 -0 ports/www/xulrunner/files/patch-extensions_transformiix_source_base_Double.cpp (new) 1.1 +12 -0 ports/www/xulrunner/files/patch-gfx_src_gtk_nsFontMetricsXft.cpp (new) 1.1 +25 -0 ports/www/xulrunner/files/patch-libm (new) 1.1 +37 -0 ports/www/xulrunner/files/patch-security_coreconf_FreeBSD.mk (new) 1.1 +156 -0 ports/www/xulrunner/files/patch-sysnss (new) 1.1 +29 -0 ports/www/xulrunner/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp (new) 1.1 +11 -0 ports/www/xulrunner/files/patch-xpcom_reflect_xptcall_public_xptcstubsdecl.inc (new) 1.1 +56 -0 ports/www/xulrunner/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in (new) 1.1 +459 -0 ports/www/xulrunner/files/patch-xptcall-alpha (new) 1.1 +386 -0 ports/www/xulrunner/files/patch-xptcall-amd64 (new) 1.1 +38 -0 ports/www/xulrunner/files/patch-xptcall-ia64 (new) 1.1 +327 -0 ports/www/xulrunner/files/patch-xptcall-sparc64 (new) 1.1 +7 -0 ports/www/xulrunner/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:38:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599B816A400; Wed, 15 Mar 2006 11:38:15 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 161D043D45; Wed, 15 Mar 2006 11:38:15 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBcEA1040204; Wed, 15 Mar 2006 11:38:14 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBcEqB040203; Wed, 15 Mar 2006 11:38:14 GMT (envelope-from ahze) Message-Id: <200603151138.k2FBcEqB040203@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 11:38:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:38:15 -0000 ahze 2006-03-15 11:38:14 UTC FreeBSD ports repository Modified files: . modules Log: - xulrunner --> ports/www/xulrunner Revision Changes Path 1.14441 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:43:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95E0516A41F; Wed, 15 Mar 2006 11:43:59 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D75143D46; Wed, 15 Mar 2006 11:43:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBhwZK040466; Wed, 15 Mar 2006 11:43:59 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBhwEm040465; Wed, 15 Mar 2006 11:43:58 GMT (envelope-from ahze) Message-Id: <200603151143.k2FBhwEm040465@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 11:43:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mozilla Makefile Makefile.common bsd.gecko.mk pkg-deinstall.in pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:43:59 -0000 ahze 2006-03-15 11:43:58 UTC FreeBSD ports repository Modified files: www/mozilla Makefile Makefile.common bsd.gecko.mk pkg-deinstall.in pkg-install.in Log: - Add support for USE_GECKO=xulrunner - Remove quotes around BROKEN - Remove USE_REINPLACE Revision Changes Path 1.211 +2 -3 ports/www/mozilla/Makefile 1.6 +2 -2 ports/www/mozilla/Makefile.common 1.8 +4 -4 ports/www/mozilla/bsd.gecko.mk 1.7 +1 -1 ports/www/mozilla/pkg-deinstall.in 1.8 +1 -1 ports/www/mozilla/pkg-install.in From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:50:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF88816A400; Wed, 15 Mar 2006 11:50:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A12FE43D53; Wed, 15 Mar 2006 11:50:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBoCbb040757; Wed, 15 Mar 2006 11:50:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBoCwk040756; Wed, 15 Mar 2006 11:50:12 GMT (envelope-from pav) Message-Id: <200603151150.k2FBoCwk040756@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 11:50:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/boinc-einsteinathome Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:50:13 -0000 pav 2006-03-15 11:50:11 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/boinc-einsteinathome Makefile distinfo pkg-descr pkg-message pkg-plist Log: Einstein@Home - Search for gravitational waves Use your unused CPU cycles to aid in computations analyzing telescope information for possible gravitational waves emitted by pulsars as predicted by Albert Einstein. WWW: http://einstein.phys.uwm.edu/ PR: ports/93643 Submitted by: Rene Ladan Revision Changes Path 1.98 +1 -0 ports/astro/Makefile 1.1 +55 -0 ports/astro/boinc-einsteinathome/Makefile (new) 1.1 +3 -0 ports/astro/boinc-einsteinathome/distinfo (new) 1.1 +19 -0 ports/astro/boinc-einsteinathome/pkg-descr (new) 1.1 +14 -0 ports/astro/boinc-einsteinathome/pkg-message (new) 1.1 +4 -0 ports/astro/boinc-einsteinathome/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:51:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D1816A420; Wed, 15 Mar 2006 11:51:02 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDCF43D49; Wed, 15 Mar 2006 11:51:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBp1KA040853; Wed, 15 Mar 2006 11:51:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBp12E040852; Wed, 15 Mar 2006 11:51:01 GMT (envelope-from pav) Message-Id: <200603151151.k2FBp12E040852@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 11:51:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:51:02 -0000 pav 2006-03-15 11:51:01 UTC FreeBSD ports repository Modified files: . modules Log: boinc-einsteinathome --> ports/astro/boinc-einsteinathome Revision Changes Path 1.14442 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:52:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E557C16A400; Wed, 15 Mar 2006 11:52:16 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27E843D49; Wed, 15 Mar 2006 11:52:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBqGd5040959; Wed, 15 Mar 2006 11:52:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBqG9V040955; Wed, 15 Mar 2006 11:52:16 GMT (envelope-from pav) Message-Id: <200603151152.k2FBqG9V040955@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 11:52:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/boinc-setiathome-naparst Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:52:17 -0000 pav 2006-03-15 11:52:16 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/boinc-setiathome-naparst Makefile distinfo pkg-descr pkg-message pkg-plist Log: SETI - Search for Extra-Terrestrial Intelligence Use your unused CPU cycles to aid in computations analyzing radio telescope information for possible signs of ET. This version is a Linux binary built by Harold Naparst for Pentium 3 CPUs and higher (requires SSE instructions). It was heavily optimized for best performance, can process a work unit under an hour on recent hardware. WWW: http://naparst.name/seti.htm Revision Changes Path 1.99 +1 -0 ports/astro/Makefile 1.1 +50 -0 ports/astro/boinc-setiathome-naparst/Makefile (new) 1.1 +3 -0 ports/astro/boinc-setiathome-naparst/distinfo (new) 1.1 +11 -0 ports/astro/boinc-setiathome-naparst/pkg-descr (new) 1.1 +14 -0 ports/astro/boinc-setiathome-naparst/pkg-message (new) 1.1 +4 -0 ports/astro/boinc-setiathome-naparst/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:52:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D4C416A429; Wed, 15 Mar 2006 11:52:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A78C43D45; Wed, 15 Mar 2006 11:52:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBqrbW041016; Wed, 15 Mar 2006 11:52:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBqrNd041015; Wed, 15 Mar 2006 11:52:53 GMT (envelope-from pav) Message-Id: <200603151152.k2FBqrNd041015@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 11:52:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:52:53 -0000 pav 2006-03-15 11:52:52 UTC FreeBSD ports repository Modified files: . modules Log: boinc-setiathome-naparst --> ports/astro/boinc-setiathome-naparst Revision Changes Path 1.14443 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 11:57:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D703516A400; Wed, 15 Mar 2006 11:57:15 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAC343D48; Wed, 15 Mar 2006 11:57:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FBvFKf041218; Wed, 15 Mar 2006 11:57:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FBvFcF041217; Wed, 15 Mar 2006 11:57:15 GMT (envelope-from pav) Message-Id: <200603151157.k2FBvFcF041217@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 11:57:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/nzbget Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 11:57:15 -0000 pav 2006-03-15 11:57:15 UTC FreeBSD ports repository Modified files: news/nzbget Makefile distinfo Log: - Update to 0.2.3 PR: ports/94441 Submitted by: Lewis Thompson (maintainer) Revision Changes Path 1.4 +1 -2 ports/news/nzbget/Makefile 1.4 +3 -3 ports/news/nzbget/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:04:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA47B16A41F; Wed, 15 Mar 2006 12:04:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4452143D62; Wed, 15 Mar 2006 12:04:47 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FC4kV3041524; Wed, 15 Mar 2006 12:04:47 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FC4kmt041523; Wed, 15 Mar 2006 12:04:46 GMT (envelope-from ahze) Message-Id: <200603151204.k2FC4kmt041523@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 12:04:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/speex-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:04:47 -0000 ahze 2006-03-15 12:04:46 UTC FreeBSD ports repository Modified files: audio/speex-devel Makefile distinfo pkg-plist Log: - Update to 1.1.12 Revision Changes Path 1.50 +4 -4 ports/audio/speex-devel/Makefile 1.24 +3 -3 ports/audio/speex-devel/distinfo 1.10 +1 -0 ports/audio/speex-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:06:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D8F116A41F; Wed, 15 Mar 2006 12:06:01 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DFB743D70; Wed, 15 Mar 2006 12:06:01 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FC61k1041627; Wed, 15 Mar 2006 12:06:01 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FC60aZ041626; Wed, 15 Mar 2006 12:06:01 GMT (envelope-from ahze) Message-Id: <200603151206.k2FC60aZ041626@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 12:06:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/qdbm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:06:01 -0000 ahze 2006-03-15 12:06:00 UTC FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo pkg-plist Log: - Update to 1.8.46 Revision Changes Path 1.57 +2 -3 ports/databases/qdbm/Makefile 1.51 +3 -3 ports/databases/qdbm/distinfo 1.26 +1 -1 ports/databases/qdbm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:08:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24DE816A41F; Wed, 15 Mar 2006 12:08:25 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D304243D45; Wed, 15 Mar 2006 12:08:24 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FC8OTW041721; Wed, 15 Mar 2006 12:08:24 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FC8OL2041720; Wed, 15 Mar 2006 12:08:24 GMT (envelope-from ahze) Message-Id: <200603151208.k2FC8OL2041720@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 12:08:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gtkatlantic Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:08:25 -0000 ahze 2006-03-15 12:08:24 UTC FreeBSD ports repository Modified files: games/gtkatlantic Makefile distinfo Log: - Update to 0.4.2 Revision Changes Path 1.5 +2 -4 ports/games/gtkatlantic/Makefile 1.3 +3 -3 ports/games/gtkatlantic/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:09:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14EF416A400; Wed, 15 Mar 2006 12:09:22 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B754243D48; Wed, 15 Mar 2006 12:09:21 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FC9LtE041807; Wed, 15 Mar 2006 12:09:21 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FC9LfO041806; Wed, 15 Mar 2006 12:09:21 GMT (envelope-from novel) Message-Id: <200603151209.k2FC9LfO041806@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 15 Mar 2006 12:09:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/roundup Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:09:22 -0000 novel 2006-03-15 12:09:21 UTC FreeBSD ports repository Modified files: www/roundup Makefile distinfo Log: Update to 1.1.1. PR: 94206 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.16 +1 -1 ports/www/roundup/Makefile 1.13 +3 -3 ports/www/roundup/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:12:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC49416A401; Wed, 15 Mar 2006 12:12:24 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C0D43D45; Wed, 15 Mar 2006 12:12:24 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCCOO1041947; Wed, 15 Mar 2006 12:12:24 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCCOoR041946; Wed, 15 Mar 2006 12:12:24 GMT (envelope-from lth) Message-Id: <200603151212.k2FCCOoR041946@repoman.freebsd.org> From: Lars Thegler Date: Wed, 15 Mar 2006 12:12:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-File Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:12:24 -0000 lth 2006-03-15 12:12:23 UTC FreeBSD ports repository Modified files: devel/p5-Test-File Makefile distinfo Log: Update to 1.14 Revision Changes Path 1.6 +1 -1 ports/devel/p5-Test-File/Makefile 1.5 +3 -3 ports/devel/p5-Test-File/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:14:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4376D16A401; Wed, 15 Mar 2006 12:14:20 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF36443D45; Wed, 15 Mar 2006 12:14:19 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCEJe8042027; Wed, 15 Mar 2006 12:14:19 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCEJOU042026; Wed, 15 Mar 2006 12:14:19 GMT (envelope-from ahze) Message-Id: <200603151214.k2FCEJOU042026@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 12:14:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hyperestraier Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:14:20 -0000 ahze 2006-03-15 12:14:19 UTC FreeBSD ports repository Modified files: textproc/hyperestraier Makefile distinfo pkg-plist Log: - Update to 1.1.3 Revision Changes Path 1.16 +2 -4 ports/textproc/hyperestraier/Makefile 1.14 +3 -3 ports/textproc/hyperestraier/distinfo 1.12 +8 -1 ports/textproc/hyperestraier/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:16:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F18B16A401; Wed, 15 Mar 2006 12:16:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A5243D46; Wed, 15 Mar 2006 12:16:41 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCGeM8042187; Wed, 15 Mar 2006 12:16:41 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCGehw042186; Wed, 15 Mar 2006 12:16:40 GMT (envelope-from ehaupt) Message-Id: <200603151216.k2FCGehw042186@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 12:16:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dcc-dccd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:16:41 -0000 ehaupt 2006-03-15 12:16:40 UTC FreeBSD ports repository Modified files: mail/dcc-dccd Makefile distinfo pkg-plist Log: Update to 1.3.30 PR: 94057 Submitted by: Dean Hollister (maintainer) Revision Changes Path 1.23 +1 -1 ports/mail/dcc-dccd/Makefile 1.18 +3 -3 ports/mail/dcc-dccd/distinfo 1.11 +1 -0 ports/mail/dcc-dccd/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:17:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8807E16A423; Wed, 15 Mar 2006 12:17:26 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFC743D49; Wed, 15 Mar 2006 12:17:26 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCHPCT042254; Wed, 15 Mar 2006 12:17:25 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCHPRl042253; Wed, 15 Mar 2006 12:17:25 GMT (envelope-from ahze) Message-Id: <200603151217.k2FCHPRl042253@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 12:17:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/seamonkey Makefile pkg-deinstall.in ports/www/seamonkey/files patch-xpfe_bootstrap_mozilla.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:17:26 -0000 ahze 2006-03-15 12:17:25 UTC FreeBSD ports repository Modified files: www/seamonkey Makefile pkg-deinstall.in Added files: www/seamonkey/files patch-xpfe_bootstrap_mozilla.in Log: - Add patch to support MOZ_PIS scripts Submitted by: aflist@gmail.com Revision Changes Path 1.241 +1 -1 ports/www/seamonkey/Makefile 1.4 +441 -0 ports/www/seamonkey/files/patch-xpfe_bootstrap_mozilla.in (new) 1.4 +1 -1 ports/www/seamonkey/pkg-deinstall.in From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:30:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E0616A422; Wed, 15 Mar 2006 12:30:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A6043D5D; Wed, 15 Mar 2006 12:30:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCU6w5042769; Wed, 15 Mar 2006 12:30:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCU6sH042768; Wed, 15 Mar 2006 12:30:06 GMT (envelope-from rwatson) Message-Id: <200603151230.k2FCU6sH042768@repoman.freebsd.org> From: Robert Watson Date: Wed, 15 Mar 2006 12:30:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys socketvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:30:08 -0000 rwatson 2006-03-15 12:30:06 UTC FreeBSD src repository Modified files: sys/sys socketvar.h Log: Add SS_PROTOREF socket flag, which represents a strong reference by the protocol to the socket. Normally protocol references are weak: that is, the socket layer can tear down the socket (and hence protocol state) when it finds convenient. This flag will allow the protocol to explicitly declare to the socket layer that it is maintaining a strong reference, rather than the current implicit model associated with so_pcb pointer values and repeated attempts to possibly free the socket. Revision Changes Path 1.145 +1 -0 src/sys/sys/socketvar.h From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:33:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B615616A400; Wed, 15 Mar 2006 12:33:36 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E1843D48; Wed, 15 Mar 2006 12:33:36 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCXaag042941; Wed, 15 Mar 2006 12:33:36 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCXZJ7042940; Wed, 15 Mar 2006 12:33:35 GMT (envelope-from sem) Message-Id: <200603151233.k2FCXZJ7042940@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 15 Mar 2006 12:33:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gsoap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:33:36 -0000 sem 2006-03-15 12:33:35 UTC FreeBSD ports repository Modified files: devel/gsoap Makefile distinfo Log: - Update to 2.7.6e Revision Changes Path 1.20 +1 -1 ports/devel/gsoap/Makefile 1.14 +3 -3 ports/devel/gsoap/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:45:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0738516A401; Wed, 15 Mar 2006 12:45:37 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A2343D62; Wed, 15 Mar 2006 12:45:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCjaFf043513; Wed, 15 Mar 2006 12:45:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCjawp043512; Wed, 15 Mar 2006 12:45:36 GMT (envelope-from rwatson) Message-Id: <200603151245.k2FCjawp043512@repoman.freebsd.org> From: Robert Watson Date: Wed, 15 Mar 2006 12:45:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:45:37 -0000 rwatson 2006-03-15 12:45:35 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: As with socket consumer references (so_count), make sofree() return without GC'ing the socket if a strong protocol reference to the socket is present (SS_PROTOREF). Revision Changes Path 1.258 +3 -3 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:52:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B0416A449; Wed, 15 Mar 2006 12:52:21 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227AB43D46; Wed, 15 Mar 2006 12:52:21 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCqKIh051342; Wed, 15 Mar 2006 12:52:21 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCqKus051341; Wed, 15 Mar 2006 12:52:20 GMT (envelope-from lth) Message-Id: <200603151252.k2FCqKus051341@repoman.freebsd.org> From: Lars Thegler Date: Wed, 15 Mar 2006 12:52:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-URI-Fetch Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:52:21 -0000 lth 2006-03-15 12:52:20 UTC FreeBSD ports repository Modified files: www/p5-URI-Fetch Makefile distinfo Log: - Update to 0.05 - Now includes OPTIONS for ZLib and Cache Revision Changes Path 1.3 +16 -2 ports/www/p5-URI-Fetch/Makefile 1.4 +3 -3 ports/www/p5-URI-Fetch/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:55:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8027F16A401; Wed, 15 Mar 2006 12:55:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FAC43D48; Wed, 15 Mar 2006 12:55:19 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCtItS051511; Wed, 15 Mar 2006 12:55:19 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCtIaj051510; Wed, 15 Mar 2006 12:55:18 GMT (envelope-from novel) Message-Id: <200603151255.k2FCtIaj051510@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 15 Mar 2006 12:55:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/conky Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:55:19 -0000 novel 2006-03-15 12:55:18 UTC FreeBSD ports repository Modified files: sysutils/conky Makefile distinfo Log: Update to 1.4.1. Revision Changes Path 1.13 +1 -1 ports/sysutils/conky/Makefile 1.8 +3 -3 ports/sysutils/conky/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:55:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F97316A41F; Wed, 15 Mar 2006 12:55:21 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D5A143D45; Wed, 15 Mar 2006 12:55:21 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCtL9t051547; Wed, 15 Mar 2006 12:55:21 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCtLpL051546; Wed, 15 Mar 2006 12:55:21 GMT (envelope-from maho) Message-Id: <200603151255.k2FCtLpL051546@repoman.freebsd.org> From: Maho Nakata Date: Wed, 15 Mar 2006 12:55:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel/files patch-backtrace patch-epm patch-rsc+source+rscpp+makefile.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:55:21 -0000 maho 2006-03-15 12:55:21 UTC FreeBSD ports repository Removed files: editors/openoffice.org-2.0-devel/files patch-backtrace patch-epm patch-rsc+source+rscpp+makefile.mk Log: Remove upstreamed patches Submitted by: "Jack L." Revision Changes Path 1.2 +0 -95 ports/editors/openoffice.org-2.0-devel/files/patch-backtrace (dead) 1.2 +0 -124 ports/editors/openoffice.org-2.0-devel/files/patch-epm (dead) 1.3 +0 -21 ports/editors/openoffice.org-2.0-devel/files/patch-rsc+source+rscpp+makefile.mk (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:55:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E99E16A437; Wed, 15 Mar 2006 12:55:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A59C43D46; Wed, 15 Mar 2006 12:55:57 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCtvBc051618; Wed, 15 Mar 2006 12:55:57 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCtvBv051617; Wed, 15 Mar 2006 12:55:57 GMT (envelope-from ehaupt) Message-Id: <200603151255.k2FCtvBv051617@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 12:55:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/fop pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:55:57 -0000 ehaupt 2006-03-15 12:55:57 UTC FreeBSD ports repository Modified files: textproc/fop pkg-descr Log: Update WWW PR: 94327 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.3 +1 -1 ports/textproc/fop/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 12:58:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A0E316A420; Wed, 15 Mar 2006 12:58:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3CD43D46; Wed, 15 Mar 2006 12:58:29 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FCwSrV051722; Wed, 15 Mar 2006 12:58:29 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FCwSni051721; Wed, 15 Mar 2006 12:58:28 GMT (envelope-from ehaupt) Message-Id: <200603151258.k2FCwSni051721@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 12:58:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/makefaq pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 12:58:29 -0000 ehaupt 2006-03-15 12:58:28 UTC FreeBSD ports repository Modified files: textproc/makefaq pkg-descr Log: Update WWW PR: 94334 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.2 +1 -1 ports/textproc/makefaq/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:00:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DE016A423; Wed, 15 Mar 2006 13:00:30 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1687943D46; Wed, 15 Mar 2006 13:00:30 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 08B241A4E3F; Wed, 15 Mar 2006 05:00:30 -0800 (PST) Date: Wed, 15 Mar 2006 05:00:30 -0800 From: Alfred Perlstein To: Robert Watson Message-ID: <20060315130030.GG23971@elvis.mu.org> References: <200603151245.k2FCjawp043512@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603151245.k2FCjawp043512@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:00:31 -0000 * Robert Watson [060315 04:45] wrote: > rwatson 2006-03-15 12:45:35 UTC > > FreeBSD src repository > > Modified files: > sys/kern uipc_socket.c > Log: > As with socket consumer references (so_count), make sofree() return > without GC'ing the socket if a strong protocol reference to the socket > is present (SS_PROTOREF). This stuff is no end of complexity in the vfs layer V_DOOMED/V_whatever, can't you accomplish this by just adding an additional reference from the protocol layer? -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:01:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8901816A401; Wed, 15 Mar 2006 13:01:28 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4464F43D48; Wed, 15 Mar 2006 13:01:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FD1Srt051965; Wed, 15 Mar 2006 13:01:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FD1RVJ051963; Wed, 15 Mar 2006 13:01:27 GMT (envelope-from pav) Message-Id: <200603151301.k2FD1RVJ051963@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 13:01:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/wordpress Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:01:28 -0000 pav 2006-03-15 13:01:26 UTC FreeBSD ports repository Modified files: www/wordpress Makefile distinfo Log: - Update to 2.0.2 PR: ports/94435 Submitted by: Yuan-Chung Hsiao (maintainer) Revision Changes Path 1.15 +1 -1 ports/www/wordpress/Makefile 1.13 +3 -3 ports/www/wordpress/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:02:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95BBC16A401; Wed, 15 Mar 2006 13:02:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B976043D58; Wed, 15 Mar 2006 13:02:21 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FD2Ldp052016; Wed, 15 Mar 2006 13:02:21 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FD2LrD052015; Wed, 15 Mar 2006 13:02:21 GMT (envelope-from ehaupt) Message-Id: <200603151302.k2FD2LrD052015@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 13:02:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Number-Format Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:02:22 -0000 ehaupt 2006-03-15 13:02:21 UTC FreeBSD ports repository Modified files: textproc/p5-Number-Format Makefile pkg-descr Log: - Update WWW - Reindent COMMENT (self) PR: 94337 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.7 +1 -1 ports/textproc/p5-Number-Format/Makefile 1.2 +1 -1 ports/textproc/p5-Number-Format/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:05:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE8C716A400; Wed, 15 Mar 2006 13:05:50 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5165243D6B; Wed, 15 Mar 2006 13:05:47 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FD5lh2052212; Wed, 15 Mar 2006 13:05:47 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FD5kTl052211; Wed, 15 Mar 2006 13:05:46 GMT (envelope-from ehaupt) Message-Id: <200603151305.k2FD5kTl052211@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 13:05:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Simple pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:05:50 -0000 ehaupt 2006-03-15 13:05:46 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Simple pkg-descr Log: Update WWW PR: 94341 Submitted by: Ion-Mihai "IOnut" Tetcu Approved by: Andrew (maintainer) Revision Changes Path 1.2 +1 -1 ports/textproc/p5-XML-Simple/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:08:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B8E716A420; Wed, 15 Mar 2006 13:08:55 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA9D343D4C; Wed, 15 Mar 2006 13:08:54 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FD8sb0052345; Wed, 15 Mar 2006 13:08:54 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FD8sSk052344; Wed, 15 Mar 2006 13:08:54 GMT (envelope-from ehaupt) Message-Id: <200603151308.k2FD8sSk052344@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 13:08:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ruby-format pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:08:55 -0000 ehaupt 2006-03-15 13:08:54 UTC FreeBSD ports repository Modified files: textproc/ruby-format pkg-descr Log: Update WWW, project page moved to sourceforge PR: 94346 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.2 +1 -1 ports/textproc/ruby-format/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:11:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF05816A420; Wed, 15 Mar 2006 13:11:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB5743D45; Wed, 15 Mar 2006 13:11:17 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDBHZi052479; Wed, 15 Mar 2006 13:11:17 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDBHUi052478; Wed, 15 Mar 2006 13:11:17 GMT (envelope-from arved) Message-Id: <200603151311.k2FDBHUi052478@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Mar 2006 13:11:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/py-chardet Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:11:17 -0000 arved 2006-03-15 13:11:16 UTC FreeBSD ports repository Modified files: textproc/py-chardet Makefile pkg-plist Log: Install PORTDOCS PR: 94460 Submitted by: Dryice Liu Revision Changes Path 1.3 +13 -1 ports/textproc/py-chardet/Makefile 1.3 +70 -70 ports/textproc/py-chardet/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:14:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDB5A16A422; Wed, 15 Mar 2006 13:14:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C69743D72; Wed, 15 Mar 2006 13:14:30 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDEUxh052592; Wed, 15 Mar 2006 13:14:30 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDEUMF052591; Wed, 15 Mar 2006 13:14:30 GMT (envelope-from ehaupt) Message-Id: <200603151314.k2FDEUMF052591@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 13:14:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ruby-htmlcompact pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:14:32 -0000 ehaupt 2006-03-15 13:14:29 UTC FreeBSD ports repository Modified files: textproc/ruby-htmlcompact pkg-descr Log: Update WWW PR: 94347 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.3 +1 -1 ports/textproc/ruby-htmlcompact/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:17:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14EA216A41F; Wed, 15 Mar 2006 13:17:10 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C26C743D45; Wed, 15 Mar 2006 13:17:09 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDH9CL052728; Wed, 15 Mar 2006 13:17:09 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDH98W052727; Wed, 15 Mar 2006 13:17:09 GMT (envelope-from ehaupt) Message-Id: <200603151317.k2FDH98W052727@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 13:17:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ruby-mwdom pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:17:10 -0000 ehaupt 2006-03-15 13:17:08 UTC FreeBSD ports repository Modified files: textproc/ruby-mwdom pkg-descr Log: Update WWW PR: 94348 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.3 +1 -1 ports/textproc/ruby-mwdom/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:18:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 068C016A401; Wed, 15 Mar 2006 13:18:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A957243D48; Wed, 15 Mar 2006 13:18:40 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDIeDL052810; Wed, 15 Mar 2006 13:18:40 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDIe9p052809; Wed, 15 Mar 2006 13:18:40 GMT (envelope-from ehaupt) Message-Id: <200603151318.k2FDIe9p052809@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 13:18:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ruby-htmlsplit pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:18:41 -0000 ehaupt 2006-03-15 13:18:40 UTC FreeBSD ports repository Modified files: textproc/ruby-htmlsplit pkg-descr Log: Update WWW PR: 94349 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.3 +1 -1 ports/textproc/ruby-htmlsplit/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:20:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0658D16A401; Wed, 15 Mar 2006 13:20:12 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C6043D45; Wed, 15 Mar 2006 13:20:12 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDKC5k052948; Wed, 15 Mar 2006 13:20:12 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDKCVK052947; Wed, 15 Mar 2006 13:20:12 GMT (envelope-from ehaupt) Message-Id: <200603151320.k2FDKCVK052947@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 13:20:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ruby-htmlrepair pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:20:13 -0000 ehaupt 2006-03-15 13:20:12 UTC FreeBSD ports repository Modified files: textproc/ruby-htmlrepair pkg-descr Log: Update WWW PR: 94350 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.3 +1 -1 ports/textproc/ruby-htmlrepair/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:25:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC5116A400; Wed, 15 Mar 2006 13:25:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C1043D49; Wed, 15 Mar 2006 13:25:51 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDPpbI053198; Wed, 15 Mar 2006 13:25:51 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDPpHU053197; Wed, 15 Mar 2006 13:25:51 GMT (envelope-from ehaupt) Message-Id: <200603151325.k2FDPpHU053197@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 13:25:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ruby-sablot pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:25:51 -0000 ehaupt 2006-03-15 13:25:50 UTC FreeBSD ports repository Modified files: textproc/ruby-sablot pkg-descr Log: Update WWW PR: 94353 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.3 +1 -1 ports/textproc/ruby-sablot/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:28:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E5CD16A423; Wed, 15 Mar 2006 13:28:54 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5998143D46; Wed, 15 Mar 2006 13:28:54 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDSsor053334; Wed, 15 Mar 2006 13:28:54 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDSsoM053333; Wed, 15 Mar 2006 13:28:54 GMT (envelope-from mnag) Message-Id: <200603151328.k2FDSsoM053333@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 13:28:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabberd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:28:54 -0000 mnag 2006-03-15 13:28:54 UTC FreeBSD ports repository Modified files: net-im/jabberd Makefile distinfo Log: - Update to 2.0.11 PR: 94370 Submitted by: Andrew Khlebutin Approved by: maintainer Revision Changes Path 1.34 +1 -1 ports/net-im/jabberd/Makefile 1.12 +3 -3 ports/net-im/jabberd/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:32:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DEB416A42B; Wed, 15 Mar 2006 13:32:43 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A97E43D48; Wed, 15 Mar 2006 13:32:43 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDWhRY053534; Wed, 15 Mar 2006 13:32:43 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDWhZn053533; Wed, 15 Mar 2006 13:32:43 GMT (envelope-from mnag) Message-Id: <200603151332.k2FDWhZn053533@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 13:32:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/jack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:32:43 -0000 mnag 2006-03-15 13:32:42 UTC FreeBSD ports repository Modified files: audio/jack Makefile Log: - Fix package creation when not set DOCS OPTIONS - Reorganize Makefile PR: 94308 Notified by: David Israelsson Revision Changes Path 1.25 +32 -34 ports/audio/jack/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:34:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F60016A400; Wed, 15 Mar 2006 13:34:18 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7059D43D72; Wed, 15 Mar 2006 13:34:12 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDYCw0053603; Wed, 15 Mar 2006 13:34:12 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDYCX2053602; Wed, 15 Mar 2006 13:34:12 GMT (envelope-from mnag) Message-Id: <200603151334.k2FDYCX2053602@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 13:34:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/clisp Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:34:18 -0000 mnag 2006-03-15 13:34:12 UTC FreeBSD ports repository Modified files: lang/clisp Makefile pkg-descr Log: - Drop maintainership - portlint(1) PR: 93874 Submitted by: maintainer Revision Changes Path 1.37 +4 -4 ports/lang/clisp/Makefile 1.4 +0 -2 ports/lang/clisp/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:35:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B2E616A401; Wed, 15 Mar 2006 13:35:55 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02BDE43D46; Wed, 15 Mar 2006 13:35:55 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDZs7n053736; Wed, 15 Mar 2006 13:35:54 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDZsgi053735; Wed, 15 Mar 2006 13:35:54 GMT (envelope-from mnag) Message-Id: <200603151335.k2FDZsgi053735@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 13:35:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nfsen Makefile distinfo pkg-plist ports/net-mgmt/nfsen/files patch-install.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:35:55 -0000 mnag 2006-03-15 13:35:54 UTC FreeBSD ports repository Modified files: net-mgmt/nfsen Makefile distinfo pkg-plist net-mgmt/nfsen/files patch-install.pl Log: - Update to 1.2.3 - portlint(1) PR: 93697 Submitted by: maintainer Revision Changes Path 1.5 +16 -12 ports/net-mgmt/nfsen/Makefile 1.4 +3 -3 ports/net-mgmt/nfsen/distinfo 1.2 +7 -1 ports/net-mgmt/nfsen/files/patch-install.pl 1.5 +1 -0 ports/net-mgmt/nfsen/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:42:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A85716A41F; Wed, 15 Mar 2006 13:42:23 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5241443D49; Wed, 15 Mar 2006 13:42:23 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDgNDa054094; Wed, 15 Mar 2006 13:42:23 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDgNfx054093; Wed, 15 Mar 2006 13:42:23 GMT (envelope-from mnag) Message-Id: <200603151342.k2FDgNfx054093@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 13:42:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mixminion Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/mail/mixminion/files mixminiond.in patch-mixminiond.conf pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:42:23 -0000 mnag 2006-03-15 13:42:22 UTC FreeBSD ports repository Modified files: mail/mixminion Makefile distinfo pkg-descr pkg-plist Added files: mail/mixminion pkg-deinstall pkg-install mail/mixminion/files mixminiond.in patch-mixminiond.conf pkg-message.in Log: - Update to 0.0.8alpha2 - Add rc.d script - portlint(1) PR: 93371 Submitted by: Peter Thoenen Approved by: maintainer Revision Changes Path 1.4 +35 -5 ports/mail/mixminion/Makefile 1.3 +3 -3 ports/mail/mixminion/distinfo 1.1 +65 -0 ports/mail/mixminion/files/mixminiond.in (new) 1.1 +100 -0 ports/mail/mixminion/files/patch-mixminiond.conf (new) 1.1 +8 -0 ports/mail/mixminion/files/pkg-message.in (new) 1.1 +62 -0 ports/mail/mixminion/pkg-deinstall (new) 1.2 +17 -2 ports/mail/mixminion/pkg-descr 1.1 +40 -0 ports/mail/mixminion/pkg-install (new) 1.2 +14 -3 ports/mail/mixminion/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:43:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97AE616A41F; Wed, 15 Mar 2006 13:43:24 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C0543D53; Wed, 15 Mar 2006 13:43:23 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDhNDO054180; Wed, 15 Mar 2006 13:43:23 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDhN9W054179; Wed, 15 Mar 2006 13:43:23 GMT (envelope-from mnag) Message-Id: <200603151343.k2FDhN9W054179@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 13:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/highlight Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:43:24 -0000 mnag 2006-03-15 13:43:23 UTC FreeBSD ports repository Modified files: textproc/highlight Makefile distinfo Log: - Update to 2.4.4 - Does no compile on 4.x so mark it broken - portlint(1) PR: 94285 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.31 +8 -6 ports/textproc/highlight/Makefile 1.25 +3 -3 ports/textproc/highlight/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:44:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E5116A41F; Wed, 15 Mar 2006 13:44:41 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D0E43D45; Wed, 15 Mar 2006 13:44:41 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDifmt054247; Wed, 15 Mar 2006 13:44:41 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDifMn054246; Wed, 15 Mar 2006 13:44:41 GMT (envelope-from mnag) Message-Id: <200603151344.k2FDifMn054246@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 13:44:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bazaar-ng Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:44:41 -0000 mnag 2006-03-15 13:44:41 UTC FreeBSD ports repository Modified files: devel/bazaar-ng Makefile Log: - Fix master sites PR: 93800 Submitted by: maintainer Notified by: kris Revision Changes Path 1.7 +2 -2 ports/devel/bazaar-ng/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:48:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE63C16A400; Wed, 15 Mar 2006 13:48:20 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7210D43D46; Wed, 15 Mar 2006 13:48:20 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 9326946C05; Wed, 15 Mar 2006 08:47:55 -0500 (EST) Date: Wed, 15 Mar 2006 13:49:13 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Alfred Perlstein In-Reply-To: <20060315130030.GG23971@elvis.mu.org> Message-ID: <20060315133630.H5861@fledge.watson.org> References: <200603151245.k2FCjawp043512@repoman.freebsd.org> <20060315130030.GG23971@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:48:21 -0000 On Wed, 15 Mar 2006, Alfred Perlstein wrote: >> Modified files: >> sys/kern uipc_socket.c >> Log: >> As with socket consumer references (so_count), make sofree() return >> without GC'ing the socket if a strong protocol reference to the socket >> is present (SS_PROTOREF). > > This stuff is no end of complexity in the vfs layer V_DOOMED/V_whatever, > can't you accomplish this by just adding an additional reference from the > protocol layer? Socket and PCB reference counting is currently Extraordinarily Complex and More Than A Little Broken. This is the first in a long series of steps to migrate the socket and protocol code from an ad hoc reference system to a more pure reference system. This includes: - Transitioning so_pcb to being a protocol-only field, instead of allowing the socket layer to use it. SS_PROTOREF is, in effect, replacing so_pcb as a reference visible to the socket layer. - Moving towards an invariant that so_pcb is non-NULL for the life time of a socket for most protocol, allowing us to remove the constant checking for a NULL so_pcb (and associated locking) throughout the protocols. This involves a significant rewrite of TCP's pcb use, as we currently discard the PCB long before the socket is freed, hence significant complexity in all the TCP protocol APIs exposed to the socket layer. - Guaranteeing that pru_detach() will only be called once per socket, and only if pru_attach() succeeded. - Eliminating unused failure modes, such as the failure of pru_detach() and pru_abort(). - Fixing a large number of race conditions and bugs in the TCP tcpcb and twpcb model. I would like to get to the point where so_count is the sole reference count on the socket, but it will take quite a bit of work to get there. You can find an outstanding, if somewhat dated, patch at: http://www.watson.org/~robert/freebsd/netperf/20060228-rwatson_sockref.diff Cleaning up and merging large parts of this is waiting on a couple of things, including updates to the bluetooth code (I've contacted emax already), and also on a determination of the future of netatm. I have changes in that patch to make netatm compile, but I'm unable to test it, and fairly sure there is more to be done there. Robert N M Watson From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:48:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A010516A429; Wed, 15 Mar 2006 13:48:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4662C43D53; Wed, 15 Mar 2006 13:48:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDmxNT054443; Wed, 15 Mar 2006 13:48:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDmwUQ054442; Wed, 15 Mar 2006 13:48:58 GMT (envelope-from pav) Message-Id: <200603151348.k2FDmwUQ054442@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 13:48:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/boinc-client/files patch-prefer_new_libs_over_installed X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:48:59 -0000 pav 2006-03-15 13:48:58 UTC FreeBSD ports repository Added files: net/boinc-client/files patch-prefer_new_libs_over_installed Log: - Unbreak when older version is installed Reported by: Rene Ladan Revision Changes Path 1.1 +22 -0 ports/net/boinc-client/files/patch-prefer_new_libs_over_installed (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:53:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0579B16A401; Wed, 15 Mar 2006 13:53:00 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6CD043D48; Wed, 15 Mar 2006 13:52:59 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDqxrW054677; Wed, 15 Mar 2006 13:52:59 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDqxFF054676; Wed, 15 Mar 2006 13:52:59 GMT (envelope-from arved) Message-Id: <200603151352.k2FDqxFF054676@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Mar 2006 13:52:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/sipsak Makefile distinfo ports/net/sipsak/files patch-helper.c patch-sipsak.c patch-sipsak.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:53:00 -0000 arved 2006-03-15 13:52:59 UTC FreeBSD ports repository Modified files: net/sipsak Makefile distinfo Removed files: net/sipsak/files patch-helper.c patch-sipsak.c patch-sipsak.h Log: Update to 0.9.6 PR: 94025 Submitted by: Babak Farrokhi , jesusr (maintainer) Revision Changes Path 1.4 +2 -1 ports/net/sipsak/Makefile 1.6 +3 -3 ports/net/sipsak/distinfo 1.2 +0 -11 ports/net/sipsak/files/patch-helper.c (dead) 1.2 +0 -31 ports/net/sipsak/files/patch-sipsak.c (dead) 1.2 +0 -10 ports/net/sipsak/files/patch-sipsak.h (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:53:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D59316A422; Wed, 15 Mar 2006 13:53:02 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0694843D48; Wed, 15 Mar 2006 13:53:02 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FDr1ut054733; Wed, 15 Mar 2006 13:53:01 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FDr14j054732; Wed, 15 Mar 2006 13:53:01 GMT (envelope-from mux) Message-Id: <200603151353.k2FDr14j054732@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 15 Mar 2006 13:53:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/csup Makefile distinfo ports/net/csup/files patch-proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:53:02 -0000 mux 2006-03-15 13:53:01 UTC FreeBSD ports repository Modified files: net/csup Makefile distinfo Removed files: net/csup/files patch-proto.c Log: - Update to csup-snap-20060313. Too many changes to list here! Revision Changes Path 1.10 +4 -3 ports/net/csup/Makefile 1.8 +3 -3 ports/net/csup/distinfo 1.3 +0 -130 ports/net/csup/files/patch-proto.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 13:55:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF3AB16A400; Wed, 15 Mar 2006 13:55:21 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B67CB43D45; Wed, 15 Mar 2006 13:55:21 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 882271A4E3F; Wed, 15 Mar 2006 05:55:21 -0800 (PST) Date: Wed, 15 Mar 2006 05:55:21 -0800 From: Alfred Perlstein To: Robert Watson Message-ID: <20060315135521.GH23971@elvis.mu.org> References: <200603151245.k2FCjawp043512@repoman.freebsd.org> <20060315130030.GG23971@elvis.mu.org> <20060315133630.H5861@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060315133630.H5861@fledge.watson.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:55:22 -0000 1) apologies for top posting 2) cool, thanks for the explanation, I wasn't aware that this was a cleanup step and was hoping it wasn't another ad-hoc reference counting "fix". This looks good. * Robert Watson [060315 05:48] wrote: > > Socket and PCB reference counting is currently Extraordinarily Complex and > More Than A Little Broken. This is the first in a long series of steps to > migrate the socket and protocol code from an ad hoc reference system to a > more pure reference system. This includes: > > - Transitioning so_pcb to being a protocol-only field, instead of allowing > the > socket layer to use it. SS_PROTOREF is, in effect, replacing so_pcb as a > reference visible to the socket layer. > > - Moving towards an invariant that so_pcb is non-NULL for the life time of a > socket for most protocol, allowing us to remove the constant checking for > a > NULL so_pcb (and associated locking) throughout the protocols. This > involves a significant rewrite of TCP's pcb use, as we currently discard > the > PCB long before the socket is freed, hence significant complexity in all > the > TCP protocol APIs exposed to the socket layer. > > - Guaranteeing that pru_detach() will only be called once per socket, and > only > if pru_attach() succeeded. > > - Eliminating unused failure modes, such as the failure of pru_detach() and > pru_abort(). > > - Fixing a large number of race conditions and bugs in the TCP tcpcb and > twpcb > model. > > I would like to get to the point where so_count is the sole reference count > on the socket, but it will take quite a bit of work to get there. You can > find an outstanding, if somewhat dated, patch at: > > http://www.watson.org/~robert/freebsd/netperf/20060228-rwatson_sockref.diff > > Cleaning up and merging large parts of this is waiting on a couple of > things, including updates to the bluetooth code (I've contacted emax > already), and also on a determination of the future of netatm. I have > changes in that patch to make netatm compile, but I'm unable to test it, > and fairly sure there is more to be done there. > > Robert N M Watson -- - Alfred Perlstein - CTO Okcupid.com / FreeBSD Hacker / All that jazz - From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:05:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C7716A423; Wed, 15 Mar 2006 14:05:42 +0000 (UTC) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0AEA43D48; Wed, 15 Mar 2006 14:05:41 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FE5fZw055336; Wed, 15 Mar 2006 14:05:41 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FE5fmf055335; Wed, 15 Mar 2006 14:05:41 GMT (envelope-from andre) Message-Id: <200603151405.k2FE5fmf055335@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 15 Mar 2006 14:05:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib strtonum.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:05:42 -0000 andre 2006-03-15 14:05:41 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtonum.3 Log: Revert previous changes as we do support the .Ox macro for OpenBSD. Pointed out by: ceri, ru, delphij Revision Changes Path 1.3 +4 -2 src/lib/libc/stdlib/strtonum.3 From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:08:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B12F216A401; Wed, 15 Mar 2006 14:08:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D07043D46; Wed, 15 Mar 2006 14:08:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FE8QbU055430; Wed, 15 Mar 2006 14:08:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FE8Q6q055429; Wed, 15 Mar 2006 14:08:26 GMT (envelope-from pav) Message-Id: <200603151408.k2FE8Q6q055429@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 14:08:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gdam Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:08:26 -0000 pav 2006-03-15 14:08:26 UTC FreeBSD ports repository Modified files: audio/gdam Makefile pkg-plist Log: - Fix XMMS detection, and fix plist Reported by: krismail Revision Changes Path 1.8 +2 -2 ports/audio/gdam/Makefile 1.4 +1 -0 ports/audio/gdam/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:13:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 039BC16A41F; Wed, 15 Mar 2006 14:13:32 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21C643D46; Wed, 15 Mar 2006 14:13:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEDVJT055650; Wed, 15 Mar 2006 14:13:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEDVWu055649; Wed, 15 Mar 2006 14:13:31 GMT (envelope-from pav) Message-Id: <200603151413.k2FEDVWu055649@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 14:13:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dkim-milter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:13:32 -0000 pav 2006-03-15 14:13:31 UTC FreeBSD ports repository Modified files: mail/dkim-milter Makefile distinfo Log: - Update to 0.2.3 PR: ports/94462 Submitted by: Hirohisa Yamaguchi (maintainer) Revision Changes Path 1.4 +1 -2 ports/mail/dkim-milter/Makefile 1.3 +3 -3 ports/mail/dkim-milter/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:15:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5392116A400; Wed, 15 Mar 2006 14:15:54 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB4F43D45; Wed, 15 Mar 2006 14:15:54 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEFrtw055765; Wed, 15 Mar 2006 14:15:53 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEFrUa055764; Wed, 15 Mar 2006 14:15:53 GMT (envelope-from arved) Message-Id: <200603151415.k2FEFrUa055764@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Mar 2006 14:15:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/kaffeine Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:15:54 -0000 arved 2006-03-15 14:15:53 UTC FreeBSD ports repository Modified files: multimedia/kaffeine Makefile pkg-plist Log: * Fix PLIST_SUB handling PR: 92678 Submitted by: Pawel Pekala Pointy hat to: arved * Add suddently appearing .a files to pkg-plist (after libtool changes?) * Bump PORTREVISION Revision Changes Path 1.31 +3 -3 ports/multimedia/kaffeine/Makefile 1.13 +3 -0 ports/multimedia/kaffeine/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:16:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 282FD16A400; Wed, 15 Mar 2006 14:16:50 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CE843D45; Wed, 15 Mar 2006 14:16:49 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEGnrB055863; Wed, 15 Mar 2006 14:16:49 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEGntP055862; Wed, 15 Mar 2006 14:16:49 GMT (envelope-from thierry) Message-Id: <200603151416.k2FEGntP055862@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 14:16:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/freefem++ Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:16:50 -0000 thierry 2006-03-15 14:16:49 UTC FreeBSD ports repository Modified files: math/freefem++ Makefile distinfo pkg-plist Log: Update to 2.4.1. Revision Changes Path 1.36 +2 -2 ports/math/freefem++/Makefile 1.20 +3 -3 ports/math/freefem++/distinfo 1.16 +1 -1 ports/math/freefem++/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:17:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C8016A400; Wed, 15 Mar 2006 14:17:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E716043D45; Wed, 15 Mar 2006 14:17:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEHnfu055957; Wed, 15 Mar 2006 14:17:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEHnRK055956; Wed, 15 Mar 2006 14:17:49 GMT (envelope-from pav) Message-Id: <200603151417.k2FEHnRK055956@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 14:17:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dk-milter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:17:50 -0000 pav 2006-03-15 14:17:49 UTC FreeBSD ports repository Modified files: mail/dk-milter Makefile distinfo Log: - Update to 0.3.3 PR: ports/94463 Submitted by: Hirohisa Yamaguchi (maintainer) Revision Changes Path 1.8 +1 -3 ports/mail/dk-milter/Makefile 1.4 +3 -3 ports/mail/dk-milter/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:21:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB16016A41F; Wed, 15 Mar 2006 14:21:23 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF63F43D4C; Wed, 15 Mar 2006 14:21:22 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FELM0Y056172; Wed, 15 Mar 2006 14:21:22 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FELM60056171; Wed, 15 Mar 2006 14:21:22 GMT (envelope-from thierry) Message-Id: <200603151421.k2FELM60056171@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 14:21:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/getdp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:21:24 -0000 thierry 2006-03-15 14:21:22 UTC FreeBSD ports repository Modified files: science/getdp Makefile distinfo Log: Upgrade to 1.2.0. Changelog at . Revision Changes Path 1.10 +2 -2 ports/science/getdp/Makefile 1.6 +3 -3 ports/science/getdp/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:22:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 803A016A424; Wed, 15 Mar 2006 14:22:14 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A4443D45; Wed, 15 Mar 2006 14:22:14 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEMDYV056240; Wed, 15 Mar 2006 14:22:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEMDdT056239; Wed, 15 Mar 2006 14:22:13 GMT (envelope-from thierry) Message-Id: <200603151422.k2FEMDdT056239@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 14:22:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/gmsh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:22:14 -0000 thierry 2006-03-15 14:22:13 UTC FreeBSD ports repository Modified files: cad/gmsh Makefile distinfo Log: Upgrade to 1.64.0. Changelog at . Revision Changes Path 1.39 +1 -1 ports/cad/gmsh/Makefile 1.27 +3 -3 ports/cad/gmsh/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:22:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB37E16A401; Wed, 15 Mar 2006 14:22:32 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D2343D46; Wed, 15 Mar 2006 14:22:32 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEMWbh056274; Wed, 15 Mar 2006 14:22:32 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEMWq8056273; Wed, 15 Mar 2006 14:22:32 GMT (envelope-from ru) Message-Id: <200603151422.k2FEMWq8056273@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Mar 2006 14:22:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:22:32 -0000 ru 2006-03-15 14:22:32 UTC FreeBSD src repository Modified files: . Makefile Log: Make ${SUBDIR_TARGETS} work at the uppermost level as well. Revision Changes Path 1.327 +1 -0 src/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:23:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D5C916A53F; Wed, 15 Mar 2006 14:23:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD15843D45; Wed, 15 Mar 2006 14:23:06 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEN6CC056324; Wed, 15 Mar 2006 14:23:06 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEN6dA056323; Wed, 15 Mar 2006 14:23:06 GMT (envelope-from ehaupt) Message-Id: <200603151423.k2FEN6dA056323@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 14:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/eventum pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:23:07 -0000 ehaupt 2006-03-15 14:23:06 UTC FreeBSD ports repository Modified files: www/eventum pkg-descr Log: Update WWW PR: 94366 Submitted by: Ion-Mihai "IOnut" Tetcu Approved by: "Babak Farrokhi" (maintainer) Revision Changes Path 1.3 +1 -1 ports/www/eventum/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:24:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B5816A401; Wed, 15 Mar 2006 14:24:51 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C5743D48; Wed, 15 Mar 2006 14:24:51 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEOpS3056387; Wed, 15 Mar 2006 14:24:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEOpD0056386; Wed, 15 Mar 2006 14:24:51 GMT (envelope-from thierry) Message-Id: <200603151424.k2FEOpD0056386@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 14:24:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bouml Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:24:51 -0000 thierry 2006-03-15 14:24:51 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo pkg-plist Log: Upgrade to 2.9.7. Changelog at . Revision Changes Path 1.31 +1 -1 ports/devel/bouml/Makefile 1.32 +5 -5 ports/devel/bouml/distinfo 1.16 +76 -0 ports/devel/bouml/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:30:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA1716A400; Wed, 15 Mar 2006 14:30:42 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABB643D49; Wed, 15 Mar 2006 14:30:41 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEUfVd056735; Wed, 15 Mar 2006 14:30:41 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEUfbe056734; Wed, 15 Mar 2006 14:30:41 GMT (envelope-from sem) Message-Id: <200603151430.k2FEUfbe056734@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 15 Mar 2006 14:30:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nmap Makefile ports/security/nmap/files patch-scan_engine.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:30:42 -0000 sem 2006-03-15 14:30:41 UTC FreeBSD ports repository Modified files: security/nmap Makefile Added files: security/nmap/files patch-scan_engine.cc Log: - Add patch resolving an infinite loop in the scan engine - Bump PORTREVISION PR: ports/94264 Submitted by: maintainer Requested by: Alan Amesbury Revision Changes Path 1.98 +1 -0 ports/security/nmap/Makefile 1.1 +45 -0 ports/security/nmap/files/patch-scan_engine.cc (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:31:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2FA116A401; Wed, 15 Mar 2006 14:31:33 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D0E43D48; Wed, 15 Mar 2006 14:31:33 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEVXbu056787; Wed, 15 Mar 2006 14:31:33 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEVX0G056786; Wed, 15 Mar 2006 14:31:33 GMT (envelope-from mnag) Message-Id: <200603151431.k2FEVX0G056786@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 14:31:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/bash-completion Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:31:34 -0000 mnag 2006-03-15 14:31:33 UTC FreeBSD ports repository Modified files: shells/bash-completion Makefile distinfo Log: - Update to 20060301 - portlint(1) PR: 93995 Submitted by: Toni Viemero Approved by: maintainer Revision Changes Path 1.14 +1 -2 ports/shells/bash-completion/Makefile 1.13 +3 -3 ports/shells/bash-completion/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:37:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0008B16A401; Wed, 15 Mar 2006 14:37:31 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543FA43D64; Wed, 15 Mar 2006 14:37:27 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEbRuv056977; Wed, 15 Mar 2006 14:37:27 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEbRje056976; Wed, 15 Mar 2006 14:37:27 GMT (envelope-from thierry) Message-Id: <200603151437.k2FEbRje056976@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 14:37:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/jasperreports Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:37:32 -0000 thierry 2006-03-15 14:37:26 UTC FreeBSD ports repository Modified files: databases/jasperreports Makefile Log: - Add an optional dependency towards databases/hsqldb; - fix Oracle 9i dependency. Revision Changes Path 1.9 +13 -2 ports/databases/jasperreports/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:38:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571C016A513; Wed, 15 Mar 2006 14:38:43 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8560E43D46; Wed, 15 Mar 2006 14:38:41 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEcfsV057058; Wed, 15 Mar 2006 14:38:41 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEcfBf057057; Wed, 15 Mar 2006 14:38:41 GMT (envelope-from thierry) Message-Id: <200603151438.k2FEcfBf057057@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 14:38:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ireport Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:38:43 -0000 thierry 2006-03-15 14:38:41 UTC FreeBSD ports repository Modified files: devel/ireport Makefile distinfo pkg-plist Log: Upgrade to 1.2.0. Changelog at . Revision Changes Path 1.7 +29 -13 ports/devel/ireport/Makefile 1.6 +3 -3 ports/devel/ireport/distinfo 1.4 +18 -1 ports/devel/ireport/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:41:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F3F16A423; Wed, 15 Mar 2006 14:41:29 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6FD43D94; Wed, 15 Mar 2006 14:41:23 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEfNgW057339; Wed, 15 Mar 2006 14:41:23 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEfN9w057338; Wed, 15 Mar 2006 14:41:23 GMT (envelope-from arved) Message-Id: <200603151441.k2FEfN9w057338@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Mar 2006 14:41:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/kscope Makefile distinfo pkg-plist ports/devel/kscope/files patch-src_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:41:29 -0000 arved 2006-03-15 14:41:23 UTC FreeBSD ports repository Modified files: devel/kscope Makefile distinfo pkg-plist Removed files: devel/kscope/files patch-src_Makefile.in Log: Update to 1.3.3 PR: 94183 Submitted by: Frank Mayhar Revision Changes Path 1.13 +3 -4 ports/devel/kscope/Makefile 1.9 +3 -3 ports/devel/kscope/distinfo 1.4 +0 -11 ports/devel/kscope/files/patch-src_Makefile.in (dead) 1.7 +5 -2 ports/devel/kscope/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:45:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D524016A401; Wed, 15 Mar 2006 14:45:45 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C7143D68; Wed, 15 Mar 2006 14:45:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEjjqi057554; Wed, 15 Mar 2006 14:45:45 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEjj01057553; Wed, 15 Mar 2006 14:45:45 GMT (envelope-from ru) Message-Id: <200603151445.k2FEjj01057553@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Mar 2006 14:45:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib strtonum.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:45:45 -0000 ru 2006-03-15 14:45:45 UTC FreeBSD src repository Modified files: lib/libc/stdlib strtonum.3 Log: Add a non-optional newline after ".Bx". Revision Changes Path 1.4 +2 -1 src/lib/libc/stdlib/strtonum.3 From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:46:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CA3716A401; Wed, 15 Mar 2006 14:46:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E914143D6E; Wed, 15 Mar 2006 14:46:45 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEkjCs057613; Wed, 15 Mar 2006 14:46:45 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEkjDM057612; Wed, 15 Mar 2006 14:46:45 GMT (envelope-from ehaupt) Message-Id: <200603151446.k2FEkjDM057612@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 14:46:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/wordnet Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:46:46 -0000 ehaupt 2006-03-15 14:46:45 UTC FreeBSD ports repository Modified files: textproc/wordnet Makefile pkg-descr pkg-plist Log: - Update WWW - Use %%DATADIR%% macro PR: 94363 Submitted by: Ion-Mihai "IOnut" Tetcu Approved by: "Mikhail T." (maintainer on vacation) Revision Changes Path 1.13 +0 -1 ports/textproc/wordnet/Makefile 1.3 +1 -1 ports/textproc/wordnet/pkg-descr 1.7 +21 -21 ports/textproc/wordnet/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:47:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABAEB16A401 for ; Wed, 15 Mar 2006 14:47:24 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89BEC43D73 for ; Wed, 15 Mar 2006 14:47:23 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 80910 invoked from network); 15 Mar 2006 14:44:38 -0000 Received: from c00l3r.networx.ch (HELO freebsd.org) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 15 Mar 2006 14:44:38 -0000 Message-ID: <441828FE.33D74622@freebsd.org> Date: Wed, 15 Mar 2006 15:47:26 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Ruslan Ermilov References: <200603151445.k2FEjj01057553@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtonum.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:47:24 -0000 Ruslan Ermilov wrote: > > ru 2006-03-15 14:45:45 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib strtonum.3 > Log: > Add a non-optional newline after ".Bx". I hate mdoc... -- Andre From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:55:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E07816A41F; Wed, 15 Mar 2006 14:55:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D313243D48; Wed, 15 Mar 2006 14:55:53 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEtrmI057906; Wed, 15 Mar 2006 14:55:53 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEtqEj057905; Wed, 15 Mar 2006 14:55:52 GMT (envelope-from ehaupt) Message-Id: <200603151455.k2FEtqEj057905@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 14:55:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libast Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:55:54 -0000 ehaupt 2006-03-15 14:55:52 UTC FreeBSD ports repository Modified files: devel/libast Makefile Log: Add additional, faster master site. Revision Changes Path 1.19 +2 -1 ports/devel/libast/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:58:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66AB616A42C; Wed, 15 Mar 2006 14:58:03 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E6A43D5F; Wed, 15 Mar 2006 14:58:02 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEw2U3058091; Wed, 15 Mar 2006 14:58:02 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEw2P3058090; Wed, 15 Mar 2006 14:58:02 GMT (envelope-from mnag) Message-Id: <200603151458.k2FEw2P3058090@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 14:58:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/monitord Makefile ports/sysutils/monitord/files patch-mail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:58:03 -0000 mnag 2006-03-15 14:58:02 UTC FreeBSD ports repository Modified files: sysutils/monitord Makefile Added files: sysutils/monitord/files patch-mail.c Log: - Add support to postfix - Bump PORTREVISION PR: 93291 Submitted by: Franz Klammer Approved by: maintainer timeout, 29 days Revision Changes Path 1.8 +2 -1 ports/sysutils/monitord/Makefile 1.1 +39 -0 ports/sysutils/monitord/files/patch-mail.c (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 14:58:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E3E16A433; Wed, 15 Mar 2006 14:58:37 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C6643D49; Wed, 15 Mar 2006 14:58:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FEwand058155; Wed, 15 Mar 2006 14:58:36 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FEwaIm058154; Wed, 15 Mar 2006 14:58:36 GMT (envelope-from garga) Message-Id: <200603151458.k2FEwaIm058154@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 14:58:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/lighttpd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 14:58:37 -0000 garga 2006-03-15 14:58:36 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile distinfo pkg-plist Log: - Update to 1.4.11 PR: ports/94451 Submitted by: maintainer Revision Changes Path 1.38 +1 -2 ports/www/lighttpd/Makefile 1.27 +3 -3 ports/www/lighttpd/distinfo 1.13 +4 -1 ports/www/lighttpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:06:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D98116A431; Wed, 15 Mar 2006 15:06:45 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD1243D46; Wed, 15 Mar 2006 15:06:45 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id E50361758D; Wed, 15 Mar 2006 16:41:42 +0200 (EET) Date: Wed, 15 Mar 2006 16:41:41 +0200 From: Ion-Mihai Tetcu To: Maxime Henrion Message-ID: <20060315164141.3f5e4f38@it.buh.tecnik93.com> In-Reply-To: <200603151353.k2FDr14j054732@repoman.freebsd.org> References: <200603151353.k2FDr14j054732@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/csup Makefile distinfo ports/net/csup/files patch-proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:06:45 -0000 On Wed, 15 Mar 2006 13:53:01 +0000 (UTC) Maxime Henrion wrote: > mux 2006-03-15 13:53:01 UTC > > FreeBSD ports repository > > Modified files: > net/csup Makefile distinfo > Removed files: > net/csup/files patch-proto.c > Log: > - Update to csup-snap-20060313. Too many changes to list here! But please give an URL where the one can read them; very few read cvs-projects.l Thanks, -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" Ferengi Rule of Acquisition #189: Let others keep their reputation. You keep their latinum. -- ST: Legends of the Ferengi From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:10:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0600E16A4CD; Wed, 15 Mar 2006 15:10:31 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B5C43D45; Wed, 15 Mar 2006 15:10:30 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FFAUFr058656; Wed, 15 Mar 2006 15:10:30 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FFAUpY058655; Wed, 15 Mar 2006 15:10:30 GMT (envelope-from arved) Message-Id: <200603151510.k2FFAUpY058655@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 15 Mar 2006 15:10:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/py-feedparser Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:10:31 -0000 arved 2006-03-15 15:10:30 UTC FreeBSD ports repository Modified files: textproc/py-feedparser Makefile Log: RUN_DEPEND on chardet PR: 94473 Submitted by: Dryice Liu Revision Changes Path 1.7 +3 -0 ports/textproc/py-feedparser/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:11:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CA0416A41F; Wed, 15 Mar 2006 15:11:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD2C43D86; Wed, 15 Mar 2006 15:11:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FFB4Dt058739; Wed, 15 Mar 2006 15:11:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FFB4mm058738; Wed, 15 Mar 2006 15:11:04 GMT (envelope-from pav) Message-Id: <200603151511.k2FFB4mm058738@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 15:11:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/bogofilter Makefile distinfo ports/mail/bogofilter-qdbm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:11:14 -0000 pav 2006-03-15 15:11:04 UTC FreeBSD ports repository Modified files: mail/bogofilter Makefile distinfo mail/bogofilter-qdbm Makefile Log: - Update to 1.0.2 PR: ports/94468 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.21 +0 -1 ports/mail/bogofilter-qdbm/Makefile 1.73 +2 -3 ports/mail/bogofilter/Makefile 1.50 +3 -3 ports/mail/bogofilter/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:26:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7010F16A41F; Wed, 15 Mar 2006 15:26:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283C843D45; Wed, 15 Mar 2006 15:26:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FFQmhK059775; Wed, 15 Mar 2006 15:26:48 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FFQlTv059774; Wed, 15 Mar 2006 15:26:47 GMT (envelope-from mnag) Message-Id: <200603151526.k2FFQlTv059774@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 15:26:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sbcl Makefile distinfo pkg-plist ports/lang/sbcl/files patch-backtrace X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:26:48 -0000 mnag 2006-03-15 15:26:47 UTC FreeBSD ports repository Modified files: lang/sbcl Makefile distinfo pkg-plist lang/sbcl/files patch-backtrace Log: - Update to 0.9.10 PR: 93900 Submitted by: maintainer Revision Changes Path 1.30 +2 -2 ports/lang/sbcl/Makefile 1.20 +6 -6 ports/lang/sbcl/distinfo 1.3 +17 -17 ports/lang/sbcl/files/patch-backtrace 1.19 +0 -11 ports/lang/sbcl/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:27:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D4C16A401; Wed, 15 Mar 2006 15:27:20 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E65DD43D45; Wed, 15 Mar 2006 15:27:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FFRJTT059852; Wed, 15 Mar 2006 15:27:19 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FFRJui059851; Wed, 15 Mar 2006 15:27:19 GMT (envelope-from mnag) Message-Id: <200603151527.k2FFRJui059851@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 15 Mar 2006 15:27:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pecl-memcache Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:27:20 -0000 mnag 2006-03-15 15:27:19 UTC FreeBSD ports repository Modified files: databases/pecl-memcache Makefile distinfo Log: - Update to 2.0.1 - Update maintainer's email - portlint(1) PR: 93867 Submitted by: maintainer Revision Changes Path 1.7 +2 -3 ports/databases/pecl-memcache/Makefile 1.7 +3 -3 ports/databases/pecl-memcache/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:41:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E663816A430; Wed, 15 Mar 2006 15:41:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A115C43D49; Wed, 15 Mar 2006 15:41:36 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FFfaI7060464; Wed, 15 Mar 2006 15:41:36 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FFfajj060463; Wed, 15 Mar 2006 15:41:36 GMT (envelope-from glebius) Message-Id: <200603151541.k2FFfajj060463@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 15 Mar 2006 15:41:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_tcpmss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:41:37 -0000 glebius 2006-03-15 15:41:36 UTC FreeBSD src repository Modified files: sys/netgraph ng_tcpmss.c Log: Free private data when deleting hook. PR: kern/93952 Submitted by: Antoine Brodin Revision Changes Path 1.3 +2 -0 src/sys/netgraph/ng_tcpmss.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:44:22 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5DE316A400; Wed, 15 Mar 2006 15:44:22 +0000 (UTC) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE20443D48; Wed, 15 Mar 2006 15:44:21 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k2FFiKQZ054823; Wed, 15 Mar 2006 17:44:20 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 18531-10-3; Wed, 15 Mar 2006 17:43:53 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k2FFglMx054749 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Mar 2006 17:42:47 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k2FFh6nB014164; Wed, 15 Mar 2006 17:43:06 +0200 (EET) (envelope-from ru) Date: Wed, 15 Mar 2006 17:43:06 +0200 From: Ruslan Ermilov To: Andre Oppermann Message-ID: <20060315154306.GH10897@ip.net.ua> References: <200603151445.k2FEjj01057553@repoman.freebsd.org> <441828FE.33D74622@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GBDnBH7+ZvLx8QD4" Content-Disposition: inline In-Reply-To: <441828FE.33D74622@freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib strtonum.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:44:22 -0000 --GBDnBH7+ZvLx8QD4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 15, 2006 at 03:47:26PM +0100, Andre Oppermann wrote: > Ruslan Ermilov wrote: > >=20 > > ru 2006-03-15 14:45:45 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > lib/libc/stdlib strtonum.3 > > Log: > > Add a non-optional newline after ".Bx". >=20 > I hate mdoc... >=20 Only if you don't care to check the produced output and stderr. :-) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --GBDnBH7+ZvLx8QD4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEGDYKqRfpzJluFF4RAqOwAJ9tJnmZOB/X+766Tz/7uca+SbyJdwCePS69 1O8BkIpE8/1AUa9toYsNVsQ= =xkeh -----END PGP SIGNATURE----- --GBDnBH7+ZvLx8QD4-- From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:47:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC6716A400; Wed, 15 Mar 2006 15:47:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B1C43D45; Wed, 15 Mar 2006 15:47:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FFlg6h060749; Wed, 15 Mar 2006 15:47:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FFlg09060748; Wed, 15 Mar 2006 15:47:42 GMT (envelope-from pav) Message-Id: <200603151547.k2FFlg09060748@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 15:47:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-flashplugin7 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:47:42 -0000 pav 2006-03-15 15:47:42 UTC FreeBSD ports repository Modified files: www/linux-flashplugin7 Makefile distinfo Log: - Update to 7.0r63 - Unforbid PR: ports/94455 Submitted by: Jamie Jones (maintainer) Security: http://secunia.com/advisories/19218/ Revision Changes Path 1.14 +3 -5 ports/www/linux-flashplugin7/Makefile 1.8 +3 -3 ports/www/linux-flashplugin7/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 15:49:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570B016A429; Wed, 15 Mar 2006 15:49:39 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05AEA43D46; Wed, 15 Mar 2006 15:49:39 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FFncF2060811; Wed, 15 Mar 2006 15:49:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FFnc1p060810; Wed, 15 Mar 2006 15:49:38 GMT (envelope-from ru) Message-Id: <200603151549.k2FFnc1p060810@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 Mar 2006 15:49:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 15:49:39 -0000 ru 2006-03-15 15:49:38 UTC FreeBSD src repository Modified files: share/mk bsd.README Log: Fix the spelling of MAN to a modern syntax. Revision Changes Path 1.32 +1 -1 src/share/mk/bsd.README From owner-cvs-all@FreeBSD.ORG Wed Mar 15 16:00:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30DA716A41F; Wed, 15 Mar 2006 16:00:36 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEAD43D49; Wed, 15 Mar 2006 16:00:22 +0000 (GMT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FG0MEm061229; Wed, 15 Mar 2006 16:00:22 GMT (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FG0M2s061228; Wed, 15 Mar 2006 16:00:22 GMT (envelope-from daichi) Message-Id: <200603151600.k2FG0M2s061228@repoman.freebsd.org> From: Daichi GOTO Date: Wed, 15 Mar 2006 16:00:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/xdtp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 16:00:36 -0000 daichi 2006-03-15 16:00:22 UTC FreeBSD ports repository Modified files: japanese/xdtp Makefile distinfo Log: japanese/xdtp: update to 1.1.5 - update to 1.1.5 PR: ports/94471 Submitted by: maintainer Revision Changes Path 1.10 +1 -1 ports/japanese/xdtp/Makefile 1.7 +3 -3 ports/japanese/xdtp/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 16:01:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 897A416A420; Wed, 15 Mar 2006 16:01:32 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D8543D53; Wed, 15 Mar 2006 16:01:32 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FG1WiD061333; Wed, 15 Mar 2006 16:01:32 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FG1WgP061332; Wed, 15 Mar 2006 16:01:32 GMT (envelope-from remko) Message-Id: <200603151601.k2FG1WgP061332@repoman.freebsd.org> From: Remko Lodder Date: Wed, 15 Mar 2006 16:01:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/mirrors chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 16:01:32 -0000 remko 2006-03-15 16:01:32 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/mirrors chapter.sgml Log: s/handboekpagina/handleiding/ which is more appropriate in this case. Spotted by: Jeroen Fokke Revision Changes Path 1.12 +1 -1 doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Wed Mar 15 16:16:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B58316A400; Wed, 15 Mar 2006 16:16:17 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACB343D6A; Wed, 15 Mar 2006 16:16:16 +0000 (GMT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FGGGuc061902; Wed, 15 Mar 2006 16:16:16 GMT (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FGGGWs061901; Wed, 15 Mar 2006 16:16:16 GMT (envelope-from daichi) Message-Id: <200603151616.k2FGGGWs061901@repoman.freebsd.org> From: Daichi GOTO Date: Wed, 15 Mar 2006 16:16:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/fusenshi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 16:16:17 -0000 daichi 2006-03-15 16:16:16 UTC FreeBSD ports repository Modified files: deskutils/fusenshi Makefile distinfo Log: deskutils/fusenshi: update to 0.8.2 - update to 0.8.2 PR: ports/94472 Submitted by: maintainer Revision Changes Path 1.15 +1 -1 ports/deskutils/fusenshi/Makefile 1.10 +3 -3 ports/deskutils/fusenshi/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 16:21:42 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F1616A420; Wed, 15 Mar 2006 16:21:42 +0000 (UTC) (envelope-from remko@freebsd.org) Received: from caelis.elvandar.org (caelis.elvandar.org [217.148.169.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C46443D58; Wed, 15 Mar 2006 16:21:41 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (caelis.elvandar.org [217.148.169.59]) by caelis.elvandar.org (Postfix) with ESMTP id C674192FC58; Wed, 15 Mar 2006 17:21:39 +0100 (CET) Received: from caelis.elvandar.org ([217.148.169.59]) by localhost (caelis.elvandar.org [217.148.169.59]) (amavisd-new, port 10024) with ESMTP id 27138-04; Wed, 15 Mar 2006 17:21:39 +0100 (CET) Received: from webmail.evilcoder.org (dartagnan.elvandar.intranet [10.0.3.122]) by caelis.elvandar.org (Postfix) with ESMTP id 5D74992FC50; Wed, 15 Mar 2006 17:21:39 +0100 (CET) Message-ID: <43984.145.221.52.73.1142439699.squirrel@webmail.evilcoder.org> In-Reply-To: <200603151601.k2FG1WgP061332@repoman.freebsd.org> References: <200603151601.k2FG1WgP061332@repoman.freebsd.org> Date: Wed, 15 Mar 2006 17:21:39 +0100 (CET) From: "Remko Lodder" To: "Remko Lodder" User-Agent: SquirrelMail/1.4.7 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by the elvandar.org maildomain Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/nl_NL.ISO8859-1/books/handbook/mirrors chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 16:21:42 -0000 On Wed, March 15, 2006 17:01, Remko Lodder wrote: > remko 2006-03-15 16:01:32 UTC > > FreeBSD doc repository > > Modified files: > nl_NL.ISO8859-1/books/handbook/mirrors chapter.sgml > Log: > s/handboekpagina/handleiding/ which is more appropriate in this case. > > Spotted by: Jeroen Fokke > > Revision Changes Path > 1.12 +1 -1 > doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml > http://cvsweb.FreeBSD.org/doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml.diff?r1=1.11&r2=1.12 > | =================================================================== > | RCS file: > /usr/local/www/cvsroot/FreeBSD/doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml,v > | retrieving revision 1.11 > | retrieving revision 1.12 > | diff -u -p -r1.11 -r1.12 > | --- > doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml 2006/01/08 > 12:23:12 1.11 > | +++ > doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml 2006/03/15 > 16:01:31 1.12 > | @@ -1,7 +1,7 @@ > | ports/net/penguintv Revision Changes Path 1.14445 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:15:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C619416A4C1; Wed, 15 Mar 2006 20:15:24 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE16543D78; Wed, 15 Mar 2006 20:15:22 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKFMtK087488; Wed, 15 Mar 2006 20:15:22 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKFMvN087487; Wed, 15 Mar 2006 20:15:22 GMT (envelope-from thierry) Message-Id: <200603152015.k2FKFMvN087487@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 20:15:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/turba Makefile distinfo pkg-plist ports/mail/turba/files patch-config::sources.php.dist pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:15:24 -0000 thierry 2006-03-15 20:15:22 UTC FreeBSD ports repository Modified files: mail/turba Makefile distinfo pkg-plist mail/turba/files patch-config::sources.php.dist pkg-message.in Log: Upgrade to 2.1. Changelog at Revision Changes Path 1.35 +3 -3 ports/mail/turba/Makefile 1.16 +3 -3 ports/mail/turba/distinfo 1.4 +89 -45 ports/mail/turba/files/patch-config::sources.php.dist 1.2 +4 -3 ports/mail/turba/files/pkg-message.in 1.16 +108 -86 ports/mail/turba/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:15:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AAB816A485; Wed, 15 Mar 2006 20:15:42 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BF343D4C; Wed, 15 Mar 2006 20:15:42 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKFgQC087578; Wed, 15 Mar 2006 20:15:42 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKFgCr087577; Wed, 15 Mar 2006 20:15:42 GMT (envelope-from thierry) Message-Id: <200603152015.k2FKFgCr087577@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 20:15:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/kronolith Makefile distinfo pkg-plist ports/deskutils/kronolith/files patch-config::conf.xml pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:15:42 -0000 thierry 2006-03-15 20:15:42 UTC FreeBSD ports repository Modified files: deskutils/kronolith Makefile distinfo pkg-plist deskutils/kronolith/files pkg-message.in Removed files: deskutils/kronolith/files patch-config::conf.xml Log: Upgrade to 2.1. Changelog at Revision Changes Path 1.27 +7 -43 ports/deskutils/kronolith/Makefile 1.16 +3 -3 ports/deskutils/kronolith/distinfo 1.2 +0 -14 ports/deskutils/kronolith/files/patch-config::conf.xml (dead) 1.3 +4 -17 ports/deskutils/kronolith/files/pkg-message.in 1.15 +31 -6 ports/deskutils/kronolith/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:16:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A61116A423; Wed, 15 Mar 2006 20:16:05 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3408343D4C; Wed, 15 Mar 2006 20:15:59 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKFxcI087665; Wed, 15 Mar 2006 20:15:59 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKFxAa087664; Wed, 15 Mar 2006 20:15:59 GMT (envelope-from thierry) Message-Id: <200603152015.k2FKFxAa087664@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 20:15:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/nag Makefile distinfo pkg-plist ports/deskutils/nag/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:16:05 -0000 thierry 2006-03-15 20:15:59 UTC FreeBSD ports repository Modified files: deskutils/nag Makefile distinfo pkg-plist deskutils/nag/files pkg-message.in Log: Upgrade to 2.1. Changelog at Revision Changes Path 1.15 +8 -3 ports/deskutils/nag/Makefile 1.10 +3 -3 ports/deskutils/nag/distinfo 1.2 +0 -3 ports/deskutils/nag/files/pkg-message.in 1.9 +17 -4 ports/deskutils/nag/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:16:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAA116A427; Wed, 15 Mar 2006 20:16:17 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 781D343D49; Wed, 15 Mar 2006 20:16:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKGGvG087729; Wed, 15 Mar 2006 20:16:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKGGmU087728; Wed, 15 Mar 2006 20:16:16 GMT (envelope-from thierry) Message-Id: <200603152016.k2FKGGmU087728@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 20:16:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/mnemo Makefile distinfo pkg-plist ports/deskutils/mnemo/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:16:17 -0000 thierry 2006-03-15 20:16:16 UTC FreeBSD ports repository Modified files: deskutils/mnemo Makefile distinfo pkg-plist deskutils/mnemo/files pkg-message.in Log: Upgrade to 2.1. Changelog at Revision Changes Path 1.13 +7 -2 ports/deskutils/mnemo/Makefile 1.9 +3 -3 ports/deskutils/mnemo/distinfo 1.4 +0 -3 ports/deskutils/mnemo/files/pkg-message.in 1.9 +9 -1 ports/deskutils/mnemo/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:16:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3B8D16A502; Wed, 15 Mar 2006 20:16:34 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8060F43D45; Wed, 15 Mar 2006 20:16:34 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKGYwB087799; Wed, 15 Mar 2006 20:16:34 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKGYCF087797; Wed, 15 Mar 2006 20:16:34 GMT (envelope-from thierry) Message-Id: <200603152016.k2FKGYCF087797@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 20:16:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/imp Makefile distinfo pkg-plist ports/mail/imp/files patch-ab patch-config::conf.xml pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:16:34 -0000 thierry 2006-03-15 20:16:34 UTC FreeBSD ports repository Modified files: mail/imp Makefile distinfo pkg-plist mail/imp/files patch-ab patch-config::conf.xml pkg-message.in Log: Upgrade to 4.1. Changelog at Revision Changes Path 1.29 +2 -3 ports/mail/imp/Makefile 1.11 +3 -3 ports/mail/imp/distinfo 1.2 +10 -15 ports/mail/imp/files/patch-ab 1.2 +9 -9 ports/mail/imp/files/patch-config::conf.xml 1.2 +2 -4 ports/mail/imp/files/pkg-message.in 1.11 +33 -18 ports/mail/imp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:16:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72DF716A514; Wed, 15 Mar 2006 20:16:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4053043D46; Wed, 15 Mar 2006 20:16:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKGZBr087853; Wed, 15 Mar 2006 20:16:35 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKGZvi087852; Wed, 15 Mar 2006 20:16:35 GMT (envelope-from edwin) Message-Id: <200603152016.k2FKGZvi087852@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Mar 2006 20:16:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/penguintv-devel Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:16:35 -0000 edwin 2006-03-15 20:16:35 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/penguintv-devel Makefile distinfo pkg-descr pkg-plist Log: New port: net/penguintv-devel PenguinTV is not just another RSS feed reader. It is designed from the ground up to work seamlessly with podcasts and video blogs, allowing you to easily enjoy the audio, music, and video published around the web in RSS format. WWW: http://penguintv.sourceforge.net/ Author: Owen Williams Revision Changes Path 1.1635 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/penguintv-devel/Makefile (new) 1.1 +3 -0 ports/net/penguintv-devel/distinfo (new) 1.1 +22 -0 ports/net/penguintv-devel/pkg-descr (new) 1.1 +116 -0 ports/net/penguintv-devel/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:16:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD58A16A4D9; Wed, 15 Mar 2006 20:16:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7636043D46; Wed, 15 Mar 2006 20:16:49 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKGnVw087904; Wed, 15 Mar 2006 20:16:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKGnIA087903; Wed, 15 Mar 2006 20:16:49 GMT (envelope-from edwin) Message-Id: <200603152016.k2FKGnIA087903@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Mar 2006 20:16:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:16:50 -0000 edwin 2006-03-15 20:16:49 UTC FreeBSD ports repository Modified files: . modules Log: penguintv-devel --> ports/net/penguintv-devel Revision Changes Path 1.14446 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:22:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2968916A41F; Wed, 15 Mar 2006 20:22:38 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC1BC43D72; Wed, 15 Mar 2006 20:22:32 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKMW9t088200; Wed, 15 Mar 2006 20:22:32 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKMWRQ088199; Wed, 15 Mar 2006 20:22:32 GMT (envelope-from phk) Message-Id: <200603152022.k2FKMWRQ088199@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 15 Mar 2006 20:22:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_tc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:22:38 -0000 phk 2006-03-15 20:22:32 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: Disable the "cputick increased..." message now that the dust has settled. Revision Changes Path 1.175 +1 -1 src/sys/kern/kern_tc.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:30:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D05B16A422; Wed, 15 Mar 2006 20:30:53 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA76D43D5F; Wed, 15 Mar 2006 20:30:52 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKUqel088651; Wed, 15 Mar 2006 20:30:52 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKUqnB088650; Wed, 15 Mar 2006 20:30:52 GMT (envelope-from thierry) Message-Id: <200603152030.k2FKUqnB088650@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 20:30:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:30:53 -0000 thierry 2006-03-15 20:30:52 UTC FreeBSD ports repository Modified files: . UPDATING Log: Warn about Horde, Turba and IMP upgrades. Revision Changes Path 1.297 +9 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:35:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7868E16A424; Wed, 15 Mar 2006 20:35:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FA543D49; Wed, 15 Mar 2006 20:35:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKZwPf088840; Wed, 15 Mar 2006 20:35:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKZwue088839; Wed, 15 Mar 2006 20:35:58 GMT (envelope-from linimon) Message-Id: <200603152035.k2FKZwue088839@repoman.freebsd.org> From: Mark Linimon Date: Wed, 15 Mar 2006 20:35:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/rt34 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:35:59 -0000 linimon 2006-03-15 20:35:58 UTC FreeBSD ports repository Modified files: www/rt34 Makefile Log: Assign to new maintainer. PR: ports/94174 (partial) Approved by: old maintainer Revision Changes Path 1.51 +1 -1 ports/www/rt34/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:36:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBBAF16A423; Wed, 15 Mar 2006 20:36:57 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4352743D62; Wed, 15 Mar 2006 20:36:54 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id 236D51EC303; Wed, 15 Mar 2006 21:36:49 +0100 (CET) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.4/8.13.4) with ESMTP id k2FKajkO044691; Wed, 15 Mar 2006 21:36:45 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Alexander Leidinger From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 15 Mar 2006 19:23:08 GMT." <200603151923.k2FJN8ed079170@repoman.freebsd.org> Date: Wed, 15 Mar 2006 21:36:45 +0100 Message-ID: <44690.1142455005@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_environment.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:36:57 -0000 In message <200603151923.k2FJN8ed079170@repoman.freebsd.org>, Alexander Leiding er writes: >netchild 2006-03-15 19:23:08 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_environment.c > Log: > Fix memory leak introduced in previous revision. I find this slightly misleading. A more correct description would have been: The previous commit changed a panic to a memory leak. This commit plugs the leak. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:41:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADBE516A401; Wed, 15 Mar 2006 20:41:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA2543D5F; Wed, 15 Mar 2006 20:41:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKfFls089137; Wed, 15 Mar 2006 20:41:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKfFi1089136; Wed, 15 Mar 2006 20:41:15 GMT (envelope-from rwatson) Message-Id: <200603152041.k2FKfFi1089136@repoman.freebsd.org> From: Robert Watson Date: Wed, 15 Mar 2006 20:41:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys protosw.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:41:15 -0000 rwatson 2006-03-15 20:41:15 UTC FreeBSD src repository Modified files: sys/sys protosw.h Log: Back out accidentally committed protosw.h:1.49. One of those days. It will be recommitted with the remainder of the change in the next day or two. Submitted by: thompsa Revision Changes Path 1.50 +2 -2 src/sys/sys/protosw.h From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:44:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C83C16A422; Wed, 15 Mar 2006 20:44:07 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE5AB43D60; Wed, 15 Mar 2006 20:44:05 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k2FKi2k8039038 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Mar 2006 23:44:03 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k2FKi2mU039037; Wed, 15 Mar 2006 23:44:02 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 15 Mar 2006 23:44:02 +0300 From: Gleb Smirnoff To: Andre Oppermann Message-ID: <20060315204402.GK1102@FreeBSD.org> References: <200603151939.k2FJd91g080489@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200603151939.k2FJd91g080489@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net route.h rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:44:07 -0000 Andre, On Wed, Mar 15, 2006 at 07:39:09PM +0000, Andre Oppermann wrote: A> - The unused rtm_use field in struct rt_msghdr is redesignated as A> rtm_fmask field to communicate route flag changes in RTM_CHANGE A> messages from userland. The use count of a route was moved to A> rtm_rmx a long time ago. For source code compatibility reasons A> a define of rtm_use to rtm_fmask is provided. Be careful. rtm_use isn't unused - it is used sysctl_dumpentry() to return the usage of route to userland. However, I don't see programs netstat(1) and route(1) to read it. Anyway, I think it deserves a comment. A> These changes faciliate running of multiple cooperating routing A> daemons at the same time without causing undesired interference. A> Open[BGP|OSPF]D make use of these features to have IGP routes A> override EGP ones. Please explain how is this done. Does radix allow presence of two identical prefixes in tree, and we distinguish them by rt->rt_flags? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:46:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC14B16A401; Wed, 15 Mar 2006 20:46:13 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E76143D45; Wed, 15 Mar 2006 20:46:13 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKkDAp089423; Wed, 15 Mar 2006 20:46:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKkDsm089422; Wed, 15 Mar 2006 20:46:13 GMT (envelope-from thierry) Message-Id: <200603152046.k2FKkDsm089422@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 20:46:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/ascii2binary Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:46:13 -0000 thierry 2006-03-15 20:46:13 UTC FreeBSD ports repository Modified files: converters/ascii2binary Makefile distinfo Log: Switch to a versionned tarball. No diff after extraction. Revision Changes Path 1.4 +1 -2 ports/converters/ascii2binary/Makefile 1.4 +3 -3 ports/converters/ascii2binary/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 20:58:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BE2A16A424; Wed, 15 Mar 2006 20:58:50 +0000 (UTC) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9583243D67; Wed, 15 Mar 2006 20:58:45 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FKwjPm097691; Wed, 15 Mar 2006 20:58:45 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FKwjsP097690; Wed, 15 Mar 2006 20:58:45 GMT (envelope-from damien) Message-Id: <200603152058.k2FKwjsP097690@repoman.freebsd.org> From: Damien Bergamini Date: Wed, 15 Mar 2006 20:58:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 20:58:50 -0000 damien 2006-03-15 20:58:44 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: build ipw(4) and iwi(4) modules on i386 and amd64 only. Revision Changes Path 1.482 +6 -2 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:04:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA95916A401; Wed, 15 Mar 2006 21:04:47 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1BE43D55; Wed, 15 Mar 2006 21:04:46 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5E1B4.dip.t-dialin.net [84.165.225.180]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2FKkj6f055243; Wed, 15 Mar 2006 21:46:45 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2FL4epZ038923; Wed, 15 Mar 2006 22:04:41 +0100 (CET) (envelope-from netchild@FreeBSD.org) Date: Wed, 15 Mar 2006 22:04:40 +0100 From: Alexander Leidinger To: "Poul-Henning Kamp" Message-ID: <20060315220440.5bfa6205@Magellan.Leidinger.net> In-Reply-To: <44690.1142455005@critter.freebsd.dk> References: <200603151923.k2FJN8ed079170@repoman.freebsd.org> <44690.1142455005@critter.freebsd.dk> Organization: FreeBSD X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_environment.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:04:47 -0000 Am Wed, 15 Mar 2006 21:36:45 +0100 schrieb "Poul-Henning Kamp" : > In message <200603151923.k2FJN8ed079170@repoman.freebsd.org>, Alexander Leiding > er writes: > >netchild 2006-03-15 19:23:08 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_environment.c > > Log: > > Fix memory leak introduced in previous revision. > > I find this slightly misleading. A more correct description > would have been: > > The previous commit changed a panic to a memory leak. > This commit plugs the leak. Sorry. Shall I do a forcet commit? ---snip--- Forced commit, the previous revision should have been: The previous commit changed a buffer overflow (only exploitable with super user rights and which is able to cause a panic) to a memory leak. This commit plugs the leak. ---snip--- Bye, Alexander. -- There's no place like ~ http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:11:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77ED116A401; Wed, 15 Mar 2006 21:11:12 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D35943D46; Wed, 15 Mar 2006 21:11:12 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FLBCng098329; Wed, 15 Mar 2006 21:11:12 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FLBBbm098328; Wed, 15 Mar 2006 21:11:12 GMT (envelope-from sam) Message-Id: <200603152111.k2FLBBbm098328@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Mar 2006 21:11:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c src/sys/netipsec ipsec.h ipsec_mbuf.c xform_ah.c xform_esp.c xform_ipcomp.c src/share/man/man9 mbuf.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:11:12 -0000 sam 2006-03-15 21:11:11 UTC FreeBSD src repository Modified files: sys/sys mbuf.h sys/kern uipc_mbuf.c sys/netipsec ipsec.h ipsec_mbuf.c xform_ah.c xform_esp.c xform_ipcomp.c share/man/man9 mbuf.9 Log: promote fast ipsec's m_clone routine for public use; it is renamed m_unshare and the caller can now control how mbufs are allocated Reviewed by: andre, luigi, mlaier MFC after: 1 week Revision Changes Path 1.61 +23 -1 src/share/man/man9/mbuf.9 1.165 +153 -0 src/sys/kern/uipc_mbuf.c 1.9 +0 -1 src/sys/netipsec/ipsec.h 1.12 +0 -149 src/sys/netipsec/ipsec_mbuf.c 1.8 +1 -1 src/sys/netipsec/xform_ah.c 1.11 +1 -1 src/sys/netipsec/xform_esp.c 1.9 +1 -1 src/sys/netipsec/xform_ipcomp.c 1.189 +1 -0 src/sys/sys/mbuf.h From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:11:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 376E416A400; Wed, 15 Mar 2006 21:11:15 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9221043D46; Wed, 15 Mar 2006 21:11:14 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id 9D0041EC328; Wed, 15 Mar 2006 22:11:13 +0100 (CET) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.4/8.13.4) with ESMTP id k2FLB9w7044865; Wed, 15 Mar 2006 22:11:09 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Alexander Leidinger From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 15 Mar 2006 22:04:40 +0100." <20060315220440.5bfa6205@Magellan.Leidinger.net> Date: Wed, 15 Mar 2006 22:11:09 +0100 Message-ID: <44864.1142457069@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_environment.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:11:15 -0000 In message <20060315220440.5bfa6205@Magellan.Leidinger.net>, Alexander Leidinge r writes: >Am Wed, 15 Mar 2006 21:36:45 +0100 >schrieb "Poul-Henning Kamp" : > >> In message <200603151923.k2FJN8ed079170@repoman.freebsd.org>, Alexander Leiding >> er writes: >> >netchild 2006-03-15 19:23:08 UTC >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/kern kern_environment.c >> > Log: >> > Fix memory leak introduced in previous revision. >> >> I find this slightly misleading. A more correct description >> would have been: >> >> The previous commit changed a panic to a memory leak. >> This commit plugs the leak. > >Sorry. Shall I do a forcet commit? Nah, it's not that important. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:15:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C768616A425 for ; Wed, 15 Mar 2006 21:15:08 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF40443D58 for ; Wed, 15 Mar 2006 21:15:06 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 83980 invoked from network); 15 Mar 2006 21:12:18 -0000 Received: from c00l3r.networx.ch (HELO freebsd.org) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 15 Mar 2006 21:12:18 -0000 Message-ID: <441883DD.B0B5A18C@freebsd.org> Date: Wed, 15 Mar 2006 22:15:09 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Gleb Smirnoff References: <200603151939.k2FJd91g080489@repoman.freebsd.org> <20060315204402.GK1102@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net route.h rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:15:08 -0000 Gleb Smirnoff wrote: > > Andre, > > On Wed, Mar 15, 2006 at 07:39:09PM +0000, Andre Oppermann wrote: > A> - The unused rtm_use field in struct rt_msghdr is redesignated as > A> rtm_fmask field to communicate route flag changes in RTM_CHANGE > A> messages from userland. The use count of a route was moved to > A> rtm_rmx a long time ago. For source code compatibility reasons > A> a define of rtm_use to rtm_fmask is provided. > > Be careful. rtm_use isn't unused - it is used sysctl_dumpentry() > to return the usage of route to userland. However, I don't see > programs netstat(1) and route(1) to read it. Anyway, I think > it deserves a comment. It does copy it but it also copies struct rt_rmx. Probably rtm_use should be defined to alias to rt_rmx.rmx_pksent to get this right. > A> These changes faciliate running of multiple cooperating routing > A> daemons at the same time without causing undesired interference. > A> Open[BGP|OSPF]D make use of these features to have IGP routes > A> override EGP ones. > > Please explain how is this done. Does radix allow presence of two > identical prefixes in tree, and we distinguish them by rt->rt_flags? No. If you've got the same prefix in BGP and OSPF with different next hops then the OSPF one should win. Normally the two daemons would get into a fight about this and indefinatly try to replace each others route again. This change makes it possible for two cooperating daemons to avoid this. With the change to flags OSPFD may take over an existing route by chaning the PROTO flag to itself. BGPD then knows it got an override. Before OSPFD had to delete the route and re-add it with its own parameters. However upon the delete message BGPD would try to add it again. When OSPFD removes a route that was identical to a BGP one BGPD will re-add its own version of it. -- Andre From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:20:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DCA016A400; Wed, 15 Mar 2006 21:20:02 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E286C43D45; Wed, 15 Mar 2006 21:20:01 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FLK1wg098689; Wed, 15 Mar 2006 21:20:01 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FLK16b098688; Wed, 15 Mar 2006 21:20:01 GMT (envelope-from thompsa) Message-Id: <200603152120.k2FLK16b098688@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 15 Mar 2006 21:20:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall keymap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:20:02 -0000 thompsa 2006-03-15 21:20:01 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall keymap.c Log: If a keymap file is not found for the selected country then default to the more common USA ISO rather than index 0 (Belgian). Reviewed by: jhb MFC after: 1 day Revision Changes Path 1.9 +5 -2 src/usr.sbin/sysinstall/keymap.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:25:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FFEE16A420; Wed, 15 Mar 2006 21:25:39 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD2043D46; Wed, 15 Mar 2006 21:25:39 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FLPckM098997; Wed, 15 Mar 2006 21:25:38 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FLPcon098996; Wed, 15 Mar 2006 21:25:38 GMT (envelope-from ehaupt) Message-Id: <200603152125.k2FLPcon098996@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 21:25:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/gxmms2 Makefile distinfo pkg-descr ports/audio/gxmms2/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:25:39 -0000 ehaupt 2006-03-15 21:25:38 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/gxmms2 Makefile distinfo pkg-descr audio/gxmms2/files patch-Makefile Log: Add gxmms2 0.6.1, a GTK2 based XMMS2 client, written in C. PR: 94437 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.693 +1 -0 ports/audio/Makefile 1.1 +34 -0 ports/audio/gxmms2/Makefile (new) 1.1 +3 -0 ports/audio/gxmms2/distinfo (new) 1.1 +27 -0 ports/audio/gxmms2/files/patch-Makefile (new) 1.1 +4 -0 ports/audio/gxmms2/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:25:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D679116A400; Wed, 15 Mar 2006 21:25:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9286143D46; Wed, 15 Mar 2006 21:25:46 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FLPk5A099048; Wed, 15 Mar 2006 21:25:46 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FLPkCs099047; Wed, 15 Mar 2006 21:25:46 GMT (envelope-from ehaupt) Message-Id: <200603152125.k2FLPkCs099047@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 15 Mar 2006 21:25:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:25:47 -0000 ehaupt 2006-03-15 21:25:46 UTC FreeBSD ports repository Modified files: . modules Log: gxmms2 --> ports/audio/gxmms2 Revision Changes Path 1.14447 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:27:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C974916A422; Wed, 15 Mar 2006 21:27:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D679B43D64; Wed, 15 Mar 2006 21:27:08 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FLR8TB099100; Wed, 15 Mar 2006 21:27:08 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FLR8JZ099099; Wed, 15 Mar 2006 21:27:08 GMT (envelope-from sam) Message-Id: <200603152127.k2FLR8JZ099099@repoman.freebsd.org> From: Sam Leffler Date: Wed, 15 Mar 2006 21:27:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:27:09 -0000 sam 2006-03-15 21:27:08 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: when doing s/w crypto make sure work is done w/ a writable mbuf chain; this corrects problems with drivers that rely on the host to do crypto (iwi, ipw, ral, ural, wi (hostap), awi) Hard work by: luigi, mlaier Reviewed by: luigi, mlaier MFC after: 1 week Revision Changes Path 1.40 +15 -0 src/sys/net80211/ieee80211_output.c From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:27:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D29F216A42B; Wed, 15 Mar 2006 21:27:34 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D24743D46; Wed, 15 Mar 2006 21:27:34 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FLRYUZ099132; Wed, 15 Mar 2006 21:27:34 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FLRY3W099131; Wed, 15 Mar 2006 21:27:34 GMT (envelope-from thierry) Message-Id: <200603152127.k2FLRY3W099131@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 21:27:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:27:34 -0000 thierry 2006-03-15 21:27:34 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add an entry for Horde < 3.1 (SA19246). Noticed by: mnag Revision Changes Path 1.972 +39 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:29:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E28DD16A422; Wed, 15 Mar 2006 21:29:26 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9904B43D46; Wed, 15 Mar 2006 21:29:26 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FLTQrt099258; Wed, 15 Mar 2006 21:29:26 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FLTQO4099257; Wed, 15 Mar 2006 21:29:26 GMT (envelope-from thierry) Message-Id: <200603152129.k2FLTQO4099257@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 21:29:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/horde Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:29:27 -0000 thierry 2006-03-15 21:29:26 UTC FreeBSD ports repository Modified files: www/horde Makefile Log: Forced commit to note that this was also a security update. Security: VuXML c7c09579-b466-11da-82d0-0050bf27ba24 Revision Changes Path 1.31 +0 -0 ports/www/horde/Makefile From owner-cvs-all@FreeBSD.ORG Wed Mar 15 21:37:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91D9616A401; Wed, 15 Mar 2006 21:37:03 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B39343D46; Wed, 15 Mar 2006 21:37:03 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FLb35x099636; Wed, 15 Mar 2006 21:37:03 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FLb3I4099635; Wed, 15 Mar 2006 21:37:03 GMT (envelope-from ahze) Message-Id: <200603152137.k2FLb3I4099635@repoman.freebsd.org> From: Michael Johnson Date: Wed, 15 Mar 2006 21:37:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/cairo Makefile distinfo ports/graphics/cairo/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 21:37:03 -0000 ahze 2006-03-15 21:37:02 UTC FreeBSD ports repository Modified files: graphics/cairo Makefile distinfo Removed files: graphics/cairo/files patch-configure Log: - Update to 1.0.4 - Add MASTER_SITE_LOCAL because cairographics.org is sllooowww Revision Changes Path 1.16 +5 -4 ports/graphics/cairo/Makefile 1.7 +3 -3 ports/graphics/cairo/distinfo 1.4 +0 -51 ports/graphics/cairo/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:07:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 033AD16A423; Wed, 15 Mar 2006 22:07:17 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C79B43D70; Wed, 15 Mar 2006 22:07:16 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FM7FNC000921; Wed, 15 Mar 2006 22:07:15 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FM7FCQ000920; Wed, 15 Mar 2006 22:07:15 GMT (envelope-from garga) Message-Id: <200603152207.k2FM7FCQ000920@repoman.freebsd.org> From: Renato Botelho Date: Wed, 15 Mar 2006 22:07:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dspam-devel Makefile distinfo pkg-plist ports/mail/dspam-devel/files UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:07:17 -0000 garga 2006-03-15 22:07:15 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile distinfo pkg-plist mail/dspam-devel/files UPDATING Log: - Update to 3.6.4.20060315.1518 PR: ports/94501 Submitted by: maintainer Revision Changes Path 1.50 +19 -6 ports/mail/dspam-devel/Makefile 1.29 +3 -3 ports/mail/dspam-devel/distinfo 1.22 +18 -0 ports/mail/dspam-devel/files/UPDATING 1.30 +1 -0 ports/mail/dspam-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:08:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC0DB16A401; Wed, 15 Mar 2006 22:08:51 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 572EF43D55; Wed, 15 Mar 2006 22:08:51 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FM8p4A000981; Wed, 15 Mar 2006 22:08:51 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FM8prp000980; Wed, 15 Mar 2006 22:08:51 GMT (envelope-from osa) Message-Id: <200603152208.k2FM8prp000980@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 15 Mar 2006 22:08:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:08:51 -0000 osa 2006-03-15 22:08:51 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to 0.3.33. Revision Changes Path 1.64 +1 -1 ports/www/nginx/Makefile 1.59 +3 -3 ports/www/nginx/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:21:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C006416A400; Wed, 15 Mar 2006 22:21:18 +0000 (UTC) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540A243D6D; Wed, 15 Mar 2006 22:21:18 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k2FMLHn2010618; Wed, 15 Mar 2006 14:21:17 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k2FMLHmd010617; Wed, 15 Mar 2006 14:21:17 -0800 Date: Wed, 15 Mar 2006 14:21:17 -0800 From: Brooks Davis To: Mark Linimon Message-ID: <20060315222117.GC2617@odin.ac.hmc.edu> References: <200603151957.k2FJvHks084268@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qjNfmADvan18RZcF" Content-Disposition: inline In-Reply-To: <200603151957.k2FJvHks084268@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:21:18 -0000 --qjNfmADvan18RZcF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 15, 2006 at 07:57:17PM +0000, Mark Linimon wrote: > linimon 2006-03-15 19:57:17 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > . modules=20 > Log: > Remove security/hpn-ssh. > =20 > Pointy hat to: brooks Sorry about this. I even read the committers guild and apparently my eyes glazed over when I got to this part and the SUBDIR part. :-( -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --qjNfmADvan18RZcF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFEGJNcXY6L6fI4GtQRAntsAKDiLqsU4NSkDpm7Aum1gw50UrSIyQCcCE+F 3LNagiwdgTy721/HZZ2AbcE= =dwMo -----END PGP SIGNATURE----- --qjNfmADvan18RZcF-- From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:25:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1B416A424; Wed, 15 Mar 2006 22:25:11 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B41843D6E; Wed, 15 Mar 2006 22:25:07 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMP6lu001645; Wed, 15 Mar 2006 22:25:06 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMP6NK001644; Wed, 15 Mar 2006 22:25:06 GMT (envelope-from brooks) Message-Id: <200603152225.k2FMP6NK001644@repoman.freebsd.org> From: Brooks Davis Date: Wed, 15 Mar 2006 22:25:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openmpi Makefile ports/net/openmpi/files patch-opal_event_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:25:11 -0000 brooks 2006-03-15 22:25:06 UTC FreeBSD ports repository Modified files: net/openmpi Makefile Added files: net/openmpi/files patch-opal_event_Makefile.in Log: Use our sys/tree.h and it's requirements rather than some old incompatable ones in the OpenMPI source tree. This fixes the build on 7.0. Bump PORTVERSION on all platforms as this may change the compiled output on others. Unquote BROKEN in the missing stdint.h case. Revision Changes Path 1.11 +2 -8 ports/net/openmpi/Makefile 1.1 +15 -0 ports/net/openmpi/files/patch-opal_event_Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:33:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E5616A422; Wed, 15 Mar 2006 22:33:11 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDB643D70; Wed, 15 Mar 2006 22:33:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMXBf2001939; Wed, 15 Mar 2006 22:33:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMXB2c001938; Wed, 15 Mar 2006 22:33:11 GMT (envelope-from pav) Message-Id: <200603152233.k2FMXB2c001938@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 22:33:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/wmconfig Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:33:11 -0000 pav 2006-03-15 22:33:11 UTC FreeBSD ports repository Modified files: x11-wm/wmconfig Makefile distinfo Log: - Update to 1.2.6 PR: ports/93960, ports/94508 Submitted by: Tommy Scheunemann , KATO Tsuguru Revision Changes Path 1.17 +1 -1 ports/x11-wm/wmconfig/Makefile 1.12 +3 -3 ports/x11-wm/wmconfig/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:37:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C9A716A422; Wed, 15 Mar 2006 22:37:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14A143D79; Wed, 15 Mar 2006 22:37:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMbXBQ002119; Wed, 15 Mar 2006 22:37:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMbX8h002118; Wed, 15 Mar 2006 22:37:33 GMT (envelope-from pav) Message-Id: <200603152237.k2FMbX8h002118@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 15 Mar 2006 22:37:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/matchbox Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:37:34 -0000 pav 2006-03-15 22:37:33 UTC FreeBSD ports repository Modified files: x11-wm/matchbox Makefile distinfo pkg-descr Log: - Update to 1.0 PR: ports/94506 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +2 -2 ports/x11-wm/matchbox/Makefile 1.5 +3 -3 ports/x11-wm/matchbox/distinfo 1.4 +0 -8 ports/x11-wm/matchbox/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:39:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20EC916A400; Wed, 15 Mar 2006 22:39:12 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A2343D69; Wed, 15 Mar 2006 22:39:11 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMdB47002187; Wed, 15 Mar 2006 22:39:11 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMdB2t002186; Wed, 15 Mar 2006 22:39:11 GMT (envelope-from thierry) Message-Id: <200603152239.k2FMdB2t002186@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 15 Mar 2006 22:39:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/gollem Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:39:12 -0000 thierry 2006-03-15 22:39:11 UTC FreeBSD ports repository Modified files: ftp/gollem Makefile distinfo pkg-plist Log: Upgrade to 1.0.2. Changelog at Revision Changes Path 1.5 +3 -2 ports/ftp/gollem/Makefile 1.3 +3 -3 ports/ftp/gollem/distinfo 1.6 +13 -5 ports/ftp/gollem/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:40:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9424816A41F; Wed, 15 Mar 2006 22:40:29 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F052D43D75; Wed, 15 Mar 2006 22:40:27 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMeRan002338; Wed, 15 Mar 2006 22:40:27 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMeRgD002337; Wed, 15 Mar 2006 22:40:27 GMT (envelope-from gerald) Message-Id: <200603152240.k2FMeRgD002337@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 15 Mar 2006 22:40:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:40:29 -0000 gerald 2006-03-15 22:40:27 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Log: Update to Wine 0.9.10. Revision Changes Path 1.204 +1 -1 ports/emulators/wine/Makefile 1.112 +3 -3 ports/emulators/wine/distinfo 1.89 +51 -49 ports/emulators/wine/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:42:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4033716A41F; Wed, 15 Mar 2006 22:42:17 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E760A43D68; Wed, 15 Mar 2006 22:42:16 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMgGr8002421; Wed, 15 Mar 2006 22:42:16 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMgG4a002420; Wed, 15 Mar 2006 22:42:16 GMT (envelope-from gerald) Message-Id: <200603152242.k2FMgG4a002420@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 15 Mar 2006 22:42:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc42 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:42:17 -0000 gerald 2006-03-15 22:42:16 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo pkg-plist Log: Update to the 20060311 snapshot of GCC 4.2.0. The spamming of $PREFIX/include/ssp is now finally gone after my reports upstream, which allows us to restrict the conflict with gcc-4.1.* to the case where we build Java. Convert the build-time dependency on math/mpfr to a full one, since the Fortran frontend also needs this at run time. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Remove bogus USE_X11 (which was not used by default nor any other port). No longer hardcode the version number in LATEST_LINK. Revision Changes Path 1.250 +9 -14 ports/lang/gcc42/Makefile 1.148 +15 -15 ports/lang/gcc42/distinfo 1.82 +2 -8 ports/lang/gcc42/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:45:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C3216A422; Wed, 15 Mar 2006 22:45:59 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5E643D45; Wed, 15 Mar 2006 22:45:59 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMjxPJ002637; Wed, 15 Mar 2006 22:45:59 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMjxJh002636; Wed, 15 Mar 2006 22:45:59 GMT (envelope-from krion) Message-Id: <200603152245.k2FMjxJh002636@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 15 Mar 2006 22:45:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xterm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:45:59 -0000 krion 2006-03-15 22:45:59 UTC FreeBSD ports repository Modified files: x11/xterm Makefile distinfo Log: Update to version 210 ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_210 Revision Changes Path 1.30 +1 -26 ports/x11/xterm/Makefile 1.16 +3 -3 ports/x11/xterm/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:46:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 512C116A423; Wed, 15 Mar 2006 22:46:19 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05FA43D49; Wed, 15 Mar 2006 22:46:18 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMkIHa002703; Wed, 15 Mar 2006 22:46:18 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMkIqF002702; Wed, 15 Mar 2006 22:46:18 GMT (envelope-from krion) Message-Id: <200603152246.k2FMkIqF002702@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 15 Mar 2006 22:46:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/libidn Makefile distinfo ports/dns/libidn/files patch-po_LINGUAS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:46:19 -0000 krion 2006-03-15 22:46:18 UTC FreeBSD ports repository Modified files: dns/libidn Makefile distinfo dns/libidn/files patch-po_LINGUAS Log: Update to 0.6.3 Revision Changes Path 1.58 +1 -3 ports/dns/libidn/Makefile 1.40 +3 -3 ports/dns/libidn/distinfo 1.3 +3 -5 ports/dns/libidn/files/patch-po_LINGUAS From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:47:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A48A716A41F; Wed, 15 Mar 2006 22:47:35 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E3743D53; Wed, 15 Mar 2006 22:47:35 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FMlYIo002762; Wed, 15 Mar 2006 22:47:34 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FMlYXT002761; Wed, 15 Mar 2006 22:47:34 GMT (envelope-from krion) Message-Id: <200603152247.k2FMlYXT002761@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 15 Mar 2006 22:47:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/pmacct Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:47:35 -0000 krion 2006-03-15 22:47:34 UTC FreeBSD ports repository Modified files: net-mgmt/pmacct Makefile distinfo Log: Update to 0.10.0rc3 Revision Changes Path 1.57 +1 -2 ports/net-mgmt/pmacct/Makefile 1.47 +3 -3 ports/net-mgmt/pmacct/distinfo From owner-cvs-all@FreeBSD.ORG Wed Mar 15 22:55:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C74E16A400; Wed, 15 Mar 2006 22:55:32 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id E790E43D4C; Wed, 15 Mar 2006 22:55:31 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (ip70-177-190-239.dc.dc.cox.net [70.177.190.239]) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k2FNmNIt097721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Mar 2006 18:48:24 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 Mar 2006 17:55:22 -0500 From: Tom Rhodes To: Ruslan Ermilov Message-Id: <20060315175522.7feb4365.trhodes@FreeBSD.org> In-Reply-To: <20060315164729.GJ10897@ip.net.ua> References: <200603151445.k2FEjj01057553@repoman.freebsd.org> <441828FE.33D74622@freebsd.org> <20060315154306.GH10897@ip.net.ua> <86veufzmsf.fsf@xps.des.no> <20060315164729.GJ10897@ip.net.ua> X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: des@des.no, src-committers@FreeBSD.org, andre@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib strtonum.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 22:55:32 -0000 On Wed, 15 Mar 2006 18:47:29 +0200 Ruslan Ermilov wrote: > On Wed, Mar 15, 2006 at 05:37:52PM +0100, Dag-Erling Sm?rgrav wrote: > > Ruslan Ermilov writes: > > > On Wed, Mar 15, 2006 at 03:47:26PM +0100, Andre Oppermann wrote: > > > > I hate mdoc... > > > Only if you don't care to check the produced output and stderr. :-) > > > > which is a lot easier than it sounds - for the uninitiated: > > > > # groff -Tlatin1 -mdoc strtonum.3 2>&1 | less > > > > (you may want to substitute another device for latin1, e.g. utf8 or > > koi8-r; see grotty(1) for a list of supported devices) > > > Even easier: > > cd /usr/src/lib/libc > make manlint MAN=strtonum.3 # to check stderr > make all-man MAN=strtonum.3 -DMANBUILDCAT # to format In sh: nroff -mdoc 1> /dev/null strtonum.3 -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Wed Mar 15 23:09:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F36C16A400; Wed, 15 Mar 2006 23:09:12 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F6D43D48; Wed, 15 Mar 2006 23:09:12 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FN9CKM003552; Wed, 15 Mar 2006 23:09:12 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FN9BaF003551; Wed, 15 Mar 2006 23:09:11 GMT (envelope-from olgeni) Message-Id: <200603152309.k2FN9BaF003551@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 15 Mar 2006 23:09:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/dialyzer Makefile distinfo pkg-plist ports/devel/dialyzer/files patch-setup.sh patch-src_dialyzer__plt.erl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 23:09:12 -0000 olgeni 2006-03-15 23:09:11 UTC FreeBSD ports repository Modified files: devel/dialyzer Makefile distinfo pkg-plist Removed files: devel/dialyzer/files patch-setup.sh patch-src_dialyzer__plt.erl Log: Upgrade to version 1.4.0. Revision Changes Path 1.6 +1 -2 ports/devel/dialyzer/Makefile 1.4 +3 -3 ports/devel/dialyzer/distinfo 1.2 +0 -26 ports/devel/dialyzer/files/patch-setup.sh (dead) 1.2 +0 -23 ports/devel/dialyzer/files/patch-src_dialyzer__plt.erl (dead) 1.4 +14 -0 ports/devel/dialyzer/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Mar 15 23:24:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2581916A401; Wed, 15 Mar 2006 23:24:19 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA4343D5D; Wed, 15 Mar 2006 23:24:14 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FNOEpN004380; Wed, 15 Mar 2006 23:24:14 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FNOEpn004379; Wed, 15 Mar 2006 23:24:14 GMT (envelope-from davidxu) Message-Id: <200603152324.k2FNOEpn004379@repoman.freebsd.org> From: David Xu Date: Wed, 15 Mar 2006 23:24:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_fork.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 23:24:19 -0000 davidxu 2006-03-15 23:24:14 UTC FreeBSD src repository Modified files: sys/kern kern_fork.c Log: Fix a race between file operations and rfork(RFCFDG) by parking all other threads at user boundary, the race can crash kernel under stress testing. Reviewed by: jhb MFC after: 3 days Revision Changes Path 1.258 +17 -0 src/sys/kern/kern_fork.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 00:25:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C6416A422; Thu, 16 Mar 2006 00:25:33 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2205743D46; Thu, 16 Mar 2006 00:25:33 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G0PWQe006617; Thu, 16 Mar 2006 00:25:33 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G0PWKZ006616; Thu, 16 Mar 2006 00:25:32 GMT (envelope-from alc) Message-Id: <200603160025.k2G0PWKZ006616@repoman.freebsd.org> From: Alan Cox Date: Thu, 16 Mar 2006 00:25:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c src/sys/vm vm_extern.h vm_glue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 00:25:33 -0000 alc 2006-03-16 00:25:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c sys/vm vm_extern.h vm_glue.c Log: MFC File Revisions kern/imgact_aout.c 1.100 kern/imgact_elf.c 1.167-1.172, 1.175 kern/imgact_gzip.c 1.55 vm/vm_extern.h 1.77 vm/vm_glue.c 1.214 Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the ephemeral mappings that are used as the source for three copy operations from kernel space to user space. There are two reasons for making this change: (1) Under heavy load exec_map can fill up causing vm_map_find() to fail. When it fails, the nascent process is aborted (SIGABRT). Whereas, this reimplementation using sf_buf_alloc() sleeps. (2) Although it is possible to sleep on vm_map_find()'s failure until address space becomes available (see kmem_alloc_wait()), using sf_buf_alloc() is faster. Furthermore, the reimplementation uses a CPU private mapping, avoiding a TLB shootdown on multiprocessors. The second argument to vm_map_find() should be NULL instead of 0. Correct a long-standing problem in elfN_map_insert(): In order to copy a page to user space, the user space mapping must allow write access. Eliminate an unneeded (vm_prot_t) parameter from two functions. Eliminate unnecessary uses of a local variable. Maintain the vnode lock throughout elfN_load_file() rather than releasing it and reacquiring it in vrele(). Consequently, there is no reason to increase the reference count on the vm object caching the file's pages. Eliminate unused parameters to elfN_load_file(). Maintain the lock on the vnode for most of exec_elfN_imgact(). Specifically, it is required for the I/O that may be performed by elfN_load_section(). Avoid an obscure deadlock in the a.out, elf, and gzip image activators. Add a comment describing why the deadlock does not occur in the common case and how it might occur in less usual circumstances. Eliminate an unused variable from exec_aout_imgact(). Avoid a vm object reference leak in a rarely used code path. An executable contains at most one PT_INTERP program header. Therefore, the loop that searches for it can terminate after it is found rather than iterating over the entire set of program headers. Eliminate an unneeded initialization. Approved by: re (mux) Revision Changes Path 1.99.2.1 +13 -2 src/sys/kern/imgact_aout.c 1.162.2.3 +97 -144 src/sys/kern/imgact_elf.c 1.54.2.1 +13 -0 src/sys/kern/imgact_gzip.c 1.76.2.1 +2 -0 src/sys/vm/vm_extern.h 1.213.2.1 +72 -0 src/sys/vm/vm_glue.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 00:43:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3BD016A400; Thu, 16 Mar 2006 00:43:12 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C1343D46; Thu, 16 Mar 2006 00:43:09 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G0h98W007273; Thu, 16 Mar 2006 00:43:09 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G0h9S0007271; Thu, 16 Mar 2006 00:43:09 GMT (envelope-from clsung) Message-Id: <200603160043.k2G0h9S0007271@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 16 Mar 2006 00:43:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-Install Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 00:43:12 -0000 clsung 2006-03-16 00:43:08 UTC FreeBSD ports repository Modified files: devel/p5-Module-Install Makefile distinfo pkg-plist Log: - update to 0.61 Revision Changes Path 1.15 +10 -6 ports/devel/p5-Module-Install/Makefile 1.15 +3 -3 ports/devel/p5-Module-Install/distinfo 1.8 +2 -1 ports/devel/p5-Module-Install/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 00:55:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E4E16A400; Thu, 16 Mar 2006 00:55:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6724943D46; Thu, 16 Mar 2006 00:55:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G0t34C015173; Thu, 16 Mar 2006 00:55:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G0t3OJ015168; Thu, 16 Mar 2006 00:55:03 GMT (envelope-from pav) Message-Id: <200603160055.k2G0t3OJ015168@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 00:55:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gthumb Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 00:55:03 -0000 pav 2006-03-16 00:55:02 UTC FreeBSD ports repository Modified files: graphics/gthumb Makefile distinfo pkg-plist Log: - Update to 2.6.9 Revision Changes Path 1.23 +1 -2 ports/graphics/gthumb/Makefile 1.13 +3 -3 ports/graphics/gthumb/distinfo 1.11 +4 -3 ports/graphics/gthumb/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 01:33:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A28A516A401; Thu, 16 Mar 2006 01:33:20 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC7C43D45; Thu, 16 Mar 2006 01:33:20 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G1XKi6016629; Thu, 16 Mar 2006 01:33:20 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G1XKrJ016628; Thu, 16 Mar 2006 01:33:20 GMT (envelope-from ijliao) Message-Id: <200603160133.k2G1XKrJ016628@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 16 Mar 2006 01:33:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/sudoku Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 01:33:20 -0000 ijliao 2006-03-16 01:33:19 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/sudoku Makefile distinfo pkg-descr Log: Add sudoku 1.0.1, console based sudoku games. PR: ports/93892 Submitted by: ijliao Revision Changes Path 1.935 +1 -0 ports/games/Makefile 1.1 +45 -0 ports/games/sudoku/Makefile (new) 1.1 +3 -0 ports/games/sudoku/distinfo (new) 1.1 +17 -0 ports/games/sudoku/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 01:33:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B7FB16A401; Thu, 16 Mar 2006 01:33:36 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0828543D45; Thu, 16 Mar 2006 01:33:36 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G1XZWF016681; Thu, 16 Mar 2006 01:33:35 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G1XZFi016680; Thu, 16 Mar 2006 01:33:35 GMT (envelope-from ijliao) Message-Id: <200603160133.k2G1XZFi016680@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 16 Mar 2006 01:33:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 01:33:36 -0000 ijliao 2006-03-16 01:33:35 UTC FreeBSD ports repository Modified files: . modules Log: sudoku --> ports/games/sudoku Revision Changes Path 1.14448 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 01:54:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2001F16A400; Thu, 16 Mar 2006 01:54:48 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A3D43D64; Thu, 16 Mar 2006 01:54:47 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G1slGK017423; Thu, 16 Mar 2006 01:54:47 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G1slnO017422; Thu, 16 Mar 2006 01:54:47 GMT (envelope-from leeym) Message-Id: <200603160154.k2G1slnO017422@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 16 Mar 2006 01:54:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-File-HomeDir Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 01:54:48 -0000 leeym 2006-03-16 01:54:46 UTC FreeBSD ports repository Modified files: devel/p5-File-HomeDir Makefile distinfo Log: - update to 0.56 Revision Changes Path 1.6 +8 -3 ports/devel/p5-File-HomeDir/Makefile 1.5 +3 -3 ports/devel/p5-File-HomeDir/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 02:03:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A932C16A41F; Thu, 16 Mar 2006 02:03:52 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6290643D49; Thu, 16 Mar 2006 02:03:52 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G23qbP017803; Thu, 16 Mar 2006 02:03:52 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G23qpu017802; Thu, 16 Mar 2006 02:03:52 GMT (envelope-from mnag) Message-Id: <200603160203.k2G23qpu017802@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 16 Mar 2006 02:03:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/pecl-APC Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 02:03:52 -0000 mnag 2006-03-16 02:03:52 UTC FreeBSD ports repository Modified files: www/pecl-APC Makefile distinfo Log: - Update to 3.0.10 Revision Changes Path 1.16 +1 -14 ports/www/pecl-APC/Makefile 1.10 +3 -3 ports/www/pecl-APC/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 02:04:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF07016A401; Thu, 16 Mar 2006 02:04:04 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6931043D48; Thu, 16 Mar 2006 02:04:04 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G244wM017849; Thu, 16 Mar 2006 02:04:04 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G244bm017848; Thu, 16 Mar 2006 02:04:04 GMT (envelope-from mnag) Message-Id: <200603160204.k2G244bm017848@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 16 Mar 2006 02:04:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-MySQLdb-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 02:04:04 -0000 mnag 2006-03-16 02:04:04 UTC FreeBSD ports repository Modified files: databases/py-MySQLdb-devel Makefile distinfo pkg-plist Log: - Update to 1.2.1c7 Revision Changes Path 1.34 +2 -2 ports/databases/py-MySQLdb-devel/Makefile 1.22 +3 -3 ports/databases/py-MySQLdb-devel/distinfo 1.12 +3 -12 ports/databases/py-MySQLdb-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 02:34:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E0A116A423; Thu, 16 Mar 2006 02:34:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C1143D53; Thu, 16 Mar 2006 02:34:04 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G2Y4ku018870; Thu, 16 Mar 2006 02:34:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G2Y4HY018869; Thu, 16 Mar 2006 02:34:04 GMT (envelope-from clsung) Message-Id: <200603160234.k2G2Y4HY018869@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 16 Mar 2006 02:34:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Algorithm-Cluster Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 02:34:05 -0000 clsung 2006-03-16 02:34:04 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-Cluster Makefile distinfo Log: - update to 1.31 - try to satisfy portlint Revision Changes Path 1.8 +3 -4 ports/devel/p5-Algorithm-Cluster/Makefile 1.7 +3 -3 ports/devel/p5-Algorithm-Cluster/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 02:54:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F135816A420; Thu, 16 Mar 2006 02:54:19 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 378FF43D55; Thu, 16 Mar 2006 02:54:19 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G2sJHC019610; Thu, 16 Mar 2006 02:54:19 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G2sI3q019609; Thu, 16 Mar 2006 02:54:18 GMT (envelope-from sobomax) Message-Id: <200603160254.k2G2sI3q019609@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 16 Mar 2006 02:54:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mbone/rtptools Makefile distinfo ports/mbone/rtptools/files patch-ad X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 02:54:20 -0000 sobomax 2006-03-16 02:54:18 UTC FreeBSD ports repository Modified files: mbone/rtptools Makefile distinfo mbone/rtptools/files patch-ad Log: Update to 1.18. Revision Changes Path 1.10 +1 -1 ports/mbone/rtptools/Makefile 1.6 +3 -3 ports/mbone/rtptools/distinfo 1.2 +10 -7 ports/mbone/rtptools/files/patch-ad From owner-cvs-all@FreeBSD.ORG Thu Mar 16 03:25:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B389F16A401; Thu, 16 Mar 2006 03:25:19 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F66243D46; Thu, 16 Mar 2006 03:25:19 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G3PJNB021039; Thu, 16 Mar 2006 03:25:19 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G3PJAq021038; Thu, 16 Mar 2006 03:25:19 GMT (envelope-from mnag) Message-Id: <200603160325.k2G3PJAq021038@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 16 Mar 2006 03:25:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/py-email Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 03:25:19 -0000 mnag 2006-03-16 03:25:19 UTC FreeBSD ports repository Modified files: mail/py-email Makefile distinfo Log: - Update to 3.0.1 - portlint(1) Revision Changes Path 1.5 +5 -15 ports/mail/py-email/Makefile 1.5 +3 -3 ports/mail/py-email/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 03:25:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9939216A429; Thu, 16 Mar 2006 03:25:47 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 442E843D6E; Thu, 16 Mar 2006 03:25:45 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G3PikI021079; Thu, 16 Mar 2006 03:25:44 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G3PiZJ021078; Thu, 16 Mar 2006 03:25:44 GMT (envelope-from mnag) Message-Id: <200603160325.k2G3PiZJ021078@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 16 Mar 2006 03:25:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/py-email2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 03:25:47 -0000 mnag 2006-03-16 03:25:44 UTC FreeBSD ports repository Modified files: mail/py-email2 Makefile distinfo Log: - Update to 2.5.7 - portlint(1) Revision Changes Path 1.5 +7 -13 ports/mail/py-email2/Makefile 1.5 +3 -3 ports/mail/py-email2/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 03:31:54 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5816216A425 for ; Thu, 16 Mar 2006 03:31:54 +0000 (UTC) (envelope-from kyota@bellsouth.net) Received: from pc-200-30-219-74.asturias2.pc.metropolis-inter.com (pc-200-30-219-74.asturias2.pc.metropolis-inter.com [200.30.219.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E65843D45 for ; Thu, 16 Mar 2006 03:31:51 +0000 (GMT) (envelope-from kyota@bellsouth.net) Received: from bellsouth.net (mx00.mail.bellsouth.net [205.152.58.32]) by pc-200-30-219-74.asturias2.pc.metropolis-inter.com (Postfix) with ESMTP id 0AD4D67B8C for ; Wed, 15 Mar 2006 22:29:41 -0500 Date: Wed, 15 Mar 2006 22:29:41 -0500 From: Integracia_Holding X-Mailer: The Bat! (v2.00.9) Personal X-Priority: 3 Message-ID: <6492322562.20060315222941@bellsouth.net> To: cvs-all Content-Transfer-Encoding: 8bit X-Virus-Scanned: Norton MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: =?windows-1251?b?yu7t8vDu6/wg6CDz7/Dg4uvl7ejlIOIg9e7r5Ojt4+D1?= =?windows-1251?q?=2E_?= X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 03:31:54 -0000 Èíòåãðèðîâàííûå ñòðóêòóðû (õîëäèíãè). Êîíòðîëü íàä óïðàâëåíèåì Öåëü ñåìèíàðà: Îñìûñëåíèå ñîâðåìåííîãî ñîñòîÿíèÿ è ïåðñïåêòèâ ðàçâèòèÿ ïðàâîâîãî ðåãóëèðîâàíèÿ õîëäèíãîâûõ ñòðóêòóð â Ðîññèè. Îáçîð îñíîâíûõ ñïîñîáîâ ñîçäàíèÿ õîëäèíãîâ. Èçó÷åíèå îñîáåííîñòåé êîðïîðàòèâíîãî óïðàâëåíèÿ è îáåñïå÷åíèÿ êîðïîðàòèâíîãî êîíòðîëÿ â èíòåãðèðîâàííûõ ñòðóêòóðàõ. Äàòà ïðîâåäåíèÿ: 21 - 22 ìàðòà, ïî 6 àêàäåìè÷åñêèõ ÷àñîâ â äåíü, ñ ïåðåðûâîì íà îáåä è êîôå-áðýéê. Ìåñòî ïðîâåäåíèÿ: ã. Ìîñêâà Ñòîèìîñòü ó÷àñòèÿ: 10 999 ðóáëåé, ìåòîäè÷åñêèå è ðàçäàòî÷íûå ìàòåðèàëû, îáåäû, êîôå-áðýéêè âêëþ÷åíû â ñòîèìîñòü. Àóäèòîðèÿ: Êóðñ ðàçðàáîòàí äëÿ ðóêîâîäèòåëåé ïðåäïðèÿòèé êðóïíîãî è ñðåäíåãî áèçíåñà, ÷ëåíîâ ñîâåòîâ äèðåêòîðîâ, ñîáñòâåííèêîâ áèçíåñà, ðóêîâîäèòåëåé è îòâåòñòâåííûõ ðàáîòíèêîâ þðèäè÷åñêèõ è ôèíàíñîâûõ äåïàðòàìåíòîâ, îòäåëîâ öåííûõ áóìàã, èíâåñòèöèîííîé ïðàêòèêè, óïðàâëåíèÿ èìóùåñòâîì, êîðïîðàòèâíîãî óïðàâëåíèÿ, âíóòðåííåãî àóäèòà. Ïî îêîí÷àíèè êóðñà ó÷àñòíèêè óçíàþò: * Íàèáîëåå îïòèìàëüíûå ñïîñîáû ñîçäàíèÿ õîëäèíãîâûõ ñòðóêòóð. * Ïîðÿäîê èçìåíåíèÿ êîðïîðàòèâíîãî óïðàâëåíèÿ äî÷åðíèìè îáùåñòâàìè â çàâèñèìîñòè îò ïîòðåáíîñòåé õîëäèíãà. * Ìåòîäû è ïðèåìû, îáåñïå÷èâàþùèå ñîõðàíåíèå êîðïîðàòèâíîãî êîíòðîëÿ íàä èíòåãðèðîâàííûìè ñòðóêòóðàìè. * Ïðèíöèïû ãàðìîíèçàöèè âíóòðåííèõ äîêóìåíòîâ (ëîêàëüíûõ íîðìàòèâíûõ àêòîâ) èíòåãðèðîâàííûõ ñòðóêòóð. Êðàòêîå ñîäåðæàíèå * Ïîíÿòèå õîëäèíãà. Ñîâðåìåííîå ñîñòîÿíèå è ïåðñïåêòèâû ðàçâèòèÿ ïðàâîâîãî ðåãóëèðîâàíèÿ õîëäèíãîâûõ ñòðóêòóð â Ðîññèè. * Îñîáåííîñòè ñîçäàíèÿ è âíóòðåííÿÿ ñòðóêòóðà õîëäèíãîâ â Ðîññèè * Êîðïîðàòèâíîå óïðàâëåíèå õîëäèíãîâûìè ñòðóêòóðàìè: ìåæäóíàðîäíàÿ ïðàêòèêà è ðîññèéñêèé ïîäõîä * Îáåñïå÷åíèå êîðïîðàòèâíîãî êîíòðîëÿ íàä õîëäèíãàìè è ïðåäîòâðàùåíèå âíåøíèõ è âíóòðåííèõ óãðîç. * Çíà÷åíèå âíóòðåííèõ äîêóìåíòîâ (ëîêàëüíûõ íîðìàòèâíûõ àêòîâ) â óïðàâëåíèè èíòåãðèðîâàííûìè ñòðóêòóðàìè. * Ïðàâîâîå ðåãóëèðîâàíèå îòâåòñòâåííîñòè â õîëäèíãîâûõ ñòðóêòóðàõ * Îòâåòû íà âîïðîñû Ïî âîïðîñàì ðåãèñòàðàöèè îáðàùàéòåñü ïî òåë: (495) 792-21 22; 742-91 98 BTTn7 From owner-cvs-all@FreeBSD.ORG Thu Mar 16 03:49:37 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E246416A400; Thu, 16 Mar 2006 03:49:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F94243D53; Thu, 16 Mar 2006 03:49:33 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k2G3nVoH042214; Wed, 15 Mar 2006 22:49:32 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: David Xu Date: Wed, 15 Mar 2006 08:52:22 -0500 User-Agent: KMail/1.8.3 References: <200603140400.k2E40LiR095530@repoman.freebsd.org> <200603140825.40761.jhb@freebsd.org> <200603150730.36818.davidxu@freebsd.org> In-Reply-To: <200603150730.36818.davidxu@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603150852.23540.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1334/Wed Mar 15 13:13:15 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-3.5 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 03:49:38 -0000 On Tuesday 14 March 2006 06:30 pm, David Xu wrote: > On Tuesday 14 March 2006 21:25, John Baldwin wrote: > > On Monday 13 March 2006 11:00 pm, David Xu wrote: > > > davidxu 2006-03-14 04:00:21 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern kern_exit.c kern_thread.c > > > Log: > > > 1. Count last time slice, this intends to fix > > > "calcru: runtime went backwards" bug for threaded process. > > > 2. Add comment about possible logical problem with scheduler. > > > > > > MFC after: 3 days > > > > Great! Thanks for testing this! > > I was very upset, and forgot to put your name in the log, apologize. > Note that because the thread has detached itself from scheduler, > calling PROC_UNLOCK in theory is not safe, so I have moved > up this patch code a bit. Ok. I think the PROC_UNLOCK might be ok in practice though because we are in a critical section, so we won't preempt when we unlock the mutex and will keep executing until we get to the cpu_throw. =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Mar 16 04:01:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F11516A422; Thu, 16 Mar 2006 04:01:28 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B6EE43D46; Thu, 16 Mar 2006 04:01:28 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G41RLu022278; Thu, 16 Mar 2006 04:01:27 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G41RvR022277; Thu, 16 Mar 2006 04:01:27 GMT (envelope-from ume) Message-Id: <200603160401.k2G41RvR022277@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 16 Mar 2006 04:01:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/tcsh FREEBSD-Xlist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 04:01:28 -0000 ume 2006-03-16 04:01:27 UTC FreeBSD src repository Modified files: contrib/tcsh FREEBSD-Xlist Log: Remove the nls/*/charset files to the exclude list. These files are required for NLS catalog support. Revision Changes Path 1.3 +0 -1 src/contrib/tcsh/FREEBSD-Xlist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 04:03:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1882716A401; Thu, 16 Mar 2006 04:03:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49D443D49; Thu, 16 Mar 2006 04:03:23 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G43NDE022366; Thu, 16 Mar 2006 04:03:23 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G43NWr022365; Thu, 16 Mar 2006 04:03:23 GMT (envelope-from vanilla) Message-Id: <200603160403.k2G43NWr022365@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Mar 2006 04:03:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/entice Makefile ports/graphics/entice/files patch-src_bin_entice.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 04:03:24 -0000 vanilla 2006-03-16 04:03:23 UTC FreeBSD ports repository Modified files: graphics/entice Makefile Added files: graphics/entice/files patch-src_bin_entice.c Log: Fix build, remove BROKEN. Revision Changes Path 1.18 +1 -3 ports/graphics/entice/Makefile 1.1 +10 -0 ports/graphics/entice/files/patch-src_bin_entice.c (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 04:08:32 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C7716A400; Thu, 16 Mar 2006 04:08:32 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AD2943D46; Thu, 16 Mar 2006 04:08:32 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from localhost.my.domain (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2G48UnP043066; Thu, 16 Mar 2006 04:08:32 GMT (envelope-from davidxu@freebsd.org) From: David Xu To: John Baldwin Date: Thu, 16 Mar 2006 12:08:25 +0800 User-Agent: KMail/1.8.2 References: <200603140400.k2E40LiR095530@repoman.freebsd.org> <200603150730.36818.davidxu@freebsd.org> <200603150852.23540.jhb@freebsd.org> In-Reply-To: <200603150852.23540.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603161208.25942.davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 04:08:32 -0000 On Wednesday 15 March 2006 21:52, John Baldwin wrote: > > I was very upset, and forgot to put your name in the log, apologize. > > Note that because the thread has detached itself from scheduler, > > calling PROC_UNLOCK in theory is not safe, so I have moved > > up this patch code a bit. > > Ok. I think the PROC_UNLOCK might be ok in practice though because > we are in a critical section, so we won't preempt when we unlock > the mutex and will keep executing until we get to the cpu_throw. > > -- I don't agree, from scheduler side, if current thread does not have any scheduler assoiciated data, and the setrunqueue may access current thread's scheduler data, it will have trouble, though current 4BSD scheduler does not have any sensitive data stored in the per-thread, but another new scheduler may not work in this way, assuming that a thread which is in critical region and unlocks a mutex won't use per-thread scheduler data is dangerous, in fact, I saw the kernel was crashed in turnstile code after the current thread detaching itself from its ksegroup and starts to call PROC_UNLOCK. David Xu From owner-cvs-all@FreeBSD.ORG Thu Mar 16 04:12:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74FE916A401; Thu, 16 Mar 2006 04:12:50 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4338D43D49; Thu, 16 Mar 2006 04:12:50 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G4CoK6022706; Thu, 16 Mar 2006 04:12:50 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G4Co44022705; Thu, 16 Mar 2006 04:12:50 GMT (envelope-from ariff) Message-Id: <200603160412.k2G4Co44022705@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 16 Mar 2006 04:12:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm sound.c sound.h vchan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 04:12:50 -0000 ariff 2006-03-16 04:12:49 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm sound.c sound.h vchan.c Log: Fix severe 8bit integer overflow during channel creation and destruction, especially for vchans. It turns out that channel numbering always depend on d->devcount counter (which keep increasing), while PCMMKMINOR() truncate everything to 8bit length. At some point the truncation cause the newly created character device overlapped with the existence one, causing erratic overall system behaviour and panic. Easily reproduce with something like: (Luckily, only root can reproduce this) while : ; do sysctl hw.snd.pcm0.vchans=200 sysctl hw.snd.pcm0.vchans=100 done - Enforce channel/chardev numbering within 8bit boundary. Return E2BIG if necessary. - Traverse d->channels SLIST and try to reclaim "free" counter during channel creation. Don't rely on d->devcount at all. - Destroy vchans in reverse order. Anyway, this is not the fault of vchans. It is just that vchans are so cute and begging to be abused ;) . Don't blame her. Old, hidden bugs.. sigh.. MFC after: 3 days Revision Changes Path 1.99 +73 -32 src/sys/dev/sound/pcm/sound.c 1.67 +11 -6 src/sys/dev/sound/pcm/sound.h 1.23 +15 -6 src/sys/dev/sound/pcm/vchan.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 04:16:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 620F916A401; Thu, 16 Mar 2006 04:16:39 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EBAF43D46; Thu, 16 Mar 2006 04:16:39 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G4GdAW022961; Thu, 16 Mar 2006 04:16:39 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G4GcAb022960; Thu, 16 Mar 2006 04:16:38 GMT (envelope-from novel) Message-Id: <200603160416.k2G4GcAb022960@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 16 Mar 2006 04:16:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/vb2c Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 04:16:39 -0000 novel 2006-03-16 04:16:38 UTC FreeBSD ports repository Modified files: devel/vb2c Makefile Log: Fix MASTER_SITES. PR: 94175 Submitted by: Shaun Amott Revision Changes Path 1.9 +1 -1 ports/devel/vb2c/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 04:32:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B804116A41F; Thu, 16 Mar 2006 04:32:55 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73ADF43D46; Thu, 16 Mar 2006 04:32:55 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G4WtA5023523; Thu, 16 Mar 2006 04:32:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G4WtIP023522; Thu, 16 Mar 2006 04:32:55 GMT (envelope-from marcus) Message-Id: <200603160432.k2G4WtIP023522@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 16 Mar 2006 04:32:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 04:32:55 -0000 marcus 2006-03-16 04:32:55 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile distinfo Log: Update to 2.8.16. Revision Changes Path 1.173 +1 -1 ports/x11-toolkits/gtk20/Makefile 1.91 +3 -3 ports/x11-toolkits/gtk20/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 04:40:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6BC216A400; Thu, 16 Mar 2006 04:40:58 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828C643D49; Thu, 16 Mar 2006 04:40:58 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G4ew3e023882; Thu, 16 Mar 2006 04:40:58 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G4ewB0023881; Thu, 16 Mar 2006 04:40:58 GMT (envelope-from marcus) Message-Id: <200603160440.k2G4ewB0023881@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 16 Mar 2006 04:40:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/libxklavier Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 04:40:58 -0000 marcus 2006-03-16 04:40:58 UTC FreeBSD ports repository Modified files: x11/libxklavier Makefile distinfo Log: Update to 2.2. Revision Changes Path 1.27 +6 -5 ports/x11/libxklavier/Makefile 1.18 +3 -3 ports/x11/libxklavier/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:22:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB23516A400; Thu, 16 Mar 2006 06:22:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA7143D6A; Thu, 16 Mar 2006 06:22:02 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6M2ZP034926; Thu, 16 Mar 2006 06:22:02 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6M29i034925; Thu, 16 Mar 2006 06:22:02 GMT (envelope-from delphij) Message-Id: <200603160622.k2G6M29i034925@repoman.freebsd.org> From: Xin LI Date: Thu, 16 Mar 2006 06:22:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/CJK Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/chinese/CJK/files patch-Makefile patch-aa patch-ab patch-ac patch-texinput-Bg5-c00bsmi.fd patch-texinput-GB-c10gbsn.fd patch-texinput-GBBg5-fdfiles ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:22:10 -0000 delphij 2006-03-16 06:22:02 UTC FreeBSD ports repository (src,doc committer) Modified files: chinese/CJK Makefile distinfo pkg-deinstall pkg-descr pkg-plist chinese/CJK/files patch-texinput-Bg5-c00bsmi.fd Added files: chinese/CJK pkg-install chinese/CJK/files patch-Makefile patch-texinput-GB-c10gbsn.fd patch-texinput-GBBg5-fdfiles patch-texinput-GBBg5-type1fdfiles patch-texinput-UTF8-arphicfdfiles patch-utils-Makefiles pkg-message.in chinese/CJK/scripts fddiff.sh installt1enc.sh installtfm.sh Removed files: chinese/CJK/files patch-aa patch-ab patch-ac chinese/CJK/scripts post-install Log: Several improvements over chinese/CJK port, to make it possible to support CJK PDF builds. Submitted by: intron Approved by: Rong-En Fan (maintainer, with changes) Approved by: clive Revision Changes Path 1.35 +91 -10 ports/chinese/CJK/Makefile 1.13 +3 -0 ports/chinese/CJK/distinfo 1.1 +27 -0 ports/chinese/CJK/files/patch-Makefile (new) 1.6 +0 -27 ports/chinese/CJK/files/patch-aa (dead) 1.4 +0 -62 ports/chinese/CJK/files/patch-ab (dead) 1.7 +0 -165 ports/chinese/CJK/files/patch-ac (dead) 1.2 +5 -1 ports/chinese/CJK/files/patch-texinput-Bg5-c00bsmi.fd 1.1 +16 -0 ports/chinese/CJK/files/patch-texinput-GB-c10gbsn.fd (new) 1.1 +78 -0 ports/chinese/CJK/files/patch-texinput-GBBg5-fdfiles (new) 1.1 +72 -0 ports/chinese/CJK/files/patch-texinput-GBBg5-type1fdfiles (new) 1.1 +72 -0 ports/chinese/CJK/files/patch-texinput-UTF8-arphicfdfiles (new) 1.1 +165 -0 ports/chinese/CJK/files/patch-utils-Makefiles (new) 1.1 +110 -0 ports/chinese/CJK/files/pkg-message.in (new) 1.3 +24 -30 ports/chinese/CJK/pkg-deinstall 1.7 +18 -7 ports/chinese/CJK/pkg-descr 1.1 +127 -0 ports/chinese/CJK/pkg-install (new) 1.15 +2110 -176 ports/chinese/CJK/pkg-plist 1.1 +64 -0 ports/chinese/CJK/scripts/fddiff.sh (new) 1.1 +102 -0 ports/chinese/CJK/scripts/installt1enc.sh (new) 1.1 +23 -0 ports/chinese/CJK/scripts/installtfm.sh (new) 1.8 +0 -124 ports/chinese/CJK/scripts/post-install (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:24:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D373916A401; Thu, 16 Mar 2006 06:24:05 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E2743D49; Thu, 16 Mar 2006 06:24:05 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6O5hH035011; Thu, 16 Mar 2006 06:24:05 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6O5od035010; Thu, 16 Mar 2006 06:24:05 GMT (envelope-from sem) Message-Id: <200603160624.k2G6O5od035010@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 16 Mar 2006 06:24:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/phpmyadmin Makefile distinfo pkg-descr ports/databases/phpmyadmin/files config.inc.php.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:24:05 -0000 sem 2006-03-16 06:24:05 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo pkg-descr databases/phpmyadmin/files config.inc.php.sample Log: - Update to 2.8.0.1 PR: ports/94145 Submitted by: maintainer Revision Changes Path 1.45 +3 -3 ports/databases/phpmyadmin/Makefile 1.34 +3 -3 ports/databases/phpmyadmin/distinfo 1.2 +2 -1 ports/databases/phpmyadmin/files/config.inc.php.sample 1.7 +35 -20 ports/databases/phpmyadmin/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:28:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC5516A401; Thu, 16 Mar 2006 06:28:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE51443D49; Thu, 16 Mar 2006 06:28:27 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6SRMU035269; Thu, 16 Mar 2006 06:28:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6SRgA035268; Thu, 16 Mar 2006 06:28:27 GMT (envelope-from delphij) Message-Id: <200603160628.k2G6SRgA035268@repoman.freebsd.org> From: Xin LI Date: Thu, 16 Mar 2006 06:28:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/docproj Makefile pkg-plist ports/chinese/docproj/src Makefile ports/chinese/docproj/src/fixrtf Makefile fixrtf.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:28:28 -0000 delphij 2006-03-16 06:28:27 UTC FreeBSD ports repository (src,doc committer) Modified files: chinese/docproj Makefile pkg-plist chinese/docproj/src Makefile Removed files: chinese/docproj/src/fixrtf Makefile fixrtf.l Log: Separate the PNG embedding utility (fixrtf) out of the port, as it can be used for all languages, not just CJK. Requested by: hrs Approved by: clive Revision Changes Path 1.2 +4 -3 ports/chinese/docproj/Makefile 1.2 +0 -1 ports/chinese/docproj/pkg-plist 1.2 +1 -1 ports/chinese/docproj/src/Makefile 1.2 +0 -13 ports/chinese/docproj/src/fixrtf/Makefile (dead) 1.2 +0 -527 ports/chinese/docproj/src/fixrtf/fixrtf.l (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:31:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2587316A401; Thu, 16 Mar 2006 06:31:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB0B43D45; Thu, 16 Mar 2006 06:31:04 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6V4fd035474; Thu, 16 Mar 2006 06:31:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6V4sC035473; Thu, 16 Mar 2006 06:31:04 GMT (envelope-from clsung) Message-Id: <200603160631.k2G6V4sC035473@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 16 Mar 2006 06:31:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-RSS Makefile distinfo ports/textproc/p5-XML-RSS/files patch-lib::RSS.pm patch-lib::XML::RSS.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:31:05 -0000 clsung 2006-03-16 06:31:04 UTC FreeBSD ports repository Modified files: textproc/p5-XML-RSS Makefile distinfo Added files: textproc/p5-XML-RSS/files patch-lib::XML::RSS.pm Removed files: textproc/p5-XML-RSS/files patch-lib::RSS.pm Log: - update to 1.10 Revision Changes Path 1.18 +7 -3 ports/textproc/p5-XML-RSS/Makefile 1.9 +3 -3 ports/textproc/p5-XML-RSS/distinfo 1.2 +0 -10 ports/textproc/p5-XML-RSS/files/patch-lib::RSS.pm (dead) 1.1 +10 -0 ports/textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:32:27 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBEBD16A423 for ; Thu, 16 Mar 2006 06:32:27 +0000 (UTC) (envelope-from kumi_331_birth@olive.plala.or.jp) Received: from freebsd.org (softbank219192095067.bbtec.net [219.192.95.67]) by mx1.FreeBSD.org (Postfix) with SMTP id 3CB3543D46 for ; Thu, 16 Mar 2006 06:32:27 +0000 (GMT) (envelope-from kumi_331_birth@olive.plala.or.jp) To: From: =?iso-2022-jp?B?GyRCOmRLXDVXSH4bKEI=?= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Message-Id: <20060316063227.3CB3543D46@mx1.FreeBSD.org> Date: Thu, 16 Mar 2006 06:32:27 +0000 (GMT) Subject: =?iso-2022-jp?b?GyRCJTslaiUvJWklTSVDJUg7dkwzNkkbKEI=?= X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: toma_sta@hotmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:32:28 -0000 $B$3$s$K$A$o(B $BFMA3$N%a!<%k?=$7Lu$"$j$^$;$s(B $B%;%j%/%i%M%C%H$r1?1D$7$F$$$k(B $B3t<02q X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6063116A41F; Thu, 16 Mar 2006 06:41:22 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBB7643D46; Thu, 16 Mar 2006 06:41:21 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id EE283B857; Thu, 16 Mar 2006 08:41:20 +0200 (EET) Received: (nullmailer pid 19146 invoked by uid 1002); Thu, 16 Mar 2006 06:41:20 -0000 Date: Thu, 16 Mar 2006 08:41:20 +0200 From: Vasil Dimov To: Brooks Davis Message-ID: <20060316064120.GA97569@qlovarnika.bg.datamax> References: <200603151957.k2FJvHks084268@repoman.freebsd.org> <20060315222117.GC2617@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <20060315222117.GC2617@odin.ac.hmc.edu> X-OS: FreeBSD 6.0-STABLE User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Mark Linimon , ports-committers@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@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: Thu, 16 Mar 2006 06:41:22 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 15, 2006 at 02:21:17PM -0800, Brooks Davis wrote: > On Wed, Mar 15, 2006 at 07:57:17PM +0000, Mark Linimon wrote: > > linimon 2006-03-15 19:57:17 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > . modules=20 > > Log: > > Remove security/hpn-ssh. > > =20 > > Pointy hat to: brooks >=20 > Sorry about this. I even read the committers guild and apparently my > eyes glazed over when I got to this part and the SUBDIR part. :-( >=20 Take a look at freefall:~vd/rmport/rmport.sh - it does everything absolutely completely automatically :-) --=20 Vasil Dimov --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFEGQiQFw6SP/bBpCARAouPAKCtEkhJHFfc1ugUOkPbaxE7To+CjACfVRHj 9nB2tQDdw8kE1ggN5oErpfs= =MWLL -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:42:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F58516A41F; Thu, 16 Mar 2006 06:42:11 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18DCF43D45; Thu, 16 Mar 2006 06:42:11 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6gAKW035832; Thu, 16 Mar 2006 06:42:10 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6gAxH035831; Thu, 16 Mar 2006 06:42:10 GMT (envelope-from delphij) Message-Id: <200603160642.k2G6gAxH035831@repoman.freebsd.org> From: Xin LI Date: Thu, 16 Mar 2006 06:42:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:42:11 -0000 delphij 2006-03-16 06:42:10 UTC FreeBSD ports repository (src,doc committer) Modified files: . modules Log: Add zh-docproj into modules for easier checkouts. Revision Changes Path 1.14449 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:43:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F2616A400; Thu, 16 Mar 2006 06:43:00 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C162B43D45; Thu, 16 Mar 2006 06:42:59 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6gxp6035880; Thu, 16 Mar 2006 06:42:59 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6gxTp035879; Thu, 16 Mar 2006 06:42:59 GMT (envelope-from vanilla) Message-Id: <200603160642.k2G6gxTp035879@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Mar 2006 06:42:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/evas Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:43:00 -0000 vanilla 2006-03-16 06:42:59 UTC FreeBSD ports repository Modified files: graphics/evas Makefile distinfo Log: Upgrade to 0.9.9.024. Revision Changes Path 1.33 +2 -2 ports/graphics/evas/Makefile 1.16 +3 -3 ports/graphics/evas/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:43:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F4ED16A424; Thu, 16 Mar 2006 06:43:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF18E43D62; Thu, 16 Mar 2006 06:43:47 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6hkwi035943; Thu, 16 Mar 2006 06:43:46 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6hknQ035942; Thu, 16 Mar 2006 06:43:46 GMT (envelope-from vanilla) Message-Id: <200603160643.k2G6hknQ035942@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Mar 2006 06:43:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/eet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:43:49 -0000 vanilla 2006-03-16 06:43:46 UTC FreeBSD ports repository Modified files: devel/eet Makefile distinfo Log: Upgrade to 0.9.10.024 Revision Changes Path 1.15 +2 -2 ports/devel/eet/Makefile 1.12 +3 -3 ports/devel/eet/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:45:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4B6916A400; Thu, 16 Mar 2006 06:45:53 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38ECC43D77; Thu, 16 Mar 2006 06:45:51 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6jomn036095; Thu, 16 Mar 2006 06:45:50 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6joEP036094; Thu, 16 Mar 2006 06:45:50 GMT (envelope-from vanilla) Message-Id: <200603160645.k2G6joEP036094@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Mar 2006 06:45:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/embryo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:45:53 -0000 vanilla 2006-03-16 06:45:50 UTC FreeBSD ports repository Modified files: lang/embryo Makefile distinfo Log: Upgrade to 0.9.1.024. Revision Changes Path 1.16 +2 -2 ports/lang/embryo/Makefile 1.12 +3 -3 ports/lang/embryo/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:46:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B45D16A5D5; Thu, 16 Mar 2006 06:46:25 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E2D43D46; Thu, 16 Mar 2006 06:46:25 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6kOHf036193; Thu, 16 Mar 2006 06:46:24 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6kO3C036192; Thu, 16 Mar 2006 06:46:24 GMT (envelope-from vanilla) Message-Id: <200603160646.k2G6kO3C036192@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Mar 2006 06:46:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/edje Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:46:25 -0000 vanilla 2006-03-16 06:46:24 UTC FreeBSD ports repository Modified files: graphics/edje Makefile distinfo Log: Upgrade to 0.5.0.024. Revision Changes Path 1.15 +2 -2 ports/graphics/edje/Makefile 1.9 +3 -3 ports/graphics/edje/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:47:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95EC416A400; Thu, 16 Mar 2006 06:47:04 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5206E43D46; Thu, 16 Mar 2006 06:47:04 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6l4Ta036265; Thu, 16 Mar 2006 06:47:04 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6l4ho036264; Thu, 16 Mar 2006 06:47:04 GMT (envelope-from vanilla) Message-Id: <200603160647.k2G6l4ho036264@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Mar 2006 06:47:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/ecore Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:47:04 -0000 vanilla 2006-03-16 06:47:04 UTC FreeBSD ports repository Modified files: x11/ecore Makefile distinfo Log: Upgrade to 0.9.9.024. Revision Changes Path 1.25 +2 -2 ports/x11/ecore/Makefile 1.12 +3 -3 ports/x11/ecore/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:48:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E25016A424; Thu, 16 Mar 2006 06:48:01 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07FD243D45; Thu, 16 Mar 2006 06:48:01 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6m0L4036326; Thu, 16 Mar 2006 06:48:00 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6m0WX036325; Thu, 16 Mar 2006 06:48:00 GMT (envelope-from vanilla) Message-Id: <200603160648.k2G6m0WX036325@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Mar 2006 06:48:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/enlightenment-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:48:01 -0000 vanilla 2006-03-16 06:48:00 UTC FreeBSD ports repository Modified files: x11-wm/enlightenment-devel Makefile distinfo pkg-plist Log: Upgrade to 0.16.999.024. Revision Changes Path 1.102 +2 -2 ports/x11-wm/enlightenment-devel/Makefile 1.35 +3 -3 ports/x11-wm/enlightenment-devel/distinfo 1.35 +29 -18 ports/x11-wm/enlightenment-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 06:50:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64B3216A400; Thu, 16 Mar 2006 06:50:26 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2323143D48; Thu, 16 Mar 2006 06:50:26 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G6oQkq036466; Thu, 16 Mar 2006 06:50:26 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G6oQ6R036465; Thu, 16 Mar 2006 06:50:26 GMT (envelope-from vd) Message-Id: <200603160650.k2G6oQ6R036465@repoman.freebsd.org> From: Vasil Dimov Date: Thu, 16 Mar 2006 06:50:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 06:50:26 -0000 vd 2006-03-16 06:50:25 UTC FreeBSD ports repository Modified files: . modules Log: Sort Revision Changes Path 1.14450 +9 -9 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 07:03:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9447516A420; Thu, 16 Mar 2006 07:03:15 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 629E543D45; Thu, 16 Mar 2006 07:03:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G73Fjv036937; Thu, 16 Mar 2006 07:03:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G73FVY036936; Thu, 16 Mar 2006 07:03:15 GMT (envelope-from rwatson) Message-Id: <200603160703.k2G73FVY036936@repoman.freebsd.org> From: Robert Watson Date: Thu, 16 Mar 2006 07:03:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_socket.c uipc_socket2.c src/sys/netinet tcp_syncache.c src/sys/sys socketvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 07:03:15 -0000 rwatson 2006-03-16 07:03:15 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c uipc_socket2.c sys/netinet tcp_syncache.c sys/sys socketvar.h Log: Change soabort() from returning int to returning void, since all consumers ignore the return value, soabort() is required to succeed, and protocols produce errors here to report multiple freeing of the pcb, which we hope to eliminate. Revision Changes Path 1.259 +3 -5 src/sys/kern/uipc_socket.c 1.152 +1 -1 src/sys/kern/uipc_socket2.c 1.86 +1 -1 src/sys/netinet/tcp_syncache.c 1.147 +1 -1 src/sys/sys/socketvar.h From owner-cvs-all@FreeBSD.ORG Thu Mar 16 07:23:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6133416A41F; Thu, 16 Mar 2006 07:23:35 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA9443D45; Thu, 16 Mar 2006 07:23:35 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G7NYjE037731; Thu, 16 Mar 2006 07:23:34 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G7NYt0037730; Thu, 16 Mar 2006 07:23:34 GMT (envelope-from vanilla) Message-Id: <200603160723.k2G7NYt0037730@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 16 Mar 2006 07:23:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/evas pkg-plist ports/graphics/evas/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 07:23:35 -0000 vanilla 2006-03-16 07:23:34 UTC FreeBSD ports repository Modified files: graphics/evas pkg-plist Added files: graphics/evas/files patch-configure Log: Fix pkg-plist. Revision Changes Path 1.1 +11 -0 ports/graphics/evas/files/patch-configure (new) 1.9 +53 -0 ports/graphics/evas/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 07:31:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B98C16A401; Thu, 16 Mar 2006 07:31:52 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A51243D46; Thu, 16 Mar 2006 07:31:52 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G7VqWr038013; Thu, 16 Mar 2006 07:31:52 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G7VpJN038012; Thu, 16 Mar 2006 07:31:51 GMT (envelope-from ru) Message-Id: <200603160731.k2G7VpJN038012@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Mar 2006 07:31:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 07:31:52 -0000 ru 2006-03-16 07:31:51 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: When building for pc98, don't create stray objects in the usr.sbin/pcvt/keycap source directory. Found by: phk MFC after: 3 days Revision Changes Path 1.538 +1 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Thu Mar 16 07:44:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 661A516A41F; Thu, 16 Mar 2006 07:44:09 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9E243D49; Thu, 16 Mar 2006 07:44:08 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k2G7i54o043790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Mar 2006 10:44:06 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k2G7i57s043789; Thu, 16 Mar 2006 10:44:05 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 16 Mar 2006 10:44:05 +0300 From: Gleb Smirnoff To: Andre Oppermann Message-ID: <20060316074405.GL1102@FreeBSD.org> References: <200603151939.k2FJd91g080489@repoman.freebsd.org> <20060315204402.GK1102@FreeBSD.org> <441883DD.B0B5A18C@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <441883DD.B0B5A18C@freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net route.h rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 07:44:09 -0000 On Wed, Mar 15, 2006 at 10:15:09PM +0100, Andre Oppermann wrote: A> > A> These changes faciliate running of multiple cooperating routing A> > A> daemons at the same time without causing undesired interference. A> > A> Open[BGP|OSPF]D make use of these features to have IGP routes A> > A> override EGP ones. A> > A> > Please explain how is this done. Does radix allow presence of two A> > identical prefixes in tree, and we distinguish them by rt->rt_flags? A> A> No. If you've got the same prefix in BGP and OSPF with different next A> hops then the OSPF one should win. Normally the two daemons would get A> into a fight about this and indefinatly try to replace each others A> route again. This change makes it possible for two cooperating daemons A> to avoid this. With the change to flags OSPFD may take over an existing A> route by chaning the PROTO flag to itself. BGPD then knows it got an A> override. Before OSPFD had to delete the route and re-add it with its A> own parameters. However upon the delete message BGPD would try to add A> it again. When OSPFD removes a route that was identical to a BGP one A> BGPD will re-add its own version of it. So, we have a small window when the route is absent in kernel, right? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Thu Mar 16 07:50:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F7616A424; Thu, 16 Mar 2006 07:50:16 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B1843D46; Thu, 16 Mar 2006 07:50:16 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G7oGlQ038765; Thu, 16 Mar 2006 07:50:16 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G7oFkS038764; Thu, 16 Mar 2006 07:50:15 GMT (envelope-from delphij) Message-Id: <200603160750.k2G7oFkS038764@repoman.freebsd.org> From: Xin LI Date: Thu, 16 Mar 2006 07:50:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/fixrtf Makefile pkg-descr pkg-plist ports/textproc/fixrtf/src Makefile fixrtf.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 07:50:16 -0000 delphij 2006-03-16 07:50:15 UTC FreeBSD ports repository (src,doc committer) Modified files: textproc Makefile Added files: textproc/fixrtf Makefile pkg-descr pkg-plist textproc/fixrtf/src Makefile fixrtf.l Log: Add fixrtf, an utility that is intended for use with the Documentation Project, which can embed PNGs into RTF files. Obtained from: The FreeBSD Simplified Chinese Project Approved by: clive Revision Changes Path 1.936 +1 -0 ports/textproc/Makefile 1.1 +34 -0 ports/textproc/fixrtf/Makefile (new) 1.1 +6 -0 ports/textproc/fixrtf/pkg-descr (new) 1.1 +1 -0 ports/textproc/fixrtf/pkg-plist (new) 1.1 +13 -0 ports/textproc/fixrtf/src/Makefile (new) 1.1 +527 -0 ports/textproc/fixrtf/src/fixrtf.l (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 07:53:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D340816A42A; Thu, 16 Mar 2006 07:53:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B863D43D62; Thu, 16 Mar 2006 07:53:34 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G7rWfL038898; Thu, 16 Mar 2006 07:53:33 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G7rWmJ038897; Thu, 16 Mar 2006 07:53:32 GMT (envelope-from delphij) Message-Id: <200603160753.k2G7rWmJ038897@repoman.freebsd.org> From: Xin LI Date: Thu, 16 Mar 2006 07:53:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 07:53:36 -0000 delphij 2006-03-16 07:53:30 UTC FreeBSD ports repository (src,doc committer) Modified files: . modules Log: fixrtf -> ports/textproc/fixrtf Revision Changes Path 1.14451 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 08:01:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921E716A401; Thu, 16 Mar 2006 08:01:11 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E41D43D5F; Thu, 16 Mar 2006 08:01:11 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G81AuT039240; Thu, 16 Mar 2006 08:01:11 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G81AM2039235; Thu, 16 Mar 2006 08:01:10 GMT (envelope-from ariff) Message-Id: <200603160801.k2G81AM2039235@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 16 Mar 2006 08:01:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm sound.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 08:01:11 -0000 ariff 2006-03-16 08:01:10 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm sound.c Log: Restore CHN_F_BUSY flag which was removed accidentally in previous commit. Revision Changes Path 1.100 +1 -1 src/sys/dev/sound/pcm/sound.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 08:15:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB8716A41F; Thu, 16 Mar 2006 08:15:51 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D259E43D55; Thu, 16 Mar 2006 08:15:33 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G8FXrX039948; Thu, 16 Mar 2006 08:15:33 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G8FXMg039947; Thu, 16 Mar 2006 08:15:33 GMT (envelope-from anray) Message-Id: <200603160815.k2G8FXMg039947@repoman.freebsd.org> From: Andrey Slusar Date: Thu, 16 Mar 2006 08:15:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/xemacs-devel-mule Makefile distinfo ports/editors/xemacs-devel-mule/files patch-cmdloop.el patch-diagnose.el patch-dynarr.c patch-mule-cmds.el patch-objects-gtk.c patch-objects-x.c patch-profile.h patch-syntax.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 08:15:51 -0000 anray 2006-03-16 08:15:33 UTC FreeBSD ports repository Modified files: editors/xemacs-devel-mule Makefile distinfo Added files: editors/xemacs-devel-mule/files patch-diagnose.el patch-profile.h Removed files: editors/xemacs-devel-mule/files patch-cmdloop.el patch-dynarr.c patch-mule-cmds.el patch-objects-gtk.c patch-objects-x.c patch-syntax.c patch-x-win-xfree86.el patch-xgccache.c patch-xlwmenu.c Log: - Update to 21.5-b25 "eggplant". - Fix build with gtk support. - Disable experimental features and add this features to WITH_EXPERIMENTAL option(it's improve perfomance and stability in default build). Revision Changes Path 1.52 +9 -4 ports/editors/xemacs-devel-mule/Makefile 1.17 +3 -3 ports/editors/xemacs-devel-mule/distinfo 1.2 +0 -28 ports/editors/xemacs-devel-mule/files/patch-cmdloop.el (dead) 1.1 +17 -0 ports/editors/xemacs-devel-mule/files/patch-diagnose.el (new) 1.2 +0 -57 ports/editors/xemacs-devel-mule/files/patch-dynarr.c (dead) 1.2 +0 -34 ports/editors/xemacs-devel-mule/files/patch-mule-cmds.el (dead) 1.2 +0 -28 ports/editors/xemacs-devel-mule/files/patch-objects-gtk.c (dead) 1.3 +0 -49 ports/editors/xemacs-devel-mule/files/patch-objects-x.c (dead) 1.1 +16 -0 ports/editors/xemacs-devel-mule/files/patch-profile.h (new) 1.2 +0 -37 ports/editors/xemacs-devel-mule/files/patch-syntax.c (dead) 1.2 +0 -46 ports/editors/xemacs-devel-mule/files/patch-x-win-xfree86.el (dead) 1.2 +0 -17 ports/editors/xemacs-devel-mule/files/patch-xgccache.c (dead) 1.2 +0 -18 ports/editors/xemacs-devel-mule/files/patch-xlwmenu.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 08:17:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E320616A424; Thu, 16 Mar 2006 08:17:09 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C94943D7F; Thu, 16 Mar 2006 08:17:07 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G8H79h040013; Thu, 16 Mar 2006 08:17:07 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G8H7hN040012; Thu, 16 Mar 2006 08:17:07 GMT (envelope-from anray) Message-Id: <200603160817.k2G8H7hN040012@repoman.freebsd.org> From: Andrey Slusar Date: Thu, 16 Mar 2006 08:17:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.emacs.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 08:17:10 -0000 anray 2006-03-16 08:17:07 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk Log: Update xemacs-devel-mule to 21.5-b25 Revision Changes Path 1.52 +2 -2 ports/Mk/bsd.emacs.mk From owner-cvs-all@FreeBSD.ORG Thu Mar 16 08:24:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21DBF16A420; Thu, 16 Mar 2006 08:24:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E8D243D88; Thu, 16 Mar 2006 08:24:08 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G8O8JU040278; Thu, 16 Mar 2006 08:24:08 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G8O8I5040277; Thu, 16 Mar 2006 08:24:08 GMT (envelope-from delphij) Message-Id: <200603160824.k2G8O8I5040277@repoman.freebsd.org> From: Xin LI Date: Thu, 16 Mar 2006 08:24:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/docproj Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 08:24:09 -0000 delphij 2006-03-16 08:24:07 UTC FreeBSD ports repository (src,doc committer) Modified files: textproc/docproj Makefile Log: Add fixrtf into dependencies of textproc/docproj; also, add zh-docproj as dependency when WITH_JADETEX is set to yes, if WITHOUT_CJK is not defined. For users who do not want to build CJK PDFs, please be sure to add "WITHOUT_CJK=yes" when building the docproj-jadetex port. Discussed with: doceng@ Approved by: doceng@ (maintainer) Approved by: clive Revision Changes Path 1.49 +6 -3 ports/textproc/docproj/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 08:39:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF8F16A400; Thu, 16 Mar 2006 08:39:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8618E43D6D; Thu, 16 Mar 2006 08:39:57 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G8dvgO040928; Thu, 16 Mar 2006 08:39:57 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G8dv1H040919; Thu, 16 Mar 2006 08:39:57 GMT (envelope-from edwin) Message-Id: <200603160839.k2G8dv1H040919@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 16 Mar 2006 08:39:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/penguintv/files patch-share__defaultsubs.opml ports/net/penguintv-devel/files patch-share__defaultsubs.opml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 08:39:58 -0000 edwin 2006-03-16 08:39:55 UTC FreeBSD ports repository Added files: net/penguintv/files patch-share__defaultsubs.opml net/penguintv-devel/files patch-share__defaultsubs.opml Log: Add BSDTalk to the list of default feeds. Feel free to suggest other BSD related podcast/videocasts! Revision Changes Path 1.1 +14 -0 ports/net/penguintv-devel/files/patch-share__defaultsubs.opml (new) 1.1 +14 -0 ports/net/penguintv/files/patch-share__defaultsubs.opml (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 08:52:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B6B016A422; Thu, 16 Mar 2006 08:52:00 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486D843D49; Thu, 16 Mar 2006 08:52:00 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G8pxKF049986; Thu, 16 Mar 2006 08:52:00 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G8pxgG049985; Thu, 16 Mar 2006 08:51:59 GMT (envelope-from alc) Message-Id: <200603160851.k2G8pxgG049985@repoman.freebsd.org> From: Alan Cox Date: Thu, 16 Mar 2006 08:51:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern imgact_aout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 08:52:00 -0000 alc 2006-03-16 08:51:59 UTC FreeBSD src repository Modified files: sys/kern imgact_aout.c Log: Correct two vm object reference leaks in error cases. Submitted by: davidxu Revision Changes Path 1.101 +2 -0 src/sys/kern/imgact_aout.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 09:12:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2339316A401; Thu, 16 Mar 2006 09:12:29 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34D743D48; Thu, 16 Mar 2006 09:12:28 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G9CSbE053333; Thu, 16 Mar 2006 09:12:28 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G9CS2s053332; Thu, 16 Mar 2006 09:12:28 GMT (envelope-from vd) Message-Id: <200603160912.k2G9CS2s053332@repoman.freebsd.org> From: Vasil Dimov Date: Thu, 16 Mar 2006 09:12:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/darkplaces Makefile pkg-plist ports/games/darkplaces/files patch-fs.c patch-gl_backend.c patch-makefile.inc pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 09:12:29 -0000 vd 2006-03-16 09:12:28 UTC FreeBSD ports repository Modified files: games/darkplaces Makefile Added files: games/darkplaces/files patch-fs.c patch-gl_backend.c patch-makefile.inc Removed files: games/darkplaces pkg-plist games/darkplaces/files pkg-message.in Log: * Integrate with quake-data * Minor fixes PR: ports/91840 Submitted by: "Alejandro Pulver" (maintainer) Revision Changes Path 1.2 +28 -46 ports/games/darkplaces/Makefile 1.1 +11 -0 ports/games/darkplaces/files/patch-fs.c (new) 1.1 +46 -0 ports/games/darkplaces/files/patch-gl_backend.c (new) 1.1 +117 -0 ports/games/darkplaces/files/patch-makefile.inc (new) 1.2 +0 -5 ports/games/darkplaces/files/pkg-message.in (dead) 1.2 +0 -5 ports/games/darkplaces/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 09:35:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4ED16A400 for ; Thu, 16 Mar 2006 09:35:01 +0000 (UTC) (envelope-from apache@plaidtiger.com) Received: from plaidtiger.com (plaidtiger.com [66.249.20.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F29A43D46 for ; Thu, 16 Mar 2006 09:34:59 +0000 (GMT) (envelope-from apache@plaidtiger.com) Received: (from apache@localhost) by plaidtiger.com (8.11.6/8.11.6) id k2G9YwQ02617; Thu, 16 Mar 2006 01:34:58 -0800 Date: Thu, 16 Mar 2006 01:34:58 -0800 Message-Id: <200603160934.k2G9YwQ02617@plaidtiger.com> To: cvs-all@FreeBSD.org From: "©2006 JPMorgan Chase & Co." Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Important Information Regarding Your Chase Online Access(SM) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: no.reply@chase.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 09:35:02 -0000 Chase Logo [1]Skip to main content [2]Accessibility Information [3]Chase.com | [4]Privacy Policy Chase Online Dear Chase account holder, We recently reviewed your account, and suspect that your Chase Internet Banking account may have been accessed by an unauthorized third party. Protecting the security of your account and of the Chase Bank network is our primary concern. Therefore, as a preventative measure, we have temporarily limited access to sensitive account features. To restore your account access, please take the following steps to ensure that your account has not been compromised: 1. Login to your Chase Internet Banking account. In case you are not enrolled for Internet Banking, you will have to use your Social Security Number as both your Personal ID and Password. 2. Review your recent account history for any unauthorized withdrawals or deposits, and check your account profile to make sure not changes have been made. If any unauthorized activity has taken place on your account, report this to Chase staff immediately. [5]Click here to activate your account We apologize for any inconvenience this may cause, and appreciate your assistance in helping us maintain the integrity of the entire Chase system. Thank you for your prompt attention to this matter. Sincerely, The Chase Bank Team Please do not reply to this e-mail. Mail sent to this address cannot be answered. For assistance, log in to your Chase Bank account and choose the "Help" link in the header of any page. © 2006 JPMorgan Chase & Co.security manager Becky Draftel [Semnatura_Sava.gif] [6]Security | [7]Terms of Use © 2005 JPMorgan Chase & Co. References 1. file://localhost/tmp/tmp6496vF.html#skip 2. javascript: void(0); 3. http://66.227.27.115/cmcspagename=ChaseHref&urlname=chaseccprivacysecurityreminder/index.htm 4. http://66.227.27.115/cmcspagename=ChaseHref&urlname=chaseccprivacysecurityreminder/index.htm 5. http://66.227.27.115/cmcspagename=ChaseHref&urlname=chaseccprivacysecurityreminder/index.htm 6. http://www.chase.com/pages/privacy 7. http://www.chase.com/cm/cs?pagename=Chase/Href&urlname=chase/cc/terms From owner-cvs-all@FreeBSD.ORG Thu Mar 16 09:37:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9411216A42C; Thu, 16 Mar 2006 09:37:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E06E043D75; Thu, 16 Mar 2006 09:37:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G9bDWI054289; Thu, 16 Mar 2006 09:37:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G9bDdc054288; Thu, 16 Mar 2006 09:37:13 GMT (envelope-from pav) Message-Id: <200603160937.k2G9bDdc054288@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 09:37:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/platforms/amd64 motherboards.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 09:37:14 -0000 pav 2006-03-16 09:37:13 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: - Add Asus K8N-E entry PR: www/94386 Submitted by: Nikolay Pavlov Revision Changes Path 1.69 +9 -1 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 09:40:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A45AF16A401; Thu, 16 Mar 2006 09:40:49 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6139343D45; Thu, 16 Mar 2006 09:40:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G9enWV054425; Thu, 16 Mar 2006 09:40:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G9enGF054424; Thu, 16 Mar 2006 09:40:49 GMT (envelope-from pav) Message-Id: <200603160940.k2G9enGF054424@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 09:40:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/gtktalog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 09:40:49 -0000 pav 2006-03-16 09:40:48 UTC FreeBSD ports repository Modified files: misc/gtktalog Makefile Log: - Fix fetching PR: ports/94510 Submitted by: Jean Milanez Melo Revision Changes Path 1.21 +1 -1 ports/misc/gtktalog/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 09:43:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF68216A401; Thu, 16 Mar 2006 09:43:11 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A90043D48; Thu, 16 Mar 2006 09:43:11 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2G9hBvk054536; Thu, 16 Mar 2006 09:43:11 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2G9hBNS054535; Thu, 16 Mar 2006 09:43:11 GMT (envelope-from vs) Message-Id: <200603160943.k2G9hBNS054535@repoman.freebsd.org> From: Volker Stolz Date: Thu, 16 Mar 2006 09:43:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gprolog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 09:43:12 -0000 vs 2006-03-16 09:43:11 UTC FreeBSD ports repository Modified files: lang/gprolog Makefile Log: Somehow GCC 3.x generates a gprolog binary which fails immediately on startup. Fall back to GCC 2.95 and bump PORTREVISION accordingly. This update also brings back the FD-solver! Maybe somebody should check what other distros do about this, but e.g. blindly applying the Debian patch set doesn't fix this error. Reminded by: Fernando López Revision Changes Path 1.20 +3 -6 ports/lang/gprolog/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:25:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AA916A401; Thu, 16 Mar 2006 10:25:57 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EE143D45; Thu, 16 Mar 2006 10:25:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GAPvH8056147; Thu, 16 Mar 2006 10:25:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GAPv5S056146; Thu, 16 Mar 2006 10:25:57 GMT (envelope-from pav) Message-Id: <200603161025.k2GAPv5S056146@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 10:25:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/platforms/amd64 motherboards.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:25:57 -0000 pav 2006-03-16 10:25:57 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: - Update Asus K8N-E entry: SATA works Submitted by: Nikolay Pavlov Revision Changes Path 1.70 +2 -2 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:32:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEEFC16A400; Thu, 16 Mar 2006 10:32:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C9F43D49; Thu, 16 Mar 2006 10:32:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GAWtGg056526; Thu, 16 Mar 2006 10:32:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GAWtaM056525; Thu, 16 Mar 2006 10:32:55 GMT (envelope-from pav) Message-Id: <200603161032.k2GAWtaM056525@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 10:32:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/pawm Makefile distinfo pkg-plist ports/x11-wm/pawm/files patch-src__pashut.c patch-src__pawindow.cc patch-src__wm.c patch-src_cfgpool.c patch-src_cfgpool.h patch-src_chain.c patch-src_paclock.c patch-src_pashut.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:32:55 -0000 pav 2006-03-16 10:32:55 UTC FreeBSD ports repository Modified files: x11-wm/pawm Makefile distinfo Added files: x11-wm/pawm pkg-plist x11-wm/pawm/files patch-src__pashut.c patch-src__pawindow.cc patch-src__wm.c Removed files: x11-wm/pawm/files patch-src_cfgpool.c patch-src_cfgpool.h patch-src_chain.c patch-src_paclock.c patch-src_pashut.c patch-src_timux.c patch-src_timux.h patch-src_wm.c Log: - Update to 2.2.0 PR: ports/94507 Submitted by: KATO Tsuguru Revision Changes Path 1.9 +48 -31 ports/x11-wm/pawm/Makefile 1.7 +3 -3 ports/x11-wm/pawm/distinfo 1.1 +10 -0 ports/x11-wm/pawm/files/patch-src__pashut.c (new) 1.1 +32 -0 ports/x11-wm/pawm/files/patch-src__pawindow.cc (new) 1.1 +20 -0 ports/x11-wm/pawm/files/patch-src__wm.c (new) 1.2 +0 -56 ports/x11-wm/pawm/files/patch-src_cfgpool.c (dead) 1.2 +0 -30 ports/x11-wm/pawm/files/patch-src_cfgpool.h (dead) 1.2 +0 -24 ports/x11-wm/pawm/files/patch-src_chain.c (dead) 1.2 +0 -12 ports/x11-wm/pawm/files/patch-src_paclock.c (dead) 1.2 +0 -12 ports/x11-wm/pawm/files/patch-src_pashut.c (dead) 1.2 +0 -15 ports/x11-wm/pawm/files/patch-src_timux.c (dead) 1.2 +0 -22 ports/x11-wm/pawm/files/patch-src_timux.h (dead) 1.2 +0 -17 ports/x11-wm/pawm/files/patch-src_wm.c (dead) 1.1 +38 -0 ports/x11-wm/pawm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:33:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA9B916A400; Thu, 16 Mar 2006 10:33:33 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857CF43D46; Thu, 16 Mar 2006 10:33:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GAXXsk056569; Thu, 16 Mar 2006 10:33:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GAXXOU056568; Thu, 16 Mar 2006 10:33:33 GMT (envelope-from pav) Message-Id: <200603161033.k2GAXXOU056568@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 10:33:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/xfce4-xmms-plugin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:33:33 -0000 pav 2006-03-16 10:33:33 UTC FreeBSD ports repository Modified files: multimedia/xfce4-xmms-plugin Makefile distinfo pkg-plist Log: - Update to 0.3.1 - Take maintainership PR: ports/94177 Submitted by: Jean-Francois BOEUF Revision Changes Path 1.9 +6 -5 ports/multimedia/xfce4-xmms-plugin/Makefile 1.3 +3 -3 ports/multimedia/xfce4-xmms-plugin/distinfo 1.5 +14 -4 ports/multimedia/xfce4-xmms-plugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:34:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED7B16A43A; Thu, 16 Mar 2006 10:34:10 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BB343D46; Thu, 16 Mar 2006 10:34:10 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GAYA5v056627; Thu, 16 Mar 2006 10:34:10 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GAYArO056626; Thu, 16 Mar 2006 10:34:10 GMT (envelope-from pav) Message-Id: <200603161034.k2GAYArO056626@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 10:34:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/xfce4-fsguard-plugin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:34:11 -0000 pav 2006-03-16 10:34:10 UTC FreeBSD ports repository Modified files: sysutils/xfce4-fsguard-plugin Makefile distinfo pkg-plist Log: - Update to 0.2.1 - Take maintainership PR: ports/93563 Submitted by: Jean-Francois BOEUF Revision Changes Path 1.17 +6 -6 ports/sysutils/xfce4-fsguard-plugin/Makefile 1.5 +3 -3 ports/sysutils/xfce4-fsguard-plugin/distinfo 1.3 +3 -3 ports/sysutils/xfce4-fsguard-plugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:39:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B69016A401; Thu, 16 Mar 2006 10:39:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00EE643D49; Thu, 16 Mar 2006 10:39:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GAdDYN056910; Thu, 16 Mar 2006 10:39:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GAdDul056909; Thu, 16 Mar 2006 10:39:13 GMT (envelope-from pav) Message-Id: <200603161039.k2GAdDul056909@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 10:39:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/javel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:39:14 -0000 pav 2006-03-16 10:39:13 UTC FreeBSD ports repository Modified files: java/javel Makefile Log: - Fix fetching PR: ports/94193 Submitted by: Jean-Francois BOEUF Revision Changes Path 1.9 +1 -2 ports/java/javel/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:42:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C713516A42C; Thu, 16 Mar 2006 10:42:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3084343D77; Thu, 16 Mar 2006 10:42:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GAgPON057063; Thu, 16 Mar 2006 10:42:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GAgOcJ057062; Thu, 16 Mar 2006 10:42:24 GMT (envelope-from pav) Message-Id: <200603161042.k2GAgOcJ057062@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 10:42:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/ispell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:42:43 -0000 pav 2006-03-16 10:42:24 UTC FreeBSD ports repository Modified files: textproc/ispell Makefile Log: - Fix fetching of french dictionary PR: ports/93725 Submitted by: Jean-Francois BOEUF Revision Changes Path 1.101 +1 -1 ports/textproc/ispell/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:43:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5422B16A420; Thu, 16 Mar 2006 10:43:21 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E23943D46; Thu, 16 Mar 2006 10:43:21 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GAhKCr057152; Thu, 16 Mar 2006 10:43:20 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GAhKmj057151; Thu, 16 Mar 2006 10:43:20 GMT (envelope-from vd) Message-Id: <200603161043.k2GAhKmj057151@repoman.freebsd.org> From: Vasil Dimov Date: Thu, 16 Mar 2006 10:43:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/vpb-driver Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:43:21 -0000 vd 2006-03-16 10:43:20 UTC FreeBSD ports repository Modified files: comms/vpb-driver Makefile pkg-plist Log: * fix plist * mark not for sparc64 [1] * remove USE_REINPLACE PR: ports/92932 [1] Submitted by: Chris Forkin (maintainer) [1] Revision Changes Path 1.6 +2 -3 ports/comms/vpb-driver/Makefile 1.3 +1 -0 ports/comms/vpb-driver/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:43:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78AAD16A430; Thu, 16 Mar 2006 10:43:37 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E1F143D46; Thu, 16 Mar 2006 10:43:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GAhY77057216; Thu, 16 Mar 2006 10:43:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GAhYYX057215; Thu, 16 Mar 2006 10:43:34 GMT (envelope-from pav) Message-Id: <200603161043.k2GAhYYX057215@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 10:43:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/py-gato Makefile distinfo pkg-descr pkg-plist ports/math/py-gato/files patch-Gato.py patch-GatoFile.py patch-GraphUtil.py patch-Gred.py patch-TextTreeWidget.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:43:37 -0000 pav 2006-03-16 10:43:34 UTC FreeBSD ports repository Modified files: math/py-gato Makefile distinfo pkg-descr pkg-plist math/py-gato/files patch-Gato.py patch-Gred.py Added files: math/py-gato/files patch-GatoFile.py patch-TextTreeWidget.py Removed files: math/py-gato/files patch-GraphUtil.py Log: - Update to 0.98Q PR: ports/94230 Submitted by: Jean-Francois BOEUF Revision Changes Path 1.7 +4 -6 ports/math/py-gato/Makefile 1.6 +3 -3 ports/math/py-gato/distinfo 1.3 +36 -21 ports/math/py-gato/files/patch-Gato.py 1.1 +8 -0 ports/math/py-gato/files/patch-GatoFile.py (new) 1.3 +0 -76 ports/math/py-gato/files/patch-GraphUtil.py (dead) 1.3 +21 -7 ports/math/py-gato/files/patch-Gred.py 1.1 +8 -0 ports/math/py-gato/files/patch-TextTreeWidget.py (new) 1.2 +1 -3 ports/math/py-gato/pkg-descr 1.3 +6 -0 ports/math/py-gato/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 10:53:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1986716A420; Thu, 16 Mar 2006 10:53:12 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5742E43D48; Thu, 16 Mar 2006 10:53:11 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GArBuC057612; Thu, 16 Mar 2006 10:53:11 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GArAtc057611; Thu, 16 Mar 2006 10:53:10 GMT (envelope-from vd) Message-Id: <200603161053.k2GArAtc057611@repoman.freebsd.org> From: Vasil Dimov Date: Thu, 16 Mar 2006 10:53:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/vpb-driver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 10:53:12 -0000 vd 2006-03-16 10:53:10 UTC FreeBSD ports repository Modified files: comms/vpb-driver Makefile Log: Bump PORTREVISION since the fix I committed involves plist change Revision Changes Path 1.7 +1 -0 ports/comms/vpb-driver/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 11:03:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73FE16A401; Thu, 16 Mar 2006 11:03:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2669843D53; Thu, 16 Mar 2006 11:03:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GB33h6058061; Thu, 16 Mar 2006 11:03:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GB33fL058060; Thu, 16 Mar 2006 11:03:03 GMT (envelope-from pav) Message-Id: <200603161103.k2GB33fL058060@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 11:03:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/xtla Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:03:04 -0000 pav 2006-03-16 11:03:03 UTC FreeBSD ports repository Modified files: devel/xtla Makefile distinfo Log: - Tarball rerolled; author changed debian package and emacs autoload PR: ports/94458 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.16 +2 -1 ports/devel/xtla/Makefile 1.11 +3 -3 ports/devel/xtla/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 11:03:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DF4F16A41F; Thu, 16 Mar 2006 11:03:20 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D42443D6A; Thu, 16 Mar 2006 11:03:16 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GB3FqL058094; Thu, 16 Mar 2006 11:03:15 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GB3FoU058093; Thu, 16 Mar 2006 11:03:15 GMT (envelope-from novel) Message-Id: <200603161103.k2GB3FoU058093@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 16 Mar 2006 11:03:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/audacious Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:03:20 -0000 novel 2006-03-16 11:03:15 UTC FreeBSD ports repository Modified files: multimedia/audacious Makefile distinfo pkg-plist Log: Update to 0.2.2. PR: 94129 Submitted by: maintainer Revision Changes Path 1.9 +9 -32 ports/multimedia/audacious/Makefile 1.3 +3 -3 ports/multimedia/audacious/distinfo 1.8 +6 -26 ports/multimedia/audacious/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 11:05:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D87CB16A401; Thu, 16 Mar 2006 11:05:02 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DBE43D60; Thu, 16 Mar 2006 11:04:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GB4tT5058216; Thu, 16 Mar 2006 11:04:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GB4t9J058215; Thu, 16 Mar 2006 11:04:55 GMT (envelope-from pav) Message-Id: <200603161104.k2GB4t9J058215@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 11:04:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/muse Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:05:03 -0000 pav 2006-03-16 11:04:55 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/muse Makefile distinfo pkg-descr pkg-plist Log: Emacs Muse is an authoring and publishing environment for Emacs. It simplifies the process of writings documents and publishing them to various output formats. Muse consists of two main parts: an enhanced text-mode for authoring documents and navigating within Muse projects, and a set of publishing styles for generating different kinds of output. WWW: http://www.emacswiki.org/cgi-bin/wiki/MuseMode PR: ports/93716 Submitted by: Dryice Liu Revision Changes Path 1.937 +1 -0 ports/textproc/Makefile 1.1 +56 -0 ports/textproc/muse/Makefile (new) 1.1 +3 -0 ports/textproc/muse/distinfo (new) 1.1 +9 -0 ports/textproc/muse/pkg-descr (new) 1.1 +71 -0 ports/textproc/muse/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 11:05:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2AF16A401; Thu, 16 Mar 2006 11:05:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C024243D70; Thu, 16 Mar 2006 11:05:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GB5cUW058306; Thu, 16 Mar 2006 11:05:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GB5c0U058305; Thu, 16 Mar 2006 11:05:38 GMT (envelope-from pav) Message-Id: <200603161105.k2GB5c0U058305@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 11:05:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:05:39 -0000 pav 2006-03-16 11:05:38 UTC FreeBSD ports repository Modified files: . modules Log: textproc-muse --> ports/textproc/muse Revision Changes Path 1.14452 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 11:19:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 390C016A401; Thu, 16 Mar 2006 11:19:37 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB59B43D45; Thu, 16 Mar 2006 11:19:36 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GBJa0g058775; Thu, 16 Mar 2006 11:19:36 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GBJa3Q058774; Thu, 16 Mar 2006 11:19:36 GMT (envelope-from phk) Message-Id: <200603161119.k2GBJa3Q058774@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 16 Mar 2006 11:19:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys event.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:19:37 -0000 phk 2006-03-16 11:19:36 UTC FreeBSD src repository Modified files: sys/sys event.h Log: Remove nested includes of and which spill into userland. The comment indicated that something in userland needed them, but make universe can't seem to find any traces of it. Move include up. Revision Changes Path 1.36 +2 -7 src/sys/sys/event.h From owner-cvs-all@FreeBSD.ORG Thu Mar 16 11:37:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF4A16A420; Thu, 16 Mar 2006 11:37:31 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4608743D46; Thu, 16 Mar 2006 11:37:31 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GBbVe7059533; Thu, 16 Mar 2006 11:37:31 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GBbU6N059532; Thu, 16 Mar 2006 11:37:30 GMT (envelope-from ache) Message-Id: <200603161137.k2GBbU6N059532@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 16 Mar 2006 11:37:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/tin Makefile distinfo pkg-plist ports/news/tin/files patch-src-mail.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:37:31 -0000 ache 2006-03-16 11:37:30 UTC FreeBSD ports repository Modified files: news/tin Makefile distinfo pkg-plist Removed files: news/tin/files patch-src-mail.c Log: Upgrade to 1.8.1 Revision Changes Path 1.135 +1 -2 ports/news/tin/Makefile 1.86 +3 -3 ports/news/tin/distinfo 1.2 +0 -11 ports/news/tin/files/patch-src-mail.c (dead) 1.18 +1 -0 ports/news/tin/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 11:52:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD6516A420; Thu, 16 Mar 2006 11:52:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3D043D48; Thu, 16 Mar 2006 11:52:35 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GBqYaj060087; Thu, 16 Mar 2006 11:52:34 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GBqYbT060086; Thu, 16 Mar 2006 11:52:34 GMT (envelope-from ehaupt) Message-Id: <200603161152.k2GBqYbT060086@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 16 Mar 2006 11:52:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gxmms2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:52:35 -0000 ehaupt 2006-03-16 11:52:34 UTC FreeBSD ports repository Modified files: audio/gxmms2 Makefile Log: Remove RUN_DEPENDS, xmms2 is a reference implementation client which is not needed for other clients to run. Bump PORTREVISION. Notified by: maintainer (irc) Approved by: maintainer Revision Changes Path 1.2 +1 -1 ports/audio/gxmms2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 12:01:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94C3E16A629; Thu, 16 Mar 2006 12:01:10 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50AD243D46; Thu, 16 Mar 2006 12:01:10 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GC1AcS060435; Thu, 16 Mar 2006 12:01:10 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GC195P060434; Thu, 16 Mar 2006 12:01:09 GMT (envelope-from lawrance) Message-Id: <200603161201.k2GC195P060434@repoman.freebsd.org> From: Sam Lawrance Date: Thu, 16 Mar 2006 12:01:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/py-exif Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 12:01:10 -0000 lawrance 2006-03-16 12:01:09 UTC FreeBSD ports repository Modified files: graphics/py-exif Makefile Log: Conflicts with p5-Image-ExifTool. PR: ports/92257 Submitted by: Goran Lowkrantz Revision Changes Path 1.4 +2 -0 ports/graphics/py-exif/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 12:04:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5664C16A433; Thu, 16 Mar 2006 12:04:27 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0471B43D46; Thu, 16 Mar 2006 12:04:26 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GC4QMW060579; Thu, 16 Mar 2006 12:04:26 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GC4Q1e060578; Thu, 16 Mar 2006 12:04:26 GMT (envelope-from scottl) Message-Id: <200603161204.k2GC4Q1e060578@repoman.freebsd.org> From: Scott Long Date: Thu, 16 Mar 2006 12:04:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releases/6.1R todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 12:04:27 -0000 scottl 2006-03-16 12:04:25 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Update some TODO items Revision Changes Path 1.19 +49 -49 www/en/releases/6.1R/todo.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 12:19:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59F7716A401; Thu, 16 Mar 2006 12:19:32 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B387D43D5E; Thu, 16 Mar 2006 12:19:31 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GCJVgr061152; Thu, 16 Mar 2006 12:19:31 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GCJV1C061151; Thu, 16 Mar 2006 12:19:31 GMT (envelope-from novel) Message-Id: <200603161219.k2GCJV1C061151@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 16 Mar 2006 12:19:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-PerlIO-via-dynamic Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 12:19:32 -0000 novel 2006-03-16 12:19:30 UTC FreeBSD ports repository Modified files: devel/p5-PerlIO-via-dynamic Makefile distinfo Log: - Update to 0.12 - make portlint happy PR: 94511 Submitted by: Rong-En Fan (maintainer) Revision Changes Path 1.3 +2 -2 ports/devel/p5-PerlIO-via-dynamic/Makefile 1.4 +3 -3 ports/devel/p5-PerlIO-via-dynamic/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 12:22:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7DD316A420; Thu, 16 Mar 2006 12:22:01 +0000 (UTC) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97BBA43D5F; Thu, 16 Mar 2006 12:22:01 +0000 (GMT) (envelope-from matteo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GCM184061273; Thu, 16 Mar 2006 12:22:01 GMT (envelope-from matteo@repoman.freebsd.org) Received: (from matteo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GCM1cP061272; Thu, 16 Mar 2006 12:22:01 GMT (envelope-from matteo) Message-Id: <200603161222.k2GCM1cP061272@repoman.freebsd.org> From: Matteo Riondato Date: Thu, 16 Mar 2006 12:22:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/periodic/security 800.loginfail X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 12:22:02 -0000 matteo 2006-03-16 12:22:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/periodic/security 800.loginfail Log: Change "grep" with "egrep". Merging by hand is not always the best solution@ This change is approved, since the original patch I sent to re@, didn't have this mistake. Submitted by: gad Approved by: re (implicit) Revision Changes Path 1.5.12.2 +1 -1 src/etc/periodic/security/800.loginfail From owner-cvs-all@FreeBSD.ORG Thu Mar 16 12:25:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A73316A401; Thu, 16 Mar 2006 12:25:17 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2689E43D7C; Thu, 16 Mar 2006 12:25:16 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GCPG6n061512; Thu, 16 Mar 2006 12:25:16 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GCPG6V061509; Thu, 16 Mar 2006 12:25:16 GMT (envelope-from novel) Message-Id: <200603161225.k2GCPG6V061509@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 16 Mar 2006 12:25:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-SVN-Web Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 12:25:17 -0000 novel 2006-03-16 12:25:16 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Web Makefile distinfo pkg-descr Added files: devel/p5-SVN-Web pkg-message Log: - Update to 0.46 - Tell users what to do after installation in pkg-message. - Add WWW entry in pkg-descr PR: 94513 Submitted by: Rong-En Fan (maintainer) Revision Changes Path 1.6 +4 -1 ports/devel/p5-SVN-Web/Makefile 1.6 +3 -3 ports/devel/p5-SVN-Web/distinfo 1.2 +2 -0 ports/devel/p5-SVN-Web/pkg-descr 1.1 +2 -0 ports/devel/p5-SVN-Web/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 12:25:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B8A16A425; Thu, 16 Mar 2006 12:25:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8ACD43D76; Thu, 16 Mar 2006 12:25:44 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GCPiim061561; Thu, 16 Mar 2006 12:25:44 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GCPi9v061560; Thu, 16 Mar 2006 12:25:44 GMT (envelope-from ehaupt) Message-Id: <200603161225.k2GCPi9v061560@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 16 Mar 2006 12:25:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/mhwaveedit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 12:25:47 -0000 ehaupt 2006-03-16 12:25:44 UTC FreeBSD ports repository Modified files: audio/mhwaveedit Makefile distinfo Log: Update to 1.4.7 PR: 94488 Submitted by: KATO Tsuguru Revision Changes Path 1.41 +2 -2 ports/audio/mhwaveedit/Makefile 1.29 +3 -3 ports/audio/mhwaveedit/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:02:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0624916A401; Thu, 16 Mar 2006 13:02:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B421043D46; Thu, 16 Mar 2006 13:02:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GD263C070441; Thu, 16 Mar 2006 13:02:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GD26E0070440; Thu, 16 Mar 2006 13:02:06 GMT (envelope-from pav) Message-Id: <200603161302.k2GD26E0070440@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 13:02:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/afnix Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:02:07 -0000 pav 2006-03-16 13:02:06 UTC FreeBSD ports repository Modified files: lang/afnix Makefile distinfo pkg-plist Log: - Update to 1.2.1 PR: ports/94466 Submitted by: Johan van Selst (maintainer) Revision Changes Path 1.24 +1 -2 ports/lang/afnix/Makefile 1.15 +3 -3 ports/lang/afnix/distinfo 1.9 +7 -3 ports/lang/afnix/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:06:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C9B716A41F; Thu, 16 Mar 2006 13:06:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 623CE43D68; Thu, 16 Mar 2006 13:05:54 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GD5spT070616; Thu, 16 Mar 2006 13:05:54 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GD5sG0070615; Thu, 16 Mar 2006 13:05:54 GMT (envelope-from pav) Message-Id: <200603161305.k2GD5sG0070615@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 13:05:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/yorick Makefile distinfo pkg-descr pkg-install pkg-plist ports/lang/yorick/files patch-yorick_Makefile patch-yorick_spawn.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:06:06 -0000 pav 2006-03-16 13:05:54 UTC FreeBSD ports repository Modified files: lang/yorick Makefile distinfo pkg-descr pkg-plist lang/yorick/files patch-yorick_Makefile Added files: lang/yorick/files patch-yorick_spawn.c Removed files: lang/yorick pkg-install Log: - Update to 2.1.01 PR: ports/94274 Submitted by: Johan van Selst (maintainer) Revision Changes Path 1.17 +7 -9 ports/lang/yorick/Makefile 1.17 +3 -3 ports/lang/yorick/distinfo 1.2 +9 -9 ports/lang/yorick/files/patch-yorick_Makefile 1.1 +10 -0 ports/lang/yorick/files/patch-yorick_spawn.c (new) 1.5 +1 -1 ports/lang/yorick/pkg-descr 1.2 +0 -19 ports/lang/yorick/pkg-install (dead) 1.9 +3 -2 ports/lang/yorick/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:06:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E703C16A42A; Thu, 16 Mar 2006 13:06:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D29D43D7B; Thu, 16 Mar 2006 13:06:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GD6dYG070677; Thu, 16 Mar 2006 13:06:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GD6dci070676; Thu, 16 Mar 2006 13:06:39 GMT (envelope-from pav) Message-Id: <200603161306.k2GD6dci070676@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 13:06:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/chk4mail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:06:43 -0000 pav 2006-03-16 13:06:39 UTC FreeBSD ports repository Modified files: mail/chk4mail Makefile distinfo Log: - Update to 2.20 PR: ports/94239 Submitted by: Johan van Selst (maintainer) Revision Changes Path 1.8 +1 -1 ports/mail/chk4mail/Makefile 1.8 +3 -3 ports/mail/chk4mail/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:12:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F4416A41F; Thu, 16 Mar 2006 13:12:02 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7469B43D46; Thu, 16 Mar 2006 13:12:01 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 89F9511443; Thu, 16 Mar 2006 14:12:00 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30306-06; Thu, 16 Mar 2006 14:11:54 +0100 (CET) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id AD5FB11424; Thu, 16 Mar 2006 14:11:53 +0100 (CET) From: Florent Thoumie To: Andre Oppermann In-Reply-To: <200603151939.k2FJd91g080489@repoman.freebsd.org> References: <200603151939.k2FJd91g080489@repoman.freebsd.org> Content-Type: text/plain Date: Thu, 16 Mar 2006 13:11:52 +0000 Message-Id: <1142514712.823.92.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at xbsd.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net route.h rtsock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:12:02 -0000 On Wed, 2006-03-15 at 19:39 +0000, Andre Oppermann wrote: > andre 2006-03-15 19:39:09 UTC > > FreeBSD src repository > > Modified files: > sys/net route.h rtsock.c > Log: > - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages. > > - Allow RTM_CHANGE to change a number of route flags as specified by > RTF_FMASK. > > - The unused rtm_use field in struct rt_msghdr is redesignated as > rtm_fmask field to communicate route flag changes in RTM_CHANGE > messages from userland. The use count of a route was moved to > rtm_rmx a long time ago. For source code compatibility reasons > a define of rtm_use to rtm_fmask is provided. > > These changes faciliate running of multiple cooperating routing > daemons at the same time without causing undesired interference. > Open[BGP|OSPF]D make use of these features to have IGP routes > override EGP ones. > > Obtained from: OpenBSD (claudio@) > MFC after: 3 days Can you bump __FreeBSD_version too? -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:13:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00FF16A401; Thu, 16 Mar 2006 13:13:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF4843D72; Thu, 16 Mar 2006 13:13:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GDDwKK070947; Thu, 16 Mar 2006 13:13:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GDDwID070946; Thu, 16 Mar 2006 13:13:58 GMT (envelope-from pav) Message-Id: <200603161313.k2GDDwID070946@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 13:13:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-GnuPG-Interface Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:13:59 -0000 pav 2006-03-16 13:13:57 UTC FreeBSD ports repository Modified files: security/p5-GnuPG-Interface Makefile Log: - No longer on CPAN Revision Changes Path 1.18 +2 -4 ports/security/p5-GnuPG-Interface/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:34:15 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 975C416A400; Thu, 16 Mar 2006 13:34:15 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52F143D45; Thu, 16 Mar 2006 13:34:14 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k2GDYD4u045718; Thu, 16 Mar 2006 08:34:13 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: David Xu Date: Thu, 16 Mar 2006 08:34:05 -0500 User-Agent: KMail/1.8.3 References: <200603140400.k2E40LiR095530@repoman.freebsd.org> <200603150852.23540.jhb@freebsd.org> <200603161208.25942.davidxu@freebsd.org> In-Reply-To: <200603161208.25942.davidxu@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603160834.06672.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1335/Wed Mar 15 23:58:43 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-3.5 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:34:15 -0000 On Wednesday 15 March 2006 11:08 pm, David Xu wrote: > On Wednesday 15 March 2006 21:52, John Baldwin wrote: > > > I was very upset, and forgot to put your name in the log, apologize. > > > Note that because the thread has detached itself from scheduler, > > > calling PROC_UNLOCK in theory is not safe, so I have moved > > > up this patch code a bit. > > > > Ok. I think the PROC_UNLOCK might be ok in practice though because > > we are in a critical section, so we won't preempt when we unlock > > the mutex and will keep executing until we get to the cpu_throw. > > > > -- > > I don't agree, from scheduler side, if current thread does not have any > scheduler assoiciated data, and the setrunqueue may access current > thread's scheduler data, it will have trouble, though current 4BSD > scheduler does not have any sensitive data stored in the per-thread, > but another new scheduler may not work in this way, assuming that a > thread which is in critical region and unlocks a mutex won't use per-thre= ad > scheduler data is dangerous, in fact, I saw the kernel was crashed in > turnstile code after the current thread detaching itself from its ksegroup > and starts to call PROC_UNLOCK. I'm not sure why setrunqueue() of some other thread X !=3D curthread would care about the state of curthread since it should bail out of preemption checking as soon as it sees that curthread is in a critical section. In any case, you can always move the function call in question down further below the proc unlock. One change I had in my patches was to stick the PROC_UNLOCK() after the big if-statement so there was just one of them instead of doing it at the end of each case in the if-else. =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:39:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CA0116A400; Thu, 16 Mar 2006 13:39:09 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF1B643D49; Thu, 16 Mar 2006 13:39:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GDd58B072389; Thu, 16 Mar 2006 13:39:05 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GDd5PQ072388; Thu, 16 Mar 2006 13:39:05 GMT (envelope-from ahze) Message-Id: <200603161339.k2GDd5PQ072388@repoman.freebsd.org> From: Michael Johnson Date: Thu, 16 Mar 2006 13:39:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/vlc-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:39:09 -0000 ahze 2006-03-16 13:39:05 UTC FreeBSD ports repository Modified files: multimedia/vlc-devel Makefile distinfo Log: - Update to 0.8.5.20060314 (0.8.5-test1) Revision Changes Path 1.136 +8 -4 ports/multimedia/vlc-devel/Makefile 1.33 +3 -3 ports/multimedia/vlc-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:50:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7546216A422; Thu, 16 Mar 2006 13:50:40 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6D443D53; Thu, 16 Mar 2006 13:50:19 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GDoJT2072854; Thu, 16 Mar 2006 13:50:19 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GDoJId072853; Thu, 16 Mar 2006 13:50:19 GMT (envelope-from osa) Message-Id: <200603161350.k2GDoJId072853@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 16 Mar 2006 13:50:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/3proxy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:50:40 -0000 osa 2006-03-16 13:50:19 UTC FreeBSD ports repository Modified files: net/3proxy Makefile distinfo Log: Update to 0.5.2. Revision Changes Path 1.7 +1 -1 ports/net/3proxy/Makefile 1.8 +3 -3 ports/net/3proxy/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 13:51:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF5D16A422; Thu, 16 Mar 2006 13:51:40 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B5A43D64; Thu, 16 Mar 2006 13:51:39 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GDpdC9072935; Thu, 16 Mar 2006 13:51:39 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GDpdwp072934; Thu, 16 Mar 2006 13:51:39 GMT (envelope-from sem) Message-Id: <200603161351.k2GDpdwp072934@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 16 Mar 2006 13:51:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pwlib152 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 13:51:40 -0000 sem 2006-03-16 13:51:39 UTC FreeBSD ports repository Modified files: devel/pwlib152 Makefile Log: - Add a backup MASTER_SITE PR: ports/93816 Submitted by: maintainer Revision Changes Path 1.21 +3 -1 ports/devel/pwlib152/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:02:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A73416A423; Thu, 16 Mar 2006 14:02:14 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0504843D69; Thu, 16 Mar 2006 14:02:04 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GE24SQ073441; Thu, 16 Mar 2006 14:02:04 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GE24HW073440; Thu, 16 Mar 2006 14:02:04 GMT (envelope-from sem) Message-Id: <200603161402.k2GE24HW073440@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 16 Mar 2006 14:02:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/openh323-112 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:02:14 -0000 sem 2006-03-16 14:02:04 UTC FreeBSD ports repository Modified files: net/openh323-112 Makefile Log: - Add a backup MASTER_SITE PR: ports/93817 Submitted by: maintainer Revision Changes Path 1.68 +3 -1 ports/net/openh323-112/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:13:03 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ECFA16A420; Thu, 16 Mar 2006 14:13:03 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE27543D55; Thu, 16 Mar 2006 14:12:53 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from localhost.my.domain (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2GECqOA078689; Thu, 16 Mar 2006 14:12:53 GMT (envelope-from davidxu@freebsd.org) From: David Xu To: John Baldwin Date: Thu, 16 Mar 2006 22:12:47 +0800 User-Agent: KMail/1.8.2 References: <200603140400.k2E40LiR095530@repoman.freebsd.org> <200603161208.25942.davidxu@freebsd.org> <200603160834.06672.jhb@freebsd.org> In-Reply-To: <200603160834.06672.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603162212.47412.davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:13:03 -0000 On Thursday 16 March 2006 21:34, John Baldwin wrote: > I'm not sure why setrunqueue() of some other thread X != curthread > would care about the state of curthread since it should bail out of > preemption checking as soon as it sees that curthread is in a critical > section. > The problem is that you have unregistered current thread from scheduler, but still call setrunqueue, this may cause lots of scheduler code to be involved in, AFAIK, it is the deepest code path in both schedulers, whether it works or not is totally dependent on how a scheduler is designed, it may or may not have interesting to check current thread's attributes. at least, I would like to avoid such risk. > In any case, you can always move the function call in question down > further below the proc unlock. One change I had in my patches was > to stick the PROC_UNLOCK() after the big if-statement so there was > just one of them instead of doing it at the end of each case in the > if-else. > This branch code was written by julian, I don't have any idea whether it is good or bad, but I can understand that he might had prepared to handle different cases, but simply there was nothing to do in else case, I really don't care this style, some books even suggest programmer to always write a else branch for if statement. :-) David Xu From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:16:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F8116A423; Thu, 16 Mar 2006 14:16:10 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFFFC43D79; Thu, 16 Mar 2006 14:16:09 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GEG9rP074164; Thu, 16 Mar 2006 14:16:09 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GEG92i074163; Thu, 16 Mar 2006 14:16:09 GMT (envelope-from skv) Message-Id: <200603161416.k2GEG92i074163@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 16 Mar 2006 14:16:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/ipacctd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:16:10 -0000 skv 2006-03-16 14:16:09 UTC FreeBSD ports repository Modified files: net-mgmt/ipacctd Makefile distinfo Log: Update to 1.47 PR: ports/94485 Submitted by: Eugene Grosbein Revision Changes Path 1.5 +1 -2 ports/net-mgmt/ipacctd/Makefile 1.4 +3 -3 ports/net-mgmt/ipacctd/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:22:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B82416A429; Thu, 16 Mar 2006 14:22:20 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C8A43D6A; Thu, 16 Mar 2006 14:22:20 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GEMKAs074516; Thu, 16 Mar 2006 14:22:20 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GEMKgd074515; Thu, 16 Mar 2006 14:22:20 GMT (envelope-from ru) Message-Id: <200603161422.k2GEMKgd074515@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Mar 2006 14:22:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc Makefile src/lib/libc/alpha Makefile.inc src/lib/libc/amd64 Makefile.inc src/lib/libc/ia64 Makefile.inc src/lib/libc/sparc64 Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:22:20 -0000 ru 2006-03-16 14:22:20 UTC FreeBSD src repository Modified files: lib/libc Makefile lib/libc/alpha Makefile.inc lib/libc/amd64 Makefile.inc lib/libc/ia64 Makefile.inc lib/libc/sparc64 Makefile.inc Log: Desupport the undocumented NO_QUAD option, just don't compile the quad support on 64-bit platforms. Revision Changes Path 1.60 +4 -1 src/lib/libc/Makefile 1.9 +0 -5 src/lib/libc/alpha/Makefile.inc 1.5 +0 -5 src/lib/libc/amd64/Makefile.inc 1.6 +0 -5 src/lib/libc/ia64/Makefile.inc 1.6 +0 -5 src/lib/libc/sparc64/Makefile.inc From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:24:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3417216A401; Thu, 16 Mar 2006 14:24:09 +0000 (UTC) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A533443D45; Thu, 16 Mar 2006 14:24:07 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GEO7ZX074571; Thu, 16 Mar 2006 14:24:07 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GEO76X074570; Thu, 16 Mar 2006 14:24:07 GMT (envelope-from jcamou) Message-Id: <200603161424.k2GEO76X074570@repoman.freebsd.org> From: "Jesus R. Camou" Date: Thu, 16 Mar 2006 14:24:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:24:09 -0000 jcamou 2006-03-16 14:24:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: Update snapshots information. PR: docs/94416 Submitted by: Daniel Gerzo Approved by: trhodes (mentor) Revision Changes Path 1.76 +3 -3 doc/en_US.ISO8859-1/articles/releng/article.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:27:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B302616A420; Thu, 16 Mar 2006 14:27:17 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FAE243D53; Thu, 16 Mar 2006 14:27:17 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GERHnb074734; Thu, 16 Mar 2006 14:27:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GERHAv074733; Thu, 16 Mar 2006 14:27:17 GMT (envelope-from ru) Message-Id: <200603161427.k2GERHAv074733@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Mar 2006 14:27:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/ia64 Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:27:17 -0000 ru 2006-03-16 14:27:17 UTC FreeBSD src repository Modified files: lib/libc/ia64 Makefile.inc Log: Fix comment. Revision Changes Path 1.7 +1 -1 src/lib/libc/ia64/Makefile.inc From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:31:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B3416A423; Thu, 16 Mar 2006 14:31:37 +0000 (UTC) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B422C43D83; Thu, 16 Mar 2006 14:31:35 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GEVZs0074950; Thu, 16 Mar 2006 14:31:35 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GEVZiP074949; Thu, 16 Mar 2006 14:31:35 GMT (envelope-from jcamou) Message-Id: <200603161431.k2GEVZiP074949@repoman.freebsd.org> From: "Jesus R. Camou" Date: Thu, 16 Mar 2006 14:31:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/jail jail.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:31:37 -0000 jcamou 2006-03-16 14:31:35 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/jail jail.8 Log: Do `mount_devfs' when starting a jail. PR: docs/86044 Noticed by: Dan Langille Reviewed by: Jose Biskofski Approved by: trhodes (mentor) Revision Changes Path 1.73 +1 -0 src/usr.sbin/jail/jail.8 From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:43:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 092FE16A41F; Thu, 16 Mar 2006 14:43:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7C743D78; Thu, 16 Mar 2006 14:43:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GEhv4Y075382; Thu, 16 Mar 2006 14:43:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GEhv6A075381; Thu, 16 Mar 2006 14:43:57 GMT (envelope-from pav) Message-Id: <200603161443.k2GEhv6A075381@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 14:43:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/tor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:43:58 -0000 pav 2006-03-16 14:43:57 UTC FreeBSD ports repository Modified files: security/tor Makefile distinfo Log: - Update to 0.1.0.17 PR: ports/93596 Submitted by: Johan van Selst Approved by: rik (maintainer) Revision Changes Path 1.19 +3 -3 ports/security/tor/Makefile 1.14 +3 -3 ports/security/tor/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 14:57:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7585C16A41F; Thu, 16 Mar 2006 14:57:28 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B2743D48; Thu, 16 Mar 2006 14:57:28 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GEvSOX075915; Thu, 16 Mar 2006 14:57:28 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GEvR4J075914; Thu, 16 Mar 2006 14:57:27 GMT (envelope-from vd) Message-Id: <200603161457.k2GEvR4J075914@repoman.freebsd.org> From: Vasil Dimov Date: Thu, 16 Mar 2006 14:57:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/prtunnel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 14:57:28 -0000 vd 2006-03-16 14:57:27 UTC FreeBSD ports repository Modified files: net/prtunnel Makefile distinfo Log: Update from 0.2.6 to 0.2.7 (bugfix release) Revision Changes Path 1.16 +1 -2 ports/net/prtunnel/Makefile 1.12 +3 -3 ports/net/prtunnel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:07:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABF616A41F; Thu, 16 Mar 2006 15:07:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95BE43D46; Thu, 16 Mar 2006 15:07:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GF7bp8076389; Thu, 16 Mar 2006 15:07:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GF7bEw076388; Thu, 16 Mar 2006 15:07:37 GMT (envelope-from pav) Message-Id: <200603161507.k2GF7bEw076388@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 15:07:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/signing-party Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:07:38 -0000 pav 2006-03-16 15:07:37 UTC FreeBSD ports repository Modified files: security/signing-party Makefile Log: - Add missed runtime dependency on recode PR: ports/93749 Submitted by: Johan van Selst (maintainer) Revision Changes Path 1.2 +2 -1 ports/security/signing-party/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:13:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED2816A424; Thu, 16 Mar 2006 15:13:44 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A57E743DAC; Thu, 16 Mar 2006 15:13:09 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFCRbR076599; Thu, 16 Mar 2006 15:12:27 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFCRq5076598; Thu, 16 Mar 2006 15:12:27 GMT (envelope-from deischen) Message-Id: <200603161512.k2GFCRq5076598@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 16 Mar 2006 15:12:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.lib.mk version_gen.awk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:13:44 -0000 deischen 2006-03-16 15:12:26 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Added files: share/mk version_gen.awk Log: Teach bsd.lib.mk to auto generate a version map file based on a set of symbol definitions (VERSION_DEF) and symbol mappings (SYMBOL_MAPS). Add an awk script to generate the version map. Suggested by: ru Helped by: ru Reviewed by: ru Revision Changes Path 1.172 +40 -0 src/share/mk/bsd.lib.mk 1.1 +166 -0 src/share/mk/version_gen.awk (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:18:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9776116A428; Thu, 16 Mar 2006 15:18:27 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA14543E53; Thu, 16 Mar 2006 15:15:50 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFFEqK076775; Thu, 16 Mar 2006 15:15:14 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFFEsd076774; Thu, 16 Mar 2006 15:15:14 GMT (envelope-from rushani) Message-Id: <200603161515.k2GFFEsd076774@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 16 Mar 2006 15:15:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/boot chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:18:27 -0000 rushani 2006-03-16 15:15:13 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/boot chapter.sgml Log: Refine translation. Pointed out by: kano _at_ na dot rim dot or dot jp, Submitted by: Ryusuke Suzuki Revision Changes Path 1.21 +1 -1 doc/ja_JP.eucJP/books/handbook/boot/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:18:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E0216A43E; Thu, 16 Mar 2006 15:18:28 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08DB43D82; Thu, 16 Mar 2006 15:15:55 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFFMVG076822; Thu, 16 Mar 2006 15:15:22 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFFMnV076821; Thu, 16 Mar 2006 15:15:22 GMT (envelope-from rushani) Message-Id: <200603161515.k2GFFMnV076821@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 16 Mar 2006 15:15:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/eresources chapter.sgml doc/ja_JP.eucJP/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:18:28 -0000 rushani 2006-03-16 15:15:22 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/eresources chapter.sgml ja_JP.eucJP/books/handbook/kernelconfig chapter.sgml Log: Merge the following from the English version: 1.61 -> 1.69 handbook/eresources/chapter.sgml 1.46 -> 1.89 handbook/kernelconfig/chapter.sgml Submitted by: Hiroo Ono Revision Changes Path 1.27 +82 -48 doc/ja_JP.eucJP/books/handbook/eresources/chapter.sgml 1.22 +408 -160 doc/ja_JP.eucJP/books/handbook/kernelconfig/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:18:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0566216A4FA; Thu, 16 Mar 2006 15:18:33 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF6B943D64; Thu, 16 Mar 2006 15:17:26 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFGN04076881; Thu, 16 Mar 2006 15:16:23 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFGNfK076880; Thu, 16 Mar 2006 15:16:23 GMT (envelope-from deischen) Message-Id: <200603161516.k2GFGNfK076880@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 16 Mar 2006 15:16:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:18:33 -0000 deischen 2006-03-16 15:16:23 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Allow bsd.lib.mk to generate the symbol version map. Revision Changes Path 1.61 +6 -14 src/lib/libc/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:18:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7A6816A445; Thu, 16 Mar 2006 15:18:41 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A51143DE9; Thu, 16 Mar 2006 15:17:59 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFHlUm076941; Thu, 16 Mar 2006 15:17:47 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFHlEA076940; Thu, 16 Mar 2006 15:17:47 GMT (envelope-from deischen) Message-Id: <200603161517.k2GFHlEA076940@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 16 Mar 2006 15:17:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpthread Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:18:42 -0000 deischen 2006-03-16 15:17:47 UTC FreeBSD src repository Modified files: lib/libpthread Makefile Log: Suuply the name of the version map and let bsd.lib.mk supply the link arguments. Revision Changes Path 1.56 +7 -3 src/lib/libpthread/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:18:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FCB716A76D; Thu, 16 Mar 2006 15:18:55 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E8043D95; Thu, 16 Mar 2006 15:18:18 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFIHrm077244; Thu, 16 Mar 2006 15:18:17 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFIHpb077243; Thu, 16 Mar 2006 15:18:17 GMT (envelope-from ru) Message-Id: <200603161518.k2GFIHpb077243@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 Mar 2006 15:18:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/lib/libobjc Makefile src/kerberos5/lib/libgssapi Makefile src/lib/libgpib Makefile src/lib/libio Makefile src/lib/libncp Makefile src/lib/librpcsvc Makefile src/lib/libsmb Makefile src/sys/modules/acpi/acpi_video Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:18:55 -0000 ru 2006-03-16 15:18:17 UTC FreeBSD src repository Modified files: gnu/lib/libobjc Makefile kerberos5/lib/libgssapi Makefile lib/libgpib Makefile lib/libio Makefile lib/libncp Makefile lib/librpcsvc Makefile lib/libsmb Makefile sys/modules/acpi/acpi_video Makefile sys/modules/ce Makefile sys/modules/cp Makefile tools/regression/tls/libxx Makefile tools/regression/tls/libyy Makefile Log: NO_MAN is not needed here. Revision Changes Path 1.29 +0 -1 src/gnu/lib/libobjc/Makefile 1.12 +0 -1 src/kerberos5/lib/libgssapi/Makefile 1.3 +0 -1 src/lib/libgpib/Makefile 1.5 +0 -2 src/lib/libio/Makefile 1.8 +0 -4 src/lib/libncp/Makefile 1.21 +0 -2 src/lib/librpcsvc/Makefile 1.10 +0 -1 src/lib/libsmb/Makefile 1.5 +0 -1 src/sys/modules/acpi/acpi_video/Makefile 1.3 +0 -1 src/sys/modules/ce/Makefile 1.5 +0 -1 src/sys/modules/cp/Makefile 1.4 +0 -1 src/tools/regression/tls/libxx/Makefile 1.4 +0 -1 src/tools/regression/tls/libyy/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:20:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F0D16A420; Thu, 16 Mar 2006 15:20:37 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD94643D70; Thu, 16 Mar 2006 15:20:27 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFKRgv077376; Thu, 16 Mar 2006 15:20:27 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFKRQG077375; Thu, 16 Mar 2006 15:20:27 GMT (envelope-from deischen) Message-Id: <200603161520.k2GFKRQG077375@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 16 Mar 2006 15:20:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:20:37 -0000 deischen 2006-03-16 15:20:27 UTC FreeBSD src repository Modified files: share/mk Makefile Log: Add version_gen.awk to the installed files. Revision Changes Path 1.48 +1 -1 src/share/mk/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:27:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F1216A424; Thu, 16 Mar 2006 15:27:47 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0273643D46; Thu, 16 Mar 2006 15:27:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFRkAH077664; Thu, 16 Mar 2006 15:27:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFRksg077663; Thu, 16 Mar 2006 15:27:46 GMT (envelope-from pav) Message-Id: <200603161527.k2GFRksg077663@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 15:27:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/gtk-doc pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:27:47 -0000 pav 2006-03-16 15:27:46 UTC FreeBSD ports repository Modified files: textproc/gtk-doc pkg-descr pkg-plist Log: - Update WWW - Use DATADIR in plist PR: ports/94329 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.2 +1 -1 ports/textproc/gtk-doc/pkg-descr 1.8 +14 -14 ports/textproc/gtk-doc/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:29:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8605916A424; Thu, 16 Mar 2006 15:29:50 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC0443D67; Thu, 16 Mar 2006 15:29:50 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFToZc077799; Thu, 16 Mar 2006 15:29:50 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFToPx077798; Thu, 16 Mar 2006 15:29:50 GMT (envelope-from leeym) Message-Id: <200603161529.k2GFToPx077798@repoman.freebsd.org> From: Yen-Ming Lee Date: Thu, 16 Mar 2006 15:29:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-Template-Expr Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:29:50 -0000 leeym 2006-03-16 15:29:50 UTC FreeBSD ports repository Modified files: www/p5-HTML-Template-Expr Makefile distinfo pkg-descr pkg-plist Log: - update to 0.06 - update WWW in pkg-descr Revision Changes Path 1.9 +10 -5 ports/www/p5-HTML-Template-Expr/Makefile 1.6 +3 -3 ports/www/p5-HTML-Template-Expr/distinfo 1.2 +1 -1 ports/www/p5-HTML-Template-Expr/pkg-descr 1.5 +4 -4 ports/www/p5-HTML-Template-Expr/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:31:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97AD016A41F; Thu, 16 Mar 2006 15:31:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447E943D6D; Thu, 16 Mar 2006 15:31:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFVN9X077930; Thu, 16 Mar 2006 15:31:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFVNhk077929; Thu, 16 Mar 2006 15:31:23 GMT (envelope-from pav) Message-Id: <200603161531.k2GFVNhk077929@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 15:31:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/coq Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:31:23 -0000 pav 2006-03-16 15:31:23 UTC FreeBSD ports repository Modified files: math/coq Makefile distinfo pkg-plist Log: - Update to 8.0pl3 PR: ports/93954 Submitted by: Johan van Selst Revision Changes Path 1.12 +6 -8 ports/math/coq/Makefile 1.5 +6 -6 ports/math/coq/distinfo 1.5 +3 -6 ports/math/coq/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:34:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BD8716A423; Thu, 16 Mar 2006 15:34:28 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD1543D6D; Thu, 16 Mar 2006 15:34:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFYS40078031; Thu, 16 Mar 2006 15:34:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFYSqc078030; Thu, 16 Mar 2006 15:34:28 GMT (envelope-from pav) Message-Id: <200603161534.k2GFYSqc078030@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 15:34:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/gtk-engines2/files patch-engines_clearlooks_src_clearlooks_draw.c patch-engines_clearlooks_src_clearlooks_style.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:34:28 -0000 pav 2006-03-16 15:34:28 UTC FreeBSD ports repository Added files: x11-themes/gtk-engines2/files patch-engines_clearlooks_src_clearlooks_draw.c patch-engines_clearlooks_src_clearlooks_style.c Log: - Fix build on FreeBSD 4.X PR: ports/94527 Submitted by: Tod McQuillin Revision Changes Path 1.1 +19 -0 ports/x11-themes/gtk-engines2/files/patch-engines_clearlooks_src_clearlooks_draw.c (new) 1.1 +24 -0 ports/x11-themes/gtk-engines2/files/patch-engines_clearlooks_src_clearlooks_style.c (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:42:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705D316A420; Thu, 16 Mar 2006 15:42:51 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1966F43D60; Thu, 16 Mar 2006 15:42:51 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFgo0c078362; Thu, 16 Mar 2006 15:42:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFgosC078361; Thu, 16 Mar 2006 15:42:50 GMT (envelope-from pav) Message-Id: <200603161542.k2GFgosC078361@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 15:42:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/enchant/files patch-src_enchant.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:42:51 -0000 pav 2006-03-16 15:42:49 UTC FreeBSD ports repository Added files: textproc/enchant/files patch-src_enchant.c Log: - Fix build on FreeBSD 4.X PR: ports/94536 Submitted by: Tod McQuillin Revision Changes Path 1.1 +18 -0 ports/textproc/enchant/files/patch-src_enchant.c (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:45:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A20216A41F; Thu, 16 Mar 2006 15:45:12 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98F643D76; Thu, 16 Mar 2006 15:45:09 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFj9wb078521; Thu, 16 Mar 2006 15:45:09 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFj9dt078520; Thu, 16 Mar 2006 15:45:09 GMT (envelope-from vs) Message-Id: <200603161545.k2GFj9dt078520@repoman.freebsd.org> From: Volker Stolz Date: Thu, 16 Mar 2006 15:45:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/hpoj Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:45:12 -0000 vs 2006-03-16 15:45:09 UTC FreeBSD ports repository Modified files: graphics/hpoj Makefile Log: Do not force dependency on shells/bash2. Revision Changes Path 1.20 +6 -1 ports/graphics/hpoj/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:46:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD79916A401; Thu, 16 Mar 2006 15:46:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565A843D6A; Thu, 16 Mar 2006 15:46:15 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFkFfL078605; Thu, 16 Mar 2006 15:46:15 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFkFV3078604; Thu, 16 Mar 2006 15:46:15 GMT (envelope-from ehaupt) Message-Id: <200603161546.k2GFkFV3078604@repoman.freebsd.org> From: Emanuel Haupt Date: Thu, 16 Mar 2006 15:46:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/slim Makefile ports/x11/slim/files patch-slim.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:46:15 -0000 ehaupt 2006-03-16 15:46:15 UTC FreeBSD ports repository Modified files: x11/slim Makefile x11/slim/files patch-slim.conf Log: - Correct path to login(1) - Bump PORTREVISION - Remove deprecated USE_REINPLACE PR: 94515, 94540 Notified by: Laszlo Karoly Submitted by: Tobias Roth (maintainer) Revision Changes Path 1.2 +1 -1 ports/x11/slim/Makefile 1.2 +1 -1 ports/x11/slim/files/patch-slim.conf From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:47:27 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B26116A420; Thu, 16 Mar 2006 15:47:27 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BFC43D72; Thu, 16 Mar 2006 15:47:26 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k2GFlPaK025541; Thu, 16 Mar 2006 10:47:25 -0500 (EST) Date: Thu, 16 Mar 2006 10:47:25 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: src-committers@freebsd.org, , In-Reply-To: <200603161516.k2GFGNfK076880@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Subject: Re: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:47:27 -0000 On Thu, 16 Mar 2006, Daniel Eischen wrote: > deischen 2006-03-16 15:16:23 UTC > > FreeBSD src repository > > Modified files: > lib/libc Makefile > Log: > Allow bsd.lib.mk to generate the symbol version map. Everything should now be in place to enable symbol versioning in libc. Add SYMVER_ENABLED=true to /etc/make.conf and buildworld to try it. Once you do this and installworld, your binaries (from buildworld) will not work with a non-symbol-versioned libc. In fact, this is true for any non-static binary that you build after this point. To back out of this, remove SYMVER_ENABLED from make.conf and build&install world again. I'm running with this enabled on an x86 and all my previously built ports seem to be fine (KDE, mozilla, etc). Testing on other archs would be appreciated. Thanks, -- DE From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:50:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AB516A400; Thu, 16 Mar 2006 15:50:24 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA37A43D62; Thu, 16 Mar 2006 15:50:21 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFoLYs078770; Thu, 16 Mar 2006 15:50:21 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFoLJ0078769; Thu, 16 Mar 2006 15:50:21 GMT (envelope-from nyan) Message-Id: <200603161550.k2GFoLJ0078769@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 16 Mar 2006 15:50:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall keymap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:50:24 -0000 nyan 2006-03-16 15:50:21 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall keymap.c Log: - Use jp.pc98 as default keymap for pc98. - Remove an extra argument. Revision Changes Path 1.10 +5 -1 src/usr.sbin/sysinstall/keymap.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:54:34 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE42816A42F for ; Thu, 16 Mar 2006 15:54:34 +0000 (UTC) (envelope-from demo@sdai-info.fr) Received: from relay3.clb.oleane.net (relay3.clb.oleane.net [213.56.31.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF3743D7B for ; Thu, 16 Mar 2006 15:54:29 +0000 (GMT) (envelope-from demo@sdai-info.fr) Received: from sdai-info.fr (mailhost.sdai-info.fr [213.56.108.33]) by relay3.clb.oleane.net with ESMTP id k2GFsSBd007605 for ; Thu, 16 Mar 2006 16:54:28 +0100 Received: by sdai-info.fr (Postfix, from userid 1041) id A889CE79680; Thu, 16 Mar 2006 13:41:27 +0100 (CET) To: cvs-all@freebsd.org From: Chase Online Banking Message-Id: <20060316124127.A889CE79680@sdai-info.fr> Date: Thu, 16 Mar 2006 13:41:27 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Urgent Atention: Password change required! X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:54:35 -0000 [chaseNew.gif] Password change required! Dear Chase Member, We recently have determined that different computers have logged in to your Chase account, and multiple password failures were present before the logons. We strongly advice CHANGE YOUR PASSWORD. If this is not completed by March 25, 2006, we will be forced to suspend your account indefinitely, as it may have been used for fraudulent purposes. Thank you for your cooperation. [1]Click here to Change Your Password Thank you for your prompt attention to this matter. We apologize for any inconvenience. Thank you for using Chase! _________________________________________________________________ Please do not reply to this e-mail. Mail sent to this address cannot be answered. [pixel.gif] setstats 1 References 1. http://www.updatechaseonline.com/colappmgr/colportal/prospect.php?_nfpb=change_form From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:55:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C2D16A424; Thu, 16 Mar 2006 15:55:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AC4443D69; Thu, 16 Mar 2006 15:55:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFt4Iv078988; Thu, 16 Mar 2006 15:55:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFt4Wv078987; Thu, 16 Mar 2006 15:55:04 GMT (envelope-from pav) Message-Id: <200603161555.k2GFt4Wv078987@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 15:55:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/gnomemag Makefile ports/accessibility/gnomemag/files patch-magnifier_zoom-region.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:55:05 -0000 pav 2006-03-16 15:55:04 UTC FreeBSD ports repository Modified files: accessibility/gnomemag Makefile Added files: accessibility/gnomemag/files patch-magnifier_zoom-region.c Log: - Fix build on FreeBSD 4.X - Style PR: ports/94537 Submitted by: Tod McQuillin Revision Changes Path 1.33 +1 -1 ports/accessibility/gnomemag/Makefile 1.3 +59 -0 ports/accessibility/gnomemag/files/patch-magnifier_zoom-region.c (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:55:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8131C16A44C; Thu, 16 Mar 2006 15:55:07 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2118F43D46; Thu, 16 Mar 2006 15:55:07 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFt7nW079019; Thu, 16 Mar 2006 15:55:07 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFt7E6079018; Thu, 16 Mar 2006 15:55:07 GMT (envelope-from garga) Message-Id: <200603161555.k2GFt7E6079018@repoman.freebsd.org> From: Renato Botelho Date: Thu, 16 Mar 2006 15:55:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/netcdf Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:55:07 -0000 garga 2006-03-16 15:55:06 UTC FreeBSD ports repository Modified files: science/netcdf Makefile distinfo Log: - Update to 3.6.1 PR: ports/94504 Submitted by: Ports Fury Revision Changes Path 1.25 +1 -2 ports/science/netcdf/Makefile 1.13 +3 -3 ports/science/netcdf/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 15:58:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE3BA16A420; Thu, 16 Mar 2006 15:58:24 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AE4343D7C; Thu, 16 Mar 2006 15:58:24 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GFwO3u079261; Thu, 16 Mar 2006 15:58:24 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GFwOwv079260; Thu, 16 Mar 2006 15:58:24 GMT (envelope-from novel) Message-Id: <200603161558.k2GFwOwv079260@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 16 Mar 2006 15:58:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnutls Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 15:58:25 -0000 novel 2006-03-16 15:58:24 UTC FreeBSD ports repository Modified files: security/gnutls Makefile Log: - Depend on texinfo from ports only when it is really needed [1] - Remove USE_REINPLACE Submitted by: nork [1] Revision Changes Path 1.32 +6 -3 ports/security/gnutls/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 16:27:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1DD616A420; Thu, 16 Mar 2006 16:27:48 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD5B743D86; Thu, 16 Mar 2006 16:27:36 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GGRa3o080386; Thu, 16 Mar 2006 16:27:36 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GGRaBa080385; Thu, 16 Mar 2006 16:27:36 GMT (envelope-from vs) Message-Id: <200603161627.k2GGRaBa080385@repoman.freebsd.org> From: Volker Stolz Date: Thu, 16 Mar 2006 16:27:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/hpoj Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 16:27:48 -0000 vs 2006-03-16 16:27:36 UTC FreeBSD ports repository Modified files: graphics/hpoj Makefile pkg-plist Log: Enable hpoj-backend for 'sane' on installation. Revision Changes Path 1.21 +1 -0 ports/graphics/hpoj/Makefile 1.7 +1 -0 ports/graphics/hpoj/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 16:32:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBE816A400; Thu, 16 Mar 2006 16:32:56 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C9E43D53; Thu, 16 Mar 2006 16:32:56 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GGWuhE080844; Thu, 16 Mar 2006 16:32:56 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GGWuH8080843; Thu, 16 Mar 2006 16:32:56 GMT (envelope-from jkoshy) Message-Id: <200603161632.k2GGWuH8080843@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 16 Mar 2006 16:32:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 16:32:57 -0000 jkoshy 2006-03-16 16:32:56 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_mod.c Log: When compiled with -DDEBUG, only print the old value of a PMC in a debugging message if the flag PMC_F_OLDVALUE was specified in the PMC_OP_RW request being acted upon. This should fix Coverity bug CID 671. Found by: Coverity Prevent MFC after: 3 weeks Revision Changes Path 1.20 +1 -1 src/sys/dev/hwpmc/hwpmc_mod.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 17:12:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75DA116A423; Thu, 16 Mar 2006 17:12:13 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A1D43D45; Thu, 16 Mar 2006 17:12:13 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GHCDIh092117; Thu, 16 Mar 2006 17:12:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GHCDtm092116; Thu, 16 Mar 2006 17:12:13 GMT (envelope-from pav) Message-Id: <200603161712.k2GHCDtm092116@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 17:12:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/xcircuit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 17:12:13 -0000 pav 2006-03-16 17:12:12 UTC FreeBSD ports repository Modified files: cad/xcircuit Makefile Log: - Fix dependency on Tcl/Tk Revision Changes Path 1.59 +2 -1 ports/cad/xcircuit/Makefile From owner-cvs-all@FreeBSD.ORG Thu Mar 16 17:15:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2AF16A400; Thu, 16 Mar 2006 17:15:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C9943D45; Thu, 16 Mar 2006 17:15:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GHFMLq092344; Thu, 16 Mar 2006 17:15:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GHFMb0092343; Thu, 16 Mar 2006 17:15:22 GMT (envelope-from pav) Message-Id: <200603161715.k2GHFMb0092343@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 17:15:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/zope-zwiki Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 17:15:23 -0000 pav 2006-03-16 17:15:22 UTC FreeBSD ports repository Modified files: www/zope-zwiki Makefile distinfo pkg-plist Log: - Update to 0.51.0 PR: ports/94557 Submitted by: Tim Middleton (maintainer) Revision Changes Path 1.20 +1 -1 ports/www/zope-zwiki/Makefile 1.17 +3 -3 ports/www/zope-zwiki/distinfo 1.16 +224 -219 ports/www/zope-zwiki/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 17:17:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24DCA16A400; Thu, 16 Mar 2006 17:17:15 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D597543D46; Thu, 16 Mar 2006 17:17:14 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GHHEr9092425; Thu, 16 Mar 2006 17:17:14 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GHHE2x092424; Thu, 16 Mar 2006 17:17:14 GMT (envelope-from jkim) Message-Id: <200603161717.k2GHHE2x092424@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 16 Mar 2006 17:17:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/sysinstall disks.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 17:17:15 -0000 jkim 2006-03-16 17:17:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/sysinstall disks.c Log: PC98 does not support big disks on RELENG_5 yet. Note that this is to sync with interactive mode and it is not MFC because it is RELENG_5 specific. Discussed with: nyan Approved by: re (scottl) Revision Changes Path 1.152.2.3 +1 -1 src/usr.sbin/sysinstall/disks.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 17:21:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D710616A400; Thu, 16 Mar 2006 17:21:53 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E7143D48; Thu, 16 Mar 2006 17:21:53 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GHLrNI092613; Thu, 16 Mar 2006 17:21:53 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GHLrgU092612; Thu, 16 Mar 2006 17:21:53 GMT (envelope-from jkoshy) Message-Id: <200603161721.k2GHLrgU092612@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 16 Mar 2006 17:21:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/basename basename.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 17:21:53 -0000 jkoshy 2006-03-16 17:21:52 UTC FreeBSD src repository Modified files: usr.bin/basename basename.1 Log: Cross-reference basename(3) and dirname(3). Revision Changes Path 1.17 +3 -1 src/usr.bin/basename/basename.1 From owner-cvs-all@FreeBSD.ORG Thu Mar 16 17:24:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A85416A420; Thu, 16 Mar 2006 17:24:28 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05BF543D45; Thu, 16 Mar 2006 17:24:28 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GHORWH092709; Thu, 16 Mar 2006 17:24:27 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GHOR31092708; Thu, 16 Mar 2006 17:24:27 GMT (envelope-from kensmith) Message-Id: <200603161724.k2GHOR31092708@repoman.freebsd.org> From: Ken Smith Date: Thu, 16 Mar 2006 17:24:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/scripts package-split.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 17:24:28 -0000 kensmith 2006-03-16 17:24:27 UTC FreeBSD src repository Modified files: release/scripts package-split.py Log: The ltmdm port is marked as NO_PACKAGE now. Revision Changes Path 1.10 +1 -2 src/release/scripts/package-split.py From owner-cvs-all@FreeBSD.ORG Thu Mar 16 17:28:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A31C416A420; Thu, 16 Mar 2006 17:28:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0832A43D46; Thu, 16 Mar 2006 17:28:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GHS3CN092862; Thu, 16 Mar 2006 17:28:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GHS3u7092861; Thu, 16 Mar 2006 17:28:03 GMT (envelope-from pav) Message-Id: <200603161728.k2GHS3u7092861@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 17:28:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xmedcon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 17:28:04 -0000 pav 2006-03-16 17:28:03 UTC FreeBSD ports repository Modified files: graphics/xmedcon Makefile distinfo Log: - Update to 0.9.9.0 PR: ports/94498 Submitted by: KATO Tsuguru Revision Changes Path 1.26 +19 -27 ports/graphics/xmedcon/Makefile 1.19 +3 -3 ports/graphics/xmedcon/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 17:42:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41B1716A400; Thu, 16 Mar 2006 17:42:30 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E04343D45; Thu, 16 Mar 2006 17:42:30 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GHgT0I093399; Thu, 16 Mar 2006 17:42:29 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GHgTcG093398; Thu, 16 Mar 2006 17:42:29 GMT (envelope-from emax) Message-Id: <200603161742.k2GHgTcG093398@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 16 Mar 2006 17:42:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc devd.conf src/etc/rc.d syscons X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 17:42:30 -0000 emax 2006-03-16 17:42:28 UTC FreeBSD src repository Modified files: etc devd.conf etc/rc.d syscons Log: Reorganize /etc/rc.d/syscons and move all keyboard related settings into one function syscons_configure_keyboard(). Call new function from both syscons_start() and sysconst_setkeyboard(). The reason for this is because syscons_start() will (re)configure both keyboard and screen settings. Apparently, some graphics cards have problems with running vidcontrol(1) while X11 is running. Remove "/etc/rc.d/syscons restart" from /etc/devd.conf. It is no longer required. Using "/etc/rc.d/syscons setkeyboard" is enough. This also should fix annoying "syscons not running?" message. Tested by: Ulrich Spoerlein < q at galgenberg dot net > MFC after: 3 days Revision Changes Path 1.32 +1 -1 src/etc/devd.conf 1.16 +56 -46 src/etc/rc.d/syscons From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:04:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36CE816A423; Thu, 16 Mar 2006 18:04:45 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD4E943D48; Thu, 16 Mar 2006 18:04:44 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GI4i4h094311; Thu, 16 Mar 2006 18:04:44 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GI4iek094310; Thu, 16 Mar 2006 18:04:44 GMT (envelope-from flz) Message-Id: <200603161804.k2GI4iek094310@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 16 Mar 2006 18:04:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/ipw-firmware-kmod Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:04:45 -0000 flz 2006-03-16 18:04:44 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ipw-firmware-kmod Makefile distinfo pkg-descr pkg-plist Log: Add ipw-firmware-kmod. This new port uses the firmware(9) framework to generate kernel loadable modules embedding firmwares for the ipw(4) based cards. Revision Changes Path 1.1636 +1 -0 ports/net/Makefile 1.1 +63 -0 ports/net/ipw-firmware-kmod/Makefile (new) 1.1 +3 -0 ports/net/ipw-firmware-kmod/distinfo (new) 1.1 +9 -0 ports/net/ipw-firmware-kmod/pkg-descr (new) 1.1 +4 -0 ports/net/ipw-firmware-kmod/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:05:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCF2B16A42A; Thu, 16 Mar 2006 18:05:19 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188F743D5A; Thu, 16 Mar 2006 18:05:18 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GI5IVY094392; Thu, 16 Mar 2006 18:05:18 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GI5IQ6094391; Thu, 16 Mar 2006 18:05:18 GMT (envelope-from flz) Message-Id: <200603161805.k2GI5IQ6094391@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 16 Mar 2006 18:05:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:05:20 -0000 flz 2006-03-16 18:05:18 UTC FreeBSD ports repository Modified files: . modules Log: ipw-firmware-kmod --> ports/net/ipw-firmware-kmod Revision Changes Path 1.14453 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:06:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B6E16A428; Thu, 16 Mar 2006 18:06:10 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC60943D45; Thu, 16 Mar 2006 18:06:09 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GI69tf094475; Thu, 16 Mar 2006 18:06:09 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GI69iV094474; Thu, 16 Mar 2006 18:06:09 GMT (envelope-from flz) Message-Id: <200603161806.k2GI69iV094474@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 16 Mar 2006 18:06:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/iwi-firmware-kmod Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:06:10 -0000 flz 2006-03-16 18:06:09 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/iwi-firmware-kmod Makefile distinfo pkg-descr pkg-plist Log: Add iwi-firmware-kmod. This new port uses the firmware(9) framework to generate kernel loadable modules embedding firmwares for the iwi(4) based cards. Revision Changes Path 1.1637 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/iwi-firmware-kmod/Makefile (new) 1.1 +3 -0 ports/net/iwi-firmware-kmod/distinfo (new) 1.1 +9 -0 ports/net/iwi-firmware-kmod/pkg-descr (new) 1.1 +4 -0 ports/net/iwi-firmware-kmod/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:06:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49D316A400; Thu, 16 Mar 2006 18:06:33 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2582643D4C; Thu, 16 Mar 2006 18:06:33 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GI6XLN094521; Thu, 16 Mar 2006 18:06:33 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GI6Xrd094520; Thu, 16 Mar 2006 18:06:33 GMT (envelope-from flz) Message-Id: <200603161806.k2GI6Xrd094520@repoman.freebsd.org> From: Florent Thoumie Date: Thu, 16 Mar 2006 18:06:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:06:33 -0000 flz 2006-03-16 18:06:32 UTC FreeBSD ports repository Modified files: . modules Log: iwi-firmware-kmod --> ports/net/iwi-firmware-kmod Revision Changes Path 1.14454 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:15:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10CE516A41F; Thu, 16 Mar 2006 18:15:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A82B543D46; Thu, 16 Mar 2006 18:15:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GIF4OU094860; Thu, 16 Mar 2006 18:15:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GIF4FV094859; Thu, 16 Mar 2006 18:15:04 GMT (envelope-from pav) Message-Id: <200603161815.k2GIF4FV094859@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 18:15:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/fityk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:15:05 -0000 pav 2006-03-16 18:15:04 UTC FreeBSD ports repository Modified files: math/fityk Makefile distinfo Log: - Update to 0.7.2 PR: ports/94499 Submitted by: KATO Tsuguru Revision Changes Path 1.11 +5 -3 ports/math/fityk/Makefile 1.6 +3 -3 ports/math/fityk/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:18:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0E616A401; Thu, 16 Mar 2006 18:18:48 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9069E43D48; Thu, 16 Mar 2006 18:18:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GIIlW0095055; Thu, 16 Mar 2006 18:18:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GIIlQ8095054; Thu, 16 Mar 2006 18:18:47 GMT (envelope-from pav) Message-Id: <200603161818.k2GIIlQ8095054@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 18:18:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/zile Makefile distinfo ports/editors/zile/files patch-src-vasprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:18:48 -0000 pav 2006-03-16 18:18:47 UTC FreeBSD ports repository Modified files: editors/zile Makefile distinfo Removed files: editors/zile/files patch-src-vasprintf.c Log: - Update to 2.2.13 PR: ports/94495 Submitted by: KATO Tsuguru Revision Changes Path 1.34 +1 -2 ports/editors/zile/Makefile 1.29 +3 -3 ports/editors/zile/distinfo 1.3 +0 -10 ports/editors/zile/files/patch-src-vasprintf.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:22:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D2616A420; Thu, 16 Mar 2006 18:22:02 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69FEA43D46; Thu, 16 Mar 2006 18:22:02 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GIM17N095235; Thu, 16 Mar 2006 18:22:01 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GIM1UI095234; Thu, 16 Mar 2006 18:22:01 GMT (envelope-from emax) Message-Id: <200603161822.k2GIM1UI095234@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 16 Mar 2006 18:22:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_tap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:22:02 -0000 emax 2006-03-16 18:22:01 UTC FreeBSD src repository Modified files: sys/net if_tap.c Log: Add kqueue(2) support on if_tap(4) interfaces. While I'm here, replace K&R style function declarations with ANSI style. Also fix endian bugs accessing ioctl arguments that are passed by value. PR: kern/93897 Submitted by: Vilmos Nebehaj < vili at huwico dot hu > MFC after: 1 week Revision Changes Path 1.59 +153 -60 src/sys/net/if_tap.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:26:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0133316A401; Thu, 16 Mar 2006 18:26:55 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC3943D48; Thu, 16 Mar 2006 18:26:54 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GIQsfX095544; Thu, 16 Mar 2006 18:26:54 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GIQsAW095543; Thu, 16 Mar 2006 18:26:54 GMT (envelope-from emax) Message-Id: <200603161826.k2GIQsAW095543@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 16 Mar 2006 18:26:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bluetooth/bthidd client.c server.c src/usr.sbin/bluetooth/sdpd server.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:26:55 -0000 emax 2006-03-16 18:26:54 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/bthidd client.c server.c usr.sbin/bluetooth/sdpd server.c Log: Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order. Noticed by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days Revision Changes Path 1.3 +1 -1 src/usr.sbin/bluetooth/bthidd/client.c 1.4 +2 -2 src/usr.sbin/bluetooth/bthidd/server.c 1.3 +1 -1 src/usr.sbin/bluetooth/sdpd/server.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:30:36 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3C416A424; Thu, 16 Mar 2006 18:30:36 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C710F43D55; Thu, 16 Mar 2006 18:30:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k2GISxnB029742; Thu, 16 Mar 2006 11:29:00 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Mar 2006 11:29:06 -0700 (MST) Message-Id: <20060316.112906.83693057.imp@bsdimp.com> To: deischen@freebsd.org From: "M. Warner Losh" In-Reply-To: References: <200603161516.k2GFGNfK076880@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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 16 Mar 2006 11:29:00 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:30:37 -0000 In message: Daniel Eischen writes: : On Thu, 16 Mar 2006, Daniel Eischen wrote: : : > deischen 2006-03-16 15:16:23 UTC : > : > FreeBSD src repository : > : > Modified files: : > lib/libc Makefile : > Log: : > Allow bsd.lib.mk to generate the symbol version map. : : Everything should now be in place to enable symbol versioning : in libc. Add SYMVER_ENABLED=true to /etc/make.conf and buildworld : to try it. Once you do this and installworld, your binaries : (from buildworld) will not work with a non-symbol-versioned : libc. In fact, this is true for any non-static binary that : you build after this point. To back out of this, remove : SYMVER_ENABLED from make.conf and build&install world again. : : I'm running with this enabled on an x86 and all my previously : built ports seem to be fine (KDE, mozilla, etc). Testing on : other archs would be appreciated. Any idea what the status of the linux-wrappers port is now that the symbol versioning is turned completely on? Warner From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:31:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4311A16A422; Thu, 16 Mar 2006 18:31:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C53843D49; Thu, 16 Mar 2006 18:31:44 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GIVhkd095871; Thu, 16 Mar 2006 18:31:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GIVhnM095870; Thu, 16 Mar 2006 18:31:43 GMT (envelope-from pav) Message-Id: <200603161831.k2GIVhnM095870@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 18:31:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/crossfire-client Makefile distinfo pkg-plist ports/games/crossfire-client/files patch-common-misc.c patch-common-script.c patch-common-script.c::signal.c patch-common::misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:31:44 -0000 pav 2006-03-16 18:31:43 UTC FreeBSD ports repository Modified files: games/crossfire-client Makefile distinfo Added files: games/crossfire-client/files patch-common-misc.c patch-common-script.c Removed files: games/crossfire-client pkg-plist games/crossfire-client/files patch-common-script.c::signal.c patch-common::misc.c Log: - Update to 1.8.0 - SDL is no longer optional PR: ports/92748 Submitted by: Mark Daniel Reidel (maintainer) Revision Changes Path 1.60 +49 -12 ports/games/crossfire-client/Makefile 1.13 +6 -6 ports/games/crossfire-client/distinfo 1.1 +15 -0 ports/games/crossfire-client/files/patch-common-misc.c (new) 1.1 +10 -0 ports/games/crossfire-client/files/patch-common-script.c (new) 1.2 +0 -11 ports/games/crossfire-client/files/patch-common-script.c::signal.c (dead) 1.2 +0 -17 ports/games/crossfire-client/files/patch-common::misc.c (dead) 1.14 +0 -38 ports/games/crossfire-client/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:41:31 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A1716A400; Thu, 16 Mar 2006 18:41:31 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B889D43D6D; Thu, 16 Mar 2006 18:41:27 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k2GIfLHh011052; Thu, 16 Mar 2006 13:41:21 -0500 (EST) Date: Thu, 16 Mar 2006 13:41:21 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: "M. Warner Losh" In-Reply-To: <20060316.112906.83693057.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:41:31 -0000 On Thu, 16 Mar 2006, M. Warner Losh wrote: > In message: > Daniel Eischen writes: > : > : I'm running with this enabled on an x86 and all my previously > : built ports seem to be fine (KDE, mozilla, etc). Testing on > : other archs would be appreciated. > > Any idea what the status of the linux-wrappers port is now that the > symbol versioning is turned completely on? I almost put the following in the commit message: No, this doesn't fix linuxpluginwrappers. But now that I know a little about symbol versioning, I started investigating fixing the port so it could work. I've gone so far as to make a script to generate GLIBC_foo versions for all the necessary symbols required by libflashplugin.so, but rtld still complains that it can't them. I can't seem to get rtld to use the libmap'd library which does have the required symbols. You can grab what I have from: http://people.freebsd.org/~deischen/symver/lpw.tgz if you want to take a try at it. -- DE From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:51:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC1A816A422; Thu, 16 Mar 2006 18:51:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6702043D45; Thu, 16 Mar 2006 18:51:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GIpeqi096504; Thu, 16 Mar 2006 18:51:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GIpdub096503; Thu, 16 Mar 2006 18:51:39 GMT (envelope-from pav) Message-Id: <200603161851.k2GIpdub096503@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 18:51:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/crossfire-server Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:51:40 -0000 pav 2006-03-16 18:51:39 UTC FreeBSD ports repository Modified files: games/crossfire-server Makefile distinfo pkg-plist Log: - Update to 1.9.0 PR: ports/94496 Submitted by: KATO Tsuguru Revision Changes Path 1.56 +3 -11 ports/games/crossfire-server/Makefile 1.14 +6 -6 ports/games/crossfire-server/distinfo 1.19 +344 -9 ports/games/crossfire-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 18:59:12 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733A016A41F; Thu, 16 Mar 2006 18:59:12 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F3143D46; Thu, 16 Mar 2006 18:59:10 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k2GIx8r4027056; Thu, 16 Mar 2006 13:59:08 -0500 (EST) Date: Thu, 16 Mar 2006 13:59:08 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: "M. Warner Losh" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:59:12 -0000 On Thu, 16 Mar 2006, Daniel Eischen wrote: > I almost put the following in the commit message: > > No, this doesn't fix linuxpluginwrappers. > > But now that I know a little about symbol versioning, I started > investigating fixing the port so it could work. I've gone so > far as to make a script to generate GLIBC_foo versions for all > the necessary symbols required by libflashplugin.so, but > rtld still complains that it can't them. I can't seem to > get rtld to use the libmap'd library which does have the > required symbols. > > You can grab what I have from: > > http://people.freebsd.org/~deischen/symver/lpw.tgz I just updated this. The previous version didn't build and wasn't correct. > > if you want to take a try at it. > > -- DE From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:02:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D53C916A401; Thu, 16 Mar 2006 19:02:04 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE9943D66; Thu, 16 Mar 2006 19:02:03 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJ237P096962; Thu, 16 Mar 2006 19:02:03 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJ23d1096961; Thu, 16 Mar 2006 19:02:03 GMT (envelope-from danfe) Message-Id: <200603161902.k2GJ23d1096961@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 16 Mar 2006 19:02:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/lmpc Makefile distinfo pkg-descr ports/games/lmpc/files lmpc.html patch-src+quake3+code+game+q_shared.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:02:04 -0000 danfe 2006-03-16 19:02:02 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/lmpc Makefile distinfo pkg-descr games/lmpc/files lmpc.html patch-src+quake3+code+game+q_shared.h Log: Add LMPC, a tool to manipulate games demo recordings. Supported games include DOOM, DOOM II, Heretic, Hexen, Duke Nukem 3D, QuakeWorld, Quake II, Quake III Arena, and more. Revision Changes Path 1.936 +1 -0 ports/games/Makefile 1.1 +52 -0 ports/games/lmpc/Makefile (new) 1.1 +3 -0 ports/games/lmpc/distinfo (new) 1.1 +7893 -0 ports/games/lmpc/files/lmpc.html (new) 1.1 +75 -0 ports/games/lmpc/files/patch-src+quake3+code+game+q_shared.h (new) 1.1 +9 -0 ports/games/lmpc/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:03:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D08516A41F; Thu, 16 Mar 2006 19:03:10 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F6343D55; Thu, 16 Mar 2006 19:03:09 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJ39ix097028; Thu, 16 Mar 2006 19:03:09 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJ39MT097027; Thu, 16 Mar 2006 19:03:09 GMT (envelope-from danfe) Message-Id: <200603161903.k2GJ39MT097027@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 16 Mar 2006 19:03:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:03:10 -0000 danfe 2006-03-16 19:03:09 UTC FreeBSD ports repository Modified files: . modules Log: lmpc --> ports/games/lmpc Revision Changes Path 1.14455 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:10:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 51C8416A401; Thu, 16 Mar 2006 19:10:26 +0000 (UTC) Date: Thu, 16 Mar 2006 19:10:26 +0000 From: Alexey Dokuchaev To: Pav Lucistnik Message-ID: <20060316191026.GB42073@FreeBSD.org> References: <200603161712.k2GHCDtm092116@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200603161712.k2GHCDtm092116@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/cad/xcircuit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:10:26 -0000 On Thu, Mar 16, 2006 at 05:12:12PM +0000, Pav Lucistnik wrote: > pav 2006-03-16 17:12:12 UTC > > FreeBSD ports repository > > Modified files: > cad/xcircuit Makefile > Log: > - Fix dependency on Tcl/Tk Thanks, but doesn't USE_TCL_BUILD serve the same purpose? Or there's some magic I'm missing here? ./danfe From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:10:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B773716A401; Thu, 16 Mar 2006 19:10:41 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E85FC43D60; Thu, 16 Mar 2006 19:10:30 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJATVw097407; Thu, 16 Mar 2006 19:10:29 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJATTY097406; Thu, 16 Mar 2006 19:10:29 GMT (envelope-from rushani) Message-Id: <200603161910.k2GJATTY097406@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 16 Mar 2006 19:10:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:10:41 -0000 rushani 2006-03-16 19:10:29 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/multimedia chapter.sgml Log: comment in xref entity that references updated section in disks/chapter.sgml. Submitted by: Hiroo Ono Revision Changes Path 1.16 +0 -3 doc/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:10:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576B616A43E; Thu, 16 Mar 2006 19:10:43 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6160943D5F; Thu, 16 Mar 2006 19:10:29 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJAO1v097382; Thu, 16 Mar 2006 19:10:24 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJAOF2097381; Thu, 16 Mar 2006 19:10:24 GMT (envelope-from rushani) Message-Id: <200603161910.k2GJAOF2097381@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 16 Mar 2006 19:10:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/basics chapter.sgml doc/ja_JP.eucJP/books/handbook/bibliography chapter.sgml doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml doc/ja_JP.eucJP/books/handbook/l10n chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:10:43 -0000 rushani 2006-03-16 19:10:24 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/basics chapter.sgml ja_JP.eucJP/books/handbook/bibliography chapter.sgml ja_JP.eucJP/books/handbook/introduction chapter.sgml ja_JP.eucJP/books/handbook/l10n chapter.sgml Log: Merge the following from the English version: 1.78 -> 1.87 books/handbook/basics/chapter.sgml 1.60 -> 1.65 books/handbook/bibliography/chapter.sgml 1.105 -> 1.110 books/handbook/introduction/chapter.sgml 1.108 -> 1.115 books/handbook/l10n/chapter.sgml 1.88 -> 1.97 books/handbook/mail/chapter.sgml Submitted by: Hiroo Ono Revision Changes Path 1.25 +14 -14 doc/ja_JP.eucJP/books/handbook/basics/chapter.sgml 1.32 +14 -9 doc/ja_JP.eucJP/books/handbook/bibliography/chapter.sgml 1.35 +18 -10 doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml 1.22 +37 -34 doc/ja_JP.eucJP/books/handbook/l10n/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:11:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FAC216A481; Thu, 16 Mar 2006 19:11:33 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB1BF43D7D; Thu, 16 Mar 2006 19:11:28 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJBSeR097468; Thu, 16 Mar 2006 19:11:28 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJBSqN097467; Thu, 16 Mar 2006 19:11:28 GMT (envelope-from rushani) Message-Id: <200603161911.k2GJBSqN097467@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 16 Mar 2006 19:11:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:11:33 -0000 rushani 2006-03-16 19:11:28 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/multimedia chapter.sgml Log: Merge the following from the English version: 1.106 -> 1.111 books/handbook/multimedia/chapter.sgml Submitted by: Hiroki Kobayashi Revision Changes Path 1.17 +20 -6 doc/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:12:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DC5916A420; Thu, 16 Mar 2006 19:12:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BE0643D75; Thu, 16 Mar 2006 19:12:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJCUTn097535; Thu, 16 Mar 2006 19:12:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJCUbv097534; Thu, 16 Mar 2006 19:12:30 GMT (envelope-from pav) Message-Id: <200603161912.k2GJCUbv097534@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 19:12:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/icon-naming-utils Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:12:35 -0000 pav 2006-03-16 19:12:30 UTC FreeBSD ports repository Modified files: x11-themes/icon-naming-utils Makefile distinfo Log: - Update to 0.7.0 PR: ports/93507 Submitted by: Phillip Neumann (maintainer) Revision Changes Path 1.5 +1 -1 ports/x11-themes/icon-naming-utils/Makefile 1.5 +3 -3 ports/x11-themes/icon-naming-utils/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:18:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54AB416A401; Thu, 16 Mar 2006 19:18:58 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA6643D62; Thu, 16 Mar 2006 19:18:58 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJIvBL097828; Thu, 16 Mar 2006 19:18:57 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJIvi2097827; Thu, 16 Mar 2006 19:18:57 GMT (envelope-from mezz) Message-Id: <200603161918.k2GJIvi2097827@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 16 Mar 2006 19:18:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/shared-mime-info Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:18:58 -0000 mezz 2006-03-16 19:18:57 UTC FreeBSD ports repository Modified files: misc/shared-mime-info Makefile distinfo pkg-plist Log: Update to 0.17. Revision Changes Path 1.35 +2 -3 ports/misc/shared-mime-info/Makefile 1.14 +3 -3 ports/misc/shared-mime-info/distinfo 1.19 +38 -11 ports/misc/shared-mime-info/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:19:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BFB16A400; Thu, 16 Mar 2006 19:19:09 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C1943D62; Thu, 16 Mar 2006 19:18:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.4/8.13.4) with ESMTP id k2GJIujg095974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Mar 2006 20:18:56 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.4/8.13.4/Submit) id k2GJIuTx095907; Thu, 16 Mar 2006 20:18:56 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Alexey Dokuchaev In-Reply-To: <20060316191026.GB42073@FreeBSD.org> References: <200603161712.k2GHCDtm092116@repoman.freebsd.org> <20060316191026.GB42073@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5hkNa/gvKx7nDxtiosWs" Date: Thu, 16 Mar 2006 20:18:55 +0100 Message-Id: <1142536735.95655.4.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/cad/xcircuit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:19:09 -0000 --=-5hkNa/gvKx7nDxtiosWs Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Alexey Dokuchaev p=ED=B9e v =E8t 16. 03. 2006 v 19:10 +0000: > On Thu, Mar 16, 2006 at 05:12:12PM +0000, Pav Lucistnik wrote: > > pav 2006-03-16 17:12:12 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > cad/xcircuit Makefile=20 > > Log: > > - Fix dependency on Tcl/Tk >=20 > Thanks, but doesn't USE_TCL_BUILD serve the same purpose? Or there's som= e > magic I'm missing here? USE_TCL_BUILD turns off runtime dependency. Using both USE_TCL and USE_TCL_BUILD does not work either. I could not figure out more elegant solution that this. --=20 Pav Lucistnik Cats happen. --=-5hkNa/gvKx7nDxtiosWs 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.4.2.2 (FreeBSD) iD8DBQBEGbofntdYP8FOsoIRAleIAJwLAK8wuQ5R9K+Xq3qiW10d1hAEzgCfZrGP NzBtX2BfJ2ybkQhqS74aGdc= =uV7I -----END PGP SIGNATURE----- --=-5hkNa/gvKx7nDxtiosWs-- From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:26:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 9808316A422; Thu, 16 Mar 2006 19:26:07 +0000 (UTC) Date: Thu, 16 Mar 2006 19:26:07 +0000 From: Alexey Dokuchaev To: Pav Lucistnik Message-ID: <20060316192607.GA67755@FreeBSD.org> References: <200603161712.k2GHCDtm092116@repoman.freebsd.org> <20060316191026.GB42073@FreeBSD.org> <1142536735.95655.4.camel@ikaros.oook.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1142536735.95655.4.camel@ikaros.oook.cz> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/cad/xcircuit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:26:07 -0000 On Thu, Mar 16, 2006 at 08:18:55PM +0100, Pav Lucistnik wrote: > Alexey Dokuchaev p??e v ?t 16. 03. 2006 v 19:10 +0000: > > On Thu, Mar 16, 2006 at 05:12:12PM +0000, Pav Lucistnik wrote: > > > pav 2006-03-16 17:12:12 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > cad/xcircuit Makefile > > > Log: > > > - Fix dependency on Tcl/Tk > > > > Thanks, but doesn't USE_TCL_BUILD serve the same purpose? Or there's some > > magic I'm missing here? > > USE_TCL_BUILD turns off runtime dependency. Using both USE_TCL and > USE_TCL_BUILD does not work either. Yeah, I was kinda expecting something like this. :-( > > I could not figure out more elegant solution that this. *sigh*. Thanks for fixing it, again. ./danfe From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:27:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC6F16A401; Thu, 16 Mar 2006 19:27:46 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A0343D7F; Thu, 16 Mar 2006 19:27:45 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJRjj3098191; Thu, 16 Mar 2006 19:27:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJRjhd098190; Thu, 16 Mar 2006 19:27:45 GMT (envelope-from pav) Message-Id: <200603161927.k2GJRjhd098190@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 19:27:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/icons-tango Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:27:46 -0000 pav 2006-03-16 19:27:45 UTC FreeBSD ports repository Modified files: x11-themes/icons-tango Makefile distinfo pkg-plist Log: - Update to 0.7.0 - Unbreak PR: ports/93162 Submitted by: Phillip Neumann (maintainer) Revision Changes Path 1.6 +4 -4 ports/x11-themes/icons-tango/Makefile 1.4 +3 -3 ports/x11-themes/icons-tango/distinfo 1.4 +167 -5 ports/x11-themes/icons-tango/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:37:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46D0816A420; Thu, 16 Mar 2006 19:37:00 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE52443D5A; Thu, 16 Mar 2006 19:36:59 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJaxbX098550; Thu, 16 Mar 2006 19:36:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJaxCa098549; Thu, 16 Mar 2006 19:36:59 GMT (envelope-from pav) Message-Id: <200603161936.k2GJaxCa098549@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 19:36:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/gtklp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:37:00 -0000 pav 2006-03-16 19:36:59 UTC FreeBSD ports repository Modified files: print/gtklp Makefile distinfo Log: - Update to 1.2.1 PR: ports/94503 Submitted by: KATO Tsuguru Revision Changes Path 1.27 +1 -1 ports/print/gtklp/Makefile 1.18 +3 -3 ports/print/gtklp/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:44:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E7816A400; Thu, 16 Mar 2006 19:44:02 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBD043D46; Thu, 16 Mar 2006 19:44:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJi2oN098802; Thu, 16 Mar 2006 19:44:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJi2UT098801; Thu, 16 Mar 2006 19:44:02 GMT (envelope-from pav) Message-Id: <200603161944.k2GJi2UT098801@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 19:44:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/bochs Makefile distinfo pkg-plist ports/emulators/bochs/files patch-aa patch-iodev-eth_vde.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:44:02 -0000 pav 2006-03-16 19:44:02 UTC FreeBSD ports repository Modified files: emulators/bochs Makefile distinfo pkg-plist emulators/bochs/files patch-aa Added files: emulators/bochs/files patch-iodev-eth_vde.cc Log: - Update to 2.2.6 - Change flag to enable/disable SMP instead of obsolete method of specifying the number of CPU's PR: ports/94533 Submitted by: Sean Farley Revision Changes Path 1.71 +6 -10 ports/emulators/bochs/Makefile 1.29 +3 -3 ports/emulators/bochs/distinfo 1.15 +21 -17 ports/emulators/bochs/files/patch-aa 1.1 +21 -0 ports/emulators/bochs/files/patch-iodev-eth_vde.cc (new) 1.26 +2 -5 ports/emulators/bochs/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:55:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F5416A420; Thu, 16 Mar 2006 19:55:24 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC5FD43D46; Thu, 16 Mar 2006 19:55:23 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GJtMsD099269; Thu, 16 Mar 2006 19:55:23 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GJtMwa099268; Thu, 16 Mar 2006 19:55:22 GMT (envelope-from krion) Message-Id: <200603161955.k2GJtMwa099268@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 16 Mar 2006 19:55:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/sdl12/files patch-src_hermes_HeadMMX.h patch-src_hermes_HeadX86.h patch-src_video_SDL__yuv__mmx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:55:24 -0000 krion 2006-03-16 19:55:21 UTC FreeBSD ports repository Added files: devel/sdl12/files patch-src_hermes_HeadMMX.h patch-src_hermes_HeadX86.h patch-src_video_SDL__yuv__mmx.c Log: Fix build with gcc40 and gcc41. Revision Changes Path 1.1 +39 -0 ports/devel/sdl12/files/patch-src_hermes_HeadMMX.h (new) 1.1 +96 -0 ports/devel/sdl12/files/patch-src_hermes_HeadX86.h (new) 1.4 +324 -0 ports/devel/sdl12/files/patch-src_video_SDL__yuv__mmx.c (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 19:58:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F6D616A420; Thu, 16 Mar 2006 19:58:39 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11EAE43D45; Thu, 16 Mar 2006 19:58:39 +0000 (GMT) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJybp-00075u-Kd; Thu, 16 Mar 2006 20:58:09 +0100 Date: Thu, 16 Mar 2006 20:58:09 +0100 From: Kirill Ponomarew To: ports-committers@FreeBSD.org Message-ID: <20060316195809.GC17518@voodoo.bawue.com> References: <200603161955.k2GJtMwa099268@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603161955.k2GJtMwa099268@repoman.freebsd.org> X-NIC-HDL: KP869-RIPE Keywords: 477273987 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/sdl12/files patch-src_hermes_HeadMMX.h patch-src_hermes_HeadX86.h patch-src_video_SDL__yuv__mmx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 19:58:39 -0000 On Thu, Mar 16, 2006 at 07:55:21PM +0000, Kirill Ponomarew wrote: > krion 2006-03-16 19:55:21 UTC > > FreeBSD ports repository > > Added files: > devel/sdl12/files patch-src_hermes_HeadMMX.h > patch-src_hermes_HeadX86.h > patch-src_video_SDL__yuv__mmx.c > Log: > Fix build with gcc40 and gcc41. PR: ports/94397 Submitted by: Ron MacNeil -Kirill From owner-cvs-all@FreeBSD.ORG Thu Mar 16 20:00:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBE3416A400; Thu, 16 Mar 2006 20:00:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD4243D45; Thu, 16 Mar 2006 20:00:41 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GK0f9p099463; Thu, 16 Mar 2006 20:00:41 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GK0fJe099462; Thu, 16 Mar 2006 20:00:41 GMT (envelope-from jhb) Message-Id: <200603162000.k2GK0fJe099462@repoman.freebsd.org> From: John Baldwin Date: Thu, 16 Mar 2006 20:00:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:00:45 -0000 jhb 2006-03-16 20:00:40 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's another ADMTek AN985 clone. MFC after: 3 days Tested by: Lila liladude at aruba dot it Revision Changes Path 1.180 +3 -0 src/sys/dev/dc/if_dc.c 1.48 +10 -0 src/sys/dev/dc/if_dcreg.h From owner-cvs-all@FreeBSD.ORG Thu Mar 16 20:14:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85F616A400; Thu, 16 Mar 2006 20:14:11 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DAC43D46; Thu, 16 Mar 2006 20:14:11 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GKEB5R000232; Thu, 16 Mar 2006 20:14:11 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GKEBmK000231; Thu, 16 Mar 2006 20:14:11 GMT (envelope-from mezz) Message-Id: <200603162014.k2GKEBmK000231@repoman.freebsd.org> From: Jeremy Messenger Date: Thu, 16 Mar 2006 20:14:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/sysutils Makefile CVSROOT modules ports/sysutils/coaster Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:14:12 -0000 mezz 2006-03-16 20:14:11 UTC FreeBSD ports repository Modified files: . MOVED sysutils Makefile . modules Removed files: sysutils/coaster Makefile distinfo pkg-descr pkg-plist Log: Remove it; it has been unbuildable for months, and it lacks maintain and lack keep up to date with the other libraries that its depend on. No object by: my team, FreeBSD GNOME Team Revision Changes Path 1.14456 +0 -1 CVSROOT/modules 1.936 +2 -1 ports/MOVED 1.759 +0 -1 ports/sysutils/Makefile 1.9 +0 -49 ports/sysutils/coaster/Makefile (dead) 1.3 +0 -3 ports/sysutils/coaster/distinfo (dead) 1.3 +0 -11 ports/sysutils/coaster/pkg-descr (dead) 1.3 +0 -47 ports/sysutils/coaster/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 20:24:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D34616A401; Thu, 16 Mar 2006 20:24:40 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532D143D46; Thu, 16 Mar 2006 20:24:40 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GKOdBw000674; Thu, 16 Mar 2006 20:24:40 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GKOb2d000673; Thu, 16 Mar 2006 20:24:37 GMT (envelope-from anray) Message-Id: <200603162024.k2GKOb2d000673@repoman.freebsd.org> From: Andrey Slusar Date: Thu, 16 Mar 2006 20:24:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/xemacs-devel Makefile distinfo ports/editors/xemacs-devel/files patch-cmdloop.el patch-diagnose.el patch-dynarr.c patch-objects-gtk.c patch-objects-x.c patch-profile.h patch-syntax.c patch-x-win-xfree86.el ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:24:40 -0000 anray 2006-03-16 20:24:36 UTC FreeBSD ports repository Modified files: editors/xemacs-devel Makefile distinfo Added files: editors/xemacs-devel/files patch-diagnose.el patch-profile.h Removed files: editors/xemacs-devel/files patch-cmdloop.el patch-dynarr.c patch-objects-gtk.c patch-objects-x.c patch-syntax.c patch-x-win-xfree86.el patch-xgccache.c patch-xlwmenu.c Log: - Update to 21.5-b25 "eggplant". - Disable debug options and experimental features for more stabilty and improve perfomance. Revision Changes Path 1.105 +6 -2 ports/editors/xemacs-devel/Makefile 1.31 +3 -3 ports/editors/xemacs-devel/distinfo 1.2 +0 -28 ports/editors/xemacs-devel/files/patch-cmdloop.el (dead) 1.1 +17 -0 ports/editors/xemacs-devel/files/patch-diagnose.el (new) 1.2 +0 -57 ports/editors/xemacs-devel/files/patch-dynarr.c (dead) 1.2 +0 -28 ports/editors/xemacs-devel/files/patch-objects-gtk.c (dead) 1.2 +0 -49 ports/editors/xemacs-devel/files/patch-objects-x.c (dead) 1.1 +16 -0 ports/editors/xemacs-devel/files/patch-profile.h (new) 1.2 +0 -37 ports/editors/xemacs-devel/files/patch-syntax.c (dead) 1.2 +0 -46 ports/editors/xemacs-devel/files/patch-x-win-xfree86.el (dead) 1.2 +0 -17 ports/editors/xemacs-devel/files/patch-xgccache.c (dead) 1.2 +0 -18 ports/editors/xemacs-devel/files/patch-xlwmenu.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 20:25:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD67616A424; Thu, 16 Mar 2006 20:25:23 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D2A43D55; Thu, 16 Mar 2006 20:25:23 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GKPNl0000777; Thu, 16 Mar 2006 20:25:23 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GKPNa5000776; Thu, 16 Mar 2006 20:25:23 GMT (envelope-from anray) Message-Id: <200603162025.k2GKPNa5000776@repoman.freebsd.org> From: Andrey Slusar Date: Thu, 16 Mar 2006 20:25:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.emacs.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:25:24 -0000 anray 2006-03-16 20:25:23 UTC FreeBSD ports repository Modified files: Mk bsd.emacs.mk Log: Update xemacs-devel to 21.5-b25. Revision Changes Path 1.53 +2 -2 ports/Mk/bsd.emacs.mk From owner-cvs-all@FreeBSD.ORG Thu Mar 16 20:26:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 033DB16A420; Thu, 16 Mar 2006 20:26:21 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A4843D48; Thu, 16 Mar 2006 20:26:20 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GKQKEi000877; Thu, 16 Mar 2006 20:26:20 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GKQKfO000876; Thu, 16 Mar 2006 20:26:20 GMT (envelope-from danfe) Message-Id: <200603162026.k2GKQKfO000876@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 16 Mar 2006 20:26:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/vte Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 20:26:21 -0000 danfe 2006-03-16 20:26:20 UTC FreeBSD ports repository Modified files: x11-toolkits/vte Makefile pkg-descr Log: - Convert to OPTIONS - Adjust text slightly so it fits in dialog - DRI -> DRI/GLX since nVidia GLX does not use DRI - Style nit: s/ifdef/if defined/ in Makefile - Kill EOL space in pkg-descr, americanize Approved by: gnome (marcus) Revision Changes Path 1.54 +6 -8 ports/x11-toolkits/vte/Makefile 1.2 +1 -1 ports/x11-toolkits/vte/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Mar 16 21:07:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1363416A400; Thu, 16 Mar 2006 21:07:08 +0000 (UTC) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A3843D45; Thu, 16 Mar 2006 21:07:07 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GL77GS009966; Thu, 16 Mar 2006 21:07:07 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GL77Oe009965; Thu, 16 Mar 2006 21:07:07 GMT (envelope-from jeh) Message-Id: <200603162107.k2GL77Oe009965@repoman.freebsd.org> From: "James E. Housley" Date: Thu, 16 Mar 2006 21:07:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:07:08 -0000 jeh 2006-03-16 21:07:06 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4720 Revision Changes Path 1.507 +1 -1 ports/security/uvscan-dat/Makefile 1.502 +3 -3 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Thu Mar 16 21:28:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 244A216A400; Thu, 16 Mar 2006 21:28:52 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD4643D48; Thu, 16 Mar 2006 21:28:51 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GLSpE9010765; Thu, 16 Mar 2006 21:28:51 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GLSpj6010764; Thu, 16 Mar 2006 21:28:51 GMT (envelope-from sos) Message-Id: <200603162128.k2GLSpj6010764@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 16 Mar 2006 21:28:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:28:52 -0000 sos 2006-03-16 21:28:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c ata-pci.h Log: MFC: Add support for the JMicron JMB361, 365 and 366 chips. HW and documentation kindly provided by JMicron. Approved by: re@ (mux) Revision Changes Path 1.126.2.11 +18 -14 src/sys/dev/ata/ata-chipset.c 1.49.2.8 +3 -0 src/sys/dev/ata/ata-pci.h From owner-cvs-all@FreeBSD.ORG Thu Mar 16 21:30:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E46C16A41F; Thu, 16 Mar 2006 21:30:10 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1D043D58; Thu, 16 Mar 2006 21:30:10 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GLU9Rp010847; Thu, 16 Mar 2006 21:30:09 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GLU9BT010846; Thu, 16 Mar 2006 21:30:09 GMT (envelope-from sos) Message-Id: <200603162130.k2GLU9BT010846@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 16 Mar 2006 21:30:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/atacontrol atacontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:30:10 -0000 sos 2006-03-16 21:30:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/atacontrol atacontrol.c Log: MFC: Add new modes. Approved by: re@ (mux) Revision Changes Path 1.36.2.5 +4 -0 src/sbin/atacontrol/atacontrol.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 21:40:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8340516A420; Thu, 16 Mar 2006 21:40:47 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A7D43D48; Thu, 16 Mar 2006 21:40:47 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GLekiB011253; Thu, 16 Mar 2006 21:40:46 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GLek9x011252; Thu, 16 Mar 2006 21:40:46 GMT (envelope-from mnag) Message-Id: <200603162140.k2GLek9x011252@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 16 Mar 2006 21:40:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/pecl-gnupg Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:40:47 -0000 mnag 2006-03-16 21:40:45 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pecl-gnupg Makefile distinfo pkg-descr Log: - Add port security/pecl-gnupg This extension provides methods to PHP interact with gnupg. WWW: http://pecl.php.net/package/gnupg Revision Changes Path 1.735 +1 -0 ports/security/Makefile 1.1 +53 -0 ports/security/pecl-gnupg/Makefile (new) 1.1 +3 -0 ports/security/pecl-gnupg/distinfo (new) 1.1 +3 -0 ports/security/pecl-gnupg/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 21:41:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE67316A401; Thu, 16 Mar 2006 21:41:14 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C08B43D53; Thu, 16 Mar 2006 21:41:14 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GLfEeB011300; Thu, 16 Mar 2006 21:41:14 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GLfEg3011299; Thu, 16 Mar 2006 21:41:14 GMT (envelope-from mnag) Message-Id: <200603162141.k2GLfEg3011299@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 16 Mar 2006 21:41:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:41:14 -0000 mnag 2006-03-16 21:41:14 UTC FreeBSD ports repository Modified files: . modules Log: pecl-gnupg -> ports/security/pecl-gnupg Revision Changes Path 1.14457 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 21:50:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E5816A400; Thu, 16 Mar 2006 21:50:25 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8285943D45; Thu, 16 Mar 2006 21:50:25 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GLoPB2011688; Thu, 16 Mar 2006 21:50:25 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GLoPOY011687; Thu, 16 Mar 2006 21:50:25 GMT (envelope-from marcus) Message-Id: <200603162150.k2GLoPOY011687@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 16 Mar 2006 21:50:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 21:50:25 -0000 marcus 2006-03-16 21:50:25 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Announce GNOME 2.14.0 for FreeBSD! This is the unofficial FreeBSD release announcement. Once 5.5 and 6.1 are released, we will make a more public announcement. Revision Changes Path 1.116 +25 -0 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Thu Mar 16 22:09:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 989CF16A41F; Thu, 16 Mar 2006 22:09:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0DA43D70; Thu, 16 Mar 2006 22:09:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GM9fYf012673; Thu, 16 Mar 2006 22:09:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GM9fi0012672; Thu, 16 Mar 2006 22:09:41 GMT (envelope-from pav) Message-Id: <200603162209.k2GM9fi0012672@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 22:09:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/swig13 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 22:09:43 -0000 pav 2006-03-16 22:09:41 UTC FreeBSD ports repository Modified files: devel/swig13 Makefile distinfo pkg-plist Log: - Update to 1.3.28 - Take maintainership - Drop dependencies on languages PR: ports/94434 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.69 +2 -87 ports/devel/swig13/Makefile 1.28 +3 -3 ports/devel/swig13/distinfo 1.31 +2696 -2418 ports/devel/swig13/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 22:10:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03CF016A426; Thu, 16 Mar 2006 22:10:49 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E8443DA3; Thu, 16 Mar 2006 22:10:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GMAWwp012804; Thu, 16 Mar 2006 22:10:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GMAWex012803; Thu, 16 Mar 2006 22:10:32 GMT (envelope-from pav) Message-Id: <200603162210.k2GMAWex012803@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 16 Mar 2006 22:10:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/solfege Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 22:10:49 -0000 pav 2006-03-16 22:10:32 UTC FreeBSD ports repository Modified files: audio/solfege Makefile distinfo pkg-plist Log: - Update to 3.0.7 PR: ports/94489 Submitted by: KATO Tsuguru Revision Changes Path 1.22 +1 -1 ports/audio/solfege/Makefile 1.15 +3 -3 ports/audio/solfege/distinfo 1.11 +4 -0 ports/audio/solfege/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Mar 16 22:20:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB18F16A400; Thu, 16 Mar 2006 22:20:40 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7884443D46; Thu, 16 Mar 2006 22:20:40 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GMKeqR013204; Thu, 16 Mar 2006 22:20:40 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GMKeav013203; Thu, 16 Mar 2006 22:20:40 GMT (envelope-from brueffer) Message-Id: <200603162220.k2GMKeav013203@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Mar 2006 22:20:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ata.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 22:20:40 -0000 brueffer 2006-03-16 22:20:39 UTC FreeBSD src repository Modified files: share/man/man4 ata.4 Log: Document JMicron JMB361, 365 and 366 support. MFC after: 3 days Revision Changes Path 1.64 +2 -2 src/share/man/man4/ata.4 From owner-cvs-all@FreeBSD.ORG Thu Mar 16 22:31:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D432C16A401; Thu, 16 Mar 2006 22:31:27 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A220D43D64; Thu, 16 Mar 2006 22:31:27 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GMVRSe013619; Thu, 16 Mar 2006 22:31:27 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GMVRTh013618; Thu, 16 Mar 2006 22:31:27 GMT (envelope-from garga) Message-Id: <200603162231.k2GMVRTh013618@repoman.freebsd.org> From: Renato Botelho Date: Thu, 16 Mar 2006 22:31:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology Makefile ports/biology/lagan Makefile distinfo pkg-descr pkg-plist ports/biology/lagan/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 22:31:27 -0000 garga 2006-03-16 22:31:26 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/lagan Makefile distinfo pkg-descr pkg-plist biology/lagan/files pkg-message.in Log: Add lagan 1.2, efficient tools for large-scale multiple alignments of genomic DNA. PR: ports/93058 Submitted by: Fernan Aguero Revision Changes Path 1.81 +1 -0 ports/biology/Makefile 1.1 +54 -0 ports/biology/lagan/Makefile (new) 1.1 +3 -0 ports/biology/lagan/distinfo (new) 1.1 +9 -0 ports/biology/lagan/files/pkg-message.in (new) 1.1 +24 -0 ports/biology/lagan/pkg-descr (new) 1.1 +45 -0 ports/biology/lagan/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Mar 16 22:31:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C02F616A400; Thu, 16 Mar 2006 22:31:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583B043D70; Thu, 16 Mar 2006 22:31:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GMVbne013665; Thu, 16 Mar 2006 22:31:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GMVbwh013664; Thu, 16 Mar 2006 22:31:37 GMT (envelope-from garga) Message-Id: <200603162231.k2GMVbwh013664@repoman.freebsd.org> From: Renato Botelho Date: Thu, 16 Mar 2006 22:31:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 22:31:38 -0000 garga 2006-03-16 22:31:37 UTC FreeBSD ports repository Modified files: . modules Log: lagan --> ports/biology/lagan Revision Changes Path 1.14458 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Mar 16 22:38:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49CFC16A426; Thu, 16 Mar 2006 22:38:55 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB71343D46; Thu, 16 Mar 2006 22:38:54 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GMcsq6013943; Thu, 16 Mar 2006 22:38:54 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GMcr67013942; Thu, 16 Mar 2006 22:38:53 GMT (envelope-from hq) Message-Id: <200603162238.k2GMcr67013942@repoman.freebsd.org> From: Herve Quiroz Date: Thu, 16 Mar 2006 22:38:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xom pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 22:38:55 -0000 hq 2006-03-16 22:38:53 UTC FreeBSD ports repository Modified files: textproc/xom pkg-descr Log: Fix WWW PR: 94317 Submitted by: Ion-Mihai Tetcu Reported by: fenner's distfiles survey Revision Changes Path 1.2 +1 -1 ports/textproc/xom/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Mar 16 22:39:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A0E16A422; Thu, 16 Mar 2006 22:39:19 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C3943D76; Thu, 16 Mar 2006 22:39:18 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GMdHPt013982; Thu, 16 Mar 2006 22:39:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GMdHM1013981; Thu, 16 Mar 2006 22:39:17 GMT (envelope-from brueffer) Message-Id: <200603162239.k2GMdHM1013981@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 16 Mar 2006 22:39:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ipw.4 iwi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 22:39:19 -0000 brueffer 2006-03-16 22:39:17 UTC FreeBSD src repository Modified files: share/man/man4 ipw.4 iwi.4 Log: Adapt for the new firmware ports. MFC after: 3 days Revision Changes Path 1.11 +2 -2 src/share/man/man4/ipw.4 1.13 +2 -2 src/share/man/man4/iwi.4 From owner-cvs-all@FreeBSD.ORG Thu Mar 16 22:41:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E4DE16A422; Thu, 16 Mar 2006 22:41:35 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF7043D49; Thu, 16 Mar 2006 22:41:34 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GMfYQ9014100; Thu, 16 Mar 2006 22:41:34 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GMfY1O014099; Thu, 16 Mar 2006 22:41:34 GMT (envelope-from hq) Message-Id: <200603162241.k2GMfY1O014099@repoman.freebsd.org> From: Herve Quiroz Date: Thu, 16 Mar 2006 22:41:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xpp3 pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 22:41:35 -0000 hq 2006-03-16 22:41:33 UTC FreeBSD ports repository Modified files: textproc/xpp3 pkg-descr Log: Fix WWW PR: 94318 Submitted by: Ion-Mihai Tetcu Reported by: fenner's distfiles survey Revision Changes Path 1.2 +1 -1 ports/textproc/xpp3/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Mar 16 23:29:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E7E416A422; Thu, 16 Mar 2006 23:29:09 +0000 (UTC) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD98243D53; Thu, 16 Mar 2006 23:29:08 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2GNT8Ke015854; Thu, 16 Mar 2006 23:29:08 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2GNT8ws015853; Thu, 16 Mar 2006 23:29:08 GMT (envelope-from deischen) Message-Id: <200603162329.k2GNT8ws015853@repoman.freebsd.org> From: Daniel Eischen Date: Thu, 16 Mar 2006 23:29:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libpthread/arch/amd64/amd64 context.S src/lib/libpthread/arch/i386/i386 pthread_md.c src/lib/libpthread/test guard_b.c mutex_d.c sigsuspend_d.c src/lib/libpthread/thread thr_cond.c thr_init.c thr_kern.c thr_mutex.c thr_nanosleep.c thr_private.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 23:29:09 -0000 deischen 2006-03-16 23:29:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpthread/arch/amd64/amd64 context.S lib/libpthread/arch/i386/i386 pthread_md.c lib/libpthread/test guard_b.c mutex_d.c sigsuspend_d.c lib/libpthread/thread thr_cond.c thr_init.c thr_kern.c thr_mutex.c thr_nanosleep.c thr_private.h thr_pspinlock.c thr_rtld.c thr_sem.c thr_sig.c thr_sigsuspend.c thr_symbols.c Log: MFC: Relevent commit logs are below. Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUG is defined in the environment. Modify the code path of the ifdef NOTYET part of _kse_single_thread(): o Don't reinitialise the atfork() handler list in the child. We are meant to call the child handler, and on subsequent fork()s should call all three functions as normal. o Don't reinitialise the thread specific keyed data in the child after a fork. Applications may require this for context. o Reinitialise curthread->tlflags after removing ourselves from (and reinitialising) the various internal thread lists. o Reinitialise __malloc_lock in the child after fork() (to balance our explicitly taking the lock prior to the fork()). With these changes, it is possible to enable the NOTYET code in thr_kern.c to allow the use of non-async-safe functions after fork()ing from a threaded program. Eliminate a race condition in timed waits (cv, mutex, and sleeps). Don't forget to initialize a tailq before using it. For the ``#ifdef NOTYET'' code that allows calling non-async-safe functions in the child after a fork() from a threaded process, use __sys_setprocmask() rather than setprocmask() to keep our signal handling sane. Without this fix, signals are essentially ignored in said child and things such as protection violations result in an endless busy loop. Allocate a thread's tcb last so it is easier to handle failures to malloc() siginfo. Include needed headers that were obtained through . Sort headers while here. amd64 ----- Fix a race condition introduced when redzones were added. Use an atomic operation to return and adjust the stack (amd64). test ----- o Include o Make this ILP32/LP64 clean: cast pointers to long. Approved by: re (scottl) Revision Changes Path 1.7.8.1 +4 -5 src/lib/libpthread/arch/amd64/amd64/context.S 1.7.2.1 +0 -1 src/lib/libpthread/arch/i386/i386/pthread_md.c 1.2.14.1 +5 -3 src/lib/libpthread/test/guard_b.c 1.4.10.1 +14 -13 src/lib/libpthread/test/mutex_d.c 1.2.10.1 +1 -1 src/lib/libpthread/test/sigsuspend_d.c 1.52.2.1 +5 -5 src/lib/libpthread/thread/thr_cond.c 1.70.2.1 +3 -1 src/lib/libpthread/thread/thr_init.c 1.116.2.1 +32 -26 src/lib/libpthread/thread/thr_kern.c 1.47.2.1 +22 -24 src/lib/libpthread/thread/thr_mutex.c 1.24.8.1 +3 -1 src/lib/libpthread/thread/thr_nanosleep.c 1.123.2.1 +1 -0 src/lib/libpthread/thread/thr_private.h 1.2.10.1 +5 -2 src/lib/libpthread/thread/thr_pspinlock.c 1.5.10.1 +7 -5 src/lib/libpthread/thread/thr_rtld.c 1.16.2.1 +1 -0 src/lib/libpthread/thread/thr_sem.c 1.83.2.1 +25 -16 src/lib/libpthread/thread/thr_sig.c 1.26.2.1 +5 -2 src/lib/libpthread/thread/thr_sigsuspend.c 1.1.8.1 +1 -0 src/lib/libpthread/thread/thr_symbols.c From owner-cvs-all@FreeBSD.ORG Thu Mar 16 23:37:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4BF16A423; Thu, 16 Mar 2006 23:37:02 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E50443D49; Thu, 16 Mar 2006 23:37:02 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id EC5E41A4EBE; Thu, 16 Mar 2006 15:37:01 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2473551A83; Thu, 16 Mar 2006 18:37:01 -0500 (EST) Date: Thu, 16 Mar 2006 18:37:00 -0500 From: Kris Kennaway To: Daniel Eischen Message-ID: <20060316233700.GA34918@xor.obsecurity.org> References: <200603162329.k2GNT8ws015853@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <200603162329.k2GNT8ws015853@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/arch/amd64/amd64 context.S src/lib/libpthread/arch/i386/i386 pthread_md.c src/lib/libpthread/test guard_b.c mutex_d.c sigsuspend_d.c src/lib/libpthread/thread thr_cond.c thr_init.c thr_kern.c thr_mutex.c thr_nanosleep.c thr_private.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 23:37:02 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 16, 2006 at 11:29:08PM +0000, Daniel Eischen wrote: > deischen 2006-03-16 23:29:08 UTC >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_6) > lib/libpthread/arch/amd64/amd64 context.S=20 > lib/libpthread/arch/i386/i386 pthread_md.c=20 > lib/libpthread/test guard_b.c mutex_d.c sigsuspend_d.c=20 > lib/libpthread/thread thr_cond.c thr_init.c thr_kern.c=20 > thr_mutex.c thr_nanosleep.c=20 > thr_private.h thr_pspinlock.c thr_rtld.c=20 > thr_sem.c thr_sig.c thr_sigsuspend.c=20 > thr_symbols.c=20 > Log: > MFC: Relevent commit logs are below. > =20 > Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUG > is defined in the environment. My /tmp thanks you :-) Kris --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEGfabWry0BWjoQKURArEbAKCCJ5KJtktanF8T0Uhrj3KSeqJc7wCfQgfs RPgZLFHKgRRPQKRI5rP6V/Y= =LEIF -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-cvs-all@FreeBSD.ORG Fri Mar 17 00:06:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE66B16A401; Fri, 17 Mar 2006 00:06:38 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E33343D49; Fri, 17 Mar 2006 00:06:38 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H06cQ9017215; Fri, 17 Mar 2006 00:06:38 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H06boc017214; Fri, 17 Mar 2006 00:06:37 GMT (envelope-from leeym) Message-Id: <200603170006.k2H06boc017214@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 17 Mar 2006 00:06:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/nntpcache Makefile ports/news/nntpcache/files nntpcached.in patch-src-nntpcache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 00:06:38 -0000 leeym 2006-03-17 00:06:37 UTC FreeBSD ports repository Modified files: news/nntpcache Makefile news/nntpcache/files nntpcached.in Added files: news/nntpcache/files patch-src-nntpcache.c Log: - use %%RC_SUBR%% instead of hardcoded /etc/rc.subr [1] - fix coredump when parsing user:pass@host in nntpcache.servers [2] - bump PORTREVISION PR: 94550 [1], 94549 [2] Submitted by: tps at vr-web.de [1][2] Revision Changes Path 1.43 +1 -1 ports/news/nntpcache/Makefile 1.2 +1 -1 ports/news/nntpcache/files/nntpcached.in 1.1 +11 -0 ports/news/nntpcache/files/patch-src-nntpcache.c (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 01:25:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B3CC16A420; Fri, 17 Mar 2006 01:25:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A6643D45; Fri, 17 Mar 2006 01:25:21 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H1PKbe027637; Fri, 17 Mar 2006 01:25:20 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H1PKNC027636; Fri, 17 Mar 2006 01:25:20 GMT (envelope-from dougb) Message-Id: <200603170125.k2H1PKNC027636@repoman.freebsd.org> From: Doug Barton Date: Fri, 17 Mar 2006 01:25:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/nntpcache/files nntpcached.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 01:25:21 -0000 dougb 2006-03-17 01:25:20 UTC FreeBSD ports repository Modified files: news/nntpcache/files nntpcached.in Log: Remove FreeBSD KEYWORD, which has been a noop for some time now. Revision Changes Path 1.3 +1 -1 ports/news/nntpcache/files/nntpcached.in From owner-cvs-all@FreeBSD.ORG Fri Mar 17 01:29:59 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3461516A401 for ; Fri, 17 Mar 2006 01:29:59 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 8476F43D49 for ; Fri, 17 Mar 2006 01:29:58 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 58071 invoked by uid 399); 17 Mar 2006 01:29:56 -0000 Received: from localhost (HELO ?192.168.0.6?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 17 Mar 2006 01:29:56 -0000 Message-ID: <441A110E.50904@FreeBSD.org> Date: Thu, 16 Mar 2006 17:29:50 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: cvs-all@freebsd.org, leeym@freebsd.org, tps@vr-web.de X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: [Fwd: cvs commit: ports/news/nntpcache/files nntpcached.in] X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 01:29:59 -0000 FYI. You might also consider the following changes: 1. Instead of both REQUIRE and BEFORE, consider using only REQUIRE: DAEMON. It's unclear why this service would have to start before DAEMON, and it's generally preferred that you don't. 2. The procname variable is probably not necessary. 3. The nntpcached_enable expansion should be - instead of :-. Please see the section on rc.d scripts in the Porter's Handbook for more information. hth, Doug -------- Original Message -------- Subject: cvs commit: ports/news/nntpcache/files nntpcached.in Date: Fri, 17 Mar 2006 01:25:20 +0000 (UTC) From: Doug Barton To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org dougb 2006-03-17 01:25:20 UTC FreeBSD ports repository Modified files: news/nntpcache/files nntpcached.in Log: Remove FreeBSD KEYWORD, which has been a noop for some time now. Revision Changes Path 1.3 +1 -1 ports/news/nntpcache/files/nntpcached.in http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/news/nntpcache/files/nntpcached.in.diff?&r1=1.2&r2=1.3&f=h -- This .signature sanitized for your protection From owner-cvs-all@FreeBSD.ORG Fri Mar 17 01:47:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4081016A400; Fri, 17 Mar 2006 01:47:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F61D43D45; Fri, 17 Mar 2006 01:47:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H1l6tF028422; Fri, 17 Mar 2006 01:47:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H1l6nl028421; Fri, 17 Mar 2006 01:47:06 GMT (envelope-from rwatson) Message-Id: <200603170147.k2H1l6nl028421@repoman.freebsd.org> From: Robert Watson Date: Fri, 17 Mar 2006 01:47:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern syscalls.master src/sys/conf files src/sys/security/audit audit_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 01:47:07 -0000 rwatson 2006-03-17 01:47:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern syscalls.master sys/conf files Added files: (Branch: RELENG_6) sys/security/audit audit_syscalls.c Log: Provide unconditionally compiled stub implementations of audit system calls that simply return ENOSYS. This will allow basic forward compatibility with userland audit pieces to be committed in the future, avoiding the "login killed by SIGSYS" problem users of CVS HEAD experienced when booting older kernels with newer user spaces (an unsupported but not uncommon situation when debugging problems). Approved by: re (scottl) Obtained from: TrustedBSD Project Revision Changes Path 1.1031.2.26 +1 -0 src/sys/conf/files 1.198.2.2 +9 -9 src/sys/kern/syscalls.master 1.1.2.1 +96 -0 src/sys/security/audit/audit_syscalls.c (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 01:47:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A73916A494; Fri, 17 Mar 2006 01:47:33 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543F143D48; Fri, 17 Mar 2006 01:47:33 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H1lXi3028495; Fri, 17 Mar 2006 01:47:33 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H1lXH6028494; Fri, 17 Mar 2006 01:47:33 GMT (envelope-from rwatson) Message-Id: <200603170147.k2H1lXH6028494@repoman.freebsd.org> From: Robert Watson Date: Fri, 17 Mar 2006 01:47:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 01:47:33 -0000 rwatson 2006-03-17 01:47:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate. Approved by: re (scottl) Revision Changes Path 1.195.2.2 +10 -10 src/sys/kern/init_sysent.c 1.181.2.2 +1 -1 src/sys/kern/syscalls.c 1.178.2.2 +1 -1 src/sys/sys/syscall.h 1.133.2.2 +1 -1 src/sys/sys/syscall.mk 1.177.2.2 +1 -1 src/sys/sys/sysproto.h From owner-cvs-all@FreeBSD.ORG Fri Mar 17 02:05:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F5E316A423; Fri, 17 Mar 2006 02:05:47 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E167843D45; Fri, 17 Mar 2006 02:05:46 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H25kZC029203; Fri, 17 Mar 2006 02:05:46 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H25kDD029202; Fri, 17 Mar 2006 02:05:46 GMT (envelope-from kensmith) Message-Id: <200603170205.k2H25kDD029202@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Mar 2006 02:05:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/scripts package-split.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 02:05:47 -0000 kensmith 2006-03-17 02:05:46 UTC FreeBSD src repository Modified files: release/scripts package-split.py Log: First pass at trimming package set down. Disc2 is still too big even with this but we're still deciding exactly what to do about that. Revision Changes Path 1.11 +0 -5 src/release/scripts/package-split.py From owner-cvs-all@FreeBSD.ORG Fri Mar 17 02:12:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E50A216A41F; Fri, 17 Mar 2006 02:12:34 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DC243D45; Fri, 17 Mar 2006 02:12:34 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H2CYtH029445; Fri, 17 Mar 2006 02:12:34 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H2CY1Z029444; Fri, 17 Mar 2006 02:12:34 GMT (envelope-from kensmith) Message-Id: <200603170212.k2H2CY1Z029444@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Mar 2006 02:12:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/scripts package-split.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 02:12:35 -0000 kensmith 2006-03-17 02:12:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/scripts package-split.py Log: MFC v1.11: > date: 2006/03/17 02:05:46; author: kensmith; state: Exp; lines: +0 -5 > First pass at trimming package set down. Disc2 is still too big > even with this but we're still deciding exactly what to do about > that. Approved by: re (scottl) Revision Changes Path 1.6.2.5 +0 -6 src/release/scripts/package-split.py From owner-cvs-all@FreeBSD.ORG Fri Mar 17 02:14:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F2316A420; Fri, 17 Mar 2006 02:14:01 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C2543D46; Fri, 17 Mar 2006 02:14:00 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H2E0vk029520; Fri, 17 Mar 2006 02:14:00 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H2E0J3029519; Fri, 17 Mar 2006 02:14:00 GMT (envelope-from kensmith) Message-Id: <200603170214.k2H2E0J3029519@repoman.freebsd.org> From: Ken Smith Date: Fri, 17 Mar 2006 02:14:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/scripts package-split.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 02:14:01 -0000 kensmith 2006-03-17 02:14:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/scripts package-split.py Log: MFC v1.11: > date: 2006/03/17 02:05:46; author: kensmith; state: Exp; lines: +0 -5 > First pass at trimming package set down. Disc2 is still too big > even with this but we're still deciding exactly what to do about > that. Approved by: re (scottl) Revision Changes Path 1.3.2.6 +0 -6 src/release/scripts/package-split.py From owner-cvs-all@FreeBSD.ORG Fri Mar 17 02:17:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 195A616A400; Fri, 17 Mar 2006 02:17:52 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A441743D49; Fri, 17 Mar 2006 02:17:51 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H2Hp5F029729; Fri, 17 Mar 2006 02:17:51 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H2HpWd029728; Fri, 17 Mar 2006 02:17:51 GMT (envelope-from lioux) Message-Id: <200603170217.k2H2HpWd029728@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 17 Mar 2006 02:17:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/mldonkey-devel Makefile distinfo pkg-plist ports/net-p2p/mldonkey-devel/files mlnet.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 02:17:52 -0000 lioux 2006-03-17 02:17:51 UTC FreeBSD ports repository Modified files: net-p2p/mldonkey-devel Makefile distinfo pkg-plist net-p2p/mldonkey-devel/files mlnet.in Log: o Update to 2.7.4 o Move FILESDIR/mlnet.sh to FILESDIR/mlnet.in o Properly use USE_RC_SUBR pointing at mlnet o Depend upon archivers/bzip2 if libbz2.so is not available o Use a new source for the startup server.met since the former is no longer available Revision Changes Path 1.72 +17 -10 ports/net-p2p/mldonkey-devel/Makefile 1.40 +3 -3 ports/net-p2p/mldonkey-devel/distinfo 1.4 +2 -2 ports/net-p2p/mldonkey-devel/files/mlnet.in 1.9 +0 -1 ports/net-p2p/mldonkey-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 02:35:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4E416A400; Fri, 17 Mar 2006 02:35:10 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5189F43D46; Fri, 17 Mar 2006 02:35:10 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H2ZAgh030377; Fri, 17 Mar 2006 02:35:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H2ZA4W030376; Fri, 17 Mar 2006 02:35:10 GMT (envelope-from clsung) Message-Id: <200603170235.k2H2ZA4W030376@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 17 Mar 2006 02:35:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Atom Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 02:35:10 -0000 clsung 2006-03-17 02:35:10 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Atom Makefile distinfo Log: - update to 0.18 Revision Changes Path 1.18 +2 -2 ports/textproc/p5-XML-Atom/Makefile 1.14 +3 -3 ports/textproc/p5-XML-Atom/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 17 02:40:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9712216A41F; Fri, 17 Mar 2006 02:40:30 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FAE143D48; Fri, 17 Mar 2006 02:40:30 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H2eUAZ030664; Fri, 17 Mar 2006 02:40:30 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H2eUiY030663; Fri, 17 Mar 2006 02:40:30 GMT (envelope-from clsung) Message-Id: <200603170240.k2H2eUiY030663@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 17 Mar 2006 02:40:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-ParmList Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 02:40:30 -0000 clsung 2006-03-17 02:40:30 UTC FreeBSD ports repository Modified files: devel/p5-Class-ParmList Makefile distinfo pkg-plist Log: - update to 1.05 - use PERL_MODBUILD Revision Changes Path 1.4 +2 -2 ports/devel/p5-Class-ParmList/Makefile 1.5 +3 -3 ports/devel/p5-Class-ParmList/distinfo 1.5 +0 -3 ports/devel/p5-Class-ParmList/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 02:55:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FFBC16A400; Fri, 17 Mar 2006 02:55:31 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E9143D46; Fri, 17 Mar 2006 02:55:30 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H2tUVE031236; Fri, 17 Mar 2006 02:55:30 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H2tUXe031235; Fri, 17 Mar 2006 02:55:30 GMT (envelope-from lioux) Message-Id: <200603170255.k2H2tUXe031235@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 17 Mar 2006 02:55:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/mldonkey-devel/files mlnet.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 02:55:31 -0000 lioux 2006-03-17 02:55:30 UTC FreeBSD ports repository Removed files: net-p2p/mldonkey-devel/files mlnet.sh Log: Remove mlnet.sh after repocopy to mlnet.in PR: 94580 Repocopy by: portmgr (marcus) Revision Changes Path 1.4 +0 -69 ports/net-p2p/mldonkey-devel/files/mlnet.sh (dead) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 03:38:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3948316A422; Fri, 17 Mar 2006 03:38:11 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E887B43D45; Fri, 17 Mar 2006 03:38:10 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H3cAOQ032945; Fri, 17 Mar 2006 03:38:10 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H3cAkv032944; Fri, 17 Mar 2006 03:38:10 GMT (envelope-from dinoex) Message-Id: <200603170338.k2H3cAkv032944@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Mar 2006 03:38:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gworkspace Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 03:38:11 -0000 dinoex 2006-03-17 03:38:10 UTC FreeBSD ports repository Modified files: deskutils/gworkspace Makefile distinfo Log: - update to 0.8.1 Revision Changes Path 1.21 +1 -1 ports/deskutils/gworkspace/Makefile 1.15 +3 -3 ports/deskutils/gworkspace/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 17 04:27:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF53316A401; Fri, 17 Mar 2006 04:27:09 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A769143D6B; Fri, 17 Mar 2006 04:27:03 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H4R1oL034598; Fri, 17 Mar 2006 04:27:02 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H4R1Dv034597; Fri, 17 Mar 2006 04:27:01 GMT (envelope-from hrs) Message-Id: <200603170427.k2H4R1Dv034597@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 17 Mar 2006 04:27:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 04:27:09 -0000 hrs 2006-03-17 04:27:01 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/introduction chapter.sgml Log: Take a band-aid measure to unbreak the build. Pointy hat to: rushani Revision Changes Path 1.36 +0 -1 doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Mar 17 04:52:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED77816A420; Fri, 17 Mar 2006 04:52:27 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DF543D48; Fri, 17 Mar 2006 04:52:27 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H4qRbr043084; Fri, 17 Mar 2006 04:52:27 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H4qRKr043083; Fri, 17 Mar 2006 04:52:27 GMT (envelope-from mjacob) Message-Id: <200603170452.k2H4qRKr043083@repoman.freebsd.org> From: Matt Jacob Date: Fri, 17 Mar 2006 04:52:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 04:52:28 -0000 mjacob 2006-03-17 04:52:27 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c Log: In mpt_complete_request_chain don't depend on somebody else to remove the request from the TAILQ. Revision Changes Path 1.21 +1 -1 src/sys/dev/mpt/mpt.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 04:54:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B0716A41F; Fri, 17 Mar 2006 04:54:07 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA2243D48; Fri, 17 Mar 2006 04:54:06 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H4s6aE043177; Fri, 17 Mar 2006 04:54:06 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H4s6bj043176; Fri, 17 Mar 2006 04:54:06 GMT (envelope-from mjacob) Message-Id: <200603170454.k2H4s6bj043176@repoman.freebsd.org> From: Matt Jacob Date: Fri, 17 Mar 2006 04:54:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 04:54:07 -0000 mjacob 2006-03-17 04:54:06 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: If we actually succeed in the Task Management Function where we are aborting timed out commands, pull the request off the TAILQ. Revision Changes Path 1.11 +6 -5 src/sys/dev/mpt/mpt_cam.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 05:08:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E575716A400; Fri, 17 Mar 2006 05:08:16 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F6043D4C; Fri, 17 Mar 2006 05:08:16 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H58GCo043931; Fri, 17 Mar 2006 05:08:16 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H58Grd043930; Fri, 17 Mar 2006 05:08:16 GMT (envelope-from delphij) Message-Id: <200603170508.k2H58Grd043930@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Mar 2006 05:08:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/snapinfo Makefile snapinfo.8 snapinfo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 05:08:17 -0000 delphij 2006-03-17 05:08:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin Makefile Added files: (Branch: RELENG_6) usr.sbin/snapinfo Makefile snapinfo.8 snapinfo.c Log: MFC: Add snapinfo. Discussed with: marks Approved by: re (scottl) Revision Changes Path 1.332.2.4 +1 -0 src/usr.sbin/Makefile 1.1.2.1 +10 -0 src/usr.sbin/snapinfo/Makefile (new) 1.1.2.1 +66 -0 src/usr.sbin/snapinfo/snapinfo.8 (new) 1.1.2.1 +175 -0 src/usr.sbin/snapinfo/snapinfo.c (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 05:15:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E1116A400; Fri, 17 Mar 2006 05:15:27 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEA343D46; Fri, 17 Mar 2006 05:15:27 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H5FRfX044318; Fri, 17 Mar 2006 05:15:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H5FRxn044317; Fri, 17 Mar 2006 05:15:27 GMT (envelope-from delphij) Message-Id: <200603170515.k2H5FRxn044317@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Mar 2006 05:15:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/snapinfo Makefile snapinfo.8 snapinfo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 05:15:28 -0000 delphij 2006-03-17 05:15:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin Makefile Added files: (Branch: RELENG_5) usr.sbin/snapinfo Makefile snapinfo.8 snapinfo.c Log: MFC: Add snapinfo. Discussed with: marks Approved by: re (scottl) Revision Changes Path 1.303.2.10 +1 -0 src/usr.sbin/Makefile 1.1.4.1 +10 -0 src/usr.sbin/snapinfo/Makefile (new) 1.1.4.1 +66 -0 src/usr.sbin/snapinfo/snapinfo.8 (new) 1.1.4.1 +175 -0 src/usr.sbin/snapinfo/snapinfo.c (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 05:52:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2F3B16A41F; Fri, 17 Mar 2006 05:52:10 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E66043D45; Fri, 17 Mar 2006 05:52:10 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H5qALL045569; Fri, 17 Mar 2006 05:52:10 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H5qAha045568; Fri, 17 Mar 2006 05:52:10 GMT (envelope-from leeym) Message-Id: <200603170552.k2H5qAha045568@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 17 Mar 2006 05:52:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/news/nntpcache/files nntpcached.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 05:52:10 -0000 leeym 2006-03-17 05:52:10 UTC FreeBSD ports repository Modified files: news/nntpcache/files nntpcached.in Log: - remove BEFORE - remove unnecessary procname - change the syntax of nntpcached_enable Noticed by: dougb Revision Changes Path 1.4 +1 -3 ports/news/nntpcache/files/nntpcached.in From owner-cvs-all@FreeBSD.ORG Fri Mar 17 06:18:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A51EF16A41F; Fri, 17 Mar 2006 06:18:28 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E44443D45; Fri, 17 Mar 2006 06:18:25 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.18]) by mx.nitro.dk (Postfix) with ESMTP id 32C5F2D48EE; Fri, 17 Mar 2006 06:18:06 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id A04DB11432; Fri, 17 Mar 2006 07:18:16 +0100 (CET) Date: Fri, 17 Mar 2006 07:18:16 +0100 From: "Simon L. Nielsen" To: "Jesus R. Camou" Message-ID: <20060317061815.GA859@zaphod.nitro.dk> References: <200603161431.k2GEVZiP074949@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <200603161431.k2GEVZiP074949@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/jail jail.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 06:18:28 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2006.03.16 14:31:35 +0000, Jesus R. Camou wrote: > jcamou 2006-03-16 14:31:35 UTC >=20 > FreeBSD src repository (doc committer) >=20 > Modified files: > usr.sbin/jail jail.8=20 > Log: > Do `mount_devfs' when starting a jail. That is a very bad idea without further explaining the risks, since it will allow root in the jail more or less full access to the entire system since several non-safe device node are exported like disk and memory devices. To mount a devfs safely inside devfs rules must be set up. Could you please add a big warning, or even better, the commads to setup devfs rules for a jail /dev, like is done by the jail rc.d script? See also http://cvsweb.freebsd.org/src/usr.sbin/jail/jail.8#rev1.44 --=20 Simon L. Nielsen --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEGlSnh9pcDSc1mlERAhz7AJ9KDIxXeTdIYFzZi3VtaLJEA2X6eQCgwKw0 zlK9PaqidCtgkc2Fx0jzPfs= =qUs7 -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-cvs-all@FreeBSD.ORG Fri Mar 17 06:41:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3184116A423; Fri, 17 Mar 2006 06:41:29 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F3E643D68; Fri, 17 Mar 2006 06:41:27 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H6fR2S047334; Fri, 17 Mar 2006 06:41:27 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H6fRK5047333; Fri, 17 Mar 2006 06:41:27 GMT (envelope-from dinoex) Message-Id: <200603170641.k2H6fRK5047333@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 17 Mar 2006 06:41:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/netpbm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 06:41:29 -0000 dinoex 2006-03-17 06:41:27 UTC FreeBSD ports repository Modified files: graphics/netpbm Makefile distinfo Log: - update to 10.26.26 Revision Changes Path 1.124 +1 -1 ports/graphics/netpbm/Makefile 1.73 +3 -3 ports/graphics/netpbm/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 17 06:43:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA83316A401; Fri, 17 Mar 2006 06:43:10 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A9E43D46; Fri, 17 Mar 2006 06:43:10 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H6hAd3047455; Fri, 17 Mar 2006 06:43:10 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H6hAPe047454; Fri, 17 Mar 2006 06:43:10 GMT (envelope-from vd) Message-Id: <200603170643.k2H6hAPe047454@repoman.freebsd.org> From: Vasil Dimov Date: Fri, 17 Mar 2006 06:43:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/ossp-uuid Makefile distinfo ports/misc/ossp-uuid/files patch-uuid_str.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 06:43:11 -0000 vd 2006-03-17 06:43:10 UTC FreeBSD ports repository Modified files: misc/ossp-uuid Makefile distinfo Removed files: misc/ossp-uuid/files patch-uuid_str.c Log: Update from 1.4.1 to 1.4.2 (bugfix release) Revision Changes Path 1.21 +1 -1 ports/misc/ossp-uuid/Makefile 1.14 +3 -3 ports/misc/ossp-uuid/distinfo 1.2 +0 -32 ports/misc/ossp-uuid/files/patch-uuid_str.c (dead) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 07:06:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BA9016A41F; Fri, 17 Mar 2006 07:06:05 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3379843D45; Fri, 17 Mar 2006 07:06:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H765FZ048309; Fri, 17 Mar 2006 07:06:05 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H765VH048308; Fri, 17 Mar 2006 07:06:05 GMT (envelope-from ale) Message-Id: <200603170706.k2H765VH048308@repoman.freebsd.org> From: Alex Dupre Date: Fri, 17 Mar 2006 07:06:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql51-client Makefile ports/databases/mysql51-scripts Makefile ports/databases/mysql51-server Makefile distinfo pkg-message pkg-plist ports/databases/mysql51-server/files patch-scripts::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 07:06:05 -0000 ale 2006-03-17 07:06:04 UTC FreeBSD ports repository Modified files: databases/mysql51-client Makefile databases/mysql51-scripts Makefile databases/mysql51-server Makefile distinfo pkg-plist databases/mysql51-server/files patch-scripts::Makefile.in Added files: databases/mysql51-server pkg-message Log: Update to 5.1.7 beta release: - add mysql_upgrade script to update the databases from an earlier (even minor) release Revision Changes Path 1.96 +1 -1 ports/databases/mysql51-client/Makefile 1.8 +1 -1 ports/databases/mysql51-scripts/Makefile 1.212 +5 -4 ports/databases/mysql51-server/Makefile 1.88 +3 -3 ports/databases/mysql51-server/distinfo 1.8 +5 -4 ports/databases/mysql51-server/files/patch-scripts::Makefile.in 1.1 +7 -0 ports/databases/mysql51-server/pkg-message (new) 1.73 +2 -0 ports/databases/mysql51-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 07:06:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C862016A420; Fri, 17 Mar 2006 07:06:39 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9005043D46; Fri, 17 Mar 2006 07:06:39 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H76dvj048453; Fri, 17 Mar 2006 07:06:39 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H76d88048452; Fri, 17 Mar 2006 07:06:39 GMT (envelope-from ale) Message-Id: <200603170706.k2H76d88048452@repoman.freebsd.org> From: Alex Dupre Date: Fri, 17 Mar 2006 07:06:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql50-client Makefile ports/databases/mysql50-scripts Makefile ports/databases/mysql50-server Makefile distinfo pkg-message pkg-plist ports/databases/mysql50-server/files patch-scripts::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 07:06:39 -0000 ale 2006-03-17 07:06:39 UTC FreeBSD ports repository Modified files: databases/mysql50-client Makefile databases/mysql50-scripts Makefile databases/mysql50-server Makefile distinfo pkg-plist databases/mysql50-server/files patch-scripts::Makefile.in Added files: databases/mysql50-server pkg-message Log: Update to 5.0.19 release: - add mysql_upgrade script to update the databases from an earlier (even minor) release Revision Changes Path 1.95 +1 -1 ports/databases/mysql50-client/Makefile 1.7 +1 -1 ports/databases/mysql50-scripts/Makefile 1.211 +4 -3 ports/databases/mysql50-server/Makefile 1.86 +3 -3 ports/databases/mysql50-server/distinfo 1.7 +9 -8 ports/databases/mysql50-server/files/patch-scripts::Makefile.in 1.1 +7 -0 ports/databases/mysql50-server/pkg-message (new) 1.71 +2 -0 ports/databases/mysql50-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 08:05:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80D2C16A401; Fri, 17 Mar 2006 08:05:33 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from vsmtp12.dti.ne.jp (vsmtp12.dti.ne.jp [202.216.228.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F1A43D46; Fri, 17 Mar 2006 08:05:32 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by vsmtp12.dti.ne.jp (3.10v) with ESMTP AUTH id k2H85QdM005721; Fri, 17 Mar 2006 17:05:31 +0900 (JST) Received: from [219.102.22.202] by vsmtp12.dti.ne.jp (1.2) id 441a6dc61658; Fri, 17 Mar 2006 17:05:26 +0900 (JST) Date: Fri, 17 Mar 2006 17:05:07 +0900 (JST) Message-Id: <20060317.170507.00431280.rushani@FreeBSD.org> To: hrs@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <200603170427.k2H4R1Dv034597@repoman.freebsd.org> References: <200603170427.k2H4R1Dv034597@repoman.freebsd.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2.54 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 08:05:33 -0000 Hi, >>> On Fri, 17 Mar 2006 04:27:01 +0000 (UTC), Hiroki Sato said: > hrs 2006-03-17 04:27:01 UTC > > FreeBSD doc repository > > Modified files: > ja_JP.eucJP/books/handbook/introduction chapter.sgml > Log: > Take a band-aid measure to unbreak the build. > > Pointy hat to: rushani I apologize for the mess if I broke the build... However, I cannot reproduce any build failures. Say, I've just tried checking out fresh doc tree and revert your change, then handbook builds fine here... Could you please show me what the actual error message is? > Revision Changes Path > 1.36 +0 -1 doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml Kind regards, -- rushani From owner-cvs-all@FreeBSD.ORG Fri Mar 17 09:00:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 285E916A400; Fri, 17 Mar 2006 09:00:29 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D015B43D45; Fri, 17 Mar 2006 09:00:28 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H90SJ6059901; Fri, 17 Mar 2006 09:00:28 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H90Siw059900; Fri, 17 Mar 2006 09:00:28 GMT (envelope-from jasone) Message-Id: <200603170900.k2H90Siw059900@repoman.freebsd.org> From: Jason Evans Date: Fri, 17 Mar 2006 09:00:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 09:00:29 -0000 jasone 2006-03-17 09:00:28 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.3 malloc.c Log: Modify allocation policy, in order to avoid excessive fragmentation for allocation patterns that involve a relatively even mixture of many different size classes. Reduce the chunk size from 16 MB to 2 MB. Since chunks are now carved up using an address-ordered first best fit policy, VM map fragmentation is much less likely, which makes smaller chunks not as much of a risk. This reduces the virtual memory size of most applications. Remove redzones, since program buffer overruns are no longer as likely to corrupt malloc data structures. Remove the C MALLOC_OPTIONS flag, and add H and S. Revision Changes Path 1.67 +52 -50 src/lib/libc/stdlib/malloc.3 1.112 +1064 -2499 src/lib/libc/stdlib/malloc.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 09:17:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D82E16A401; Fri, 17 Mar 2006 09:17:41 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A951143D6E; Fri, 17 Mar 2006 09:17:37 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H9HbCm060562; Fri, 17 Mar 2006 09:17:37 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H9HbsM060561; Fri, 17 Mar 2006 09:17:37 GMT (envelope-from glebius) Message-Id: <200603170917.k2H9HbsM060561@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 17 Mar 2006 09:17:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 09:17:41 -0000 glebius 2006-03-17 09:17:36 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Remove dead code. Submitted by: oleg Revision Changes Path 1.125 +0 -2 src/sys/dev/bge/if_bge.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 09:28:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D675516A41F; Fri, 17 Mar 2006 09:28:24 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B67343D49; Fri, 17 Mar 2006 09:28:24 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H9SOpT061013; Fri, 17 Mar 2006 09:28:24 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H9SO1g061012; Fri, 17 Mar 2006 09:28:24 GMT (envelope-from vd) Message-Id: <200603170928.k2H9SO1g061012@repoman.freebsd.org> From: Vasil Dimov Date: Fri, 17 Mar 2006 09:28:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/libextractor Makefile distinfo pkg-plist ports/textproc/libextractor/files patch-src_plugins_wordleaker_wordextractor.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 09:28:24 -0000 vd 2006-03-17 09:28:23 UTC FreeBSD ports repository Modified files: textproc/libextractor Makefile distinfo pkg-plist Added files: textproc/libextractor/files patch-src_plugins_wordleaker_wordextractor.cc Log: Update from 0.5.10 to 0.5.11 This release adds support for extracting additional metadata from MS Word (OLE2) streams, including language, document statistics and editing history. Revision Changes Path 1.14 +1 -1 ports/textproc/libextractor/Makefile 1.6 +3 -3 ports/textproc/libextractor/distinfo 1.1 +14 -0 ports/textproc/libextractor/files/patch-src_plugins_wordleaker_wordextractor.cc (new) 1.7 +2 -0 ports/textproc/libextractor/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 09:43:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D730D16A420; Fri, 17 Mar 2006 09:43:40 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CE043D45; Fri, 17 Mar 2006 09:43:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H9he9F061379; Fri, 17 Mar 2006 09:43:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H9he5G061378; Fri, 17 Mar 2006 09:43:40 GMT (envelope-from ru) Message-Id: <200603170943.k2H9he5G061378@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Mar 2006 09:43:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 09:43:40 -0000 ru 2006-03-17 09:43:39 UTC FreeBSD src repository Modified files: release Makefile Log: Remove NO_SENDMAIL leaked from the days when building non-crypto stuff for release was evil. Revision Changes Path 1.904 +0 -1 src/release/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 09:56:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E42E16A420; Fri, 17 Mar 2006 09:56:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56E3C43D46; Fri, 17 Mar 2006 09:56:27 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H9uR6o061661; Fri, 17 Mar 2006 09:56:27 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2H9uRmI061660; Fri, 17 Mar 2006 09:56:27 GMT (envelope-from ehaupt) Message-Id: <200603170956.k2H9uRmI061660@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 17 Mar 2006 09:56:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/dparser Makefile distinfo ports/devel/dparser/files patch-parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 09:56:27 -0000 ehaupt 2006-03-17 09:56:26 UTC FreeBSD ports repository Modified files: devel/dparser Makefile distinfo Added files: devel/dparser/files patch-parse.c Log: Update to version 1.14 PR: 94492 Submitted by: KATO Tsuguru Revision Changes Path 1.12 +2 -2 ports/devel/dparser/Makefile 1.8 +2 -3 ports/devel/dparser/distinfo 1.1 +53 -0 ports/devel/dparser/files/patch-parse.c (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 10:01:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6660916A401; Fri, 17 Mar 2006 10:01:17 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B7F43D46; Fri, 17 Mar 2006 10:01:17 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HA1GMh061800; Fri, 17 Mar 2006 10:01:17 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HA1G6j061799; Fri, 17 Mar 2006 10:01:16 GMT (envelope-from sem) Message-Id: <200603171001.k2HA1G6j061799@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 17 Mar 2006 10:01:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-String-Scanf Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 10:01:17 -0000 sem 2006-03-17 10:01:16 UTC FreeBSD ports repository Modified files: textproc/p5-String-Scanf Makefile pkg-descr Log: - Fix WWW: line - while I'm here: align COMMENT PR: ports/94339 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.7 +1 -1 ports/textproc/p5-String-Scanf/Makefile 1.2 +1 -1 ports/textproc/p5-String-Scanf/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Mar 17 10:02:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA7016A401; Fri, 17 Mar 2006 10:02:09 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9233143D48; Fri, 17 Mar 2006 10:02:09 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HA29i1061856; Fri, 17 Mar 2006 10:02:09 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HA29Yt061855; Fri, 17 Mar 2006 10:02:09 GMT (envelope-from nork) Message-Id: <200603171002.k2HA29Yt061855@repoman.freebsd.org> From: Norikatsu Shigemura Date: Fri, 17 Mar 2006 10:02:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 10:02:10 -0000 nork 2006-03-17 10:02:09 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2006.03.17. Revision Changes Path 1.229 +1 -1 ports/net/liveMedia/Makefile 1.216 +3 -3 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 17 10:04:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B7F16A401; Fri, 17 Mar 2006 10:04:10 +0000 (UTC) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F9ED43D45; Fri, 17 Mar 2006 10:04:10 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HA4AB7061932; Fri, 17 Mar 2006 10:04:10 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HA4AZ0061931; Fri, 17 Mar 2006 10:04:10 GMT (envelope-from harti) Message-Id: <200603171004.k2HA4AZ0061931@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 17 Mar 2006 10:04:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Cc: Subject: cvs commit: src/contrib/libbegemot rpoll.man X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 10:04:10 -0000 harti 2006-03-17 10:04:10 UTC FreeBSD src repository Modified files: (Branch: BEGEMOT) contrib/libbegemot rpoll.man Log: This is actually a section 3 man page, not section 1. Also fix a couple of grammatical errors. Submitted by: jkoshy@ Revision Changes Path 1.1.1.2 +4 -4 src/contrib/libbegemot/rpoll.man From owner-cvs-all@FreeBSD.ORG Fri Mar 17 10:23:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6648E16A401; Fri, 17 Mar 2006 10:23:33 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E3D443D45; Fri, 17 Mar 2006 10:23:33 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HANW8U062399; Fri, 17 Mar 2006 10:23:32 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HANWaj062398; Fri, 17 Mar 2006 10:23:32 GMT (envelope-from skv) Message-Id: <200603171023.k2HANWaj062398@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 17 Mar 2006 10:23:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/firebird-client Makefile ports/databases/firebird-server Makefile distinfo pkg-descr pkg-plist ports/databases/firebird-server/files RELNOTES patch-amd64 patch-builds%make.new%config%config.h.in patch-builds%posix%make.defaults patch-configure.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 10:23:33 -0000 skv 2006-03-17 10:23:32 UTC FreeBSD ports repository Modified files: databases/firebird-client Makefile databases/firebird-server Makefile distinfo pkg-descr pkg-plist databases/firebird-server/files RELNOTES patch-builds%make.new%config%config.h.in patch-configure.in patch-src%jrd%gds.cpp pkg-message.in Added files: databases/firebird-server/files patch-amd64 patch-builds%posix%make.defaults patch-src%common%config%config.cpp patch-src%install%misc%firebird.conf patch-src%jrd%plugin_manager.cpp patch-src%jrd%svc.cpp Removed files: databases/firebird-server/files patch-src::extern::editline::makelist Log: Update to 1.5.3 * move "intl/" and "UDF/" from "/var/db/firebird" into "libexec/firebird/" * add support for amd64 (UNSTABLE) Revision Changes Path 1.40 +0 -1 ports/databases/firebird-client/Makefile 1.49 +16 -13 ports/databases/firebird-server/Makefile 1.11 +3 -3 ports/databases/firebird-server/distinfo 1.12 +2 -2 ports/databases/firebird-server/files/RELNOTES 1.1 +76 -0 ports/databases/firebird-server/files/patch-amd64 (new) 1.2 +11 -2 ports/databases/firebird-server/files/patch-builds%make.new%config%config.h.in 1.1 +11 -0 ports/databases/firebird-server/files/patch-builds%posix%make.defaults (new) 1.2 +21 -3 ports/databases/firebird-server/files/patch-configure.in 1.1 +11 -0 ports/databases/firebird-server/files/patch-src%common%config%config.cpp (new) 1.1 +20 -0 ports/databases/firebird-server/files/patch-src%install%misc%firebird.conf (new) 1.2 +10 -10 ports/databases/firebird-server/files/patch-src%jrd%gds.cpp 1.1 +24 -0 ports/databases/firebird-server/files/patch-src%jrd%plugin_manager.cpp (new) 1.1 +12 -0 ports/databases/firebird-server/files/patch-src%jrd%svc.cpp (new) 1.3 +0 -11 ports/databases/firebird-server/files/patch-src::extern::editline::makelist (dead) 1.5 +1 -1 ports/databases/firebird-server/files/pkg-message.in 1.7 +5 -7 ports/databases/firebird-server/pkg-descr 1.15 +9 -8 ports/databases/firebird-server/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 11:09:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E419E16A401; Fri, 17 Mar 2006 11:09:35 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4515A43D45; Fri, 17 Mar 2006 11:09:35 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id E40A4115BC; Fri, 17 Mar 2006 12:09:30 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51471-08; Fri, 17 Mar 2006 12:09:23 +0100 (CET) Received: from [192.168.1.102] (unknown [83.141.123.158]) by smtp.xbsd.org (Postfix) with ESMTP id B29F211493; Fri, 17 Mar 2006 12:09:21 +0100 (CET) In-Reply-To: <200603162239.k2GMdHM1013981@repoman.freebsd.org> References: <200603162239.k2GMdHM1013981@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v746.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Florent Thoumie Date: Fri, 17 Mar 2006 12:09:08 +0100 To: Christian Brueffer X-Mailer: Apple Mail (2.746.3) X-Virus-Scanned: amavisd-new at xbsd.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ipw.4 iwi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 11:09:36 -0000 On Mar 16, 2006, at 11:39 PM, Christian Brueffer wrote: > brueffer 2006-03-16 22:39:17 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 ipw.4 iwi.4 > Log: > Adapt for the new firmware ports. > > MFC after: 3 days Support for firmware(9) hasn't been MFC'ed yet, so hold your commit until this is done. Note: Damien didn't specify a MFC date so it probably needs someone to step in and do it. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-cvs-all@FreeBSD.ORG Fri Mar 17 11:11:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D89216A41F; Fri, 17 Mar 2006 11:11:44 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDD143D48; Fri, 17 Mar 2006 11:11:43 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HBBh8S063233; Fri, 17 Mar 2006 11:11:43 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HBBhNb063232; Fri, 17 Mar 2006 11:11:43 GMT (envelope-from vd) Message-Id: <200603171111.k2HBBhNb063232@repoman.freebsd.org> From: Vasil Dimov Date: Fri, 17 Mar 2006 11:11:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/vpb-driver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 11:11:44 -0000 vd 2006-03-17 11:11:43 UTC FreeBSD ports repository Modified files: comms/vpb-driver Makefile Log: Use BROKEN instead of NOT_FOR_ARCHS since the problem on sparc64 seems to be a compilation error CC: chris@forkin.com Revision Changes Path 1.8 +3 -1 ports/comms/vpb-driver/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 11:24:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23B2E16A41F; Fri, 17 Mar 2006 11:24:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5E443D4C; Fri, 17 Mar 2006 11:24:17 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HBOH1T063770; Fri, 17 Mar 2006 11:24:17 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HBOHsS063769; Fri, 17 Mar 2006 11:24:17 GMT (envelope-from garga) Message-Id: <200603171124.k2HBOHsS063769@repoman.freebsd.org> From: Renato Botelho Date: Fri, 17 Mar 2006 11:24:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mutt-devel Makefile ports/mail/mutt-devel/files extra-patch-signature-menu X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 11:24:18 -0000 garga 2006-03-17 11:24:16 UTC FreeBSD ports repository Modified files: mail/mutt-devel Makefile Added files: mail/mutt-devel/files extra-patch-signature-menu Log: - Fix the WITH_MUTT_SIGNATURE_MENU patch. PR: ports/94542 Submitted by: maintainer Revision Changes Path 1.265 +5 -10 ports/mail/mutt-devel/Makefile 1.1 +729 -0 ports/mail/mutt-devel/files/extra-patch-signature-menu (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 11:49:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D111316A41F; Fri, 17 Mar 2006 11:49:11 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E85543D45; Fri, 17 Mar 2006 11:49:11 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HBnBWF064604; Fri, 17 Mar 2006 11:49:11 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HBnBSk064603; Fri, 17 Mar 2006 11:49:11 GMT (envelope-from vs) Message-Id: <200603171149.k2HBnBSk064603@repoman.freebsd.org> From: Volker Stolz Date: Fri, 17 Mar 2006 11:49:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/looks Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 11:49:11 -0000 vs 2006-03-17 11:49:11 UTC FreeBSD ports repository Modified files: devel/looks Makefile Log: Make fetchable again Revision Changes Path 1.6 +1 -3 ports/devel/looks/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 11:51:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8574716A41F; Fri, 17 Mar 2006 11:51:16 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 407FD43D45; Fri, 17 Mar 2006 11:51:16 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HBpGig064730; Fri, 17 Mar 2006 11:51:16 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HBpGU6064729; Fri, 17 Mar 2006 11:51:16 GMT (envelope-from remko) Message-Id: <200603171151.k2HBpGU6064729@repoman.freebsd.org> From: Remko Lodder Date: Fri, 17 Mar 2006 11:51:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 11:51:16 -0000 remko 2006-03-17 11:51:15 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Remove the chapter about "If VuXML still scares you". We do no longer encourage people to use this approach. This will be the start of cleaning up the VuXML/portaudit information. Discussed with: simon Revision Changes Path 1.687 +0 -27 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Mar 17 12:16:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 512A416A428; Fri, 17 Mar 2006 12:16:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7DD43D49; Fri, 17 Mar 2006 12:16:57 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HCGvhn065737; Fri, 17 Mar 2006 12:16:57 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HCGvWO065736; Fri, 17 Mar 2006 12:16:57 GMT (envelope-from ehaupt) Message-Id: <200603171216.k2HCGvWO065736@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 17 Mar 2006 12:16:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/wavbreaker Makefile distinfo pkg-plist ports/audio/wavbreaker/files patch-src__toc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 12:16:58 -0000 ehaupt 2006-03-17 12:16:56 UTC FreeBSD ports repository Modified files: audio/wavbreaker Makefile distinfo pkg-plist Added files: audio/wavbreaker/files patch-src__toc.c Log: Update to 0.7 PR: 94491 Submitted by: KATO Tsuguru Revision Changes Path 1.16 +3 -3 ports/audio/wavbreaker/Makefile 1.7 +3 -3 ports/audio/wavbreaker/distinfo 1.1 +22 -0 ports/audio/wavbreaker/files/patch-src__toc.c (new) 1.3 +5 -5 ports/audio/wavbreaker/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 12:23:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98ED16A422; Fri, 17 Mar 2006 12:23:55 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A0343D46; Fri, 17 Mar 2006 12:23:54 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p5180-ipbf304funabasi.chiba.ocn.ne.jp [125.170.156.180]) (authenticated bits=128) by mail.allbsd.org (8.13.4/8.13.4) with ESMTP id k2HCNeKP058696; Fri, 17 Mar 2006 21:23:52 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k2HCNHXP092224; Fri, 17 Mar 2006 21:23:17 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 17 Mar 2006 21:21:30 +0900 (JST) Message-Id: <20060317.212130.98857881.hrs@allbsd.org> To: rushani@FreeBSD.org From: Hiroki Sato In-Reply-To: <20060317.170507.00431280.rushani@FreeBSD.org> References: <200603170427.k2H4R1Dv034597@repoman.freebsd.org> <20060317.170507.00431280.rushani@FreeBSD.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Mar_17_21_21_30_2006_486)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on gatekeeper.allbsd.org X-Virus-Status: Clean Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 12:23:55 -0000 ----Security_Multipart(Fri_Mar_17_21_21_30_2006_486)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hideyuki KURASHINA wrote in <20060317.170507.00431280.rushani@FreeBSD.org>: ru> However, I cannot reproduce any build failures. Say, I've just tried ru> checking out fresh doc tree and revert your change, then handbook ru> builds fine here... Did you try to build the ja_JP.eucJP part with -DGEN_INDEX? -- | Hiroki SATO ----Security_Multipart(Fri_Mar_17_21_21_30_2006_486)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBEGqnKTyzT2CeTzy0RApfiAJwJ5Wc3r/vUzLtv0LFhTSOKw3GAQwCg3N1K BSLyTh4mACg9pM4AqeNrQ5o= =0EWv -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Mar_17_21_21_30_2006_486)---- From owner-cvs-all@FreeBSD.ORG Fri Mar 17 12:36:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C3016A501; Fri, 17 Mar 2006 12:36:49 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABEC43D6E; Fri, 17 Mar 2006 12:36:48 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HCamZT066566; Fri, 17 Mar 2006 12:36:48 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HCamPN066556; Fri, 17 Mar 2006 12:36:48 GMT (envelope-from ehaupt) Message-Id: <200603171236.k2HCamPN066556@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 17 Mar 2006 12:36:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/csv2latex Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 12:36:49 -0000 ehaupt 2006-03-17 12:36:48 UTC FreeBSD ports repository Modified files: textproc/csv2latex Makefile distinfo Log: - Update to 0.9.1 and therefor - bump PORTEPOCH PR: 94505 Submitted by: KATO Tsuguru Revision Changes Path 1.5 +9 -10 ports/textproc/csv2latex/Makefile 1.5 +3 -3 ports/textproc/csv2latex/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 17 12:48:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC8C516A401; Fri, 17 Mar 2006 12:48:04 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B9843D78; Fri, 17 Mar 2006 12:48:04 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HCm4YW074504; Fri, 17 Mar 2006 12:48:04 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HCm3Ox074503; Fri, 17 Mar 2006 12:48:04 GMT (envelope-from sem) Message-Id: <200603171248.k2HCm3Ox074503@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 17 Mar 2006 12:48:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WebService-Bloglines Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 12:48:04 -0000 sem 2006-03-17 12:48:03 UTC FreeBSD ports repository Modified files: www/p5-WebService-Bloglines Makefile distinfo Log: - Update to 0.10 PR: ports/94083 Submitted by: Masafumi Otsune Revision Changes Path 1.7 +1 -1 ports/www/p5-WebService-Bloglines/Makefile 1.7 +3 -3 ports/www/p5-WebService-Bloglines/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 17 12:54:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68EA316A420; Fri, 17 Mar 2006 12:54:28 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0826B43D60; Fri, 17 Mar 2006 12:54:27 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HCsRYB074800; Fri, 17 Mar 2006 12:54:27 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HCsRWe074795; Fri, 17 Mar 2006 12:54:27 GMT (envelope-from mnag) Message-Id: <200603171254.k2HCsRWe074795@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 17 Mar 2006 12:54:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/libunrar Makefile ports/archivers/libunrar/files patch-dll.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 12:54:28 -0000 mnag 2006-03-17 12:54:26 UTC FreeBSD ports repository Modified files: archivers/libunrar Makefile Added files: archivers/libunrar/files patch-dll.cpp Log: - Fix 100% cpu load - Bump PORTREVISION PR: 94600 Submitted by: maintainer Thanks to: McMCC Revision Changes Path 1.5 +1 -0 ports/archivers/libunrar/Makefile 1.1 +16 -0 ports/archivers/libunrar/files/patch-dll.cpp (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 13:06:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7428516A400; Fri, 17 Mar 2006 13:06:23 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2131243D77; Fri, 17 Mar 2006 13:06:21 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HD6KMa075308; Fri, 17 Mar 2006 13:06:20 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HD6KVT075307; Fri, 17 Mar 2006 13:06:20 GMT (envelope-from nyan) Message-Id: <200603171306.k2HD6KVT075307@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 17 Mar 2006 13:06:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 13:06:23 -0000 nyan 2006-03-17 13:06:19 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Don't build the ipw and iwi on pc98. Revision Changes Path 1.483 +2 -2 src/sys/modules/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 13:10:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D361616A401; Fri, 17 Mar 2006 13:10:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E49D43D49; Fri, 17 Mar 2006 13:10:25 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HDAPHa075566; Fri, 17 Mar 2006 13:10:25 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HDAPZW075565; Fri, 17 Mar 2006 13:10:25 GMT (envelope-from ehaupt) Message-Id: <200603171310.k2HDAPZW075565@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 17 Mar 2006 13:10:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/nyello Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 13:10:25 -0000 ehaupt 2006-03-17 13:10:25 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/nyello Makefile distinfo pkg-descr Log: Add nyello 0.4.1, an advanced command-line interface and shell for xmms2. PR: 94313 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.694 +1 -0 ports/audio/Makefile 1.1 +33 -0 ports/audio/nyello/Makefile (new) 1.1 +3 -0 ports/audio/nyello/distinfo (new) 1.1 +13 -0 ports/audio/nyello/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 13:10:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9838A16A43A; Fri, 17 Mar 2006 13:10:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6BD43D48; Fri, 17 Mar 2006 13:10:34 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HDAYHd075630; Fri, 17 Mar 2006 13:10:34 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HDAYNI075629; Fri, 17 Mar 2006 13:10:34 GMT (envelope-from ehaupt) Message-Id: <200603171310.k2HDAYNI075629@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 17 Mar 2006 13:10:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 13:10:34 -0000 ehaupt 2006-03-17 13:10:34 UTC FreeBSD ports repository Modified files: . modules Log: nyello --> ports/audio/nyello Revision Changes Path 1.14459 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Mar 17 13:13:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9B916A400; Fri, 17 Mar 2006 13:13:19 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B7243D46; Fri, 17 Mar 2006 13:13:19 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HDDJhr075751; Fri, 17 Mar 2006 13:13:19 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HDDJ6g075750; Fri, 17 Mar 2006 13:13:19 GMT (envelope-from des) Message-Id: <200603171313.k2HDDJ6g075750@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Mar 2006 13:13:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 g_consumer.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 13:13:19 -0000 des 2006-03-17 13:13:19 UTC FreeBSD src repository Modified files: share/man/man9 g_consumer.9 Log: Correct the requirements for g_new_consumer(). Approved by: phk Revision Changes Path 1.8 +3 -5 src/share/man/man9/g_consumer.9 From owner-cvs-all@FreeBSD.ORG Fri Mar 17 13:18:07 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE2B16A401; Fri, 17 Mar 2006 13:18:07 +0000 (UTC) (envelope-from cejkar@fit.vutbr.cz) Received: from kazi.fit.vutbr.cz (kazi.fit.vutbr.cz [147.229.8.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2536843D45; Fri, 17 Mar 2006 13:18:06 +0000 (GMT) (envelope-from cejkar@fit.vutbr.cz) Received: from kazi.fit.vutbr.cz (localhost [127.0.0.1]) by kazi.fit.vutbr.cz (envelope-from cejkar@fit.vutbr.cz) (8.13.5/8.13.5) with ESMTP id k2HDHsP6078587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 17 Mar 2006 14:17:54 +0100 (CET) Received: (from cejkar@localhost) by kazi.fit.vutbr.cz (8.13.5/8.13.1/Submit) id k2HDHrdW078586; Fri, 17 Mar 2006 14:17:53 +0100 (CET) (envelope-from cejkar@fit.vutbr.cz) X-Authentication-Warning: kazi.fit.vutbr.cz: cejkar set sender to cejkar@fit.vutbr.cz using -f Date: Fri, 17 Mar 2006 14:17:53 +0100 From: Rudolf Cejka To: Daniel Eischen Message-ID: <20060317131753.GA76715@fit.vutbr.cz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.54 on 147.229.8.12 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 13:18:08 -0000 Daniel Eischen wrote (2006/03/16): > No, this doesn't fix linuxpluginwrappers. > if you want to take a try at it. Hello, I have written an e-mail about this to kan and nork at Feb 24, but still without response. Bellow is my mail and the patches. Currently, I think that it would be great to have some mechanism, which can disable elf versioning by typing something into libmap.conf - it can be useful in many other cases in the future I hope. But the better solution than that showed below, which disables versioning for objects in [...] with atleast one real mapping (if I remember correctly, what I realy did :o), would be to have some syntax, which can directly disable versioning for objects in [...] without any real mappings. Two example solutions: 1) [...] are object with versioning, {...} or [[...]] or (...) would be objects with versioning disabled 2) [...] with following line like versioning enable/disable would change versioning respectively (So I moved from real mappings "src dst" in libmap.conf mentioned in e-mails to objects in "[...]", where it seems that it should be.) Rudolf Cejka wrote (2006/02/24): > Hello, > I tried to make some patches and the result now is working > linuxpluginwrapper in 7-current again. The patches are in an attachment, > where their only purpose is to switch off checking of versions for objects > mapped in libmap.conf. I'm not sure how usable are the patches and how > usable is it for public, however it seems that the patches do the right > work for me. > > Regards. > > Rudolf Cejka wrote (2006/02/23): > > I'm trying to look at solving problem about now broken linuxpluginwrapper > > in 7-current by recently implemented ELF versioning. Did you talked about > > it with anybody already? > > > > I would like to solve it just by patching linuxpluginwrapper, however > > it showed me that it would be big amount of work: The easy step is > > for making versioned wrapping libraries like > > libc.so.6 pluginwrapper/flash6.so > > in /etc/libmap.conf, but workaround for references to our native > > libraries (? - I did not take care abour exact versions yet :o) like > > libz.so.1 libz.so.3 > > would be much harder and I think that it leads to implementation > > of versioning into libmap.conf too, or making another wrapping libraries, > > which is mostly waste of time. > > Now it seems to me that before we get modified libmap.conf in > > this not so easy way, we can add relatively simple thing into > > libmap.conf, which would increase meaning of libmap.conf: What > > about adding some flag into libmap.conf, which would switch > > off version checking for particular line in libmap.conf - is > > it ever possible? I did not look at this possibility yet, > > hopefully later today. Or do you have any other ideas? > > > > I think that it would help in another cases, where there is > > an application and a library, which do not want to work together > > because of different symbol versions and libmap.conf with line > > like ("-" as a "do not check versions") > > libc.so.6 -libc.so.6 > > would help in this case. What do you think about it? > > The final solution for me was to switch off versioning for > lines like > [/usr/X11R6/lib/linux-flashplugin6/libflashplayer.so] > in libmap.conf without any other option. --- libexec/rtld-elf/rtld.h.orig Fri Feb 24 11:59:12 2006 +++ libexec/rtld-elf/rtld.h Fri Feb 24 14:29:14 2006 @@ -185,6 +185,8 @@ Elf_Word verdefnum; /* Number of entries in verdef table */ const Elf_Versym *versyms; /* Symbol versions table */ + bool mapped; /* True if it is mapped by libmap.conf */ + const Elf_Hashelt *buckets; /* Hash table buckets array */ unsigned long nbuckets; /* Number of buckets */ const Elf_Hashelt *chains; /* Hash table chain array */ --- libexec/rtld-elf/rtld.c.orig Thu Feb 23 22:11:54 2006 +++ libexec/rtld-elf/rtld.c Fri Feb 24 16:07:41 2006 @@ -90,7 +90,7 @@ static void errmsg_restore(char *); static char *errmsg_save(void); static void *fill_search_info(const char *, size_t, void *); -static char *find_library(const char *, const Obj_Entry *); +static char *find_library(const char *, Obj_Entry *); static const char *gethints(void); static void init_dag(Obj_Entry *); static void init_dag1(Obj_Entry *root, Obj_Entry *obj, DoneList *); @@ -103,7 +103,7 @@ static void linkmap_delete(Obj_Entry *); static int load_needed_objects(Obj_Entry *); static int load_preload_objects(void); -static Obj_Entry *load_object(const char *, const Obj_Entry *); +static Obj_Entry *load_object(const char *, Obj_Entry *); static Obj_Entry *obj_from_addr(const void *); static void objlist_call_fini(Objlist *); static void objlist_call_init(Objlist *); @@ -895,7 +895,7 @@ * /lib:/usr/lib */ static char * -find_library(const char *xname, const Obj_Entry *refobj) +find_library(const char *xname, Obj_Entry *refobj) { char *pathname; char *name; @@ -909,9 +909,13 @@ return xstrdup(xname); } - if (libmap_disable || (refobj == NULL) || - (name = lm_find(refobj->path, xname)) == NULL) + if (libmap_disable || refobj == NULL) name = (char *)xname; + else + if ((name = lm_find(refobj->path, xname)) == NULL) + name = (char *)xname; + else + refobj->mapped = true; dbg(" Searching for \"%s\"", name); @@ -1244,7 +1248,7 @@ * on failure. */ static Obj_Entry * -load_object(const char *name, const Obj_Entry *refobj) +load_object(const char *name, Obj_Entry *refobj) { Obj_Entry *obj; int fd = -1; @@ -3048,6 +3052,8 @@ vername = refobj->strtab + vna->vna_name; vd = depobj->verdef; if (vd == NULL) { + if (refobj->mapped) + return (0); _rtld_error("%s: version %s required by %s not defined", depobj->path, vername, refobj->path); return (-1); @@ -3070,6 +3076,8 @@ } if (vna->vna_flags & VER_FLG_WEAK) return (0); + if (refobj->mapped) + return (0); _rtld_error("%s: version %s required by %s not found", depobj->path, vername, refobj->path); return (-1); -- Rudolf Cejka http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic From owner-cvs-all@FreeBSD.ORG Fri Mar 17 13:21:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EADD16A422; Fri, 17 Mar 2006 13:21:07 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D1A43D67; Fri, 17 Mar 2006 13:21:05 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HDL5J6076031; Fri, 17 Mar 2006 13:21:05 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HDL4lo076030; Fri, 17 Mar 2006 13:21:04 GMT (envelope-from gerald) Message-Id: <200603171321.k2HDL4lo076030@repoman.freebsd.org> From: Gerald Pfeifer Date: Fri, 17 Mar 2006 13:21:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc40 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 13:21:07 -0000 gerald 2006-03-17 13:21:04 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo pkg-descr pkg-plist Log: Update to the 20060316 snapshot of GCC 4.0.4. Now that GCC 4.1.0 has been released, remove support for the Fortran frontend which was still quite immature in the 4.0 series compared to what we now have in the the 4.1 series. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK. Revision Changes Path 1.246 +5 -32 ports/lang/gcc40/Makefile 1.146 +12 -15 ports/lang/gcc40/distinfo 1.8 +1 -1 ports/lang/gcc40/pkg-descr 1.73 +1 -3 ports/lang/gcc40/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 13:52:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC03316A401; Fri, 17 Mar 2006 13:52:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E5E643D46; Fri, 17 Mar 2006 13:52:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HDqwPn077307; Fri, 17 Mar 2006 13:52:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HDqwPq077306; Fri, 17 Mar 2006 13:52:58 GMT (envelope-from rwatson) Message-Id: <200603171352.k2HDqwPq077306@repoman.freebsd.org> From: Robert Watson Date: Fri, 17 Mar 2006 13:52:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 13:52:58 -0000 rwatson 2006-03-17 13:52:57 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Modify UNIX domain sockets to guarantee, and assume, that so_pcb is always defined for an in-use socket. This allows us to eliminate countless tests of whether so_pcb is non-NULL, eliminating dozens of error cases. For now, retain the call to sotryfree() in the uipc_abort() path, but this will eventually move to soabort(). These new assumptions should be largely correct, and will become more so as the socket/pcb reference model is fixed. Removing the notion that so_pcb can be non-NULL is a critical step towards further fine-graining of the UNIX domain socket locking, as the so_pcb reference no longer needs to be protected using locks, instead it is a property of the socket life cycle. Revision Changes Path 1.163 +36 -97 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 14:31:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7741A16A422; Fri, 17 Mar 2006 14:31:33 +0000 (UTC) (envelope-from rushani@FreeBSD.org) Received: from vsmtp12.dti.ne.jp (vsmtp12.dti.ne.jp [202.216.228.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3CEB43D46; Fri, 17 Mar 2006 14:31:32 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by vsmtp12.dti.ne.jp (3.10v) with ESMTP AUTH id k2HEVUZX002077; Fri, 17 Mar 2006 23:31:31 +0900 (JST) Received: from [219.102.22.202] by vsmtp12.dti.ne.jp (1.2) id 441ac842081c; Fri, 17 Mar 2006 23:31:30 +0900 (JST) Date: Fri, 17 Mar 2006 23:31:05 +0900 (JST) Message-Id: <20060317.233105.71104817.rushani@FreeBSD.org> To: hrs@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <20060317.212130.98857881.hrs@allbsd.org> References: <200603170427.k2H4R1Dv034597@repoman.freebsd.org> <20060317.170507.00431280.rushani@FreeBSD.org> <20060317.212130.98857881.hrs@allbsd.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2.54 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_Mar_17_23_31_05_2006_571)--" Content-Transfer-Encoding: 7bit Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 14:31:33 -0000 ----Security_Multipart(Fri_Mar_17_23_31_05_2006_571)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>> On Fri, 17 Mar 2006 21:21:30 +0900 (JST), Hiroki Sato said: > Did you try to build the ja_JP.eucJP part with -DGEN_INDEX? Oops, I've never tried that... Thanks you for pointing this out! -- rushani ----Security_Multipart(Fri_Mar_17_23_31_05_2006_571)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBEGsgv8vogiEOa3FcRAqo4AJ0cwjMldLf/mG6Mdj3+TM8WiApHxwCgk4ev cNn/YqYq/n1hjHVRA4aCaGY= =Sdgl -----END PGP SIGNATURE----- ----Security_Multipart(Fri_Mar_17_23_31_05_2006_571)---- From owner-cvs-all@FreeBSD.ORG Fri Mar 17 15:02:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A6016A401; Fri, 17 Mar 2006 15:02:51 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B2543D49; Fri, 17 Mar 2006 15:02:51 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HF2pFE079832; Fri, 17 Mar 2006 15:02:51 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HF2p2g079831; Fri, 17 Mar 2006 15:02:51 GMT (envelope-from delphij) Message-Id: <200603171502.k2HF2p2g079831@repoman.freebsd.org> From: Xin LI Date: Fri, 17 Mar 2006 15:02:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 15:02:51 -0000 delphij 2006-03-17 15:02:50 UTC FreeBSD ports repository (src,doc committer) Modified files: . UPDATING Log: Note that textproc/docproj[-jadetex] now installs CJK related stuff by default, and how to disable it. While I am there, put a note on the addition of fixrtf utility also. Suggested by: hrs Revision Changes Path 1.298 +15 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Fri Mar 17 15:08:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE7C16A420; Fri, 17 Mar 2006 15:08:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0FA43D45; Fri, 17 Mar 2006 15:08:02 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HF82Nv080090; Fri, 17 Mar 2006 15:08:02 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HF82Tu080089; Fri, 17 Mar 2006 15:08:02 GMT (envelope-from ehaupt) Message-Id: <200603171508.k2HF82Tu080089@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 17 Mar 2006 15:08:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/olsrd Makefile distinfo pkg-plist ports/net/olsrd/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 15:08:03 -0000 ehaupt 2006-03-17 15:08:02 UTC FreeBSD ports repository Modified files: net/olsrd Makefile distinfo pkg-plist net/olsrd/files patch-Makefile Log: Update to 0.4.10 PR: 94425 Submitted by: Dave Cornejo (maintainer) Revision Changes Path 1.4 +8 -5 ports/net/olsrd/Makefile 1.3 +3 -3 ports/net/olsrd/distinfo 1.2 +16 -59 ports/net/olsrd/files/patch-Makefile 1.2 +9 -1 ports/net/olsrd/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Mar 17 15:08:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6799B16A41F; Fri, 17 Mar 2006 15:08:40 +0000 (UTC) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6AC943D45; Fri, 17 Mar 2006 15:08:39 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HF8dRI080131; Fri, 17 Mar 2006 15:08:39 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HF8dv0080130; Fri, 17 Mar 2006 15:08:39 GMT (envelope-from vs) Message-Id: <200603171508.k2HF8dv0080130@repoman.freebsd.org> From: Volker Stolz Date: Fri, 17 Mar 2006 15:08:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/xemacs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 15:08:40 -0000 vs 2006-03-17 15:08:39 UTC FreeBSD ports repository Modified files: editors/xemacs Makefile Log: Optionally enable OpenLDAP through knob WITH_LDAP Revision Changes Path 1.98 +7 -1 ports/editors/xemacs/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 15:54:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242A416A400; Fri, 17 Mar 2006 15:54:10 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10B743D45; Fri, 17 Mar 2006 15:54:09 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HFs9BJ081851; Fri, 17 Mar 2006 15:54:09 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HFs9Zj081850; Fri, 17 Mar 2006 15:54:09 GMT (envelope-from arved) Message-Id: <200603171554.k2HFs9Zj081850@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 17 Mar 2006 15:54:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/matrixssl Makefile distinfo pkg-descr pkg-plist ports/security/matrixssl/files patch-Makefile patch-examples-sslSocket.h patch-os-linux-linux.c patch-os-osLayer.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 15:54:10 -0000 arved 2006-03-17 15:54:09 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/matrixssl Makefile distinfo pkg-descr pkg-plist security/matrixssl/files patch-Makefile patch-examples-sslSocket.h patch-os-linux-linux.c patch-os-osLayer.h Log: Add matrixssl, a small GPL'd SSL implementation. Revision Changes Path 1.736 +1 -0 ports/security/Makefile 1.1 +32 -0 ports/security/matrixssl/Makefile (new) 1.1 +3 -0 ports/security/matrixssl/distinfo (new) 1.1 +21 -0 ports/security/matrixssl/files/patch-Makefile (new) 1.1 +10 -0 ports/security/matrixssl/files/patch-examples-sslSocket.h (new) 1.1 +41 -0 ports/security/matrixssl/files/patch-os-linux-linux.c (new) 1.1 +11 -0 ports/security/matrixssl/files/patch-os-osLayer.h (new) 1.1 +6 -0 ports/security/matrixssl/pkg-descr (new) 1.1 +21 -0 ports/security/matrixssl/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 15:54:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2B616A425; Fri, 17 Mar 2006 15:54:20 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB6A343D48; Fri, 17 Mar 2006 15:54:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HFsKJ4081902; Fri, 17 Mar 2006 15:54:20 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HFsKKu081901; Fri, 17 Mar 2006 15:54:20 GMT (envelope-from arved) Message-Id: <200603171554.k2HFsKKu081901@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 17 Mar 2006 15:54:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 15:54:21 -0000 arved 2006-03-17 15:54:20 UTC FreeBSD ports repository Modified files: . modules Log: matrixssl --> ports/security/matrixssl Revision Changes Path 1.14460 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Mar 17 16:07:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C37616A424; Fri, 17 Mar 2006 16:07:30 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160C443D5E; Fri, 17 Mar 2006 16:07:27 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HG7Q5d082496; Fri, 17 Mar 2006 16:07:26 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HG7QlQ082495; Fri, 17 Mar 2006 16:07:26 GMT (envelope-from vd) Message-Id: <200603171607.k2HG7QlQ082495@repoman.freebsd.org> From: Vasil Dimov Date: Fri, 17 Mar 2006 16:07:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nessus Makefile distinfo ports/security/nessus-libraries Makefile distinfo ports/security/nessus-plugins Makefile distinfo pkg-plist ports/security/nessus-libnasl Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 16:07:30 -0000 vd 2006-03-17 16:07:26 UTC FreeBSD ports repository Modified files: security/nessus Makefile distinfo security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist security/nessus-libnasl Makefile distinfo Log: Upgrade to nessus version 2.2.7 PR: ports/94544 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.56 +1 -1 ports/security/nessus-libnasl/Makefile 1.36 +3 -3 ports/security/nessus-libnasl/distinfo 1.57 +1 -1 ports/security/nessus-libraries/Makefile 1.37 +3 -3 ports/security/nessus-libraries/distinfo 1.57 +1 -1 ports/security/nessus-plugins/Makefile 1.37 +3 -3 ports/security/nessus-plugins/distinfo 1.40 +26 -11 ports/security/nessus-plugins/pkg-plist 1.73 +1 -2 ports/security/nessus/Makefile 1.37 +3 -3 ports/security/nessus/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 17 16:07:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E505216A446; Fri, 17 Mar 2006 16:07:40 +0000 (UTC) (envelope-from cejkar@fit.vutbr.cz) Received: from kazi.fit.vutbr.cz (kazi.fit.vutbr.cz [147.229.8.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 209EC43D58; Fri, 17 Mar 2006 16:07:32 +0000 (GMT) (envelope-from cejkar@fit.vutbr.cz) Received: from kazi.fit.vutbr.cz (localhost [127.0.0.1]) by kazi.fit.vutbr.cz (envelope-from cejkar@fit.vutbr.cz) (8.13.5/8.13.5) with ESMTP id k2HG7UVb002559 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 17 Mar 2006 17:07:30 +0100 (CET) Received: (from cejkar@localhost) by kazi.fit.vutbr.cz (8.13.5/8.13.1/Submit) id k2HG7Tlx002558; Fri, 17 Mar 2006 17:07:29 +0100 (CET) (envelope-from cejkar@fit.vutbr.cz) X-Authentication-Warning: kazi.fit.vutbr.cz: cejkar set sender to cejkar@fit.vutbr.cz using -f Date: Fri, 17 Mar 2006 17:07:29 +0100 From: Rudolf Cejka To: Ceri Davies , Remko Lodder , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060317160729.GA98352@fit.vutbr.cz> References: <20060311152536.GD73523@submonkey.net> <20060313152017.GA24077@fit.vutbr.cz> <20060314100021.GA36929@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060314100021.GA36929@submonkey.net> User-Agent: Mutt/1.4.2.1i X-Scanned-By: MIMEDefang 2.54 on 147.229.8.12 Cc: Subject: Re: cvs commit: www/en where.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 16:07:41 -0000 Ceri Davies wrote (2006/03/14): > > 3) Recently I have found yet another problem: Your commit > > www/share/sgml/includes.navdownload.sgml 1.3, which added > > %relincludes; > > into includes.navdownload.sgml file, has bad impact, that it is not > > possible to change definitions from includes.release.sgml in translations > > in a standard way anymore, which is to change www//includes.sgml. > > Do you have any idea, how to solve this? I did not find anything good yet. > Does it work if that declaration moves to the English includes.sgml (if > there is one)? If you mean %relincludes;, I think that not. You need it very early for %beta.testing and %beta2.testing for marked sections in includes.navdownload.sgml. Maybe it would help to move %beta.testing and %beta2.testing out from includes.release.sgml and make special file for them, however locality will be bad then and I'm afraid I would not like this solution. File includes.navdownload.sgml has to be included very early too, because it has to define entity &nav; before includes.header.sgml tries to define it as empty entity. > Failing that, is is possible to declare an ENTITY within > a marked section? > If so, we could use a similar approach in the > includes as /usr/include does perhaps? I could not imagine anything to do in this way. I'm looking at it once again, but I'm not sgml master. Maybe I can see two solutions: 1) Instead of using %navincludes; %includes; it should be sufficient to use just %includes; without calling %navincludes;, which could be moved to share/sgml/includes.sgml between %includes.release; and %includes.header;, however this solution would be just for case for includes.release.sgml. Is it possible to say in includes.header.sgml that if there is defined %navincludes;, call it, otherwise define ? 2) It seems to me that it is possible to remove from share/sgml/includes.header.sgml at all and depend on that every occurence of %includes; defines %navincludes; too. It has to be in that order: %navincludes; must be called after %includes;, so every file should be changed then, to have here clear including rules (and %relincludes; can be then removed from share/sgml/includes.navdownload.sgml). It seems that there is no file, which depends on default , so no other steps would be needed. If there would be any need for empty nav in the future, we can create empty includes.navempty.sgml, which can substitute current in includes.header.sgml. However everything is untested for now, if there are any output differences after that modifications. -- Rudolf Cejka http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic From owner-cvs-all@FreeBSD.ORG Fri Mar 17 16:14:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFE3116A401; Fri, 17 Mar 2006 16:14:42 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C50643D45; Fri, 17 Mar 2006 16:14:42 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HGEgKX082772; Fri, 17 Mar 2006 16:14:42 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HGEgdk082771; Fri, 17 Mar 2006 16:14:42 GMT (envelope-from garga) Message-Id: <200603171614.k2HGEgdk082771@repoman.freebsd.org> From: Renato Botelho Date: Fri, 17 Mar 2006 16:14:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/powerdns Makefile distinfo ports/dns/powerdns/files patch-pdns__recursos_cache.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 16:14:42 -0000 garga 2006-03-17 16:14:41 UTC FreeBSD ports repository Modified files: dns/powerdns Makefile distinfo Removed files: dns/powerdns/files patch-pdns__recursos_cache.cc Log: - Update to 2.9.20 PR: ports/94597 Submitted by: maintainer Revision Changes Path 1.48 +1 -2 ports/dns/powerdns/Makefile 1.14 +3 -3 ports/dns/powerdns/distinfo 1.2 +0 -23 ports/dns/powerdns/files/patch-pdns__recursos_cache.cc (dead) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 16:15:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F4016A401; Fri, 17 Mar 2006 16:15:15 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708D243D45; Fri, 17 Mar 2006 16:15:15 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HGFFxB082851; Fri, 17 Mar 2006 16:15:15 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HGFF8q082850; Fri, 17 Mar 2006 16:15:15 GMT (envelope-from arved) Message-Id: <200603171615.k2HGFF8q082850@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 17 Mar 2006 16:15:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/matrixssl/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 16:15:15 -0000 arved 2006-03-17 16:15:15 UTC FreeBSD ports repository Modified files: security/matrixssl/files patch-Makefile Log: Fix build on amd64 Revision Changes Path 1.2 +49 -4 ports/security/matrixssl/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 16:19:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D08616A401; Fri, 17 Mar 2006 16:19:25 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF92743D45; Fri, 17 Mar 2006 16:19:24 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HGJOaD083099; Fri, 17 Mar 2006 16:19:24 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HGJOmB083098; Fri, 17 Mar 2006 16:19:24 GMT (envelope-from vd) Message-Id: <200603171619.k2HGJOmB083098@repoman.freebsd.org> From: Vasil Dimov Date: Fri, 17 Mar 2006 16:19:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nessus-devel Makefile ports/security/nessus-libnasl-devel Makefile ports/security/nessus-libraries-devel Makefile ports/security/nessus-plugins-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 16:19:25 -0000 vd 2006-03-17 16:19:24 UTC FreeBSD ports repository Modified files: security/nessus-devel Makefile security/nessus-libnasl-devel Makefile security/nessus-libraries-devel Makefile security/nessus-plugins-devel Makefile Log: Mark as DEPRECATED=Development version of nessus is no longer available in sources at maintainer's request PR: ports/94543 Submitted by: Udo Schweigert (maintainer) Revision Changes Path 1.85 +4 -2 ports/security/nessus-devel/Makefile 1.67 +3 -0 ports/security/nessus-libnasl-devel/Makefile 1.67 +3 -0 ports/security/nessus-libraries-devel/Makefile 1.68 +3 -0 ports/security/nessus-plugins-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 16:28:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F6A716A401; Fri, 17 Mar 2006 16:28:13 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E166443D46; Fri, 17 Mar 2006 16:28:12 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HGSCOO083439; Fri, 17 Mar 2006 16:28:12 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HGSCN8083438; Fri, 17 Mar 2006 16:28:12 GMT (envelope-from des) Message-Id: <200603171628.k2HGSCN8083438@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 17 Mar 2006 16:28:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d Makefile kernel X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 16:28:13 -0000 des 2006-03-17 16:28:12 UTC FreeBSD src repository Modified files: etc/rc.d Makefile Added files: etc/rc.d kernel Log: This script symlinks /boot/kernel to the directory that contains the kernel you booted from, unless /boot/kernel already exists and is not a symlink. This should only affect people like me who juggle multiple kernels and have KODIR = /boot/${KERN_IDENT} in /etc/make.conf to keep them apart. Revision Changes Path 1.67 +1 -1 src/etc/rc.d/Makefile 1.1 +25 -0 src/etc/rc.d/kernel (new) From owner-cvs-all@FreeBSD.ORG Fri Mar 17 16:34:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D343516A400; Fri, 17 Mar 2006 16:34:39 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE6643D48; Fri, 17 Mar 2006 16:34:39 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HGYdh0083748; Fri, 17 Mar 2006 16:34:39 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HGYdt4083747; Fri, 17 Mar 2006 16:34:39 GMT (envelope-from lioux) Message-Id: <200603171634.k2HGYdt4083747@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 17 Mar 2006 16:34:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/mldonkey-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 16:34:39 -0000 lioux 2006-03-17 16:34:39 UTC FreeBSD ports repository Modified files: net-p2p/mldonkey-devel Makefile Log: Add ${MASTER_SITE_SOURCEFORGE_EXTENDED} to MASTER_SITES Submitted by: Andrew Pantyukhin Revision Changes Path 1.73 +2 -1 ports/net-p2p/mldonkey-devel/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 17:32:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A0716A420; Fri, 17 Mar 2006 17:32:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3584A43D45; Fri, 17 Mar 2006 17:32:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HHWl5R093298; Fri, 17 Mar 2006 17:32:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HHWlOR093297; Fri, 17 Mar 2006 17:32:47 GMT (envelope-from jhb) Message-Id: <200603171732.k2HHWlOR093297@repoman.freebsd.org> From: John Baldwin Date: Fri, 17 Mar 2006 17:32:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 17:32:47 -0000 jhb 2006-03-17 17:32:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_intr.c sys/sys interrupt.h Log: Add a compat API shim for ithread_remove_handler(). Approved by: re (mux) Revision Changes Path 1.124.2.3 +1 -0 src/sys/kern/kern_intr.c 1.30.2.2 +1 -0 src/sys/sys/interrupt.h From owner-cvs-all@FreeBSD.ORG Fri Mar 17 17:37:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6CE816A41F; Fri, 17 Mar 2006 17:37:32 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65EE443D46; Fri, 17 Mar 2006 17:37:32 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HHbW3O093465; Fri, 17 Mar 2006 17:37:32 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HHbWtp093464; Fri, 17 Mar 2006 17:37:32 GMT (envelope-from netchild) Message-Id: <200603171737.k2HHbWtp093464@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 17 Mar 2006 17:37:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pwlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 17:37:32 -0000 netchild 2006-03-17 17:37:32 UTC FreeBSD ports repository Modified files: devel/pwlib Makefile Log: Make sure openldap is found and the path to sdl is added only when sdl support is enabled. Submitted by: maintainer Prodded by: netchild (openldap) Revision Changes Path 1.24 +11 -5 ports/devel/pwlib/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 17:51:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8672A16A4C2; Fri, 17 Mar 2006 17:51:56 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 464F143D45; Fri, 17 Mar 2006 17:51:56 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HHpuee094091; Fri, 17 Mar 2006 17:51:56 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HHpux1094090; Fri, 17 Mar 2006 17:51:56 GMT (envelope-from mnag) Message-Id: <200603171751.k2HHpux1094090@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 17 Mar 2006 17:51:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/subversion Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 17:51:56 -0000 mnag 2006-03-17 17:51:55 UTC FreeBSD ports repository Modified files: devel/subversion Makefile Log: - Show knob options in pre-everything instead of pre-extract PR: 93721 Approved by: lev (maintainer timeout, 22 days) Revision Changes Path 1.99 +1 -1 ports/devel/subversion/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 18:16:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C29B16A401; Fri, 17 Mar 2006 18:16:23 +0000 (UTC) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1727743D6E; Fri, 17 Mar 2006 18:16:23 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HIGMVV095065; Fri, 17 Mar 2006 18:16:22 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HIGM6Q095064; Fri, 17 Mar 2006 18:16:22 GMT (envelope-from iedowse) Message-Id: <200603171816.k2HIGM6Q095064@repoman.freebsd.org> From: Ian Dowse Date: Fri, 17 Mar 2006 18:16:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb umass.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 18:16:23 -0000 iedowse 2006-03-17 18:16:22 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c Log: Sony DSC cameras with revision number 6.0 require the same quirk as those reporting revision 5.0. Reported by: Brian Reichert MFC after: 1 week Revision Changes Path 1.135 +4 -0 src/sys/dev/usb/umass.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 18:23:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C46E16A420; Fri, 17 Mar 2006 18:23:23 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB8343D75; Fri, 17 Mar 2006 18:23:23 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HINNgu095341; Fri, 17 Mar 2006 18:23:23 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HINNYH095340; Fri, 17 Mar 2006 18:23:23 GMT (envelope-from blackend) Message-Id: <200603171823.k2HINNYH095340@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 17 Mar 2006 18:23:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 18:23:23 -0000 blackend 2006-03-17 18:23:23 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: Translation fix. PR: 94447 Submitted by: Patrick Revision Changes Path 1.11 +1 -1 doc/fr_FR.ISO8859-1/books/handbook/kernelconfig/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Mar 17 18:25:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B98916A400; Fri, 17 Mar 2006 18:25:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC81E43D69; Fri, 17 Mar 2006 18:25:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HIPvSB095461; Fri, 17 Mar 2006 18:25:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HIPvlF095460; Fri, 17 Mar 2006 18:25:57 GMT (envelope-from rwatson) Message-Id: <200603171825.k2HIPvlF095460@repoman.freebsd.org> From: Robert Watson Date: Fri, 17 Mar 2006 18:25:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netnatm natm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 18:25:58 -0000 rwatson 2006-03-17 18:25:57 UTC FreeBSD src repository Modified files: sys/netnatm natm.c Log: Change so_pcb invariants in netnatm, such that netnatm sockets always have pcb's allocated: - Universally ensure (and assert) that so_pcb is not NULL, removing lots of checks and error cases. Don't free the pcb without clearing the so_pcb pointer. - Don't try to free the socket in pru_detach(), since the caller will immediately free the socket. - Do retain the sotryfree() in pru_abort() for now, although eventually the caller will do it unconditionally. Revision Changes Path 1.41 +13 -49 src/sys/netnatm/natm.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 18:54:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F1816A401; Fri, 17 Mar 2006 18:54:45 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F7F743D46; Fri, 17 Mar 2006 18:54:44 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HIsiXP099835; Fri, 17 Mar 2006 18:54:44 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HIsi9A099834; Fri, 17 Mar 2006 18:54:44 GMT (envelope-from ru) Message-Id: <200603171854.k2HIsi9A099834@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Mar 2006 18:54:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 src/bin Makefile Makefile.inc src/bin/csh Makefile src/bin/ed Makefile src/contrib/bind9 FREEBSD-Upgrade src/crypto/openssh FREEBSD-upgrade src/etc Makefile hosts.allow src/etc/mtree Makefile src/etc/rc.d Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 18:54:45 -0000 ru 2006-03-17 18:54:44 UTC FreeBSD src repository Modified files: . Makefile.inc1 bin Makefile Makefile.inc bin/csh Makefile bin/ed Makefile contrib/bind9 FREEBSD-Upgrade crypto/openssh FREEBSD-upgrade etc Makefile hosts.allow etc/mtree Makefile etc/rc.d Makefile games/factor Makefile gnu/lib Makefile gnu/lib/libdialog Makefile gnu/usr.bin Makefile gnu/usr.bin/bc Makefile gnu/usr.bin/cc Makefile gnu/usr.bin/cc/cc_tools Makefile gnu/usr.bin/cvs/cvs Makefile gnu/usr.bin/dialog Makefile include Makefile kerberos5 Makefile lib Makefile lib/bind config.mk lib/bind/bind Makefile lib/bind/bind9 Makefile lib/bind/dns Makefile lib/bind/isc Makefile lib/bind/isccc Makefile lib/bind/isccfg Makefile lib/bind/lwres Makefile lib/libc Makefile lib/libc/net Makefile.inc lib/libcrypt Makefile lib/libfetch Makefile lib/libipsec Makefile lib/libmilter Makefile lib/libncurses Makefile lib/libpam/modules modules.inc lib/libpam/modules/pam_unix Makefile lib/libpcap Makefile lib/libradius Makefile lib/librpcsvc Makefile lib/libsm Makefile lib/libtelnet Makefile lib/libwrap Makefile libexec Makefile libexec/ftpd Makefile libexec/lukemftpd Makefile libexec/tcpd Makefile libexec/telnetd Makefile release Makefile release/picobsd/tinyware/login Makefile rescue/librescue Makefile rescue/rescue Makefile sbin Makefile Makefile.inc sbin/geom/class Makefile sbin/ggate Makefile secure Makefile Makefile.inc secure/lib Makefile secure/lib/libcrypto Makefile Makefile.inc secure/lib/libssh Makefile secure/libexec Makefile secure/usr.bin Makefile secure/usr.bin/ssh Makefile secure/usr.sbin Makefile secure/usr.sbin/sshd Makefile share Makefile share/doc Makefile share/doc/smm Makefile share/examples Makefile share/man Makefile share/man/man3 Makefile share/man/man5 Makefile nsswitch.conf.5 share/mk bsd.incs.mk bsd.info.mk bsd.lib.mk bsd.libnames.mk bsd.nls.mk bsd.own.mk bsd.prog.mk sys Makefile sys/boot Makefile sys/boot/alpha/common Makefile.common sys/boot/i386/loader Makefile sys/boot/ia64/efi Makefile sys/boot/ia64/ski Makefile sys/boot/pc98/loader Makefile sys/boot/powerpc/loader Makefile sys/boot/sparc64/loader Makefile sys/modules Makefile sys/modules/dummynet Makefile sys/modules/if_bridge Makefile sys/modules/if_gif Makefile sys/modules/ipfilter Makefile sys/modules/ipfw Makefile sys/modules/netgraph Makefile sys/modules/pf Makefile sys/modules/pflog Makefile usr.bin Makefile usr.bin/chkey Makefile usr.bin/chpass Makefile usr.bin/fetch Makefile usr.bin/login Makefile usr.bin/netstat Makefile usr.bin/newkey Makefile usr.bin/passwd Makefile usr.bin/telnet Makefile usr.sbin Makefile usr.sbin/amd Makefile.inc usr.sbin/amd/amd Makefile usr.sbin/amd/include Makefile usr.sbin/bootparamd/bootparamd Makefile usr.sbin/bsnmpd/modules Makefile usr.sbin/mailwrapper Makefile usr.sbin/ntp Makefile.inc usr.sbin/ntp/doc Makefile usr.sbin/ntp/ntp-keygen Makefile usr.sbin/ntp/ntpd Makefile usr.sbin/ntp/ntpdc Makefile usr.sbin/ntp/ntpq Makefile usr.sbin/pkg_install Makefile Makefile.inc usr.sbin/portsnap/portsnap portsnap.sh usr.sbin/ppp Makefile usr.sbin/pppd Makefile usr.sbin/rpcbind Makefile usr.sbin/sendmail Makefile usr.sbin/tcpdchk Makefile usr.sbin/tcpdmatch Makefile usr.sbin/tcpdump/tcpdump Makefile usr.sbin/wpa/wpa_supplicant Makefile Log: Reimplementation of world/kernel build options. For details, see: http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Revision Changes Path 1.539 +35 -40 src/Makefile.inc1 1.26 +5 -3 src/bin/Makefile 1.23 +3 -1 src/bin/Makefile.inc 1.39 +4 -2 src/bin/csh/Makefile 1.32 +3 -1 src/bin/ed/Makefile 1.8 +1 -1 src/contrib/bind9/FREEBSD-Upgrade 1.11 +2 -2 src/crypto/openssh/FREEBSD-upgrade 1.354 +22 -24 src/etc/Makefile 1.21 +1 -1 src/etc/hosts.allow 1.6 +4 -2 src/etc/mtree/Makefile 1.68 +3 -1 src/etc/rc.d/Makefile 1.11 +3 -1 src/games/factor/Makefile 1.41 +5 -3 src/gnu/lib/Makefile 1.44 +3 -1 src/gnu/lib/libdialog/Makefile 1.88 +11 -9 src/gnu/usr.bin/Makefile 1.26 +3 -1 src/gnu/usr.bin/bc/Makefile 1.39 +8 -6 src/gnu/usr.bin/cc/Makefile 1.82 +6 -4 src/gnu/usr.bin/cc/cc_tools/Makefile 1.52 +2 -1 src/gnu/usr.bin/cvs/cvs/Makefile 1.13 +3 -1 src/gnu/usr.bin/dialog/Makefile 1.257 +8 -6 src/include/Makefile 1.17 +5 -5 src/kerberos5/Makefile 1.213 +13 -11 src/lib/Makefile 1.6 +3 -1 src/lib/bind/bind/Makefile 1.6 +3 -1 src/lib/bind/bind9/Makefile 1.16 +9 -7 src/lib/bind/config.mk 1.7 +3 -1 src/lib/bind/dns/Makefile 1.7 +3 -1 src/lib/bind/isc/Makefile 1.6 +3 -1 src/lib/bind/isccc/Makefile 1.6 +3 -1 src/lib/bind/isccfg/Makefile 1.9 +5 -3 src/lib/bind/lwres/Makefile 1.62 +6 -4 src/lib/libc/Makefile 1.57 +1 -1 src/lib/libc/net/Makefile.inc 1.37 +3 -1 src/lib/libcrypt/Makefile 1.46 +3 -1 src/lib/libfetch/Makefile 1.18 +3 -1 src/lib/libipsec/Makefile 1.6 +3 -1 src/lib/libmilter/Makefile 1.80 +3 -1 src/lib/libncurses/Makefile 1.20 +4 -2 src/lib/libpam/modules/modules.inc 1.20 +3 -1 src/lib/libpam/modules/pam_unix/Makefile 1.37 +3 -1 src/lib/libpcap/Makefile 1.14 +3 -1 src/lib/libradius/Makefile 1.22 +3 -1 src/lib/librpcsvc/Makefile 1.10 +3 -1 src/lib/libsm/Makefile 1.23 +4 -2 src/lib/libtelnet/Makefile 1.18 +4 -2 src/lib/libwrap/Makefile 1.76 +6 -4 src/libexec/Makefile 1.56 +3 -1 src/libexec/ftpd/Makefile 1.17 +3 -1 src/libexec/lukemftpd/Makefile 1.6 +3 -1 src/libexec/tcpd/Makefile 1.27 +4 -2 src/libexec/telnetd/Makefile 1.905 +2 -2 src/release/Makefile 1.5 +3 -1 src/release/picobsd/tinyware/login/Makefile 1.8 +4 -2 src/rescue/librescue/Makefile 1.47 +10 -7 src/rescue/rescue/Makefile 1.159 +7 -5 src/sbin/Makefile 1.15 +3 -1 src/sbin/Makefile.inc 1.11 +3 -1 src/sbin/geom/class/Makefile 1.3 +3 -1 src/sbin/ggate/Makefile 1.27 +8 -6 src/secure/Makefile 1.25 +4 -2 src/secure/Makefile.inc 1.34 +4 -2 src/secure/lib/Makefile 1.75 +5 -3 src/secure/lib/libcrypto/Makefile 1.41 +3 -1 src/secure/lib/libcrypto/Makefile.inc 1.38 +3 -1 src/secure/lib/libssh/Makefile 1.16 +3 -3 src/secure/libexec/Makefile 1.25 +4 -2 src/secure/usr.bin/Makefile 1.33 +3 -1 src/secure/usr.bin/ssh/Makefile 1.6 +4 -2 src/secure/usr.sbin/Makefile 1.47 +4 -2 src/secure/usr.sbin/sshd/Makefile 1.36 +11 -9 src/share/Makefile 1.20 +3 -1 src/share/doc/Makefile 1.20 +3 -1 src/share/doc/smm/Makefile 1.49 +4 -2 src/share/examples/Makefile 1.19 +3 -1 src/share/man/Makefile 1.41 +3 -1 src/share/man/man3/Makefile 1.68 +2 -2 src/share/man/man5/Makefile 1.14 +1 -1 src/share/man/man5/nsswitch.conf.5 1.7 +2 -2 src/share/mk/bsd.incs.mk 1.73 +2 -4 src/share/mk/bsd.info.mk 1.173 +5 -5 src/share/mk/bsd.lib.mk 1.97 +7 -7 src/share/mk/bsd.libnames.mk 1.14 +2 -4 src/share/mk/bsd.nls.mk 1.44 +276 -0 src/share/mk/bsd.own.mk 1.147 +4 -4 src/share/mk/bsd.prog.mk 1.35 +3 -1 src/sys/Makefile 1.27 +3 -1 src/sys/boot/Makefile 1.21 +3 -1 src/sys/boot/alpha/common/Makefile.common 1.83 +3 -1 src/sys/boot/i386/loader/Makefile 1.27 +5 -2 src/sys/boot/ia64/efi/Makefile 1.19 +5 -2 src/sys/boot/ia64/ski/Makefile 1.40 +3 -1 src/sys/boot/pc98/loader/Makefile 1.19 +3 -1 src/sys/boot/powerpc/loader/Makefile 1.20 +3 -1 src/sys/boot/sparc64/loader/Makefile 1.484 +6 -4 src/sys/modules/Makefile 1.6 +3 -1 src/sys/modules/dummynet/Makefile 1.4 +3 -1 src/sys/modules/if_bridge/Makefile 1.10 +5 -3 src/sys/modules/if_gif/Makefile 1.20 +3 -1 src/sys/modules/ipfilter/Makefile 1.24 +3 -1 src/sys/modules/ipfw/Makefile 1.46 +4 -2 src/sys/modules/netgraph/Makefile 1.11 +3 -1 src/sys/modules/pf/Makefile 1.6 +3 -1 src/sys/modules/pflog/Makefile 1.290 +17 -13 src/usr.bin/Makefile 1.11 +3 -1 src/usr.bin/chkey/Makefile 1.31 +6 -4 src/usr.bin/chpass/Makefile 1.18 +3 -1 src/usr.bin/fetch/Makefile 1.51 +3 -1 src/usr.bin/login/Makefile 1.32 +4 -2 src/usr.bin/netstat/Makefile 1.14 +3 -1 src/usr.bin/newkey/Makefile 1.47 +3 -1 src/usr.bin/passwd/Makefile 1.29 +4 -2 src/usr.bin/telnet/Makefile 1.347 +24 -24 src/usr.sbin/Makefile 1.13 +4 -2 src/usr.sbin/amd/Makefile.inc 1.26 +4 -2 src/usr.sbin/amd/amd/Makefile 1.10 +4 -2 src/usr.sbin/amd/include/Makefile 1.16 +3 -1 src/usr.sbin/bootparamd/bootparamd/Makefile 1.12 +3 -1 src/usr.sbin/bsnmpd/modules/Makefile 1.14 +6 -4 src/usr.sbin/mailwrapper/Makefile 1.9 +3 -1 src/usr.sbin/ntp/Makefile.inc 1.13 +3 -1 src/usr.sbin/ntp/doc/Makefile 1.7 +5 -2 src/usr.sbin/ntp/ntp-keygen/Makefile 1.14 +5 -2 src/usr.sbin/ntp/ntpd/Makefile 1.11 +5 -2 src/usr.sbin/ntp/ntpdc/Makefile 1.11 +5 -2 src/usr.sbin/ntp/ntpq/Makefile 1.17 +3 -1 src/usr.sbin/pkg_install/Makefile 1.14 +3 -1 src/usr.sbin/pkg_install/Makefile.inc 1.16 +1 -1 src/usr.sbin/portsnap/portsnap/portsnap.sh 1.110 +7 -5 src/usr.sbin/ppp/Makefile 1.30 +3 -1 src/usr.sbin/pppd/Makefile 1.8 +2 -1 src/usr.sbin/rpcbind/Makefile 1.53 +5 -3 src/usr.sbin/sendmail/Makefile 1.12 +3 -1 src/usr.sbin/tcpdchk/Makefile 1.10 +3 -1 src/usr.sbin/tcpdmatch/Makefile 1.44 +4 -2 src/usr.sbin/tcpdump/tcpdump/Makefile 1.7 +4 -2 src/usr.sbin/wpa/wpa_supplicant/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 18:55:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 532F416A444; Fri, 17 Mar 2006 18:55:14 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FF243D4C; Fri, 17 Mar 2006 18:54:56 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 539491758E; Fri, 17 Mar 2006 20:54:55 +0200 (EET) Date: Fri, 17 Mar 2006 20:54:55 +0200 From: Ion-Mihai Tetcu To: Xin LI Message-ID: <20060317205455.7327f463@it.buh.tecnik93.com> In-Reply-To: <200603171502.k2HF2p2g079831@repoman.freebsd.org> References: <200603171502.k2HF2p2g079831@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.15; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 18:55:23 -0000 On Fri, 17 Mar 2006 15:02:51 +0000 (UTC) Xin LI wrote: > delphij 2006-03-17 15:02:50 UTC > > FreeBSD ports repository (src,doc committer) > > Modified files: > . UPDATING > Log: > Note that textproc/docproj[-jadetex] now installs CJK related stuff by > default, and how to disable it. While I am there, put a note on the > addition of fixrtf utility also. Thank you, I was wondering why this sudden dependency yesterday. -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #221: The mainframe needs to rest, it's getting old, you know From owner-cvs-all@FreeBSD.ORG Fri Mar 17 19:07:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C26E16A41F; Fri, 17 Mar 2006 19:07:38 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B4F843D70; Fri, 17 Mar 2006 19:07:33 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HJ7XpS001170; Fri, 17 Mar 2006 19:07:33 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HJ7XCY001169; Fri, 17 Mar 2006 19:07:33 GMT (envelope-from alc) Message-Id: <200603171907.k2HJ7XCY001169@repoman.freebsd.org> From: Alan Cox Date: Fri, 17 Mar 2006 19:07:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 19:07:38 -0000 alc 2006-03-17 19:07:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 vm_machdep.c Log: MFC vm_machdep.c 1.261-1.263 Rev: 1.261 Ensure that a thread stays on same CPU when calculating per CPU TLB shootdown requirements. Otherwise a CPU may not get the needed TLB invalidation. The PTE valid and access flags can not be used here to avoid TLB shootdowns unless sf->cpumask == all_cpus. ( Otherwise some CPUs may still hold an even older entry in the TLB) Since sf_buf_alloc mappings are normally always used this is also not really useful and presetting accessed and modified allows the CPU to speculatively load the entry into the TLB. Both bugs can cause random data corruption. Rev: 1.262 Restore optimizations to reduce TLB shootdowns. Alan Cox pointed out that they are really useful for sendfile(). Rev: 1.263 Restore the UP optimization to reduce the number of TLB invalidations. The previous revision only restored the MP optimization. Describe the optimization strategy for TLB invalidations in a comment. Approved by: re@ (scottl) Revision Changes Path 1.241.2.4 +37 -31 src/sys/i386/i386/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 19:11:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B13116A400; Fri, 17 Mar 2006 19:11:02 +0000 (UTC) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A5643D46; Fri, 17 Mar 2006 19:11:01 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (b0dd15lsxmr2tnhj@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.3/8.13.3) with ESMTP id k2HJB14H069946; Fri, 17 Mar 2006 11:11:01 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.3/8.13.3/Submit) id k2HJB0GY069932; Fri, 17 Mar 2006 11:11:00 -0800 (PST) (envelope-from jmg) Date: Fri, 17 Mar 2006 11:11:00 -0800 From: John-Mark Gurney To: Dag-Erling Smorgrav Message-ID: <20060317191059.GK35129@funkthat.com> References: <200603171628.k2HGSCN8083438@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603171628.k2HGSCN8083438@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d Makefile kernel X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 19:11:02 -0000 Dag-Erling Smorgrav wrote this message on Fri, Mar 17, 2006 at 16:28 +0000: > des 2006-03-17 16:28:12 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d Makefile > Added files: > etc/rc.d kernel > Log: > This script symlinks /boot/kernel to the directory that contains the kernel > you booted from, unless /boot/kernel already exists and is not a symlink. > This should only affect people like me who juggle multiple kernels and > have KODIR = /boot/${KERN_IDENT} in /etc/make.conf to keep them apart. What part of the tree assumes that /boot/kernel exists? Shouldn't they be using a dirname'd version of kern.bootfile, which would make this change unnecessary? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:10:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10FE416A420; Fri, 17 Mar 2006 20:10:46 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF4743D4C; Fri, 17 Mar 2006 20:10:45 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HKAjqH003852; Fri, 17 Mar 2006 20:10:45 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HKAjNX003851; Fri, 17 Mar 2006 20:10:45 GMT (envelope-from brooks) Message-Id: <200603172010.k2HKAjNX003851@repoman.freebsd.org> From: Brooks Davis Date: Fri, 17 Mar 2006 20:10:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/drupal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:10:46 -0000 brooks 2006-03-17 20:10:44 UTC FreeBSD ports repository Modified files: www/drupal Makefile Log: Mark FORBIDDEN due to several security issues. For details see: http://www.drupal.org/security Updates and vuxml to follow. Revision Changes Path 1.24 +2 -0 ports/www/drupal/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:14:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FD616A401; Fri, 17 Mar 2006 20:14:26 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBDF443D49; Fri, 17 Mar 2006 20:14:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HKEPdP004053; Fri, 17 Mar 2006 20:14:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HKEPNL004052; Fri, 17 Mar 2006 20:14:25 GMT (envelope-from rwatson) Message-Id: <200603172014.k2HKEPNL004052@repoman.freebsd.org> From: Robert Watson Date: Fri, 17 Mar 2006 20:14:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/netatalk/simple_send simple_send.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:14:26 -0000 rwatson 2006-03-17 20:14:25 UTC FreeBSD src repository Modified files: tools/regression/netatalk/simple_send simple_send.c Log: Change s_net to s_node when printing the destination address. Revision Changes Path 1.3 +1 -1 src/tools/regression/netatalk/simple_send/simple_send.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:17:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2027D16A401; Fri, 17 Mar 2006 20:17:44 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA30E43D45; Fri, 17 Mar 2006 20:17:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HKHhFv004311; Fri, 17 Mar 2006 20:17:43 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HKHhat004310; Fri, 17 Mar 2006 20:17:43 GMT (envelope-from glebius) Message-Id: <200603172017.k2HKHhat004310@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 17 Mar 2006 20:17:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mii mii.c src/sys/net if_media.c if_media.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:17:44 -0000 glebius 2006-03-17 20:17:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii mii.c sys/net if_media.c if_media.h Log: MFC: - Introduce ifmedia_baudrate(), which returns correct baudrate of the given media status. [1] - Utilize ifmedia_baudrate() in miibus_statchg() to update ifp->if_baudrate. Obtained from: NetBSD [1] Approved by: re (scottl) Revision Changes Path 1.26.2.1 +11 -0 src/sys/dev/mii/mii.c 1.21.2.1 +22 -0 src/sys/net/if_media.c 1.30.2.1 +62 -4 src/sys/net/if_media.h From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:19:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E40716A425; Fri, 17 Mar 2006 20:19:43 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4860A43D46; Fri, 17 Mar 2006 20:19:43 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HKJhvD004385; Fri, 17 Mar 2006 20:19:43 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HKJhph004384; Fri, 17 Mar 2006 20:19:43 GMT (envelope-from mux) Message-Id: <200603172019.k2HKJhph004384@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 17 Mar 2006 20:19:43 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/csup proto.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:19:43 -0000 mux 2006-03-17 20:19:43 UTC FreeBSD projects repository Modified files: csup proto.c Log: Call pthread_sigmask() before creating any thread, otherwise the killer thread calling sigwait() won't get the signals under Linux and maybe other libpthread implementations. With this change, it is now possible to ^C csup under Linux and have it behave as expected. Revision Changes Path 1.91 +22 -13 projects/csup/proto.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:20:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5825316A420; Fri, 17 Mar 2006 20:20:38 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27D143D46; Fri, 17 Mar 2006 20:20:37 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.199] ([10.0.0.199]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id k2HKKbo7028991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 17 Mar 2006 12:20:37 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <441B1A15.60506@errno.com> Date: Fri, 17 Mar 2006 12:20:37 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: John-Mark Gurney References: <200603171628.k2HGSCN8083438@repoman.freebsd.org> <20060317191059.GK35129@funkthat.com> In-Reply-To: <20060317191059.GK35129@funkthat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Dag-Erling Smorgrav Subject: Re: cvs commit: src/etc/rc.d Makefile kernel X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:20:38 -0000 John-Mark Gurney wrote: > Dag-Erling Smorgrav wrote this message on Fri, Mar 17, 2006 at 16:28 +0000: >> des 2006-03-17 16:28:12 UTC >> >> FreeBSD src repository >> >> Modified files: >> etc/rc.d Makefile >> Added files: >> etc/rc.d kernel >> Log: >> This script symlinks /boot/kernel to the directory that contains the kernel >> you booted from, unless /boot/kernel already exists and is not a symlink. >> This should only affect people like me who juggle multiple kernels and >> have KODIR = /boot/${KERN_IDENT} in /etc/make.conf to keep them apart. > > What part of the tree assumes that /boot/kernel exists? Shouldn't they > be using a dirname'd version of kern.bootfile, which would make this > change unnecessary? > Makefiles in modules and in built kernels do I believe. When I did the recent make release+sysinstall mods there was a bunch of discussion about whether /boot/kernel could be eliminated and/or made a symlink. In the end I took the conservative route and mv'd the installed kernel to /boot/kernel. For compatibility with des's change sysinstall could just setup a symlink. However it might also be good to leave the installed kernel around in case of a calamity (probably depends mostly on disk space). Another interesting approach is to hack loader to do something more intelligent when /boot/kernel is not present (e.g. Ed Maste has mods to pick a up/smp kernel automatically). Sam From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:40:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D064516A530; Fri, 17 Mar 2006 20:40:30 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F5A443D5D; Fri, 17 Mar 2006 20:40:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HKeH7T005472; Fri, 17 Mar 2006 20:40:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HKeHJR005471; Fri, 17 Mar 2006 20:40:17 GMT (envelope-from rwatson) Message-Id: <200603172040.k2HKeHJR005471@repoman.freebsd.org> From: Robert Watson Date: Fri, 17 Mar 2006 20:40:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netatalk ddp_pcb.c ddp_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:40:31 -0000 rwatson 2006-03-17 20:40:17 UTC FreeBSD src repository Modified files: sys/netatalk ddp_pcb.c ddp_usrreq.c Log: Modify netatalk to ensure, and assert, that pcb's remain attached to sockets as long as the sockets have not been aborted or detached. Do not try to free the socket in pru_detach(), since sofree() will do so, if needed, once pru_detach() returns. Annotate a bug in ddp_abort(), which fails to free the socket; this is probably OK as ddp_abort() should never be called, so should instead be deleted. Revision Changes Path 1.48 +2 -3 src/sys/netatalk/ddp_pcb.c 1.46 +9 -23 src/sys/netatalk/ddp_usrreq.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:42:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB5B16A41F; Fri, 17 Mar 2006 20:42:43 +0000 (UTC) (envelope-from bms@spc.org) Received: from mindfull.spc.org (mindfull.spc.org [83.167.185.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCB243D46; Fri, 17 Mar 2006 20:42:42 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org ([83.167.185.2]) by mindfull.spc.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FKLmP-0005HW-5o; Fri, 17 Mar 2006 20:42:37 +0000 Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 1D49565654; Fri, 17 Mar 2006 20:42:41 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 42395-02-3; Fri, 17 Mar 2006 20:42:40 +0000 (GMT) Received: by arginine.spc.org (Postfix, from userid 1078) id 4CD3165652; Fri, 17 Mar 2006 20:42:40 +0000 (GMT) Date: Fri, 17 Mar 2006 20:42:40 +0000 From: Bruce M Simpson To: Gleb Smirnoff Message-ID: <20060317204240.GH37590@spc.org> Mail-Followup-To: Bruce M Simpson , Gleb Smirnoff , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200603172017.k2HKHhat004310@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603172017.k2HKHhat004310@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Organization: Incunabulum X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mindfull.spc.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spc.org X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii mii.c src/sys/net if_media.c if_media.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:42:43 -0000 On Fri, Mar 17, 2006 at 08:17:43PM +0000, Gleb Smirnoff wrote: > MFC: > - Introduce ifmedia_baudrate(), which returns correct baudrate of the > given media status. [1] > - Utilize ifmedia_baudrate() in miibus_statchg() to update ifp->if_baudrate. Thanks. If I ever get round to committing the SpeedStream 3060 ADSL card driver I'll use this... I hacked the code which wraps the Alcatel on-board DSL chipset to use the ifmedia interface. BMS From owner-cvs-all@FreeBSD.ORG Fri Mar 17 20:48:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C010016A401; Fri, 17 Mar 2006 20:48:19 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAF343D6E; Fri, 17 Mar 2006 20:48:11 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HKmBhg013378; Fri, 17 Mar 2006 20:48:11 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HKmBqq013377; Fri, 17 Mar 2006 20:48:11 GMT (envelope-from sobomax) Message-Id: <200603172048.k2HKmBqq013377@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 17 Mar 2006 20:48:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/mkuzip mkuzip.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 20:48:19 -0000 sobomax 2006-03-17 20:48:11 UTC FreeBSD src repository Modified files: usr.bin/mkuzip mkuzip.8 Log: A few minor corrections to the mkuzip.8 man page. PR: 92576 Submitted by: Stefan Bethke Revision Changes Path 1.6 +24 -25 src/usr.bin/mkuzip/mkuzip.8 From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:05:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F97816A41F; Fri, 17 Mar 2006 21:05:53 +0000 (UTC) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A8F43D4C; Fri, 17 Mar 2006 21:05:52 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HL5qfH014093; Fri, 17 Mar 2006 21:05:52 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HL5qZF014092; Fri, 17 Mar 2006 21:05:52 GMT (envelope-from jeh) Message-Id: <200603172105.k2HL5qZF014092@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 17 Mar 2006 21:05:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:05:53 -0000 jeh 2006-03-17 21:05:52 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4721 Revision Changes Path 1.508 +1 -1 ports/security/uvscan-dat/Makefile 1.503 +3 -3 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:25:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F344216A400; Fri, 17 Mar 2006 21:25:41 +0000 (UTC) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB35843D46; Fri, 17 Mar 2006 21:25:41 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLPeJM014893; Fri, 17 Mar 2006 21:25:41 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLPerg014892; Fri, 17 Mar 2006 21:25:40 GMT (envelope-from blackend) Message-Id: <200603172125.k2HLPerg014892@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 17 Mar 2006 21:25:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:25:42 -0000 blackend 2006-03-17 21:25:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: s/It's/It is/ Revision Changes Path 1.170 +1 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:25:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6FD316A401; Fri, 17 Mar 2006 21:25:59 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD5943D45; Fri, 17 Mar 2006 21:25:59 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLPxbn014942; Fri, 17 Mar 2006 21:25:59 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLPxZi014941; Fri, 17 Mar 2006 21:25:59 GMT (envelope-from joerg) Message-Id: <200603172125.k2HLPxZi014941@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 17 Mar 2006 21:25:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:26:00 -0000 joerg 2006-03-17 21:25:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam/scsi scsi_da.c Log: MFC rev 1.187: Add no synchronize cache quirk for TOSHIBA TransMemory USB stick. Approved by: re (scottl) Revision Changes Path 1.180.2.5 +7 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:30:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2114216A41F; Fri, 17 Mar 2006 21:30:01 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEAB43D55; Fri, 17 Mar 2006 21:30:00 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLU0wu015210; Fri, 17 Mar 2006 21:30:00 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLU0m3015209; Fri, 17 Mar 2006 21:30:00 GMT (envelope-from netchild) Message-Id: <200603172130.k2HLU0m3015209@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 17 Mar 2006 21:30:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pwlib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:30:01 -0000 netchild 2006-03-17 21:30:00 UTC FreeBSD ports repository Modified files: devel/pwlib Makefile Log: The previous revision resulted in a lib with unresolvable symbols. This seems to be a bug in gcc 3.4. As a workaround only use level one optimization (-O1). Approved by: maintainer Revision Changes Path 1.25 +7 -5 ports/devel/pwlib/Makefile From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:30:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADF016A425; Fri, 17 Mar 2006 21:30:03 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 917C643D48; Fri, 17 Mar 2006 21:30:03 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLU3lP015268; Fri, 17 Mar 2006 21:30:03 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLU3Dh015267; Fri, 17 Mar 2006 21:30:03 GMT (envelope-from joerg) Message-Id: <200603172130.k2HLU3Dh015267@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 17 Mar 2006 21:30:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:30:04 -0000 joerg 2006-03-17 21:30:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/cam/scsi scsi_da.c Log: MFC rev 1.187: Add no synchronize cache quirk for TOSHIBA TransMemory USB stick. Approved by: re (scottl) Revision Changes Path 1.171.2.6 +7 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:30:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B48C16A420; Fri, 17 Mar 2006 21:30:58 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2925443D45; Fri, 17 Mar 2006 21:30:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLUwIT015562; Fri, 17 Mar 2006 21:30:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLUwiD015561; Fri, 17 Mar 2006 21:30:58 GMT (envelope-from glebius) Message-Id: <200603172130.k2HLUwiD015561@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 17 Mar 2006 21:30:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bfe if_bfe.c src/sys/dev/fxp if_fxp.c src/sys/dev/lge if_lge.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c src/sys/dev/tx if_tx.c src/sys/dev/usb if_aue.c if_axe.c if_rue.c if_udav.c src/sys/dev/vge if_vge.c src/sys/pci if_dc.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:30:58 -0000 glebius 2006-03-17 21:30:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bfe if_bfe.c sys/dev/fxp if_fxp.c sys/dev/lge if_lge.c sys/dev/nge if_nge.c sys/dev/re if_re.c sys/dev/tx if_tx.c sys/dev/usb if_aue.c if_axe.c if_rue.c if_udav.c sys/dev/vge if_vge.c sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_vr.c if_wb.c if_xl.c Log: MFC: Do not touch ifp->if_baudrate in miibus aware drivers. Approved by: re (scottl) Revision Changes Path 1.25.2.4 +0 -1 src/sys/dev/bfe/if_bfe.c 1.240.2.8 +0 -1 src/sys/dev/fxp/if_fxp.c 1.39.2.5 +0 -1 src/sys/dev/lge/if_lge.c 1.75.2.7 +0 -1 src/sys/dev/nge/if_nge.c 1.46.2.14 +0 -4 src/sys/dev/re/if_re.c 1.89.2.3 +0 -8 src/sys/dev/tx/if_tx.c 1.90.2.4 +0 -1 src/sys/dev/usb/if_aue.c 1.30.2.4 +0 -1 src/sys/dev/usb/if_axe.c 1.21.2.4 +0 -1 src/sys/dev/usb/if_rue.c 1.14.2.4 +0 -1 src/sys/dev/usb/if_udav.c 1.14.2.7 +0 -1 src/sys/dev/vge/if_vge.c 1.160.2.8 +0 -1 src/sys/pci/if_dc.c 1.69.2.5 +0 -1 src/sys/pci/if_pcn.c 1.152.2.5 +0 -1 src/sys/pci/if_rl.c 1.82.2.6 +0 -1 src/sys/pci/if_sf.c 1.132.2.7 +0 -1 src/sys/pci/if_sis.c 1.106.2.8 +0 -1 src/sys/pci/if_sk.c 1.84.2.7 +0 -1 src/sys/pci/if_ste.c 1.104.2.6 +0 -1 src/sys/pci/if_vr.c 1.79.2.6 +0 -1 src/sys/pci/if_wb.c 1.190.2.8 +0 -2 src/sys/pci/if_xl.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:32:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E7FB16A41F; Fri, 17 Mar 2006 21:32:16 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8315C43D6B; Fri, 17 Mar 2006 21:32:14 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLWEvx015636; Fri, 17 Mar 2006 21:32:14 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLWEkW015635; Fri, 17 Mar 2006 21:32:14 GMT (envelope-from joerg) Message-Id: <200603172132.k2HLWEkW015635@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 17 Mar 2006 21:32:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/isofs/cd9660 cd9660_rrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:32:16 -0000 joerg 2006-03-17 21:32:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/isofs/cd9660 cd9660_rrip.c Log: MFC rev 1.29. In short, it unbreaks symlinks that have double slashes recorded in them, as in pathnames.h -> ../../bsdi.1.0/include//pathnames.h Approved by: re (scottl) Revision Changes Path 1.28.8.1 +1 -3 src/sys/isofs/cd9660/cd9660_rrip.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:36:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD6C16A420; Fri, 17 Mar 2006 21:36:40 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D60E743D48; Fri, 17 Mar 2006 21:36:39 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLad4m015849; Fri, 17 Mar 2006 21:36:39 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLadro015848; Fri, 17 Mar 2006 21:36:39 GMT (envelope-from maho) Message-Id: <200603172136.k2HLadro015848@repoman.freebsd.org> From: Maho Nakata Date: Fri, 17 Mar 2006 21:36:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/ooo-build Makefile distinfo ports/editors/ooo-build/files ooo-build-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:36:40 -0000 maho 2006-03-17 21:36:39 UTC FreeBSD ports repository Modified files: editors/ooo-build Makefile distinfo editors/ooo-build/files ooo-build-patch Log: Update to 2.0.2 (and make fetchable) Revision Changes Path 1.6 +8 -6 ports/editors/ooo-build/Makefile 1.5 +6 -6 ports/editors/ooo-build/distinfo 1.5 +34 -12 ports/editors/ooo-build/files/ooo-build-patch From owner-cvs-all@FreeBSD.ORG Fri Mar 17 21:55:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A3916A486; Fri, 17 Mar 2006 21:55:32 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAC1043D4C; Fri, 17 Mar 2006 21:55:31 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HLtVYD016751; Fri, 17 Mar 2006 21:55:31 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HLtVXc016750; Fri, 17 Mar 2006 21:55:31 GMT (envelope-from thompsa) Message-Id: <200603172155.k2HLtVXc016750@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 17 Mar 2006 21:55:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall keymap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 21:55:32 -0000 thompsa 2006-03-17 21:55:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall keymap.c Log: MFC r1.9, r1.10 - If a keymap file is not found for the selected country then default to the more common USA ISO rather than index 0 (Belgian). - Use jp.pc98 as default keymap for pc98 Approved by: re (murray) Revision Changes Path 1.6.14.2 +9 -2 src/usr.sbin/sysinstall/keymap.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 22:14:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5E1F16A41F; Fri, 17 Mar 2006 22:14:23 +0000 (UTC) (envelope-from cel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8340D43D45; Fri, 17 Mar 2006 22:14:23 +0000 (GMT) (envelope-from cel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HMEN3K017447; Fri, 17 Mar 2006 22:14:23 GMT (envelope-from cel@repoman.freebsd.org) Received: (from cel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HMENVV017446; Fri, 17 Mar 2006 22:14:23 GMT (envelope-from cel) Message-Id: <200603172214.k2HMENVV017446@repoman.freebsd.org> From: Chuck Lever Date: Fri, 17 Mar 2006 22:14:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 22:14:23 -0000 cel 2006-03-17 22:14:23 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_socket.c Log: If an NFS server returns more than a few EJUKEBOX errors for a given RPC request, the FreeBSD NFS client will quickly back off to a excessively long wait (days, then weeks) before retrying the request. Change the behavior of the FreeBSD NFS client to match the behavior of the reference NFS client implementation (Solaris). This provides a fixed delay of 10 seconds between each retry by default. A sysctl, called nfs3_jukebox_delay, is now available to tune the delay. Unlike Solaris, the sysctl value on FreeBSD is in seconds, rather than in HZ. Sponsored by: Network Appliance, Incorporated Reviewed by: rick Approved by: silby MFC after: 3 days Revision Changes Path 1.136 +4 -8 src/sys/nfsclient/nfs_socket.c From owner-cvs-all@FreeBSD.ORG Fri Mar 17 22:32:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0070616A401; Fri, 17 Mar 2006 22:32:28 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 791BC43D45; Fri, 17 Mar 2006 22:32:28 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 25732209E; Fri, 17 Mar 2006 23:32:22 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 169082086; Fri, 17 Mar 2006 23:32:22 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id E7ECD33C31; Fri, 17 Mar 2006 23:32:21 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: John-Mark Gurney References: <200603171628.k2HGSCN8083438@repoman.freebsd.org> <20060317191059.GK35129@funkthat.com> Date: Fri, 17 Mar 2006 23:32:21 +0100 In-Reply-To: <20060317191059.GK35129@funkthat.com> (John-Mark Gurney's message of "Fri, 17 Mar 2006 11:11:00 -0800") Message-ID: <86lkv83doq.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d Makefile kernel X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 22:32:29 -0000 John-Mark Gurney writes: > Dag-Erling Smorgrav wrote this message on Fri, Mar 17, 2006 at 16:28 +000= 0: > > Log: > > This script symlinks /boot/kernel to the directory that contains the = kernel > > you booted from, unless /boot/kernel already exists and is not a syml= ink. > > This should only affect people like me who juggle multiple kernels and > > have KODIR =3D /boot/${KERN_IDENT} in /etc/make.conf to keep them apa= rt. > What part of the tree assumes that /boot/kernel exists? Nothing in the tree, but e.g. zsh has tab completion for module names for kldload, based on the contents of /boot/kernel. My intention in the long term is to have all kernels installed in /boot/${KERN_IDENT} (e.g. /boot/GENERIC) and have the loader present a list of available kernels, with the default being the one that was installed last. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Mar 17 22:35:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEA6916A426; Fri, 17 Mar 2006 22:35:11 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 320D543D75; Fri, 17 Mar 2006 22:35:05 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 97BAF208E; Fri, 17 Mar 2006 23:35:00 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 8B3722086; Fri, 17 Mar 2006 23:35:00 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 714B633C31; Fri, 17 Mar 2006 23:35:00 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: John-Mark Gurney References: <200603171628.k2HGSCN8083438@repoman.freebsd.org> <20060317191059.GK35129@funkthat.com> <86lkv83doq.fsf@xps.des.no> Date: Fri, 17 Mar 2006 23:35:00 +0100 In-Reply-To: <86lkv83doq.fsf@xps.des.no> (Dag-Erling =?iso-8859-1?Q?Sm=F8r?= =?iso-8859-1?Q?grav's?= message of "Fri, 17 Mar 2006 23:32:21 +0100") Message-ID: <86hd5w3dkb.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d Makefile kernel X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 22:35:12 -0000 des@des.no (Dag-Erling Sm=F8rgrav) writes: > John-Mark Gurney writes: > > What part of the tree assumes that /boot/kernel exists? > Nothing in the tree, but [...] ah, correction: if you build MODULES_WITH_WORLD or from ports or manually out of /sys/modules, they will be installed in /boot/kernel. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Fri Mar 17 23:24:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C53716A423; Fri, 17 Mar 2006 23:24:44 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0415143D46; Fri, 17 Mar 2006 23:24:44 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HNOhdw020446; Fri, 17 Mar 2006 23:24:43 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HNOhce020445; Fri, 17 Mar 2006 23:24:43 GMT (envelope-from brooks) Message-Id: <200603172324.k2HNOhce020445@repoman.freebsd.org> From: Brooks Davis Date: Fri, 17 Mar 2006 23:24:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 23:24:44 -0000 brooks 2006-03-17 23:24:43 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add drupal <= 4.6.5 vulns. Revision Changes Path 1.973 +53 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Mar 17 23:41:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D863516A400; Fri, 17 Mar 2006 23:41:13 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D70243D45; Fri, 17 Mar 2006 23:41:13 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HNfDcA021085; Fri, 17 Mar 2006 23:41:13 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HNfDdO021084; Fri, 17 Mar 2006 23:41:13 GMT (envelope-from joerg) Message-Id: <200603172341.k2HNfDdO021084@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 17 Mar 2006 23:41:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/sgml man-refs.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 23:41:14 -0000 joerg 2006-03-17 23:41:13 UTC FreeBSD doc repository Modified files: share/sgml man-refs.ent Log: Add gvinum(8). Revision Changes Path 1.369 +1 -0 doc/share/sgml/man-refs.ent From owner-cvs-all@FreeBSD.ORG Fri Mar 17 23:42:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB2E16A423; Fri, 17 Mar 2006 23:42:18 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E23343D48; Fri, 17 Mar 2006 23:42:18 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2HNgH4L021125; Fri, 17 Mar 2006 23:42:17 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2HNgHXx021124; Fri, 17 Mar 2006 23:42:17 GMT (envelope-from joerg) Message-Id: <200603172342.k2HNgHXx021124@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 17 Mar 2006 23:42:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/vinum chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 23:42:18 -0000 joerg 2006-03-17 23:42:17 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/vinum chapter.sgml Log: Update the Vinum chapter to reflect the change to Gvinum while keeping references to Vinum classic for the sake of people running older systems. Revision Changes Path 1.38 +71 -100 doc/en_US.ISO8859-1/books/handbook/vinum/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Mar 18 00:08:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CADB116A420; Sat, 18 Mar 2006 00:08:04 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 803AA43D45; Sat, 18 Mar 2006 00:08:04 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I084iV022649; Sat, 18 Mar 2006 00:08:04 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I084qY022648; Sat, 18 Mar 2006 00:08:04 GMT (envelope-from brooks) Message-Id: <200603180008.k2I084qY022648@repoman.freebsd.org> From: Brooks Davis Date: Sat, 18 Mar 2006 00:08:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/drupal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 00:08:04 -0000 brooks 2006-03-18 00:08:04 UTC FreeBSD ports repository Modified files: www/drupal Makefile distinfo Log: Update to 4.6.6 fixing four security issues. See http://drupal.org/security for details. Security: vid:6779e82f-b60b-11da-913d-000ae42e9b93 Revision Changes Path 1.25 +2 -4 ports/www/drupal/Makefile 1.14 +3 -3 ports/www/drupal/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 00:32:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B15B416A401; Sat, 18 Mar 2006 00:32:05 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 796B043D45; Sat, 18 Mar 2006 00:32:05 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I0W5Qg023594; Sat, 18 Mar 2006 00:32:05 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I0W5ET023593; Sat, 18 Mar 2006 00:32:05 GMT (envelope-from cperciva) Message-Id: <200603180032.k2I0W5ET023593@repoman.freebsd.org> From: Colin Percival Date: Sat, 18 Mar 2006 00:32:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/est Makefile pkg-message pkg-plist ports/sysutils/est/files est.in est.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 00:32:05 -0000 cperciva 2006-03-18 00:32:05 UTC FreeBSD ports repository Modified files: sysutils/est Makefile pkg-message Added files: sysutils/est pkg-plist sysutils/est/files est.in Removed files: sysutils/est/files est.sh Log: A much-needed cleanup of the portification of this code: Remove PREFIX/modules directory if it doesn't contain other modules; use static plist (new file: pkg-plist). Switch to a modern USE_RC_SUBR (moved file: files/est.sh --> files/est.in). Silence install here and there. Fix IGNORE message. IGNORE if no kernel sources installed. Bump PORTREVISION for plist change. PR: ports/93985 Submitted by: itetcu (who really needs to get a commit bit soon...) Revision Changes Path 1.11 +8 -13 ports/sysutils/est/Makefile 1.1 +43 -0 ports/sysutils/est/files/est.in (new) 1.5 +0 -43 ports/sysutils/est/files/est.sh (dead) 1.2 +2 -0 ports/sysutils/est/pkg-message 1.1 +3 -0 ports/sysutils/est/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 00:47:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96AED16A401; Sat, 18 Mar 2006 00:47:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3F443D46; Sat, 18 Mar 2006 00:47:12 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I0lCfO031739; Sat, 18 Mar 2006 00:47:12 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I0lCcJ031738; Sat, 18 Mar 2006 00:47:12 GMT (envelope-from edwin) Message-Id: <200603180047.k2I0lCcJ031738@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 18 Mar 2006 00:47:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/penguintv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 00:47:12 -0000 edwin 2006-03-18 00:47:12 UTC FreeBSD ports repository Modified files: net/penguintv Makefile Log: Hide display of pkg-message Revision Changes Path 1.2 +1 -1 ports/net/penguintv/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:06:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 222BB16A400; Sat, 18 Mar 2006 01:06:14 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC24943D48; Sat, 18 Mar 2006 01:06:13 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I16DAK032574; Sat, 18 Mar 2006 01:06:13 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I16DSK032573; Sat, 18 Mar 2006 01:06:13 GMT (envelope-from jmg) Message-Id: <200603180106.k2I16DSK032573@repoman.freebsd.org> From: John-Mark Gurney Date: Sat, 18 Mar 2006 01:06:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat vmstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:06:14 -0000 jmg 2006-03-18 01:06:13 UTC FreeBSD src repository Modified files: usr.bin/systat vmstat.c Log: fix spelling of ozfod... I've been wondering why we'd need to fill a page w/ non-zero data, and it turns out we don't... This is really optimized zero filled on demand, or pages that were already zero'd for us... MFC after: 3 days Revision Changes Path 1.69 +1 -1 src/usr.bin/systat/vmstat.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:14:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3269A16A41F; Sat, 18 Mar 2006 01:14:25 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEABF43D45; Sat, 18 Mar 2006 01:14:24 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1EO8Y032882; Sat, 18 Mar 2006 01:14:24 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1EO9j032881; Sat, 18 Mar 2006 01:14:24 GMT (envelope-from cperciva) Message-Id: <200603180114.k2I1EO9j032881@repoman.freebsd.org> From: Colin Percival Date: Sat, 18 Mar 2006 01:14:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/libtommath Makefile pkg-descr ports/math/tomsfastmath Makefile pkg-descr ports/security/libtomcrypt Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:14:25 -0000 cperciva 2006-03-18 01:14:24 UTC FreeBSD ports repository Modified files: math/libtommath Makefile pkg-descr math/tomsfastmath Makefile pkg-descr security/libtomcrypt Makefile pkg-descr Log: Libtom* is back online at libtomcrypt.com. Point the ports back at Tom's web server instead of fetching distfiles from freebsd.org. Revision Changes Path 1.7 +1 -2 ports/math/libtommath/Makefile 1.2 +1 -1 ports/math/libtommath/pkg-descr 1.11 +1 -2 ports/math/tomsfastmath/Makefile 1.2 +1 -1 ports/math/tomsfastmath/pkg-descr 1.14 +2 -4 ports/security/libtomcrypt/Makefile 1.2 +1 -1 ports/security/libtomcrypt/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:15:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2847316A420; Sat, 18 Mar 2006 01:15:57 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D383A43D46; Sat, 18 Mar 2006 01:15:56 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1Fuxx033045; Sat, 18 Mar 2006 01:15:56 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1Fu3r033044; Sat, 18 Mar 2006 01:15:56 GMT (envelope-from leeym) Message-Id: <200603180115.k2I1Fu3r033044@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 18 Mar 2006 01:15:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-Archive-Tar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:15:57 -0000 leeym 2006-03-18 01:15:56 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Tar Makefile distinfo Log: - update to 1.29 Revision Changes Path 1.24 +2 -10 ports/archivers/p5-Archive-Tar/Makefile 1.16 +3 -3 ports/archivers/p5-Archive-Tar/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:30:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F118F16A400; Sat, 18 Mar 2006 01:30:31 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9F2743D46; Sat, 18 Mar 2006 01:30:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1UVXG033647; Sat, 18 Mar 2006 01:30:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1UVuM033646; Sat, 18 Mar 2006 01:30:31 GMT (envelope-from imp) Message-Id: <200603180130.k2I1UVuM033646@repoman.freebsd.org> From: Warner Losh Date: Sat, 18 Mar 2006 01:30:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_st.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:30:32 -0000 imp 2006-03-18 01:30:31 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_st.c Log: MFp4: o Disable all interrupts that the ST can generate until we have an ISR to service them. o Correct clock calculation to make DELAY the right length... Submitted by: cognet (#2) Revision Changes Path 1.2 +3 -2 src/sys/arm/at91/at91_st.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:35:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45EED16A400; Sat, 18 Mar 2006 01:35:50 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30BE43D48; Sat, 18 Mar 2006 01:35:49 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1ZnbD033871; Sat, 18 Mar 2006 01:35:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1ZnTA033870; Sat, 18 Mar 2006 01:35:49 GMT (envelope-from imp) Message-Id: <200603180135.k2I1ZnTA033870@repoman.freebsd.org> From: Warner Losh Date: Sat, 18 Mar 2006 01:35:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:35:50 -0000 imp 2006-03-18 01:35:49 UTC FreeBSD src repository Modified files: sys/arm/at91 at91.c Log: MFp4: o Add memory barrier to bus space o Allow for up to 3 IRQs per device o Move to table driven population of children devices. o Add support for usb ohci memory mapped controller resource allocation. o Clean up a bunch of extra writes to disable interrupts that are now done elsewhere. o Force all system interrupt handlers be fast. We get deadlock if they aren't. Revision Changes Path 1.3 +195 -49 src/sys/arm/at91/at91.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:38:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D01B816A400; Sat, 18 Mar 2006 01:38:25 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A84F43D46; Sat, 18 Mar 2006 01:38:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1cPB5034018; Sat, 18 Mar 2006 01:38:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1cP9S034017; Sat, 18 Mar 2006 01:38:25 GMT (envelope-from imp) Message-Id: <200603180138.k2I1cP9S034017@repoman.freebsd.org> From: Warner Losh Date: Sat, 18 Mar 2006 01:38:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91rm92reg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:38:25 -0000 imp 2006-03-18 01:38:25 UTC FreeBSD src repository Modified files: sys/arm/at91 at91rm92reg.h Log: MFP4: GC and fix definitions. # some of this may have been done by cognet Revision Changes Path 1.2 +28 -317 src/sys/arm/at91/at91rm92reg.h From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:39:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E214616A41F; Sat, 18 Mar 2006 01:39:23 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D82343D4C; Sat, 18 Mar 2006 01:39:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1dNFF034088; Sat, 18 Mar 2006 01:39:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1dN1p034087; Sat, 18 Mar 2006 01:39:23 GMT (envelope-from imp) Message-Id: <200603180139.k2I1dN1p034087@repoman.freebsd.org> From: Warner Losh Date: Sat, 18 Mar 2006 01:39:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 files.at91 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:39:24 -0000 imp 2006-03-18 01:39:23 UTC FreeBSD src repository Modified files: sys/arm/at91 files.at91 Log: MFP4: Gratuitously sort alphabetically. Revision Changes Path 1.2 +6 -6 src/sys/arm/at91/files.at91 From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:43:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02FDB16A400; Sat, 18 Mar 2006 01:43:26 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C3343D46; Sat, 18 Mar 2006 01:43:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1hP3M034357; Sat, 18 Mar 2006 01:43:25 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1hPu1034356; Sat, 18 Mar 2006 01:43:25 GMT (envelope-from imp) Message-Id: <200603180143.k2I1hPu1034356@repoman.freebsd.org> From: Warner Losh Date: Sat, 18 Mar 2006 01:43:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 if_ate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:43:26 -0000 imp 2006-03-18 01:43:25 UTC FreeBSD src repository Modified files: sys/arm/at91 if_ate.c Log: MFp4: o update TODO list o Better use of busdma o mark RX dtors as COHERENT. This helps performance a lot by not requiring so many EXPENSIVE cache flushes. The cost of accessing it non-cached is much smaller. o Copy data from Rx buffers to make IP header 4 byte aligned. o CRC length included in reported length, so cope o Don't free TX buffer twice o Manage TX buffers better. o Enable just the interrupts we want. o Manage OACTIVE better # Some of these done by cognet # These changes let us get to # via NFS root. Revision Changes Path 1.5 +151 -112 src/sys/arm/at91/if_ate.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:43:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838D716A42F; Sat, 18 Mar 2006 01:43:54 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BE943D46; Sat, 18 Mar 2006 01:43:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1hsIZ034407; Sat, 18 Mar 2006 01:43:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1hsr6034406; Sat, 18 Mar 2006 01:43:54 GMT (envelope-from imp) Message-Id: <200603180143.k2I1hsr6034406@repoman.freebsd.org> From: Warner Losh Date: Sat, 18 Mar 2006 01:43:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 kb920x_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:43:55 -0000 imp 2006-03-18 01:43:54 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Add ohci controller mapping. Revision Changes Path 1.2 +30 -19 src/sys/arm/at91/kb920x_machdep.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 01:45:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A26316A420; Sat, 18 Mar 2006 01:45:30 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D865943D46; Sat, 18 Mar 2006 01:45:29 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I1jTIw034598; Sat, 18 Mar 2006 01:45:29 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I1jTCr034597; Sat, 18 Mar 2006 01:45:29 GMT (envelope-from imp) Message-Id: <200603180145.k2I1jTCr034597@repoman.freebsd.org> From: Warner Losh Date: Sat, 18 Mar 2006 01:45:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 ohci_atmelarm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 01:45:30 -0000 imp 2006-03-18 01:45:29 UTC FreeBSD src repository Added files: sys/arm/at91 ohci_atmelarm.c Log: MFp4: Add bus attachment for the ohci device on this chip. The bus and hub are detected correctly, but the children devices aren't detected correctly for reasons unknown. Revision Changes Path 1.1 +199 -0 src/sys/arm/at91/ohci_atmelarm.c (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 03:16:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E58F16A400; Sat, 18 Mar 2006 03:16:34 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BAFE43D45; Sat, 18 Mar 2006 03:16:34 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I3GYW7038097; Sat, 18 Mar 2006 03:16:34 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I3GYwL038096; Sat, 18 Mar 2006 03:16:34 GMT (envelope-from mnag) Message-Id: <200603180316.k2I3GYwL038096@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 18 Mar 2006 03:16:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/phpmyadmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 03:16:34 -0000 mnag 2006-03-18 03:16:33 UTC FreeBSD ports repository Modified files: databases/phpmyadmin Makefile distinfo Log: - Update to 2.8.0.2 Changelog https://sourceforge.net/project/shownotes.php?release_id=402223 PR: 94611 Submitted by: maintainer Revision Changes Path 1.46 +1 -3 ports/databases/phpmyadmin/Makefile 1.35 +3 -3 ports/databases/phpmyadmin/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 03:54:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 191D116A401; Sat, 18 Mar 2006 03:54:08 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEBC243D46; Sat, 18 Mar 2006 03:54:07 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I3s7fj039465; Sat, 18 Mar 2006 03:54:07 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I3s7Bt039464; Sat, 18 Mar 2006 03:54:07 GMT (envelope-from jkoshy) Message-Id: <200603180354.k2I3s7Bt039464@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 18 Mar 2006 03:54:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 03:54:08 -0000 jkoshy 2006-03-18 03:54:07 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_mod.c Log: When deconfiguring a log, only stop PMCs that are in the RUNNING state. Revision Changes Path 1.21 +2 -1 src/sys/dev/hwpmc/hwpmc_mod.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:22:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1212616A400; Sat, 18 Mar 2006 04:22:40 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22B443D45; Sat, 18 Mar 2006 04:22:39 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4Mdf3042904; Sat, 18 Mar 2006 04:22:39 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4MdE7042903; Sat, 18 Mar 2006 04:22:39 GMT (envelope-from vanilla) Message-Id: <200603180422.k2I4MdE7042903@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:22:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/edb Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:22:40 -0000 vanilla 2006-03-18 04:22:39 UTC FreeBSD ports repository Modified files: databases/edb Makefile distinfo Log: Upgrade to 1.0.5.006. Revision Changes Path 1.25 +2 -2 ports/databases/edb/Makefile 1.10 +3 -3 ports/databases/edb/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:23:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB64516A41F; Sat, 18 Mar 2006 04:23:15 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96B9343D46; Sat, 18 Mar 2006 04:23:15 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4NFQH042960; Sat, 18 Mar 2006 04:23:15 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4NFl4042959; Sat, 18 Mar 2006 04:23:15 GMT (envelope-from vanilla) Message-Id: <200603180423.k2I4NFl4042959@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:23:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/epeg Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:23:16 -0000 vanilla 2006-03-18 04:23:15 UTC FreeBSD ports repository Modified files: graphics/epeg Makefile distinfo pkg-plist Log: Upgrade to 0.9.0.006. Revision Changes Path 1.9 +2 -2 ports/graphics/epeg/Makefile 1.5 +3 -3 ports/graphics/epeg/distinfo 1.3 +1 -0 ports/graphics/epeg/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:24:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E1B16A420; Sat, 18 Mar 2006 04:24:04 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B41743D46; Sat, 18 Mar 2006 04:24:04 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4O4pg043044; Sat, 18 Mar 2006 04:24:04 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4O4ao043043; Sat, 18 Mar 2006 04:24:04 GMT (envelope-from vanilla) Message-Id: <200603180424.k2I4O4ao043043@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:24:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/imlib2 Makefile distinfo ports/graphics/imlib2/files patch-loader_tiff.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:24:04 -0000 vanilla 2006-03-18 04:24:04 UTC FreeBSD ports repository Modified files: graphics/imlib2 Makefile distinfo Removed files: graphics/imlib2/files patch-loader_tiff.c Log: Upgrade to 1.2.1.011. Revision Changes Path 1.118 +2 -2 ports/graphics/imlib2/Makefile 1.41 +3 -3 ports/graphics/imlib2/distinfo 1.2 +0 -15 ports/graphics/imlib2/files/patch-loader_tiff.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:24:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAAFC16A423; Sat, 18 Mar 2006 04:24:44 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EF2D43D4C; Sat, 18 Mar 2006 04:24:44 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4Oi7j043084; Sat, 18 Mar 2006 04:24:44 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4OiUk043083; Sat, 18 Mar 2006 04:24:44 GMT (envelope-from vanilla) Message-Id: <200603180424.k2I4OiUk043083@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:24:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/eet Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:24:44 -0000 vanilla 2006-03-18 04:24:43 UTC FreeBSD ports repository Modified files: devel/eet Makefile distinfo Log: Upgrade to 0.9.10.025. Revision Changes Path 1.16 +1 -1 ports/devel/eet/Makefile 1.13 +3 -3 ports/devel/eet/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:25:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E66C916A425; Sat, 18 Mar 2006 04:25:04 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A06843D46; Sat, 18 Mar 2006 04:25:04 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4P42C043154; Sat, 18 Mar 2006 04:25:04 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4P4hE043153; Sat, 18 Mar 2006 04:25:04 GMT (envelope-from vanilla) Message-Id: <200603180425.k2I4P4hE043153@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:25:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/imlib2_loaders Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:25:05 -0000 vanilla 2006-03-18 04:25:04 UTC FreeBSD ports repository Modified files: graphics/imlib2_loaders Makefile distinfo Log: Upgrade to 1.2.1.012. Revision Changes Path 1.23 +2 -2 ports/graphics/imlib2_loaders/Makefile 1.12 +3 -3 ports/graphics/imlib2_loaders/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:25:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C8116A420; Sat, 18 Mar 2006 04:25:59 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6478A43D58; Sat, 18 Mar 2006 04:25:58 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4PwX7043213; Sat, 18 Mar 2006 04:25:58 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4PwHR043212; Sat, 18 Mar 2006 04:25:58 GMT (envelope-from vanilla) Message-Id: <200603180425.k2I4PwHR043212@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:25:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/ecore Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:25:59 -0000 vanilla 2006-03-18 04:25:58 UTC FreeBSD ports repository Modified files: x11/ecore Makefile distinfo Log: Upgrade to 0.9.9.025. Revision Changes Path 1.26 +1 -1 ports/x11/ecore/Makefile 1.13 +3 -3 ports/x11/ecore/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:26:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D50A16A423; Sat, 18 Mar 2006 04:26:22 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF4243D46; Sat, 18 Mar 2006 04:26:21 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4QLmN043254; Sat, 18 Mar 2006 04:26:21 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4QLJt043253; Sat, 18 Mar 2006 04:26:21 GMT (envelope-from vanilla) Message-Id: <200603180426.k2I4QLJt043253@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:26:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/evas Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:26:22 -0000 vanilla 2006-03-18 04:26:21 UTC FreeBSD ports repository Modified files: graphics/evas Makefile distinfo Log: Upgrade to 0.9.9.025. Revision Changes Path 1.34 +1 -1 ports/graphics/evas/Makefile 1.17 +3 -3 ports/graphics/evas/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:26:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7189816A420; Sat, 18 Mar 2006 04:26:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 290D443D48; Sat, 18 Mar 2006 04:26:49 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4QnwO043304; Sat, 18 Mar 2006 04:26:49 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4Qnrr043303; Sat, 18 Mar 2006 04:26:49 GMT (envelope-from vanilla) Message-Id: <200603180426.k2I4Qnrr043303@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:26:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/edje Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:26:49 -0000 vanilla 2006-03-18 04:26:49 UTC FreeBSD ports repository Modified files: graphics/edje Makefile distinfo Log: Upgrade to 0.5.0.025. Revision Changes Path 1.16 +1 -1 ports/graphics/edje/Makefile 1.10 +3 -3 ports/graphics/edje/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:27:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E1A16A41F; Sat, 18 Mar 2006 04:27:18 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D076C43D48; Sat, 18 Mar 2006 04:27:17 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4RHRX043353; Sat, 18 Mar 2006 04:27:17 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4RHSG043352; Sat, 18 Mar 2006 04:27:17 GMT (envelope-from vanilla) Message-Id: <200603180427.k2I4RHSG043352@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:27:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/embryo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:27:18 -0000 vanilla 2006-03-18 04:27:17 UTC FreeBSD ports repository Modified files: lang/embryo Makefile distinfo Log: Upgrade to 0.9.1.025. Revision Changes Path 1.17 +1 -1 ports/lang/embryo/Makefile 1.13 +3 -3 ports/lang/embryo/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:27:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A7A16A400; Sat, 18 Mar 2006 04:27:41 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B636943D48; Sat, 18 Mar 2006 04:27:40 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4RemM043401; Sat, 18 Mar 2006 04:27:40 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4Re1w043400; Sat, 18 Mar 2006 04:27:40 GMT (envelope-from vanilla) Message-Id: <200603180427.k2I4Re1w043400@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:27:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/epsilon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:27:41 -0000 vanilla 2006-03-18 04:27:40 UTC FreeBSD ports repository Modified files: graphics/epsilon Makefile distinfo Log: Upgrade to 0.3.0.006. Revision Changes Path 1.7 +2 -2 ports/graphics/epsilon/Makefile 1.4 +3 -3 ports/graphics/epsilon/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:28:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF57116A424; Sat, 18 Mar 2006 04:28:02 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA5543D45; Sat, 18 Mar 2006 04:28:02 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4S2WP043445; Sat, 18 Mar 2006 04:28:02 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4S2pY043444; Sat, 18 Mar 2006 04:28:02 GMT (envelope-from vanilla) Message-Id: <200603180428.k2I4S2pY043444@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:28:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/esmart Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:28:02 -0000 vanilla 2006-03-18 04:28:02 UTC FreeBSD ports repository Modified files: graphics/esmart Makefile distinfo Log: Upgrade to 0.9.0.006. Revision Changes Path 1.8 +2 -2 ports/graphics/esmart/Makefile 1.4 +3 -3 ports/graphics/esmart/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:28:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE0016A400; Sat, 18 Mar 2006 04:28:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C3CF43D45; Sat, 18 Mar 2006 04:28:29 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4STKt043487; Sat, 18 Mar 2006 04:28:29 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4SSOM043486; Sat, 18 Mar 2006 04:28:29 GMT (envelope-from vanilla) Message-Id: <200603180428.k2I4SSOM043486@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:28:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/ewl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:28:29 -0000 vanilla 2006-03-18 04:28:28 UTC FreeBSD ports repository Modified files: x11-toolkits/ewl Makefile distinfo pkg-plist Log: Upgrade to 0.4.0.006. Revision Changes Path 1.8 +2 -3 ports/x11-toolkits/ewl/Makefile 1.4 +3 -3 ports/x11-toolkits/ewl/distinfo 1.5 +159 -36 ports/x11-toolkits/ewl/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 04:29:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DDD216A41F; Sat, 18 Mar 2006 04:29:54 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 091E243D46; Sat, 18 Mar 2006 04:29:54 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I4Tr7V043555; Sat, 18 Mar 2006 04:29:53 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I4Tr4O043554; Sat, 18 Mar 2006 04:29:53 GMT (envelope-from vanilla) Message-Id: <200603180429.k2I4Tr4O043554@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 18 Mar 2006 04:29:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/enlightenment-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 04:29:54 -0000 vanilla 2006-03-18 04:29:53 UTC FreeBSD ports repository Modified files: x11-wm/enlightenment-devel Makefile distinfo Log: Upgrade to 0.16.999.025. Revision Changes Path 1.103 +1 -1 ports/x11-wm/enlightenment-devel/Makefile 1.36 +3 -3 ports/x11-wm/enlightenment-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 05:04:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E28816A400; Sat, 18 Mar 2006 05:04:37 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED01643D45; Sat, 18 Mar 2006 05:04:36 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I54aw8052389; Sat, 18 Mar 2006 05:04:36 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I54axV052388; Sat, 18 Mar 2006 05:04:36 GMT (envelope-from marcus) Message-Id: <200603180504.k2I54axV052388@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Mar 2006 05:04:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/shared-mime-info Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 05:04:37 -0000 marcus 2006-03-18 05:04:36 UTC FreeBSD ports repository Modified files: misc/shared-mime-info Makefile pkg-plist Log: Clean up leftover mime.cache files, and add another MIME subdirectory. Revision Changes Path 1.36 +2 -1 ports/misc/shared-mime-info/Makefile 1.20 +2 -0 ports/misc/shared-mime-info/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 08:04:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B9B116A401; Sat, 18 Mar 2006 08:04:46 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3811C43D48; Sat, 18 Mar 2006 08:04:46 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I84juf059783; Sat, 18 Mar 2006 08:04:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I84j8b059782; Sat, 18 Mar 2006 08:04:45 GMT (envelope-from dinoex) Message-Id: <200603180804.k2I84j8b059782@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Mar 2006 08:04:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.gnustep.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 08:04:46 -0000 dinoex 2006-03-18 08:04:45 UTC FreeBSD ports repository Modified files: Mk bsd.gnustep.mk Log: - set default GNUSTEP_PREFIX Andriy Gapon - new option USE_GNUSTEP_PREFIX Revision Changes Path 1.25 +6 -1 ports/Mk/bsd.gnustep.mk From owner-cvs-all@FreeBSD.ORG Sat Mar 18 09:52:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6118B16A400; Sat, 18 Mar 2006 09:52:11 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63A843D53; Sat, 18 Mar 2006 09:52:10 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I9qA75071009; Sat, 18 Mar 2006 09:52:10 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I9q9qW071008; Sat, 18 Mar 2006 09:52:10 GMT (envelope-from dinoex) Message-Id: <200603180952.k2I9q9qW071008@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Mar 2006 09:52:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gnustep-make Makefile distinfo ports/devel/gnustep Makefile ports/lang/gnustep-base Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 09:52:11 -0000 dinoex 2006-03-18 09:52:07 UTC FreeBSD ports repository Modified files: devel/gnustep-make Makefile distinfo devel/gnustep Makefile lang/gnustep-base Makefile distinfo pkg-plist Log: - update to 1.12.0 Revision Changes Path 1.66 +1 -2 ports/devel/gnustep-make/Makefile 1.30 +3 -3 ports/devel/gnustep-make/distinfo 1.60 +1 -2 ports/devel/gnustep/Makefile 1.72 +1 -2 ports/lang/gnustep-base/Makefile 1.32 +3 -3 ports/lang/gnustep-base/distinfo 1.31 +8 -14 ports/lang/gnustep-base/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 09:54:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C28216A400; Sat, 18 Mar 2006 09:54:49 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55DB843D46; Sat, 18 Mar 2006 09:54:49 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I9sm0v071134; Sat, 18 Mar 2006 09:54:49 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I9sm0L071133; Sat, 18 Mar 2006 09:54:48 GMT (envelope-from dinoex) Message-Id: <200603180954.k2I9sm0L071133@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Mar 2006 09:54:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/gnustep-back Makefile distinfo ports/x11-toolkits/gnustep-gui Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 09:54:49 -0000 dinoex 2006-03-18 09:54:48 UTC FreeBSD ports repository Modified files: x11-toolkits/gnustep-back Makefile distinfo x11-toolkits/gnustep-gui Makefile distinfo pkg-plist Log: - update to 0.10.3 Revision Changes Path 1.49 +2 -1 ports/x11-toolkits/gnustep-back/Makefile 1.21 +3 -3 ports/x11-toolkits/gnustep-back/distinfo 1.79 +1 -2 ports/x11-toolkits/gnustep-gui/Makefile 1.32 +3 -3 ports/x11-toolkits/gnustep-gui/distinfo 1.38 +3 -0 ports/x11-toolkits/gnustep-gui/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 10:19:01 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 502BC16A400; Sat, 18 Mar 2006 10:19:01 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id C792843D48; Sat, 18 Mar 2006 10:19:00 +0000 (GMT) (envelope-from dfr@rabson.org) Received: from herring.rabson.org (herring.rabson.org [80.177.232.250]) by itchy.rabson.org (8.13.3/8.13.3) with ESMTP id k2IAIvUD065209; Sat, 18 Mar 2006 10:18:58 GMT (envelope-from dfr@rabson.org) From: Doug Rabson To: Warner Losh Date: Sat, 18 Mar 2006 10:18:52 +0000 User-Agent: KMail/1.8.3 References: <200603180143.k2I1hPu1034356@repoman.freebsd.org> In-Reply-To: <200603180143.k2I1hPu1034356@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603181018.53924.dfr@rabson.org> X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on itchy.rabson.org X-Virus-Scanned: ClamAV 0.87.1/1337/Fri Mar 17 19:59:18 2006 on itchy.rabson.org X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/arm/at91 if_ate.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 10:19:01 -0000 On Saturday 18 March 2006 01:43, Warner Losh wrote: > imp 2006-03-18 01:43:25 UTC > > FreeBSD src repository > > Modified files: > sys/arm/at91 if_ate.c > Log: > MFp4: > > o update TODO list > o Better use of busdma > o mark RX dtors as COHERENT. This helps performance a lot by not > requiring so many EXPENSIVE cache flushes. The cost of accessing it > non-cached is much smaller. > o Copy data from Rx buffers to make IP header 4 byte aligned. > o CRC length included in reported length, so cope > o Don't free TX buffer twice > o Manage TX buffers better. > o Enable just the interrupts we want. > o Manage OACTIVE better > > # Some of these done by cognet > # These changes let us get to # via NFS root. Cool! Sounds like you guys are having fun... From owner-cvs-all@FreeBSD.ORG Sat Mar 18 10:40:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F81516A44F; Sat, 18 Mar 2006 10:40:29 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3EE43D45; Sat, 18 Mar 2006 10:40:29 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IAeTjt072789; Sat, 18 Mar 2006 10:40:29 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IAeSW2072788; Sat, 18 Mar 2006 10:40:29 GMT (envelope-from jmg) Message-Id: <200603181040.k2IAeSW2072788@repoman.freebsd.org> From: John-Mark Gurney Date: Sat, 18 Mar 2006 10:40:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat systat.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 10:40:29 -0000 jmg 2006-03-18 10:40:28 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 Log: add an entry for ozfod.. MFC after: 3 days Revision Changes Path 1.46 +1 -0 src/usr.bin/systat/systat.1 From owner-cvs-all@FreeBSD.ORG Sat Mar 18 10:54:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FFB816A401; Sat, 18 Mar 2006 10:54:10 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD0643D45; Sat, 18 Mar 2006 10:54:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IAs9Jt073257; Sat, 18 Mar 2006 10:54:09 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IAs9Ur073256; Sat, 18 Mar 2006 10:54:09 GMT (envelope-from ru) Message-Id: <200603181054.k2IAs9Ur073256@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 Mar 2006 10:54:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.own.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 10:54:10 -0000 ru 2006-03-18 10:54:09 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Log: Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s can handle it as well. Revision Changes Path 1.45 +3 -1 src/share/mk/bsd.own.mk From owner-cvs-all@FreeBSD.ORG Sat Mar 18 11:01:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F197F16A401; Sat, 18 Mar 2006 11:01:07 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A0543D49; Sat, 18 Mar 2006 11:01:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IB17X3073623; Sat, 18 Mar 2006 11:01:07 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IB17bc073622; Sat, 18 Mar 2006 11:01:07 GMT (envelope-from ru) Message-Id: <200603181101.k2IB17bc073622@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 Mar 2006 11:01:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc Makefile src/lib/libcrypt Makefile src/lib/libipsec Makefile src/lib/libncurses Makefile src/secure/lib/libcrypto Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 11:01:08 -0000 ru 2006-03-18 11:01:06 UTC FreeBSD src repository Modified files: lib/libc Makefile lib/libcrypt Makefile lib/libipsec Makefile lib/libncurses Makefile secure/lib/libcrypto Makefile Log: Provide alternate default for SHLIBDIR before bsd.own.mk does this. Reported by: phk Revision Changes Path 1.63 +2 -1 src/lib/libc/Makefile 1.38 +2 -1 src/lib/libcrypt/Makefile 1.19 +2 -1 src/lib/libipsec/Makefile 1.81 +2 -1 src/lib/libncurses/Makefile 1.76 +2 -1 src/secure/lib/libcrypto/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 12:33:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E8D16A401; Sat, 18 Mar 2006 12:33:33 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E562443D45; Sat, 18 Mar 2006 12:33:32 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ICXWHn077112; Sat, 18 Mar 2006 12:33:32 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ICXWJP077111; Sat, 18 Mar 2006 12:33:32 GMT (envelope-from lth) Message-Id: <200603181233.k2ICXWJP077111@repoman.freebsd.org> From: Lars Thegler Date: Sat, 18 Mar 2006 12:33:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-Data Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 12:33:33 -0000 lth 2006-03-18 12:33:32 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-Data Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-Data 1.18, test functions for particular variable types. Revision Changes Path 1.2139 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/p5-Test-Data/Makefile (new) 1.1 +3 -0 ports/devel/p5-Test-Data/distinfo (new) 1.1 +4 -0 ports/devel/p5-Test-Data/pkg-descr (new) 1.1 +10 -0 ports/devel/p5-Test-Data/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 12:33:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F08916A482; Sat, 18 Mar 2006 12:33:49 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07DF43D46; Sat, 18 Mar 2006 12:33:48 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ICXmNU077162; Sat, 18 Mar 2006 12:33:48 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ICXmO4077161; Sat, 18 Mar 2006 12:33:48 GMT (envelope-from lth) Message-Id: <200603181233.k2ICXmO4077161@repoman.freebsd.org> From: Lars Thegler Date: Sat, 18 Mar 2006 12:33:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 12:33:49 -0000 lth 2006-03-18 12:33:48 UTC FreeBSD ports repository Modified files: . modules Log: p5-Test-Data --> ports/devel/p5-Test-Data Revision Changes Path 1.14461 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 12:40:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBEF516A424; Sat, 18 Mar 2006 12:40:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902C643D48; Sat, 18 Mar 2006 12:40:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ICem5G077464; Sat, 18 Mar 2006 12:40:48 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ICemtC077463; Sat, 18 Mar 2006 12:40:48 GMT (envelope-from mnag) Message-Id: <200603181240.k2ICemtC077463@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 18 Mar 2006 12:40:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/bochs Makefile ports/emulators/bochs/files patch-iodev-eth_vde.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 12:40:49 -0000 mnag 2006-03-18 12:40:47 UTC FreeBSD ports repository Modified files: emulators/bochs Makefile emulators/bochs/files patch-iodev-eth_vde.cc Log: - Fix build on 4.x - Minor reoganize in Makefile PR: 94596 Submitted by: Sven Berkvens-Matthijsse Revision Changes Path 1.72 +0 -4 ports/emulators/bochs/Makefile 1.2 +9 -3 ports/emulators/bochs/files/patch-iodev-eth_vde.cc From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:14:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8197F16A425; Sat, 18 Mar 2006 13:14:39 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F0D43D4C; Sat, 18 Mar 2006 13:14:39 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDEcmR086290; Sat, 18 Mar 2006 13:14:39 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDEcVK086289; Sat, 18 Mar 2006 13:14:38 GMT (envelope-from sos) Message-Id: <200603181314.k2IDEcVK086289@repoman.freebsd.org> From: Søren Schmidt Date: Sat, 18 Mar 2006 13:14:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-usb.c atapi-fd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:14:39 -0000 sos 2006-03-18 13:14:38 UTC FreeBSD src repository Modified files: sys/dev/ata ata-usb.c atapi-fd.c Log: Properly use the sense key info Revision Changes Path 1.3 +4 -2 src/sys/dev/ata/ata-usb.c 1.108 +1 -1 src/sys/dev/ata/atapi-fd.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:33:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6AE816A401; Sat, 18 Mar 2006 13:33:07 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8266043D45; Sat, 18 Mar 2006 13:33:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDX7HP086963; Sat, 18 Mar 2006 13:33:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDX7aX086962; Sat, 18 Mar 2006 13:33:07 GMT (envelope-from pav) Message-Id: <200603181333.k2IDX7aX086962@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:33:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/xscoop Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:33:07 -0000 pav 2006-03-18 13:33:07 UTC FreeBSD ports repository Modified files: x11-toolkits/xscoop Makefile Log: - Unbreak: author's domain is not resolving, provide a copy of distfile PR: ports/94072 Submitted by: Ion-Mihai "IOnut" Tetcu Approved by: maintainer timeout (14 days) Revision Changes Path 1.5 +3 -5 ports/x11-toolkits/xscoop/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:42:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDEA16A420; Sat, 18 Mar 2006 13:42:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB6B43D69; Sat, 18 Mar 2006 13:42:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDgmAS087381; Sat, 18 Mar 2006 13:42:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDgmwj087376; Sat, 18 Mar 2006 13:42:48 GMT (envelope-from pav) Message-Id: <200603181342.k2IDgmwj087376@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:42:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libgii Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:42:53 -0000 pav 2006-03-18 13:42:48 UTC FreeBSD ports repository Modified files: devel/libgii Makefile distinfo Log: - Update to 1.0.1 PR: ports/94615 Submitted by: Antoine Brodin (maintainer) Revision Changes Path 1.25 +1 -2 ports/devel/libgii/Makefile 1.12 +3 -3 ports/devel/libgii/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:43:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BDB16A400; Sat, 18 Mar 2006 13:43:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF8B43D46; Sat, 18 Mar 2006 13:43:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDhQJb087473; Sat, 18 Mar 2006 13:43:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDhQsT087472; Sat, 18 Mar 2006 13:43:26 GMT (envelope-from pav) Message-Id: <200603181343.k2IDhQsT087472@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:43:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libgiigic Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:43:26 -0000 pav 2006-03-18 13:43:26 UTC FreeBSD ports repository Modified files: devel/libgiigic Makefile distinfo Log: - Update to 1.1.1 PR: ports/94616 Submitted by: Antoine Brodin (maintainer) Revision Changes Path 1.7 +1 -2 ports/devel/libgiigic/Makefile 1.5 +3 -3 ports/devel/libgiigic/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:46:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5961E16A426; Sat, 18 Mar 2006 13:46:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1420B43D48; Sat, 18 Mar 2006 13:46:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDkKx9087638; Sat, 18 Mar 2006 13:46:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDkKf2087637; Sat, 18 Mar 2006 13:46:20 GMT (envelope-from pav) Message-Id: <200603181346.k2IDkKf2087637@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:46:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libggi Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:46:21 -0000 pav 2006-03-18 13:46:20 UTC FreeBSD ports repository Modified files: graphics/libggi Makefile distinfo Log: - Update to 2.2.1 PR: ports/94617 Submitted by: Antoine Brodin (maintainer) Revision Changes Path 1.25 +1 -2 ports/graphics/libggi/Makefile 1.13 +3 -3 ports/graphics/libggi/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:47:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B7616A422; Sat, 18 Mar 2006 13:47:40 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CAA343D49; Sat, 18 Mar 2006 13:47:40 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDlewp087691; Sat, 18 Mar 2006 13:47:40 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDlef9087690; Sat, 18 Mar 2006 13:47:40 GMT (envelope-from pav) Message-Id: <200603181347.k2IDlef9087690@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:47:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libggigcp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:47:40 -0000 pav 2006-03-18 13:47:40 UTC FreeBSD ports repository Modified files: graphics/libggigcp Makefile distinfo Log: - Update to 1.0.1 PR: ports/94618 Submitted by: Antoine Brodin (maintainer) Revision Changes Path 1.7 +1 -2 ports/graphics/libggigcp/Makefile 1.6 +3 -3 ports/graphics/libggigcp/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:48:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD1D16A400; Sat, 18 Mar 2006 13:48:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389C943D45; Sat, 18 Mar 2006 13:48:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDmw3s087750; Sat, 18 Mar 2006 13:48:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDmwWH087749; Sat, 18 Mar 2006 13:48:58 GMT (envelope-from pav) Message-Id: <200603181348.k2IDmwWH087749@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:48:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libggimisc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:48:58 -0000 pav 2006-03-18 13:48:58 UTC FreeBSD ports repository Modified files: graphics/libggimisc Makefile distinfo Log: - Update to 2.2.1 PR: ports/94619 Submitted by: Antoine Brodin (maintainer) Revision Changes Path 1.7 +1 -2 ports/graphics/libggimisc/Makefile 1.6 +3 -3 ports/graphics/libggimisc/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:50:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D95D16A422; Sat, 18 Mar 2006 13:50:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 592CB43D46; Sat, 18 Mar 2006 13:50:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDorQg087895; Sat, 18 Mar 2006 13:50:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDorg1087894; Sat, 18 Mar 2006 13:50:53 GMT (envelope-from pav) Message-Id: <200603181350.k2IDorg1087894@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:50:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/libggiwmh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:50:53 -0000 pav 2006-03-18 13:50:53 UTC FreeBSD ports repository Modified files: graphics/libggiwmh Makefile distinfo Log: - Update to 0.3.1 PR: ports/94620 Submitted by: Antoine Brodin (maintainer) Revision Changes Path 1.7 +1 -2 ports/graphics/libggiwmh/Makefile 1.6 +3 -3 ports/graphics/libggiwmh/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:55:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C2616A422; Sat, 18 Mar 2006 13:55:16 +0000 (UTC) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7113B43D45; Sat, 18 Mar 2006 13:55:16 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDtGaJ088074; Sat, 18 Mar 2006 13:55:16 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDtGlk088073; Sat, 18 Mar 2006 13:55:16 GMT (envelope-from iedowse) Message-Id: <200603181355.k2IDtGlk088073@repoman.freebsd.org> From: Ian Dowse Date: Sat, 18 Mar 2006 13:55:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:55:17 -0000 iedowse 2006-03-18 13:55:16 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Let the EHCI hardware track the toggle state for bulk and interrupt transfers. This fixes some cases where the software toggle tracking was not doing the right thing. For example, a short transfer that transferred 0 bytes of the requested qTD transfer size does cause a toggle change, but the existing code was assuming it didn't. Reported and tested by: pav MFC after: 2 weeks Revision Changes Path 1.42 +27 -50 src/sys/dev/usb/ehci.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:58:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C2F716A401; Sat, 18 Mar 2006 13:58:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E0A543D5E; Sat, 18 Mar 2006 13:58:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDwYlb088270; Sat, 18 Mar 2006 13:58:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDwYrj088269; Sat, 18 Mar 2006 13:58:34 GMT (envelope-from pav) Message-Id: <200603181358.k2IDwYrj088269@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:58:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pecl-json Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:58:38 -0000 pav 2006-03-18 13:58:34 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pecl-json Makefile distinfo pkg-descr Log: php-json is an extremely fast PHP C extension for JSON X(JavaScript Object Notation) serialisation. PR: ports/94582 Submitted by: Alexander Zhuravlev Revision Changes Path 1.2140 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/pecl-json/Makefile (new) 1.1 +3 -0 ports/devel/pecl-json/distinfo (new) 1.1 +4 -0 ports/devel/pecl-json/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 13:59:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C2516A43A; Sat, 18 Mar 2006 13:59:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C3343D48; Sat, 18 Mar 2006 13:59:39 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IDxdeb088357; Sat, 18 Mar 2006 13:59:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IDxdIi088356; Sat, 18 Mar 2006 13:59:39 GMT (envelope-from pav) Message-Id: <200603181359.k2IDxdIi088356@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 13:59:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 13:59:39 -0000 pav 2006-03-18 13:59:39 UTC FreeBSD ports repository Modified files: . modules Log: pecl-json --> ports/devel/pecl-json Revision Changes Path 1.14462 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:05:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ACA816A401; Sat, 18 Mar 2006 14:05:28 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E942543D48; Sat, 18 Mar 2006 14:05:27 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IE5RC5088745; Sat, 18 Mar 2006 14:05:27 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IE5R0s088744; Sat, 18 Mar 2006 14:05:27 GMT (envelope-from sem) Message-Id: <200603181405.k2IE5R0s088744@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 18 Mar 2006 14:05:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:05:28 -0000 sem 2006-03-18 14:05:27 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile distinfo pkg-plist Log: - Update to 3.1.1 Revision Changes Path 1.87 +7 -4 ports/mail/p5-Mail-SpamAssassin/Makefile 1.31 +3 -3 ports/mail/p5-Mail-SpamAssassin/distinfo 1.34 +4 -1 ports/mail/p5-Mail-SpamAssassin/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:12:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CBE116A420; Sat, 18 Mar 2006 14:12:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5661943D53; Sat, 18 Mar 2006 14:12:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEC4sc089081; Sat, 18 Mar 2006 14:12:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEC42Q089080; Sat, 18 Mar 2006 14:12:04 GMT (envelope-from pav) Message-Id: <200603181412.k2IEC42Q089080@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 14:12:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.php.mk ports/lang/php5-extensions Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:12:04 -0000 pav 2006-03-18 14:12:04 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk lang/php5-extensions Makefile Log: - Add PDO extension to a php5-extensions metaport and enable it by default. This is consistent with vendor configure. PR: ports/90565 Submitted by: Alexander Zhuravlev Approved by: maintainer timeout (ale; 3 months) Revision Changes Path 1.26 +3 -2 ports/Mk/bsd.php.mk 1.10 +3 -1 ports/lang/php5-extensions/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:14:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F329F16A400; Sat, 18 Mar 2006 14:14:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADE6743D5E; Sat, 18 Mar 2006 14:14:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEEQYg089238; Sat, 18 Mar 2006 14:14:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEEQnu089237; Sat, 18 Mar 2006 14:14:26 GMT (envelope-from pav) Message-Id: <200603181414.k2IEEQnu089237@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 14:14:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.php.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:14:27 -0000 pav 2006-03-18 14:14:26 UTC FreeBSD ports repository Modified files: Mk bsd.php.mk Log: - Add pecl-hash to the list of USE_PHP components PR: ports/90568 (part of) Submitted by: Alexander Zhuravlev Approved by: maintainer timeout (ale; 3 months) Revision Changes Path 1.27 +3 -2 ports/Mk/bsd.php.mk From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:17:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E79916A422; Sat, 18 Mar 2006 14:17:37 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5059F43D86; Sat, 18 Mar 2006 14:17:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEHReX089375; Sat, 18 Mar 2006 14:17:27 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEHRuC089374; Sat, 18 Mar 2006 14:17:27 GMT (envelope-from pav) Message-Id: <200603181417.k2IEHRuC089374@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 14:17:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/scourge Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:17:37 -0000 pav 2006-03-18 14:17:27 UTC FreeBSD ports repository Modified files: games/scourge Makefile distinfo pkg-plist Log: - Update to 0.13 PR: ports/94579 Submitted by: Jose Alonso Cardenas Marquez (maintainer) Revision Changes Path 1.4 +10 -10 ports/games/scourge/Makefile 1.3 +3 -3 ports/games/scourge/distinfo 1.2 +430 -374 ports/games/scourge/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:23:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C978D16A400; Sat, 18 Mar 2006 14:23:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8258343D46; Sat, 18 Mar 2006 14:23:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEN8vY089613; Sat, 18 Mar 2006 14:23:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEN8EN089612; Sat, 18 Mar 2006 14:23:08 GMT (envelope-from pav) Message-Id: <200603181423.k2IEN8EN089612@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 14:23:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/dpsearch Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:23:08 -0000 pav 2006-03-18 14:23:08 UTC FreeBSD ports repository Modified files: www/dpsearch Makefile distinfo pkg-plist Log: - Update to 4.38 PR: ports/94575 Submitted by: Maxime Zakharov Revision Changes Path 1.23 +1 -2 ports/www/dpsearch/Makefile 1.13 +3 -3 ports/www/dpsearch/distinfo 1.14 +1 -0 ports/www/dpsearch/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:25:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A893C16A400; Sat, 18 Mar 2006 14:25:25 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6032843D49; Sat, 18 Mar 2006 14:25:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEPPeU089769; Sat, 18 Mar 2006 14:25:25 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEPPMq089768; Sat, 18 Mar 2006 14:25:25 GMT (envelope-from pav) Message-Id: <200603181425.k2IEPPMq089768@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 14:25:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pas2dox Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:25:25 -0000 pav 2006-03-18 14:25:25 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pas2dox Makefile distinfo pkg-descr Log: Pas2Dox is a pre-processor addon for the Doxygen documentation generator. This allows the production of advanced documentation from Delphi/Kylix. WWW: http://pas2dox.sourceforge.net PR: ports/94574 Submitted by: Andreas Kohn Revision Changes Path 1.2141 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/pas2dox/Makefile (new) 1.1 +3 -0 ports/devel/pas2dox/distinfo (new) 1.1 +4 -0 ports/devel/pas2dox/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:26:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6170B16A400; Sat, 18 Mar 2006 14:26:00 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0F743D45; Sat, 18 Mar 2006 14:26:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEQ0Db089818; Sat, 18 Mar 2006 14:26:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEPxvM089817; Sat, 18 Mar 2006 14:25:59 GMT (envelope-from pav) Message-Id: <200603181425.k2IEPxvM089817@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 14:25:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:26:00 -0000 pav 2006-03-18 14:25:59 UTC FreeBSD ports repository Modified files: . modules Log: pas2dox --> ports/devel/pas2dox Revision Changes Path 1.14463 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:30:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF9AD16A423; Sat, 18 Mar 2006 14:30:24 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6964943D45; Sat, 18 Mar 2006 14:30:24 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEUOnq090032; Sat, 18 Mar 2006 14:30:24 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEUOGi090031; Sat, 18 Mar 2006 14:30:24 GMT (envelope-from ru) Message-Id: <200603181430.k2IEUOGi090031@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 Mar 2006 14:30:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:30:24 -0000 ru 2006-03-18 14:30:24 UTC FreeBSD src repository Modified files: . Makefile Makefile.inc1 Log: Add the new "showconfig" target that displays build configuration. Suggested by: phk Revision Changes Path 1.328 +1 -1 src/Makefile 1.540 +5 -0 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:33:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99F3116A41F; Sat, 18 Mar 2006 14:33:34 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D3743D46; Sat, 18 Mar 2006 14:33:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEXYMC090138; Sat, 18 Mar 2006 14:33:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEXYZc090137; Sat, 18 Mar 2006 14:33:34 GMT (envelope-from pav) Message-Id: <200603181433.k2IEXYZc090137@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 14:33:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/vtwm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:33:34 -0000 pav 2006-03-18 14:33:34 UTC FreeBSD ports repository Modified files: x11-wm/vtwm Makefile Log: - Make rplay dependency optional PR: ports/94567 Submitted by: Alex Kozlov Revision Changes Path 1.16 +15 -3 ports/x11-wm/vtwm/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:38:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A06116A427; Sat, 18 Mar 2006 14:38:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337FF43D48; Sat, 18 Mar 2006 14:38:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEc5t8090377; Sat, 18 Mar 2006 14:38:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEc51o090376; Sat, 18 Mar 2006 14:38:05 GMT (envelope-from pav) Message-Id: <200603181438.k2IEc51o090376@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 14:38:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/chicken Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:38:05 -0000 pav 2006-03-18 14:38:05 UTC FreeBSD ports repository Modified files: lang/chicken Makefile distinfo pkg-plist Log: - Update to 2.3 PR: ports/94605 Submitted by: Piet Delport Approved by: Alejandro Pulver (maintainer) Revision Changes Path 1.27 +7 -8 ports/lang/chicken/Makefile 1.15 +3 -3 ports/lang/chicken/distinfo 1.15 +34 -4 ports/lang/chicken/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 14:52:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1471D16A400; Sat, 18 Mar 2006 14:52:34 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B9A43D46; Sat, 18 Mar 2006 14:52:33 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IEqXrs090951; Sat, 18 Mar 2006 14:52:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IEqXVL090950; Sat, 18 Mar 2006 14:52:33 GMT (envelope-from dinoex) Message-Id: <200603181452.k2IEqXVL090950@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Mar 2006 14:52:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/vsftpd Makefile ports/ftp/vsftpd/files patch-sysdeputil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 14:52:34 -0000 dinoex 2006-03-18 14:52:33 UTC FreeBSD ports repository Modified files: ftp/vsftpd Makefile Added files: ftp/vsftpd/files patch-sysdeputil.c Log: - Fix PAM problem PR: 92579 Submitted by: Joe Doupnik Revision Changes Path 1.27 +1 -0 ports/ftp/vsftpd/Makefile 1.1 +63 -0 ports/ftp/vsftpd/files/patch-sysdeputil.c (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 15:09:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30EF216A41F; Sat, 18 Mar 2006 15:09:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED86743D49; Sat, 18 Mar 2006 15:09:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IF9fwP091557; Sat, 18 Mar 2006 15:09:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IF9fiq091556; Sat, 18 Mar 2006 15:09:41 GMT (envelope-from pav) Message-Id: <200603181509.k2IF9fiq091556@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 15:09:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/tablix Makefile distinfo pkg-plist ports/math/tablix/files patch-modules-freeperiod.c patch-modules-preferredroom.c patch-modules-sametime.c patch-modules-timeplace.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:09:42 -0000 pav 2006-03-18 15:09:41 UTC FreeBSD ports repository Modified files: math/tablix Makefile distinfo pkg-plist math/tablix/files patch-modules-freeperiod.c patch-modules-preferredroom.c patch-modules-sametime.c Added files: math/tablix/files patch-modules-timeplace.c Log: - Update to 0.3.1 PR: ports/94631 Submitted by: amir husaini (maintainer) Revision Changes Path 1.4 +13 -3 ports/math/tablix/Makefile 1.2 +3 -3 ports/math/tablix/distinfo 1.2 +3 -3 ports/math/tablix/files/patch-modules-freeperiod.c 1.2 +2 -2 ports/math/tablix/files/patch-modules-preferredroom.c 1.2 +3 -3 ports/math/tablix/files/patch-modules-sametime.c 1.1 +24 -0 ports/math/tablix/files/patch-modules-timeplace.c (new) 1.3 +9 -1 ports/math/tablix/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 15:13:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9286316A401; Sat, 18 Mar 2006 15:13:33 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5119F43D46; Sat, 18 Mar 2006 15:13:33 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IFDXaf091830; Sat, 18 Mar 2006 15:13:33 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IFDXv3091829; Sat, 18 Mar 2006 15:13:33 GMT (envelope-from lth) Message-Id: <200603181513.k2IFDXv3091829@repoman.freebsd.org> From: Lars Thegler Date: Sat, 18 Mar 2006 15:13:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBIx-MySQLSequence Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:13:33 -0000 lth 2006-03-18 15:13:32 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-MySQLSequence Makefile distinfo pkg-descr pkg-plist Log: Add p5-DBIx-MySQLSequence 1.00, proper and correct (emulated) sequence support for MySQL. Revision Changes Path 1.496 +1 -0 ports/databases/Makefile 1.1 +31 -0 ports/databases/p5-DBIx-MySQLSequence/Makefile (new) 1.1 +3 -0 ports/databases/p5-DBIx-MySQLSequence/distinfo (new) 1.1 +7 -0 ports/databases/p5-DBIx-MySQLSequence/pkg-descr (new) 1.1 +5 -0 ports/databases/p5-DBIx-MySQLSequence/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 15:13:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB8F916A401; Sat, 18 Mar 2006 15:13:48 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D6D43D45; Sat, 18 Mar 2006 15:13:48 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IFDm4M091880; Sat, 18 Mar 2006 15:13:48 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IFDmkC091879; Sat, 18 Mar 2006 15:13:48 GMT (envelope-from lth) Message-Id: <200603181513.k2IFDmkC091879@repoman.freebsd.org> From: Lars Thegler Date: Sat, 18 Mar 2006 15:13:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:13:49 -0000 lth 2006-03-18 15:13:48 UTC FreeBSD ports repository Modified files: . modules Log: p5-DBIx-MySQLSequence --> ports/databases/p5-DBIx-MySQLSequence Revision Changes Path 1.14464 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 15:19:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FEAD16A400; Sat, 18 Mar 2006 15:19:49 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F288C43D49; Sat, 18 Mar 2006 15:19:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IFJmZo092104; Sat, 18 Mar 2006 15:19:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IFJmbM092103; Sat, 18 Mar 2006 15:19:48 GMT (envelope-from pav) Message-Id: <200603181519.k2IFJmbM092103@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 15:19:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/cdrtools Makefile ports/sysutils/cdrtools/files patch-cdda2wav-toc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:19:49 -0000 pav 2006-03-18 15:19:48 UTC FreeBSD ports repository Modified files: sysutils/cdrtools Makefile Added files: sysutils/cdrtools/files patch-cdda2wav-toc.c Log: - Fix coredump in TOC parsing in cdda2wav PR: ports/94554 Submitted by: Fabian Keil Obtained from: cdrtools-devel Revision Changes Path 1.65 +1 -2 ports/sysutils/cdrtools/Makefile 1.1 +20 -0 ports/sysutils/cdrtools/files/patch-cdda2wav-toc.c (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 15:29:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C6B816A401; Sat, 18 Mar 2006 15:29:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FA243D45; Sat, 18 Mar 2006 15:29:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IFTC3E092503; Sat, 18 Mar 2006 15:29:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IFTCon092502; Sat, 18 Mar 2006 15:29:12 GMT (envelope-from pav) Message-Id: <200603181529.k2IFTCon092502@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 15:29:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/phpSysInfo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:29:12 -0000 pav 2006-03-18 15:29:12 UTC FreeBSD ports repository Modified files: www/phpSysInfo Makefile distinfo Log: - Allow to override install location - Take maintainership PR: ports/94584 Submitted by: Shaun Amott Revision Changes Path 1.15 +9 -11 ports/www/phpSysInfo/Makefile 1.7 +0 -1 ports/www/phpSysInfo/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 15:37:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DCD716A41F; Sat, 18 Mar 2006 15:37:47 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97CA43D45; Sat, 18 Mar 2006 15:37:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IFbk7n092836; Sat, 18 Mar 2006 15:37:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IFbk5g092835; Sat, 18 Mar 2006 15:37:46 GMT (envelope-from pav) Message-Id: <200603181537.k2IFbk5g092835@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 15:37:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/dvd-slideshow Makefile ports/multimedia/dvd-slideshow/files patch-dvd-slideshow X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:37:47 -0000 pav 2006-03-18 15:37:46 UTC FreeBSD ports repository Modified files: multimedia/dvd-slideshow Makefile multimedia/dvd-slideshow/files patch-dvd-slideshow Log: - Fix usage of wc - Add dependency on urwfonts for subtitles PR: ports/94590 Submitted by: Phil Oleson (maintainer) Revision Changes Path 1.6 +6 -3 ports/multimedia/dvd-slideshow/Makefile 1.2 +27 -0 ports/multimedia/dvd-slideshow/files/patch-dvd-slideshow From owner-cvs-all@FreeBSD.ORG Sat Mar 18 15:54:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382AE16A41F; Sat, 18 Mar 2006 15:54:35 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99FC43D46; Sat, 18 Mar 2006 15:54:34 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IFsYmO093516; Sat, 18 Mar 2006 15:54:34 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IFsYrm093515; Sat, 18 Mar 2006 15:54:34 GMT (envelope-from dinoex) Message-Id: <200603181554.k2IFsYrm093515@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Mar 2006 15:54:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_ruby Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:54:35 -0000 dinoex 2006-03-18 15:54:34 UTC FreeBSD ports repository Modified files: www/mod_ruby Makefile Log: - Fix build with apache22 PR: 94442 Submitted by: Hiroto Kagotani Revision Changes Path 1.54 +5 -1 ports/www/mod_ruby/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 15:57:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE89216A401; Sat, 18 Mar 2006 15:57:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D1C43D46; Sat, 18 Mar 2006 15:57:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IFvoMC093717; Sat, 18 Mar 2006 15:57:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IFvocC093716; Sat, 18 Mar 2006 15:57:50 GMT (envelope-from pav) Message-Id: <200603181557.k2IFvocC093716@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 15:57:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/smarteiffel Makefile distinfo pkg-install pkg-message pkg-plist ports/lang/smarteiffel/files pkg-install.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 15:57:50 -0000 pav 2006-03-18 15:57:50 UTC FreeBSD ports repository Modified files: lang/smarteiffel Makefile distinfo pkg-plist Added files: lang/smarteiffel/files pkg-install.in pkg-message.in Removed files: lang/smarteiffel pkg-install pkg-message Log: - Update to 1.2r6 PR: ports/94586 Submitted by: User & (maintainer) Revision Changes Path 1.13 +7 -15 ports/lang/smarteiffel/Makefile 1.8 +3 -3 ports/lang/smarteiffel/distinfo 1.1 +4 -0 ports/lang/smarteiffel/files/pkg-install.in (new) 1.1 +11 -0 ports/lang/smarteiffel/files/pkg-message.in (new) 1.3 +0 -4 ports/lang/smarteiffel/pkg-install (dead) 1.3 +0 -11 ports/lang/smarteiffel/pkg-message (dead) 1.7 +1326 -1323 ports/lang/smarteiffel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 16:05:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2CF516A420; Sat, 18 Mar 2006 16:05:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C85E43D48; Sat, 18 Mar 2006 16:05:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IG5oa1094216; Sat, 18 Mar 2006 16:05:50 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IG5oqL094215; Sat, 18 Mar 2006 16:05:50 GMT (envelope-from pav) Message-Id: <200603181605.k2IG5oqL094215@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 16:05:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/heyu2 Makefile distinfo ports/misc/heyu2/files patch-Configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:05:50 -0000 pav 2006-03-18 16:05:50 UTC FreeBSD ports repository Modified files: misc/heyu2 Makefile distinfo Removed files: misc/heyu2/files patch-Configure Log: - Update to 2.0beta5 PR: ports/94608 Submitted by: Michael Stowe (maintainer) Revision Changes Path 1.20 +3 -4 ports/misc/heyu2/Makefile 1.15 +3 -3 ports/misc/heyu2/distinfo 1.3 +0 -11 ports/misc/heyu2/files/patch-Configure (dead) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 16:07:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9A6016A420; Sat, 18 Mar 2006 16:07:22 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA4A43D62; Sat, 18 Mar 2006 16:07:21 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IG7Lmf094297; Sat, 18 Mar 2006 16:07:21 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IG7LKS094296; Sat, 18 Mar 2006 16:07:21 GMT (envelope-from dinoex) Message-Id: <200603181607.k2IG7LKS094296@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 18 Mar 2006 16:07:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/phppgadmin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:07:22 -0000 dinoex 2006-03-18 16:07:21 UTC FreeBSD ports repository Modified files: databases/phppgadmin Makefile distinfo pkg-plist Log: - update to 4.0.1 - some cleanups PR: 94636 Submitted by: Andrew Pantyukhin Revision Changes Path 1.33 +4 -6 ports/databases/phppgadmin/Makefile 1.19 +3 -3 ports/databases/phppgadmin/distinfo 1.19 +3 -3 ports/databases/phppgadmin/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 16:08:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA6E316A420; Sat, 18 Mar 2006 16:08:47 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0ECD43D48; Sat, 18 Mar 2006 16:08:47 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IG8lH7094398; Sat, 18 Mar 2006 16:08:47 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IG8l4A094397; Sat, 18 Mar 2006 16:08:47 GMT (envelope-from garga) Message-Id: <200603181608.k2IG8l4A094397@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 16:08:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabber Makefile distinfo pkg-install pkg-plist ports/net-im/jabber/files jabberd.sh.in patch-Makefile patch-configure patch-jabber.xml patch-jsm-modules-mod_auth_crypt.c pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:08:48 -0000 garga 2006-03-18 16:08:47 UTC FreeBSD ports repository Modified files: net-im/jabber Makefile distinfo pkg-install pkg-plist net-im/jabber/files jabberd.sh.in Added files: net-im/jabber/files patch-Makefile patch-configure patch-jabber.xml patch-jsm-modules-mod_auth_crypt.c Removed files: net-im/jabber/files pkg-message.in Log: - Back it to 1.4.3.1 version since transports doesn't work correct with 1.4.4 version. - bump PORTEPOCH - Since jabber-1.4.x is obsolete and vulnerable, mark it as DEPRECATED and set an EXPIRATION_DATE. - Drop maintainership, i'm using ejabberd now. Revision Changes Path 1.30 +26 -48 ports/net-im/jabber/Makefile 1.13 +3 -3 ports/net-im/jabber/distinfo 1.4 +4 -3 ports/net-im/jabber/files/jabberd.sh.in 1.4 +42 -0 ports/net-im/jabber/files/patch-Makefile (new) 1.3 +9 -0 ports/net-im/jabber/files/patch-configure (new) 1.4 +49 -0 ports/net-im/jabber/files/patch-jabber.xml (new) 1.3 +11 -0 ports/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c (new) 1.2 +0 -9 ports/net-im/jabber/files/pkg-message.in (dead) 1.7 +6 -15 ports/net-im/jabber/pkg-install 1.13 +19 -27 ports/net-im/jabber/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 16:10:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C64A016A423 for ; Sat, 18 Mar 2006 16:10:08 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5734643D49 for ; Sat, 18 Mar 2006 16:10:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: (qmail 91360 invoked by uid 99); 18 Mar 2006 16:10:04 -0000 Received: from 192.168.50.4 by srv1.galle.com.br (envelope-from , uid 82) with qmail-scanner-1.25 (clamdscan: 0.88/1247. spamassassin: 3.1.0. Clear:RC:1(192.168.50.4):. Processed in 0.8301 secs); 18 Mar 2006 16:10:04 -0000 X-Qmail-Scanner-Mail-From: garga@FreeBSD.org via srv1.galle.com.br X-Qmail-Scanner: 1.25 (Clear:RC:1(192.168.50.4):. Processed in 0.8301 secs) Received: from unknown (HELO ?192.168.50.4?) (192.168.50.4) by 0 with SMTP; 18 Mar 2006 16:10:03 -0000 Message-ID: <441C3079.2080601@FreeBSD.org> Date: Sat, 18 Mar 2006 13:08:25 -0300 From: Renato Botelho User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Renato Botelho References: <200603181608.k2IG8l4A094397@repoman.freebsd.org> In-Reply-To: <200603181608.k2IG8l4A094397@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: url=http://people.FreeBSD.org/~garga/pubkey.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-im/jabber Makefile distinfo pkg-install pkg-plist ports/net-im/jabber/files jabberd.sh.in patch-Makefile patch-configure patch-jabber.xml patch-jsm-modules-mod_auth_crypt.c pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:10:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Em 18/3/2006 13:08 Renato Botelho escreveu: > garga 2006-03-18 16:08:47 UTC > > FreeBSD ports repository > > Modified files: > net-im/jabber Makefile distinfo pkg-install pkg-plist > net-im/jabber/files jabberd.sh.in > Added files: > net-im/jabber/files patch-Makefile patch-configure > patch-jabber.xml > patch-jsm-modules-mod_auth_crypt.c > Removed files: > net-im/jabber/files pkg-message.in > Log: > - Back it to 1.4.3.1 version since transports doesn't work correct with 1.4.4 > version. > - bump PORTEPOCH > - Since jabber-1.4.x is obsolete and vulnerable, mark it as DEPRECATED and > set an EXPIRATION_DATE. > - Drop maintainership, i'm using ejabberd now. Pointy hat to: garga > Revision Changes Path > 1.30 +26 -48 ports/net-im/jabber/Makefile > 1.13 +3 -3 ports/net-im/jabber/distinfo > 1.4 +4 -3 ports/net-im/jabber/files/jabberd.sh.in > 1.4 +42 -0 ports/net-im/jabber/files/patch-Makefile (new) > 1.3 +9 -0 ports/net-im/jabber/files/patch-configure (new) > 1.4 +49 -0 ports/net-im/jabber/files/patch-jabber.xml (new) > 1.3 +11 -0 ports/net-im/jabber/files/patch-jsm-modules-mod_auth_crypt.c (new) > 1.2 +0 -9 ports/net-im/jabber/files/pkg-message.in (dead) > 1.7 +6 -15 ports/net-im/jabber/pkg-install > 1.13 +19 -27 ports/net-im/jabber/pkg-plist - -- Renato Botelho GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) iD8DBQFEHDB56CRbiSJE7akRAg79AKCxLjDjNa4q/btc801GqiERdHKzgQCdEXjx bneAHk3J4AQat8n/+tJ+New= =nSgv -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Sat Mar 18 16:36:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F1216A422; Sat, 18 Mar 2006 16:36:48 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABBE43D5A; Sat, 18 Mar 2006 16:36:48 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IGalu4095493; Sat, 18 Mar 2006 16:36:47 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IGaldY095492; Sat, 18 Mar 2006 16:36:47 GMT (envelope-from thierry) Message-Id: <200603181636.k2IGaldY095492@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 18 Mar 2006 16:36:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/qscintilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:36:48 -0000 thierry 2006-03-18 16:36:47 UTC FreeBSD ports repository Modified files: x11-toolkits/qscintilla Makefile Log: Fix MASTERSITES. Approved by: Danny Pansters (maintainer) Revision Changes Path 1.13 +1 -1 ports/x11-toolkits/qscintilla/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 16:48:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C214016A400; Sat, 18 Mar 2006 16:48:14 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ACFF43D53; Sat, 18 Mar 2006 16:48:14 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IGmEfG003727; Sat, 18 Mar 2006 16:48:14 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IGmEmn003726; Sat, 18 Mar 2006 16:48:14 GMT (envelope-from nork) Message-Id: <200603181648.k2IGmEmn003726@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 18 Mar 2006 16:48:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers Makefile ports/x11-servers/synaptics Makefile distinfo pkg-descr pkg-message pkg-plist ports/x11-servers/synaptics/files patch-Makefile patch-eventcomm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:48:14 -0000 nork 2006-03-18 16:48:14 UTC FreeBSD ports repository Modified files: x11-servers Makefile Added files: x11-servers/synaptics Makefile distinfo pkg-descr pkg-message pkg-plist x11-servers/synaptics/files patch-Makefile patch-eventcomm.c Log: Add synaptics-0.14.4, is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x. WWW: http://web.telia.com/~u89404340/touchpad/ Revision Changes Path 1.22 +1 -0 ports/x11-servers/Makefile 1.1 +73 -0 ports/x11-servers/synaptics/Makefile (new) 1.1 +12 -0 ports/x11-servers/synaptics/distinfo (new) 1.1 +90 -0 ports/x11-servers/synaptics/files/patch-Makefile (new) 1.1 +20 -0 ports/x11-servers/synaptics/files/patch-eventcomm.c (new) 1.1 +6 -0 ports/x11-servers/synaptics/pkg-descr (new) 1.1 +59 -0 ports/x11-servers/synaptics/pkg-message (new) 1.1 +3 -0 ports/x11-servers/synaptics/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 16:48:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14DB516A400; Sat, 18 Mar 2006 16:48:27 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33C743D45; Sat, 18 Mar 2006 16:48:26 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IGmQRv003781; Sat, 18 Mar 2006 16:48:26 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IGmQvs003780; Sat, 18 Mar 2006 16:48:26 GMT (envelope-from nork) Message-Id: <200603181648.k2IGmQvs003780@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 18 Mar 2006 16:48:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 16:48:27 -0000 nork 2006-03-18 16:48:26 UTC FreeBSD ports repository Modified files: . modules Log: synaptics --> ports/x11-servers/synaptics Revision Changes Path 1.14465 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:08:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6307316A400; Sat, 18 Mar 2006 17:08:28 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CDA743D49; Sat, 18 Mar 2006 17:08:28 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IH8SSK004580; Sat, 18 Mar 2006 17:08:28 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IH8RWH004579; Sat, 18 Mar 2006 17:08:27 GMT (envelope-from nork) Message-Id: <200603181708.k2IH8RWH004579@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 18 Mar 2006 17:08:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse-viplugin Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:08:28 -0000 nork 2006-03-18 17:08:27 UTC FreeBSD ports repository Modified files: java/eclipse-viplugin Makefile distinfo pkg-plist Log: Update to 1.13.3. PR: ports/94639 Submitted by: Andreas Kohn Revision Changes Path 1.12 +1 -1 ports/java/eclipse-viplugin/Makefile 1.7 +3 -3 ports/java/eclipse-viplugin/distinfo 1.5 +0 -1 ports/java/eclipse-viplugin/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:11:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6695A16A400; Sat, 18 Mar 2006 17:11:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C58743D46; Sat, 18 Mar 2006 17:11:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHBELI004771; Sat, 18 Mar 2006 17:11:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHBEOP004770; Sat, 18 Mar 2006 17:11:14 GMT (envelope-from pav) Message-Id: <200603181711.k2IHBEOP004770@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 17:11:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid Makefile distinfo pkg-deinstall pkg-install ports/www/squid/files icap-2.5-core.patch pkg-deinstall.in pkg-install.in pkg-message.in squid.sh squid.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:11:14 -0000 pav 2006-03-18 17:11:14 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo www/squid/files icap-2.5-core.patch Added files: www/squid/files pkg-deinstall.in pkg-install.in pkg-message.in squid.sh.in Removed files: www/squid pkg-deinstall pkg-install www/squid/files squid.sh Log: - Update to 2.5.STABLE13 - Implement a new option WITH_SQUID_SASL_AUTH, off by default - Update the ICAP core patchset to the latest CVS - Extensive portlintification and cleanups PR: ports/94642 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.184 +33 -17 ports/www/squid/Makefile 1.144 +3 -12 ports/www/squid/distinfo 1.3 +204 -87 ports/www/squid/files/icap-2.5-core.patch 1.1 +40 -0 ports/www/squid/files/pkg-deinstall.in (new) 1.1 +138 -0 ports/www/squid/files/pkg-install.in (new) 1.1 +24 -0 ports/www/squid/files/pkg-message.in (new) 1.12 +0 -85 ports/www/squid/files/squid.sh (dead) 1.1 +87 -0 ports/www/squid/files/squid.sh.in (new) 1.7 +0 -40 ports/www/squid/pkg-deinstall (dead) 1.22 +0 -168 ports/www/squid/pkg-install (dead) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:12:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84AA916A401; Sat, 18 Mar 2006 17:12:24 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87A743D5A; Sat, 18 Mar 2006 17:12:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHCNQk004850; Sat, 18 Mar 2006 17:12:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHCNk4004849; Sat, 18 Mar 2006 17:12:23 GMT (envelope-from pav) Message-Id: <200603181712.k2IHCNk4004849@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 17:12:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/amule2 Makefile distinfo pkg-plist ports/net-p2p/amule2/files amuled.sh amuled.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:12:24 -0000 pav 2006-03-18 17:12:23 UTC FreeBSD ports repository Modified files: net-p2p/amule2 Makefile distinfo pkg-plist Added files: net-p2p/amule2/files amuled.sh.in Removed files: net-p2p/amule2/files amuled.sh Log: - Update to 2.1.1 - Update rcng usage PR: ports/94634 Submitted by: Ganael LAPLANCHE (maintainer) Revision Changes Path 1.8 +7 -11 ports/net-p2p/amule2/Makefile 1.7 +3 -3 ports/net-p2p/amule2/distinfo 1.3 +0 -70 ports/net-p2p/amule2/files/amuled.sh (dead) 1.1 +70 -0 ports/net-p2p/amule2/files/amuled.sh.in (new) 1.10 +13 -15 ports/net-p2p/amule2/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:13:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B12116A400; Sat, 18 Mar 2006 17:13:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F28E43D46; Sat, 18 Mar 2006 17:13:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHDrhU005052; Sat, 18 Mar 2006 17:13:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHDqDE005051; Sat, 18 Mar 2006 17:13:52 GMT (envelope-from pav) Message-Id: <200603181713.k2IHDqDE005051@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 17:13:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/geomorph Makefile distinfo pkg-descr pkg-plist ports/graphics/geomorph/files extra-patch-src-hf-gl_preview.c extra-patch-src-hf-hf_calc.c extra-patch-src-hf-subdiv1_dialog.c patch-src-app-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:13:53 -0000 pav 2006-03-18 17:13:52 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/geomorph Makefile distinfo pkg-descr pkg-plist graphics/geomorph/files extra-patch-src-hf-gl_preview.c extra-patch-src-hf-hf_calc.c extra-patch-src-hf-subdiv1_dialog.c patch-src-app-main.c Log: Geomorph is a height field generator and editor for the Linux operating system. A height field is a kind of topographic map. It is a 2D projection of a 3D landscape. Geomorph generates square images and shows a 3D preview of the resulting landscape. The resulting 2D image can be processed with a tool like Povray for rendering the landscape. WWW: http://geomorph.sourceforge.net/ PR: ports/94521 Submitted by: Dmitry Marakasov Revision Changes Path 1.904 +1 -0 ports/graphics/Makefile 1.1 +41 -0 ports/graphics/geomorph/Makefile (new) 1.1 +3 -0 ports/graphics/geomorph/distinfo (new) 1.1 +34 -0 ports/graphics/geomorph/files/extra-patch-src-hf-gl_preview.c (new) 1.1 +11 -0 ports/graphics/geomorph/files/extra-patch-src-hf-hf_calc.c (new) 1.1 +13 -0 ports/graphics/geomorph/files/extra-patch-src-hf-subdiv1_dialog.c (new) 1.1 +65 -0 ports/graphics/geomorph/files/patch-src-app-main.c (new) 1.1 +11 -0 ports/graphics/geomorph/pkg-descr (new) 1.1 +50 -0 ports/graphics/geomorph/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:14:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E2616A400; Sat, 18 Mar 2006 17:14:36 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C4043D48; Sat, 18 Mar 2006 17:14:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHEZHv005157; Sat, 18 Mar 2006 17:14:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHEZ6P005156; Sat, 18 Mar 2006 17:14:35 GMT (envelope-from pav) Message-Id: <200603181714.k2IHEZ6P005156@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 17:14:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:14:36 -0000 pav 2006-03-18 17:14:35 UTC FreeBSD ports repository Modified files: . modules Log: geomorph --> ports/graphics/geomorph Revision Changes Path 1.14466 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:31:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38ABF16A423; Sat, 18 Mar 2006 17:31:14 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE3F343D46; Sat, 18 Mar 2006 17:31:13 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id B1CE1208E; Sat, 18 Mar 2006 18:31:08 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 3FF9F2086; Sat, 18 Mar 2006 18:31:08 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 2056233C31; Sat, 18 Mar 2006 18:31:08 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Ruslan Ermilov References: <200603171854.k2HIsi9A099834@repoman.freebsd.org> Date: Sat, 18 Mar 2006 18:31:07 +0100 In-Reply-To: <200603171854.k2HIsi9A099834@repoman.freebsd.org> (Ruslan Ermilov's message of "Fri, 17 Mar 2006 18:54:44 +0000 (UTC)") Message-ID: <86bqw3y810.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/bin Makefile Makefile.inc src/bin/csh Makefile src/bin/ed Makefile src/contrib/bind9 FREEBSD-Upgrade src/crypto/openssh FREEBSD-upgrade src/etc Makefile hosts.allow src/etc/mtree Makefile src/etc/rc.d Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:31:14 -0000 Ruslan Ermilov writes: > Log: > Reimplementation of world/kernel build options. For details, see: >=20=20=20 > http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.ht= ml There doesn't seem to be a WITHOUT_PROFILE option (to replace NO_PROFILE). Is that intentional? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:34:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 010BE16A400; Sat, 18 Mar 2006 17:34:42 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF10343D48; Sat, 18 Mar 2006 17:34:41 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHYfe2005878; Sat, 18 Mar 2006 17:34:41 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHYfn9005877; Sat, 18 Mar 2006 17:34:41 GMT (envelope-from ahze) Message-Id: <200603181734.k2IHYfn9005877@repoman.freebsd.org> From: Michael Johnson Date: Sat, 18 Mar 2006 17:34:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/kazehakase Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:34:42 -0000 ahze 2006-03-18 17:34:41 UTC FreeBSD ports repository Modified files: www/kazehakase Makefile Log: - Add support for www/xulrunner, WITH_GECKO=xulrunner Revision Changes Path 1.38 +4 -3 ports/www/kazehakase/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:37:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2E016A401; Sat, 18 Mar 2006 17:37:02 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6884443D46; Sat, 18 Mar 2006 17:37:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHb2Bp006028; Sat, 18 Mar 2006 17:37:02 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHb2RT006027; Sat, 18 Mar 2006 17:37:02 GMT (envelope-from garga) Message-Id: <200603181737.k2IHb2RT006027@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 17:37:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/squirrelmail-compatibility-plugin pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:37:03 -0000 garga 2006-03-18 17:37:02 UTC FreeBSD ports repository Modified files: mail/squirrelmail-compatibility-plugin pkg-descr Log: Fix typo in pkg-descr PR: ports/93843 Submitted by: Serge Gagnon Approved by: maintainer Revision Changes Path 1.2 +1 -1 ports/mail/squirrelmail-compatibility-plugin/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:39:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7933E16A422; Sat, 18 Mar 2006 17:39:00 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267C043D46; Sat, 18 Mar 2006 17:39:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHd0hU006114; Sat, 18 Mar 2006 17:39:00 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHd0XR006113; Sat, 18 Mar 2006 17:39:00 GMT (envelope-from garga) Message-Id: <200603181739.k2IHd0XR006113@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 17:39:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gmencoder pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:39:00 -0000 garga 2006-03-18 17:39:00 UTC FreeBSD ports repository Modified files: multimedia/gmencoder pkg-descr Log: Fix typo in pkg-descr PR: ports/94381 Submitted by: Nicola Vitale Revision Changes Path 1.2 +2 -2 ports/multimedia/gmencoder/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:41:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 591DB16A423; Sat, 18 Mar 2006 17:41:24 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0526F43D49; Sat, 18 Mar 2006 17:41:22 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHfM2Z006293; Sat, 18 Mar 2006 17:41:22 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHfMG2006292; Sat, 18 Mar 2006 17:41:22 GMT (envelope-from nork) Message-Id: <200603181741.k2IHfMG2006292@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 18 Mar 2006 17:41:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/synaptics Makefile pkg-message ports/x11-servers/synaptics/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:41:24 -0000 nork 2006-03-18 17:41:22 UTC FreeBSD ports repository Modified files: x11-servers/synaptics Makefile pkg-message x11-servers/synaptics/files patch-Makefile Log: o Rename .o to .so. [1] o Bump PORTREVISION, accordingly. o Update setup note. [1] I forgot hw.psm.synaptics_support=1. o I confirmed SHMConfig "on" support on 6-stable. Pointed out by: ume [1] Revision Changes Path 1.2 +1 -0 ports/x11-servers/synaptics/Makefile 1.2 +5 -4 ports/x11-servers/synaptics/files/patch-Makefile 1.2 +10 -6 ports/x11-servers/synaptics/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:46:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFFE416A400; Sat, 18 Mar 2006 17:46:04 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0222A43D48; Sat, 18 Mar 2006 17:46:03 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHk326006538; Sat, 18 Mar 2006 17:46:03 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHk3Wf006537; Sat, 18 Mar 2006 17:46:03 GMT (envelope-from garga) Message-Id: <200603181746.k2IHk3Wf006537@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 17:46:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/gdcalc pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:46:04 -0000 garga 2006-03-18 17:46:03 UTC FreeBSD ports repository Modified files: math/gdcalc pkg-descr Log: Fix WWW PR: ports/93333 Submitted by: Jean Milanez Melo Approved by: maintainer timeout (1 month) Revision Changes Path 1.2 +1 -1 ports/math/gdcalc/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:55:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1014516A420; Sat, 18 Mar 2006 17:55:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F3D43D46; Sat, 18 Mar 2006 17:55:54 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHtslP006912; Sat, 18 Mar 2006 17:55:54 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHtsYP006911; Sat, 18 Mar 2006 17:55:54 GMT (envelope-from garga) Message-Id: <200603181755.k2IHtsYP006911@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 17:55:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mulberry Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:55:55 -0000 garga 2006-03-18 17:55:54 UTC FreeBSD ports repository Modified files: mail/mulberry Makefile Log: - Mark it as DEPRECATED - mastersite disappeared. - Set an EXPIRATION_DATE PR: ports/92914 Submitted by: Jean Milanez Melo Approved by: maintainer timeout (40 days) Revision Changes Path 1.18 +4 -1 ports/mail/mulberry/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 17:57:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192C916A400; Sat, 18 Mar 2006 17:57:35 +0000 (UTC) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C58A643D45; Sat, 18 Mar 2006 17:57:34 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IHvYcQ007022; Sat, 18 Mar 2006 17:57:34 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IHvY67007021; Sat, 18 Mar 2006 17:57:34 GMT (envelope-from iedowse) Message-Id: <200603181757.k2IHvY67007021@repoman.freebsd.org> From: Ian Dowse Date: Sat, 18 Mar 2006 17:57:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 17:57:35 -0000 iedowse 2006-03-18 17:57:34 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Oops - fix the build in the !USB_DEBUG case. Revision Changes Path 1.43 +2 -0 src/sys/dev/usb/ehci.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:00:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCAA316A401; Sat, 18 Mar 2006 18:00:12 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F06543D4C; Sat, 18 Mar 2006 18:00:12 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2II0CpC007305; Sat, 18 Mar 2006 18:00:12 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2II0CGw007304; Sat, 18 Mar 2006 18:00:12 GMT (envelope-from garga) Message-Id: <200603181800.k2II0CGw007304@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 18:00:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/mail Makefile ports/mail/pgp4pine Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/pgp4pine/files patch-md5.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:00:13 -0000 garga 2006-03-18 18:00:12 UTC FreeBSD ports repository Modified files: . modules . MOVED mail Makefile Removed files: mail/pgp4pine Makefile distinfo pkg-descr pkg-message pkg-plist mail/pgp4pine/files patch-md5.c Log: Remove mail/pgp4pine - project is gone PR: ports/92967 Submitted by: Jean Milanez Melo Reworked by: maintainer Approved by: maintainer Revision Changes Path 1.14467 +0 -1 CVSROOT/modules 1.937 +2 -1 ports/MOVED 1.729 +0 -1 ports/mail/Makefile 1.14 +0 -86 ports/mail/pgp4pine/Makefile (dead) 1.8 +0 -3 ports/mail/pgp4pine/distinfo (dead) 1.2 +0 -13 ports/mail/pgp4pine/files/patch-md5.c (dead) 1.2 +0 -5 ports/mail/pgp4pine/pkg-descr (dead) 1.5 +0 -5 ports/mail/pgp4pine/pkg-message (dead) 1.5 +0 -11 ports/mail/pgp4pine/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:02:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9329516A401; Sat, 18 Mar 2006 18:02:00 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BBA443D48; Sat, 18 Mar 2006 18:02:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2II20tE007410; Sat, 18 Mar 2006 18:02:00 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2II20bX007409; Sat, 18 Mar 2006 18:02:00 GMT (envelope-from garga) Message-Id: <200603181802.k2II20bX007409@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 18:02:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Email-Date pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:02:00 -0000 garga 2006-03-18 18:02:00 UTC FreeBSD ports repository Modified files: mail/p5-Email-Date pkg-descr Log: Fix pkg-descr PR: ports/92964 Submitted by: Jean Milanez Melo Approved by: maintainer timeout (39 days) Revision Changes Path 1.2 +3 -3 ports/mail/p5-Email-Date/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:07:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A0A216A438; Sat, 18 Mar 2006 18:07:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C009443D58; Sat, 18 Mar 2006 18:07:17 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2II7HPF007645; Sat, 18 Mar 2006 18:07:17 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2II7HPd007644; Sat, 18 Mar 2006 18:07:17 GMT (envelope-from garga) Message-Id: <200603181807.k2II7HPd007644@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 18:07:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/rmoldmail Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:07:18 -0000 garga 2006-03-18 18:07:17 UTC FreeBSD ports repository Modified files: mail/rmoldmail Makefile pkg-descr Log: - Mark it as DEPRECATED - mastersite is gone since 2004. - Set an EXPIRATION_DATE PR: ports/92984 Submitted by: Jean Milanez Melo Approved by: maintainer timeout (39 days) Revision Changes Path 1.5 +4 -1 ports/mail/rmoldmail/Makefile 1.2 +0 -2 ports/mail/rmoldmail/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:10:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B769116A41F; Sat, 18 Mar 2006 18:10:10 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE7D43D49; Sat, 18 Mar 2006 18:10:10 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIAAYa007769; Sat, 18 Mar 2006 18:10:10 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIAAjv007768; Sat, 18 Mar 2006 18:10:10 GMT (envelope-from garga) Message-Id: <200603181810.k2IIAAjv007768@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 18:10:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/etunnel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:10:11 -0000 garga 2006-03-18 18:10:10 UTC FreeBSD ports repository Modified files: net/etunnel Makefile Log: - Fix MASTER_SITES - Drop USE_REINPLACE PR: ports/93483 Submitted by: Jean Milanez Melo Approved by: maintainer timeout (1 month) Revision Changes Path 1.2 +1 -2 ports/net/etunnel/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:13:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E9916A400; Sat, 18 Mar 2006 18:13:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F64643D45; Sat, 18 Mar 2006 18:13:55 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIDtgM008030; Sat, 18 Mar 2006 18:13:55 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIDtKY008029; Sat, 18 Mar 2006 18:13:55 GMT (envelope-from garga) Message-Id: <200603181813.k2IIDtKY008029@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 18:13:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/clips Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:13:55 -0000 garga 2006-03-18 18:13:55 UTC FreeBSD ports repository Modified files: lang/clips Makefile Log: BROKEN: Unfetchable PR: ports/92367 Submitted by: Jean Milanez Melo Approved by: maintainer timeout (50 days) Revision Changes Path 1.7 +2 -0 ports/lang/clips/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:20:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF39716A401; Sat, 18 Mar 2006 18:20:18 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6303E43D48; Sat, 18 Mar 2006 18:20:18 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIKIS6008414; Sat, 18 Mar 2006 18:20:18 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIKIbQ008413; Sat, 18 Mar 2006 18:20:18 GMT (envelope-from netchild) Message-Id: <200603181820.k2IIKIbQ008413@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 18 Mar 2006 18:20:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/linux syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/i386/linux syscalls.master src/sys/modules/linux Makefile src/sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c linux_misc.c linux_socket.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:20:19 -0000 netchild 2006-03-18 18:20:18 UTC FreeBSD src repository Modified files: sys/alpha/linux syscalls.master sys/amd64/linux32 syscalls.master sys/i386/linux syscalls.master sys/modules/linux Makefile sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c linux_misc.c linux_socket.c linux_stats.c linux_sysctl.c linux_uid16.c Log: Get rid of the need of COMPAT_43 in the linuxolator. Submitted by: Divacky Roman Obtained from: DragonFly (some parts) Revision Changes Path 1.67 +3 -6 src/sys/alpha/linux/syscalls.master 1.6 +5 -9 src/sys/amd64/linux32/syscalls.master 1.92 +15 -2 src/sys/compat/linux/linux_file.c 1.22 +0 -2 src/sys/compat/linux/linux_getcwd.c 1.133 +31 -4 src/sys/compat/linux/linux_ioctl.c 1.173 +17 -2 src/sys/compat/linux/linux_misc.c 1.63 +84 -15 src/sys/compat/linux/linux_socket.c 1.76 +60 -2 src/sys/compat/linux/linux_stats.c 1.15 +2 -2 src/sys/compat/linux/linux_sysctl.c 1.17 +2 -2 src/sys/compat/linux/linux_uid16.c 1.64 +7 -11 src/sys/i386/linux/syscalls.master 1.66 +1 -4 src/sys/modules/linux/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:21:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB7F916A400; Sat, 18 Mar 2006 18:21:00 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B90F443D5A; Sat, 18 Mar 2006 18:20:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIKwYZ008488; Sat, 18 Mar 2006 18:20:58 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIKwUB008487; Sat, 18 Mar 2006 18:20:58 GMT (envelope-from garga) Message-Id: <200603181820.k2IIKwUB008487@repoman.freebsd.org> From: Renato Botelho Date: Sat, 18 Mar 2006 18:20:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:21:01 -0000 garga 2006-03-18 18:20:58 UTC FreeBSD ports repository Modified files: . LEGAL Log: Add audio/shoutcast -- No redistribution allowed PR: ports/94101 Submitted by: maintainer Revision Changes Path 1.460 +2 -1 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:24:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CDA16A41F; Sat, 18 Mar 2006 18:24:39 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43CFF43D46; Sat, 18 Mar 2006 18:24:39 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIOdtM008739; Sat, 18 Mar 2006 18:24:39 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIOdEc008738; Sat, 18 Mar 2006 18:24:39 GMT (envelope-from netchild) Message-Id: <200603181824.k2IIOdEc008738@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 18 Mar 2006 18:24:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c src/sys/amd64/linux32 linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c linux32_sysvec.c src/sys/i386/linux linux.h linux_dummy.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:24:39 -0000 netchild 2006-03-18 18:24:39 UTC FreeBSD src repository Modified files: sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c sys/amd64/linux32 linux.h linux32_proto.h linux32_syscall.h linux32_sysent.c linux32_sysvec.c sys/i386/linux linux.h linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c Log: regen after COMPAT_43 removal Revision Changes Path 1.25 +11 -1 src/sys/alpha/linux/linux_proto.h 1.23 +3 -3 src/sys/alpha/linux/linux_syscall.h 1.23 +3 -3 src/sys/alpha/linux/linux_sysent.c 1.99 +0 -7 src/sys/alpha/linux/linux_sysvec.c 1.2 +18 -0 src/sys/amd64/linux32/linux.h 1.7 +16 -1 src/sys/amd64/linux32/linux32_proto.h 1.7 +4 -3 src/sys/amd64/linux32/linux32_syscall.h 1.7 +4 -5 src/sys/amd64/linux32/linux32_sysent.c 1.15 +0 -3 src/sys/amd64/linux32/linux32_sysvec.c 1.65 +18 -0 src/sys/i386/linux/linux.h 1.39 +0 -1 src/sys/i386/linux/linux_dummy.c 1.67 +3 -3 src/sys/i386/linux/linux_proto.h 1.61 +4 -4 src/sys/i386/linux/linux_syscall.h 1.68 +4 -5 src/sys/i386/linux/linux_sysent.c 1.143 +0 -7 src/sys/i386/linux/linux_sysvec.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:28:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DACBF16A401; Sat, 18 Mar 2006 18:28:13 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FA443D45; Sat, 18 Mar 2006 18:28:13 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IISDqG009013; Sat, 18 Mar 2006 18:28:13 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IISD8E009012; Sat, 18 Mar 2006 18:28:13 GMT (envelope-from flz) Message-Id: <200603181828.k2IISD8E009012@repoman.freebsd.org> From: Florent Thoumie Date: Sat, 18 Mar 2006 18:28:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:28:14 -0000 flz 2006-03-18 18:28:13 UTC FreeBSD src repository (ports committer) Modified files: sys/cam/scsi scsi_da.c Log: - Add a PR number for future reference. Approved by: njl Revision Changes Path 1.188 +1 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:31:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C247C16A477; Sat, 18 Mar 2006 18:31:24 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E82B43D48; Sat, 18 Mar 2006 18:31:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIVObe009270; Sat, 18 Mar 2006 18:31:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIVOwJ009269; Sat, 18 Mar 2006 18:31:24 GMT (envelope-from rwatson) Message-Id: <200603181831.k2IIVOwJ009269@repoman.freebsd.org> From: Robert Watson Date: Sat, 18 Mar 2006 18:31:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.c audit_private.h audit_syscalls.c audit_trigger.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:31:24 -0000 rwatson 2006-03-18 18:31:24 UTC FreeBSD src repository Modified files: sys/security/audit audit.c audit_private.h audit_syscalls.c audit_trigger.c Log: Merge perforce change 93199: Change send_trigger() prototype to return an int, so that user space callers can tell if the message was successfully placed in the trigger queue. This isn't quite the same as it being successfully received, but is close enough that we can generate a more useful warning message in audit(8). Obtained from: TrustedBSD Project Revision Changes Path 1.9 +3 -3 src/sys/security/audit/audit.c 1.4 +1 -1 src/sys/security/audit/audit_private.h 1.2 +1 -1 src/sys/security/audit/audit_syscalls.c 1.2 +3 -2 src/sys/security/audit/audit_trigger.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:32:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1315616A41F; Sat, 18 Mar 2006 18:32:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD99643D48; Sat, 18 Mar 2006 18:32:12 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIWC3d009328; Sat, 18 Mar 2006 18:32:12 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIWCNV009327; Sat, 18 Mar 2006 18:32:12 GMT (envelope-from rwatson) Message-Id: <200603181832.k2IIWCNV009327@repoman.freebsd.org> From: Robert Watson Date: Sat, 18 Mar 2006 18:32:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:32:13 -0000 rwatson 2006-03-18 18:32:12 UTC FreeBSD src repository Modified files: sys/security/audit audit.c Log: Merge perforce 93507: Correct comment: this print is now from audit_record_write(), not audit_worker(). Obtained from: TrustedBSD Project Revision Changes Path 1.10 +2 -2 src/sys/security/audit/audit.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:32:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A4116A400; Sat, 18 Mar 2006 18:32:48 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC8543D4C; Sat, 18 Mar 2006 18:32:47 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIWlvO009368; Sat, 18 Mar 2006 18:32:47 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIWl0p009367; Sat, 18 Mar 2006 18:32:47 GMT (envelope-from arved) Message-Id: <200603181832.k2IIWl0p009367@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Mar 2006 18:32:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/hattrickorganizer Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:32:48 -0000 arved 2006-03-18 18:32:47 UTC FreeBSD ports repository Modified files: games/hattrickorganizer Makefile distinfo pkg-plist Log: Update to 1.381 PR: 94624 Submitted by: Lars Engels Revision Changes Path 1.9 +1 -1 ports/games/hattrickorganizer/Makefile 1.7 +3 -2 ports/games/hattrickorganizer/distinfo 1.8 +4 -0 ports/games/hattrickorganizer/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:36:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2734216A420; Sat, 18 Mar 2006 18:36:55 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446BD43D5A; Sat, 18 Mar 2006 18:36:54 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F28C.dip.t-dialin.net [84.165.242.140]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2IIIJ02089306; Sat, 18 Mar 2006 19:18:22 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2IIam7J029465; Sat, 18 Mar 2006 19:36:49 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sat, 18 Mar 2006 19:36:48 +0100 From: Alexander Leidinger To: Alexander Leidinger Message-ID: <20060318193648.42cbc8c6@Magellan.Leidinger.net> In-Reply-To: <200603181820.k2IIKIbQ008413@repoman.freebsd.org> References: <200603181820.k2IIKIbQ008413@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/i386/linux syscalls.master src/sys/modules/linux Makefile src/sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c linux_misc.c linux_socket.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:36:55 -0000 Am Sat, 18 Mar 2006 18:20:18 +0000 (UTC) schrieb Alexander Leidinger : > netchild 2006-03-18 18:20:18 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/linux syscalls.master > sys/amd64/linux32 syscalls.master > sys/i386/linux syscalls.master > sys/modules/linux Makefile > sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c > linux_misc.c linux_socket.c linux_stats.c > linux_sysctl.c linux_uid16.c > Log: > Get rid of the need of COMPAT_43 in the linuxolator. > > Submitted by: Divacky Roman > Obtained from: DragonFly (some parts) PR: 85175 Sorry, Alexander. -- It's not a bug, it's tradition! http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:43:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E83116A401; Sat, 18 Mar 2006 18:43:03 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D828B43D45; Sat, 18 Mar 2006 18:43:00 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k2IIgx7j003588; Sat, 18 Mar 2006 11:42:59 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <441C54AD.2010705@samsco.org> Date: Sat, 18 Mar 2006 11:42:53 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <200603181820.k2IIKIbQ008413@repoman.freebsd.org> In-Reply-To: <200603181820.k2IIKIbQ008413@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.8 required=3.8 tests=ALL_TRUSTED, SUBJ_HAS_SPACES autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/i386/linux syscalls.master src/sys/modules/linux Makefile src/sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c linux_misc.c linux_socket.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:43:03 -0000 Alexander Leidinger wrote: > netchild 2006-03-18 18:20:18 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/linux syscalls.master > sys/amd64/linux32 syscalls.master > sys/i386/linux syscalls.master > sys/modules/linux Makefile > sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c > linux_misc.c linux_socket.c linux_stats.c > linux_sysctl.c linux_uid16.c > Log: > Get rid of the need of COMPAT_43 in the linuxolator. > > Submitted by: Divacky Roman > Obtained from: DragonFly (some parts) > > Revision Changes Path > 1.67 +3 -6 src/sys/alpha/linux/syscalls.master > 1.6 +5 -9 src/sys/amd64/linux32/syscalls.master > 1.92 +15 -2 src/sys/compat/linux/linux_file.c > 1.22 +0 -2 src/sys/compat/linux/linux_getcwd.c > 1.133 +31 -4 src/sys/compat/linux/linux_ioctl.c > 1.173 +17 -2 src/sys/compat/linux/linux_misc.c > 1.63 +84 -15 src/sys/compat/linux/linux_socket.c > 1.76 +60 -2 src/sys/compat/linux/linux_stats.c > 1.15 +2 -2 src/sys/compat/linux/linux_sysctl.c > 1.17 +2 -2 src/sys/compat/linux/linux_uid16.c > 1.64 +7 -11 src/sys/i386/linux/syscalls.master > 1.66 +1 -4 src/sys/modules/linux/Makefile Hurray! From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:44:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0028D16A400; Sat, 18 Mar 2006 18:44:45 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E9743D45; Sat, 18 Mar 2006 18:44:45 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIijUQ009860; Sat, 18 Mar 2006 18:44:45 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIijd4009859; Sat, 18 Mar 2006 18:44:45 GMT (envelope-from nork) Message-Id: <200603181844.k2IIijd4009859@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 18 Mar 2006 18:44:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-servers/synaptics Makefile pkg-message ports/x11-servers/synaptics/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:44:46 -0000 nork 2006-03-18 18:44:45 UTC FreeBSD ports repository Modified files: x11-servers/synaptics Makefile pkg-message x11-servers/synaptics/files patch-Makefile Log: o Refrect my environment values. o Add some messages[1]. o Back-out 'rename .o to .so'. I forgot to chase pkg-plist. [2] synaptics_drv.o is relocatable object, not shared object. Reviewed by: ume [1] Pointed out by: ume [2] Revision Changes Path 1.3 +1 -1 ports/x11-servers/synaptics/Makefile 1.3 +4 -5 ports/x11-servers/synaptics/files/patch-Makefile 1.3 +8 -1 ports/x11-servers/synaptics/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:47:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC0016A420; Sat, 18 Mar 2006 18:47:16 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A924B43D46; Sat, 18 Mar 2006 18:47:16 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIlG1S010008; Sat, 18 Mar 2006 18:47:16 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIlGSE010007; Sat, 18 Mar 2006 18:47:16 GMT (envelope-from arved) Message-Id: <200603181847.k2IIlGSE010007@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Mar 2006 18:47:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/grap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:47:17 -0000 arved 2006-03-18 18:47:16 UTC FreeBSD ports repository Modified files: textproc/grap Makefile distinfo Log: Update to 1.38 PR: 94401 Submitted by: Ted Faber Revision Changes Path 1.26 +1 -1 ports/textproc/grap/Makefile 1.23 +3 -3 ports/textproc/grap/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:49:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72AB516A400; Sat, 18 Mar 2006 18:49:55 +0000 (UTC) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from viefep20-int.chello.at (viefep14-int.chello.at [213.46.255.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C4DF43D48; Sat, 18 Mar 2006 18:49:53 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [192.168.2.186] (really [80.98.231.227]) by viefep20-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060318184950.SKKM8379.viefep20-int.chello.at@[192.168.2.186]>; Sat, 18 Mar 2006 19:49:50 +0100 Message-ID: <441C564E.5070401@t-hosting.hu> Date: Sat, 18 Mar 2006 19:49:50 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dirk Meyer References: <200603181554.k2IFsYrm093515@repoman.freebsd.org> In-Reply-To: <200603181554.k2IFsYrm093515@repoman.freebsd.org> Content-Type: multipart/mixed; boundary="------------030600020502040801090509" Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/mod_ruby Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:49:55 -0000 This is a multi-part message in MIME format. --------------030600020502040801090509 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dirk Meyer wrote: >dinoex 2006-03-18 15:54:34 UTC > > FreeBSD ports repository > > Modified files: > www/mod_ruby Makefile > Log: > - Fix build with apache22 > PR: 94442 > Submitted by: Hiroto Kagotani > > Revision Changes Path > 1.54 +5 -1 ports/www/mod_ruby/Makefile > > Hello, it is still broken for me on FreeBSD 5.3/amd64 with apache22. Typescript is attached about the build. Regards, Gabor Kovesdan --------------030600020502040801090509 Content-Type: text/plain; name="typescript" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="typescript" Script started on Sat Mar 18 19:46:24 2006 [root@server /usr/ports/www/mod_ruby]# make ===> Extracting for mod_ruby-1.2.5 => MD5 Checksum OK for ruby/mod_ruby-1.2.5.tar.gz. => SHA256 Checksum OK for ruby/mod_ruby-1.2.5.tar.gz. ===> mod_ruby-1.2.5 depends on file: /usr/local/bin/ruby18 - found ===> Patching for mod_ruby-1.2.5 ===> mod_ruby-1.2.5 depends on file: /usr/local/bin/ruby18 - found ===> Applying FreeBSD patches for mod_ruby-1.2.5 ===> mod_ruby-1.2.5 depends on file: /usr/local/bin/ruby18 - found ===> mod_ruby-1.2.5 depends on file: /usr/local/sbin/apxs - found ===> mod_ruby-1.2.5 depends on file: /usr/local/sbin/apxs - found ===> mod_ruby-1.2.5 depends on shared library: eruby.10 - found ===> Configuring for mod_ruby-1.2.5 checking for a BSD compatible install... /usr/bin/install -c checking whether we are using gcc... yes checking Ruby version... 1.8.4 checking for static Apache module support... no checking for dynamic Apache module support... yes creating Makefile creating libruby.module creating doc/Makefile ===> Building for mod_ruby-1.2.5 cc -O -pipe -fPIC -Wall -O -pipe -Os -pipe -march=athlon64 -I. -I/usr/local/lib/ruby/1.8/amd64-freebsd5 -I/usr/local/include/apache22 -I/usr/local/include/mysql -c mod_ruby.c In file included from /usr/local/include/apache22/httpd.h:43, from mod_ruby.h:49, from mod_ruby.c:33: /usr/local/include/apache22/ap_config.h:25:17: apr.h: No such file or directory /usr/local/include/apache22/ap_config.h:26:23: apr_hooks.h: No such file or directory /usr/local/include/apache22/ap_config.h:27:32: apr_optional_hooks.h: No such file or directory In file included from mod_ruby.h:49, from mod_ruby.c:33: /usr/local/include/apache22/httpd.h:49:25: apr_general.h: No such file or directory /usr/local/include/apache22/httpd.h:50:24: apr_tables.h: No such file or directory /usr/local/include/apache22/httpd.h:51:23: apr_pools.h: No such file or directory /usr/local/include/apache22/httpd.h:52:22: apr_time.h: No such file or directory /usr/local/include/apache22/httpd.h:53:28: apr_network_io.h: No such file or directory /usr/local/include/apache22/httpd.h:54:25: apr_buckets.h: No such file or directory /usr/local/include/apache22/httpd.h:55:22: apr_poll.h: No such file or directory In file included from /usr/local/include/apache22/httpd.h:59, from mod_ruby.h:49, from mod_ruby.c:33: /usr/local/include/apache22/ap_regex.h:87: error: syntax error before "apr_size_t" /usr/local/include/apache22/ap_regex.h:118: error: syntax error before "apr_size_t" /usr/local/include/apache22/ap_regex.h:127: error: syntax error before "ap_regerror" /usr/local/include/apache22/ap_regex.h:128: error: syntax error before "apr_size_t" /usr/local/include/apache22/ap_regex.h:128: warning: type defaults to `int' in declaration of `ap_regerror' /usr/local/include/apache22/ap_regex.h:128: warning: data definition has no type or storage class In file included from mod_ruby.h:49, from mod_ruby.c:33: /usr/local/include/apache22/httpd.h:433: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:601: error: syntax error before "apr_int64_t" /usr/local/include/apache22/httpd.h:723:21: apr_uri.h: No such file or directory /usr/local/include/apache22/httpd.h:730: error: syntax error before "apr_pool_t" /usr/local/include/apache22/httpd.h:746: error: syntax error before "apr_pool_t" /usr/local/include/apache22/httpd.h:783: error: syntax error before "apr_time_t" /usr/local/include/apache22/httpd.h:819: error: syntax error before "apr_int64_t" /usr/local/include/apache22/httpd.h:826: error: syntax error before "apr_off_t" /usr/local/include/apache22/httpd.h:839: error: syntax error before "apr_off_t" /usr/local/include/apache22/httpd.h:867: error: syntax error before "apr_table_t" /usr/local/include/apache22/httpd.h:890: error: syntax error before "apr_array_header_t" /usr/local/include/apache22/httpd.h:923: error: syntax error before "apr_finfo_t" /usr/local/include/apache22/httpd.h:1008: error: syntax error before "apr_pool_t" /usr/local/include/apache22/httpd.h:1016: error: syntax error before "apr_sockaddr_t" /usr/local/include/apache22/httpd.h:1056: error: syntax error before "apr_table_t" /usr/local/include/apache22/httpd.h:1085: error: syntax error before "APR_RING_ENTRY" /usr/local/include/apache22/httpd.h:1093: error: syntax error before "apr_pool_t" /usr/local/include/apache22/httpd.h:1118: error: syntax error before "apr_sockaddr_t" /usr/local/include/apache22/httpd.h:1146: error: syntax error before "apr_port_t" /usr/local/include/apache22/httpd.h:1153: error: syntax error before "apr_file_t" /usr/local/include/apache22/httpd.h:1172: error: syntax error before "apr_interval_time_t" /usr/local/include/apache22/httpd.h:1186: error: syntax error before "apr_array_header_t" /usr/local/include/apache22/httpd.h:1199: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/httpd.h:1207: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/httpd.h:1213: error: syntax error before "apr_socket_t" /usr/local/include/apache22/httpd.h:1229: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1239: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1252: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1262: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1271: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1281: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1291: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1303: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1311: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1320: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1331: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1354: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1364: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1376: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1385: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1394: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1436: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1446: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1457: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1465: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1474: error: syntax error before "ap_escape_errorlog_item" /usr/local/include/apache22/httpd.h:1475: error: syntax error before "apr_size_t" /usr/local/include/apache22/httpd.h:1475: warning: type defaults to `int' in declaration of `ap_escape_errorlog_item' /usr/local/include/apache22/httpd.h:1475: warning: data definition has no type or storage class /usr/local/include/apache22/httpd.h:1485: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1494: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1523: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1537: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1547: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1599: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1607: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1621: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1629: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1642: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1682: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1694: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1704: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1712: error: syntax error before '*' token /usr/local/include/apache22/httpd.h:1723: error: syntax error before '*' token In file included from mod_ruby.h:50, from mod_ruby.c:33: /usr/local/include/apache22/http_config.h:279: error: syntax error before "apr_int64_t" /usr/local/include/apache22/http_config.h:291: error: syntax error before "apr_pool_t" /usr/local/include/apache22/http_config.h:357: error: syntax error before '*' token /usr/local/include/apache22/http_config.h:365: error: syntax error before '*' token /usr/local/include/apache22/http_config.h:372: error: syntax error before '*' token /usr/local/include/apache22/http_config.h:380: error: syntax error before '*' token /usr/local/include/apache22/http_config.h:393: error: syntax error before '*' token /usr/local/include/apache22/http_config.h:557: error: syntax error before '*' token /usr/local/include/apache22/http_config.h:566: error: syntax error before "apr_pool_t" /usr/local/include/apache22/http_config.h:582: error: syntax error before "apr_pool_t" /usr/local/include/apache22/http_config.h:607: error: syntax error before "ap_pcfg_openfile" /usr/local/include/apache22/http_config.h:608: error: syntax error before "apr_pool_t" /usr/local/include/apache22/http_config.h:608: warning: type defaults to `int' in declaration of `ap_pcfg_openfile' /usr/local/include/apache22/http_config.h:608: warning: data definition has no type or storage class /usr/local/include/apache22/http_config.h:619: error: syntax error before '*' token /usr/local/include/apache22/http_config.h:622: error: `ap_pcfg_open_custom' declared as function returning a function /usr/local/include/apache22/http_config.h:623: error: syntax error before "void" /usr/local/include/apache22/http_config.h:669: error: syntax error before '*' token /usr/local/include/apache22/http_config.h:685: error: syntax error before "apr_pool_t" /usr/local/include/apache22/http_config.h:975: error: syntax error before "int" /usr/local/include/apache22/http_config.h:984: error: syntax error before "int" /usr/local/include/apache22/http_config.h:993: error: syntax error before "void" /usr/local/include/apache22/http_config.h:1003: error: syntax error before "int" /usr/local/include/apache22/http_config.h:1014: error: syntax error before "int" /usr/local/include/apache22/http_config.h:1022: error: syntax error before "void" /usr/local/include/apache22/http_config.h:1029: error: syntax error before "int" /usr/local/include/apache22/http_config.h:1042: error: syntax error before "int" /usr/local/include/apache22/http_config.h:1049: error: syntax error before "void" In file included from mod_ruby.h:51, from mod_ruby.c:33: /usr/local/include/apache22/http_core.h:30:22: apr_hash.h: No such file or directory /usr/local/include/apache22/http_core.h:31:26: apr_optional.h: No such file or directory In file included from /usr/local/include/apache22/http_core.h:32, from mod_ruby.h:51, from mod_ruby.c:33: /usr/local/include/apache22/util_filter.h:136: error: syntax error before '*' token /usr/local/include/apache22/util_filter.h:138: error: syntax error before '*' token /usr/local/include/apache22/util_filter.h:146: error: syntax error before "ap_out_filter_func" /usr/local/include/apache22/util_filter.h:295: error: syntax error before "ap_get_brigade" /usr/local/include/apache22/util_filter.h:296: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/util_filter.h:299: warning: type defaults to `int' in declaration of `ap_get_brigade' /usr/local/include/apache22/util_filter.h:299: warning: data definition has no type or storage class /usr/local/include/apache22/util_filter.h:309: error: syntax error before "ap_pass_brigade" /usr/local/include/apache22/util_filter.h:310: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/util_filter.h:310: warning: type defaults to `int' in declaration of `ap_pass_brigade' /usr/local/include/apache22/util_filter.h:310: warning: data definition has no type or storage class /usr/local/include/apache22/util_filter.h:327: error: syntax error before "ap_in_filter_func" /usr/local/include/apache22/util_filter.h:348: error: syntax error before "ap_out_filter_func" /usr/local/include/apache22/util_filter.h:374: error: syntax error before "ap_out_filter_func" /usr/local/include/apache22/util_filter.h:491: error: syntax error before "ap_save_brigade" /usr/local/include/apache22/util_filter.h:492: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/util_filter.h:493: warning: type defaults to `int' in declaration of `ap_save_brigade' /usr/local/include/apache22/util_filter.h:493: warning: data definition has no type or storage class /usr/local/include/apache22/util_filter.h:503: error: syntax error before "ap_filter_flush" /usr/local/include/apache22/util_filter.h:503: error: syntax error before '*' token /usr/local/include/apache22/util_filter.h:504: warning: type defaults to `int' in declaration of `ap_filter_flush' /usr/local/include/apache22/util_filter.h:504: warning: data definition has no type or storage class /usr/local/include/apache22/util_filter.h:511: error: syntax error before "ap_fflush" /usr/local/include/apache22/util_filter.h:511: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/util_filter.h:511: warning: type defaults to `int' in declaration of `ap_fflush' /usr/local/include/apache22/util_filter.h:511: warning: data definition has no type or storage class /usr/local/include/apache22/util_filter.h:547: error: syntax error before "ap_fputstrs" /usr/local/include/apache22/util_filter.h:548: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/util_filter.h:549: warning: type defaults to `int' in declaration of `ap_fputstrs' /usr/local/include/apache22/util_filter.h:549: warning: data definition has no type or storage class /usr/local/include/apache22/util_filter.h:558: error: syntax error before "ap_fprintf" /usr/local/include/apache22/util_filter.h:559: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/util_filter.h:562: warning: type defaults to `int' in declaration of `ap_fprintf' /usr/local/include/apache22/util_filter.h:562: warning: data definition has no type or storage class In file included from mod_ruby.h:51, from mod_ruby.c:33: /usr/local/include/apache22/http_core.h:208: error: syntax error before '*' token /usr/local/include/apache22/http_core.h:222: error: syntax error before "ap_get_server_port" /usr/local/include/apache22/http_core.h:222: warning: type defaults to `int' in declaration of `ap_get_server_port' /usr/local/include/apache22/http_core.h:222: warning: data definition has no type or storage class /usr/local/include/apache22/http_core.h:229: error: syntax error before "ap_get_limit_req_body" /usr/local/include/apache22/http_core.h:229: warning: type defaults to `int' in declaration of `ap_get_limit_req_body' /usr/local/include/apache22/http_core.h:229: warning: data definition has no type or storage class /usr/local/include/apache22/http_core.h:278: error: syntax error before "apr_int64_t" /usr/local/include/apache22/http_core.h:314: error: syntax error before '*' token /usr/local/include/apache22/http_core.h:314: warning: type defaults to `int' in declaration of `ap_requires' /usr/local/include/apache22/http_core.h:314: warning: data definition has no type or storage class /usr/local/include/apache22/http_core.h:633: error: syntax error before "apr_hash_t" /usr/local/include/apache22/http_core.h:662: error: syntax error before "int" /usr/local/include/apache22/http_core.h:672: error: syntax error before "ap_logio_add_bytes_out" /usr/local/include/apache22/http_core.h:680: error: syntax error before "ap_ident_lookup" In file included from mod_ruby.h:52, from mod_ruby.c:33: /usr/local/include/apache22/http_log.h:33:29: apr_thread_proc.h: No such file or directory In file included from mod_ruby.h:52, from mod_ruby.c:33: /usr/local/include/apache22/http_log.h:102: error: syntax error before '*' token /usr/local/include/apache22/http_log.h:109: error: syntax error before "ap_replace_stderr_log" /usr/local/include/apache22/http_log.h:109: error: syntax error before '*' token /usr/local/include/apache22/http_log.h:110: warning: type defaults to `int' in declaration of `ap_replace_stderr_log' /usr/local/include/apache22/http_log.h:110: warning: data definition has no type or storage class /usr/local/include/apache22/http_log.h:121: error: syntax error before '*' token /usr/local/include/apache22/http_log.h:172: error: syntax error before "apr_status_t" /usr/local/include/apache22/http_log.h:196: error: syntax error before "apr_status_t" /usr/local/include/apache22/http_log.h:220: error: syntax error before "apr_status_t" /usr/local/include/apache22/http_log.h:246: error: syntax error before "apr_status_t" /usr/local/include/apache22/http_log.h:261: error: syntax error before '*' token /usr/local/include/apache22/http_log.h:269: error: syntax error before "ap_read_pid" /usr/local/include/apache22/http_log.h:269: error: syntax error before '*' token /usr/local/include/apache22/http_log.h:269: warning: type defaults to `int' in declaration of `ap_read_pid' /usr/local/include/apache22/http_log.h:269: warning: data definition has no type or storage class /usr/local/include/apache22/http_log.h:282: error: syntax error before "apr_pool_t" /usr/local/include/apache22/http_log.h:301: error: syntax error before '*' token /usr/local/include/apache22/http_log.h:335: error: syntax error before "void" In file included from mod_ruby.h:53, from mod_ruby.c:33: /usr/local/include/apache22/http_main.h:49: error: syntax error before '*' token /usr/local/include/apache22/http_main.h:49: warning: type defaults to `int' in declaration of `ap_server_pre_read_config' /usr/local/include/apache22/http_main.h:49: warning: data definition has no type or storage class /usr/local/include/apache22/http_main.h:52: error: syntax error before '*' token /usr/local/include/apache22/http_main.h:52: warning: type defaults to `int' in declaration of `ap_server_post_read_config' /usr/local/include/apache22/http_main.h:52: warning: data definition has no type or storage class /usr/local/include/apache22/http_main.h:55: error: syntax error before '*' token /usr/local/include/apache22/http_main.h:55: warning: type defaults to `int' in declaration of `ap_server_config_defines' /usr/local/include/apache22/http_main.h:55: warning: data definition has no type or storage class /usr/local/include/apache22/http_main.h:64: error: syntax error before "ap_signal_server" In file included from mod_ruby.h:54, from mod_ruby.c:33: /usr/local/include/apache22/http_protocol.h:31:26: apr_portable.h: No such file or directory /usr/local/include/apache22/http_protocol.h:32:22: apr_mmap.h: No such file or directory In file included from mod_ruby.h:54, from mod_ruby.c:33: /usr/local/include/apache22/http_protocol.h:45: error: syntax error before "void" /usr/local/include/apache22/http_protocol.h:77: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/http_protocol.h:111: error: syntax error before "apr_off_t" /usr/local/include/apache22/http_protocol.h:127: error: syntax error before "ap_rationalize_mtime" /usr/local/include/apache22/http_protocol.h:127: error: syntax error before "apr_time_t" /usr/local/include/apache22/http_protocol.h:127: warning: type defaults to `int' in declaration of `ap_rationalize_mtime' /usr/local/include/apache22/http_protocol.h:127: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:203: error: syntax error before "ap_send_fd" /usr/local/include/apache22/http_protocol.h:203: error: syntax error before '*' token /usr/local/include/apache22/http_protocol.h:204: warning: type defaults to `int' in declaration of `ap_send_fd' /usr/local/include/apache22/http_protocol.h:204: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:228: error: syntax error before '*' token /usr/local/include/apache22/http_protocol.h:235: error: syntax error before '*' token /usr/local/include/apache22/http_protocol.h:253: error: syntax error before '*' token /usr/local/include/apache22/http_protocol.h:426: error: syntax error before "apr_size_t" /usr/local/include/apache22/http_protocol.h:534: error: syntax error before "ap_rgetline_core" /usr/local/include/apache22/http_protocol.h:534: error: syntax error before "apr_size_t" /usr/local/include/apache22/http_protocol.h:537: warning: type defaults to `int' in declaration of `ap_rgetline_core' /usr/local/include/apache22/http_protocol.h:537: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:554: error: syntax error before '*' token /usr/local/include/apache22/http_protocol.h:569: error: syntax error before "int" /usr/local/include/apache22/http_protocol.h:577: error: syntax error before "int" /usr/local/include/apache22/http_protocol.h:585: error: syntax error before "const" /usr/local/include/apache22/http_protocol.h:592: error: syntax error before '(' token /usr/local/include/apache22/http_protocol.h:608: error: syntax error before "apr_bucket_refcount" /usr/local/include/apache22/http_protocol.h:616: error: syntax error before "ap_bucket_type_error" /usr/local/include/apache22/http_protocol.h:616: warning: type defaults to `int' in declaration of `ap_bucket_type_error' /usr/local/include/apache22/http_protocol.h:616: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:633: error: syntax error before '*' token /usr/local/include/apache22/http_protocol.h:633: error: syntax error before '*' token /usr/local/include/apache22/http_protocol.h:634: warning: type defaults to `int' in declaration of `ap_bucket_error_make' /usr/local/include/apache22/http_protocol.h:634: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:644: error: syntax error before '*' token /usr/local/include/apache22/http_protocol.h:645: error: syntax error before "apr_pool_t" /usr/local/include/apache22/http_protocol.h:646: warning: type defaults to `int' in declaration of `ap_bucket_error_create' /usr/local/include/apache22/http_protocol.h:646: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:648: error: syntax error before "ap_byterange_filter" /usr/local/include/apache22/http_protocol.h:648: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/http_protocol.h:648: warning: type defaults to `int' in declaration of `ap_byterange_filter' /usr/local/include/apache22/http_protocol.h:648: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:649: error: syntax error before "ap_http_header_filter" /usr/local/include/apache22/http_protocol.h:649: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/http_protocol.h:649: warning: type defaults to `int' in declaration of `ap_http_header_filter' /usr/local/include/apache22/http_protocol.h:649: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:650: error: syntax error before "ap_content_length_filter" /usr/local/include/apache22/http_protocol.h:651: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/http_protocol.h:651: warning: type defaults to `int' in declaration of `ap_content_length_filter' /usr/local/include/apache22/http_protocol.h:651: warning: data definition has no type or storage class /usr/local/include/apache22/http_protocol.h:652: error: syntax error before "ap_old_write_filter" /usr/local/include/apache22/http_protocol.h:652: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/http_protocol.h:652: warning: type defaults to `int' in declaration of `ap_old_write_filter' /usr/local/include/apache22/http_protocol.h:652: warning: data definition has no type or storage class In file included from mod_ruby.h:55, from mod_ruby.c:33: /usr/local/include/apache22/http_request.h:105: error: syntax error before '*' token /usr/local/include/apache22/http_request.h:108: warning: type defaults to `int' in declaration of `ap_sub_req_lookup_dirent' /usr/local/include/apache22/http_request.h:130: error: syntax error before "ap_sub_req_output_filter" /usr/local/include/apache22/http_request.h:131: error: syntax error before "apr_bucket_brigade" /usr/local/include/apache22/http_request.h:131: warning: type defaults to `int' in declaration of `ap_sub_req_output_filter' /usr/local/include/apache22/http_request.h:131: warning: data definition has no type or storage class /usr/local/include/apache22/http_request.h:198: error: syntax error before "apr_time_t" /usr/local/include/apache22/http_request.h:261: error: syntax error before "int" /usr/local/include/apache22/http_request.h:271: error: syntax error before "int" /usr/local/include/apache22/http_request.h:286: error: syntax error before "int" /usr/local/include/apache22/http_request.h:300: error: syntax error before "int" /usr/local/include/apache22/http_request.h:309: error: syntax error before "int" /usr/local/include/apache22/http_request.h:319: error: syntax error before "int" /usr/local/include/apache22/http_request.h:331: error: syntax error before "int" /usr/local/include/apache22/http_request.h:344: error: syntax error before "int" /usr/local/include/apache22/http_request.h:351: error: syntax error before "void" In file included from mod_ruby.h:56, from mod_ruby.c:33: /usr/local/include/apache22/util_script.h:51: error: syntax error before '*' token /usr/local/include/apache22/util_script.h:90: error: syntax error before "apr_file_t" /usr/local/include/apache22/util_script.h:104: error: syntax error before "apr_bucket_brigade" In file included from mod_ruby.c:33: mod_ruby.h:77:21: apr_lib.h: No such file or directory mod_ruby.h:78:23: apr_pools.h: No such file or directory mod_ruby.h:79:25: apr_strings.h: No such file or directory mod_ruby.h:80:24: apr_tables.h: No such file or directory In file included from mod_ruby.c:33: mod_ruby.h:84: error: syntax error before "pool" mod_ruby.h:84: warning: type defaults to `int' in declaration of `pool' mod_ruby.h:84: warning: data definition has no type or storage class mod_ruby.h:85: error: syntax error before "array_header" mod_ruby.h:85: warning: type defaults to `int' in declaration of `array_header' mod_ruby.h:85: warning: data definition has no type or storage class mod_ruby.h:86: error: syntax error before "table" mod_ruby.h:86: warning: type defaults to `int' in declaration of `table' mod_ruby.h:86: warning: data definition has no type or storage class mod_ruby.h:87: error: syntax error before "table_entry" mod_ruby.h:87: warning: type defaults to `int' in declaration of `table_entry' mod_ruby.h:87: warning: data definition has no type or storage class In file included from mod_ruby.h:162, from mod_ruby.c:33: apache_request.h:32: error: syntax error before "table" apache_request.h:50: error: syntax error before "table" apache_request.h:90: error: syntax error before '*' token apache_request.h:90: warning: type defaults to `int' in declaration of `mod_ruby_ApacheRequest_params' apache_request.h:90: warning: data definition has no type or storage class apache_request.h:95: error: syntax error before '*' token apache_request.h:95: error: syntax error before "apr_pool_t" apache_request.h:95: warning: type defaults to `int' in declaration of `mod_ruby_ApacheRequest_query_params' apache_request.h:95: warning: data definition has no type or storage class apache_request.h:96: error: syntax error before '*' token apache_request.h:96: error: syntax error before "apr_pool_t" apache_request.h:96: warning: type defaults to `int' in declaration of `mod_ruby_ApacheRequest_post_params' apache_request.h:96: warning: data definition has no type or storage class apache_request.h:123: error: syntax error before '*' token In file included from mod_ruby.h:163, from mod_ruby.c:33: apache_multipart_buffer.h:48: error: syntax error before '*' token apache_multipart_buffer.h:48: warning: type defaults to `int' in declaration of `mod_ruby_multipart_buffer_headers' apache_multipart_buffer.h:48: warning: data definition has no type or storage class In file included from mod_ruby.h:164, from mod_ruby.c:33: apache_cookie.h:23: error: syntax error before "ApacheCookieJar" apache_cookie.h:23: warning: type defaults to `int' in declaration of `ApacheCookieJar' apache_cookie.h:23: warning: data definition has no type or storage class apache_cookie.h:28: error: syntax error before "array_header" apache_cookie.h:83: error: syntax error before '*' token apache_cookie.h:83: warning: type defaults to `int' in declaration of `mod_ruby_ApacheCookie_parse' apache_cookie.h:83: warning: data definition has no type or storage class In file included from mod_ruby.c:33: mod_ruby.h:170: error: syntax error before "array_header" mod_ruby.h:173: error: syntax error before "array_header" mod_ruby.h:179: error: syntax error before "table" mod_ruby.h:182: error: syntax error before "array_header" mod_ruby.h:185: error: syntax error before "array_header" mod_ruby.h:206: error: syntax error before "table" mod_ruby.h:232: error: syntax error before '*' token mod_ruby.h:232: warning: type defaults to `int' in declaration of `ruby_required_libraries' mod_ruby.h:232: warning: data definition has no type or storage class In file included from mod_ruby.c:34: ruby_config.h:33: error: syntax error before '*' token ruby_config.h:34: error: syntax error before '*' token ruby_config.h:35: error: syntax error before '*' token ruby_config.h:36: error: syntax error before '*' token In file included from mod_ruby.c:35: apachelib.h:43: error: syntax error before "status" apachelib.h:49: error: syntax error before '*' token apachelib.h:55: error: syntax error before '*' token apachelib.h:95: error: syntax error before '*' token mod_ruby.c:106: error: syntax error before '*' token mod_ruby.c:106: warning: type defaults to `int' in declaration of `ruby_required_libraries' mod_ruby.c:106: warning: data definition has no type or storage class mod_ruby.c:221: error: syntax error before '*' token mod_ruby.c:222: error: syntax error before '*' token mod_ruby.c:224: error: syntax error before '*' token mod_ruby.c: In function `ruby_register_hooks': mod_ruby.c:227: warning: implicit declaration of function `ap_hook_post_config' mod_ruby.c:227: error: `APR_HOOK_MIDDLE' undeclared (first use in this function) mod_ruby.c:227: error: (Each undeclared identifier is reported only once mod_ruby.c:227: error: for each function it appears in.) mod_ruby.c:228: warning: implicit declaration of function `ap_hook_handler' mod_ruby.c:229: warning: implicit declaration of function `ap_hook_translate_name' mod_ruby.c:230: warning: implicit declaration of function `ap_hook_check_user_id' mod_ruby.c:231: warning: implicit declaration of function `ap_hook_auth_checker' mod_ruby.c:232: warning: implicit declaration of function `ap_hook_access_checker' mod_ruby.c:233: warning: implicit declaration of function `ap_hook_type_checker' mod_ruby.c:234: warning: implicit declaration of function `ap_hook_fixups' mod_ruby.c:235: warning: implicit declaration of function `ap_hook_log_transaction' mod_ruby.c:236: warning: implicit declaration of function `ap_hook_child_init' mod_ruby.c:237: warning: implicit declaration of function `ap_hook_post_read_request' mod_ruby.c: In function `mod_ruby_setup_loadpath': mod_ruby.c:551: error: structure has no member named `load_path' mod_ruby.c:552: error: structure has no member named `load_path' mod_ruby.c:553: error: structure has no member named `load_path' mod_ruby.c:558: error: structure has no member named `load_path' mod_ruby.c:559: error: structure has no member named `load_path' mod_ruby.c:560: error: structure has no member named `load_path' mod_ruby.c: At top level: mod_ruby.c:592: error: syntax error before '*' token mod_ruby.c: In function `ruby_startup': mod_ruby.c:594: error: `p' undeclared (first use in this function) mod_ruby.c:597: warning: implicit declaration of function `apr_pstrcat' mod_ruby.c:599: warning: initialization makes pointer from integer without a cast mod_ruby.c: In function `ruby_init_interpreter': mod_ruby.c:692: error: structure has no member named `load_path' mod_ruby.c:693: error: structure has no member named `load_path' mod_ruby.c:697: error: structure has no member named `load_path' mod_ruby.c:702: error: request for member `elts' in something not a structure or union mod_ruby.c:703: error: request for member `nelts' in something not a structure or union mod_ruby.c: At top level: mod_ruby.c:813: error: syntax error before "ruby_child_cleanup" mod_ruby.c:814: warning: return type defaults to `int' mod_ruby.c: In function `ruby_child_cleanup': mod_ruby.c:836: error: `APR_SUCCESS' undeclared (first use in this function) mod_ruby.c: At top level: mod_ruby.c:842: error: syntax error before "pool" mod_ruby.c: In function `fake_request_rec': mod_ruby.c:844: warning: implicit declaration of function `apr_pcalloc' mod_ruby.c:844: error: `p' undeclared (first use in this function) mod_ruby.c:844: warning: cast to pointer from integer of different size mod_ruby.c:845: error: structure has no member named `pool' mod_ruby.c:846: error: `s' undeclared (first use in this function) mod_ruby.c:849: error: `hook' undeclared (first use in this function) mod_ruby.c:850: error: structure has no member named `notes' mod_ruby.c: At top level: mod_ruby.c:854: error: syntax error before "array_header" mod_ruby.c:857: error: syntax error before '*' token mod_ruby.c: In function `ruby_child_init': mod_ruby.c:909: error: `s' undeclared (first use in this function) mod_ruby.c:914: warning: implicit declaration of function `apr_pool_cleanup_register' mod_ruby.c:914: error: `p' undeclared (first use in this function) mod_ruby.c:914: error: `apr_pool_cleanup_null' undeclared (first use in this function) mod_ruby.c:919: error: structure has no member named `ruby_child_init_handler' mod_ruby.c: At top level: mod_ruby.c:923: error: syntax error before '*' token mod_ruby.c: In function `mod_ruby_clearenv': mod_ruby.c:926: error: `names' undeclared (first use in this function) mod_ruby.c:926: warning: implicit declaration of function `apr_array_make' mod_ruby.c:926: error: `p' undeclared (first use in this function) mod_ruby.c:933: warning: implicit declaration of function `apr_array_push' mod_ruby.c:933: warning: cast to pointer from integer of different size mod_ruby.c:933: warning: implicit declaration of function `apr_pstrndup' mod_ruby.c:933: warning: assignment makes pointer from integer without a cast mod_ruby.c: At top level: mod_ruby.c:957: error: syntax error before '*' token mod_ruby.c: In function `setenv_from_table': mod_ruby.c:959: error: syntax error before '*' token mod_ruby.c:960: error: `env' undeclared (first use in this function) mod_ruby.c:963: error: `env_arr' undeclared (first use in this function) mod_ruby.c:963: warning: implicit declaration of function `apr_table_elts' mod_ruby.c:963: error: `tbl' undeclared (first use in this function) mod_ruby.c:964: error: syntax error before ')' token mod_ruby.c: In function `rb_setup_cgi_env': mod_ruby.c:977: error: structure has no member named `pool' mod_ruby.c:980: error: structure has no member named `subprocess_env' mod_ruby.c:981: error: structure has no member named `env' mod_ruby.c:982: error: structure has no member named `env' mod_ruby.c: At top level: mod_ruby.c:1076: error: syntax error before '*' token mod_ruby.c:1076: error: syntax error before '*' token mod_ruby.c:1077: warning: return type defaults to `int' mod_ruby.c: In function `save_env': mod_ruby.c:1079: error: `result' undeclared (first use in this function) mod_ruby.c:1082: warning: implicit declaration of function `apr_table_make' mod_ruby.c:1082: error: `p' undeclared (first use in this function) mod_ruby.c:1086: warning: assignment makes pointer from integer without a cast mod_ruby.c:1087: warning: implicit declaration of function `apr_pstrdup' mod_ruby.c:1087: warning: assignment makes pointer from integer without a cast mod_ruby.c:1088: warning: implicit declaration of function `apr_table_set' mod_ruby.c: At top level: mod_ruby.c:1095: error: syntax error before '*' token mod_ruby.c: In function `restore_env': mod_ruby.c:1097: error: syntax error before '*' token mod_ruby.c:1098: error: `hdrs' undeclared (first use in this function) mod_ruby.c:1101: error: `p' undeclared (first use in this function) mod_ruby.c:1102: error: `hdrs_arr' undeclared (first use in this function) mod_ruby.c:1102: error: `env' undeclared (first use in this function) mod_ruby.c:1103: error: syntax error before ')' token mod_ruby.c: In function `per_request_init': mod_ruby.c:1118: warning: implicit declaration of function `apr_palloc' mod_ruby.c:1118: error: structure has no member named `pool' mod_ruby.c:1118: warning: assignment makes pointer from integer without a cast mod_ruby.c:1119: error: structure has no member named `saved_env' mod_ruby.c:1119: error: structure has no member named `pool' mod_ruby.c: In function `per_request_cleanup': mod_ruby.c:1176: error: structure has no member named `pool' mod_ruby.c:1176: error: structure has no member named `saved_env' mod_ruby.c: At top level: mod_ruby.c:1223: error: syntax error before "array_header" mod_ruby.c: In function `ruby_handler_internal': mod_ruby.c:1233: error: `handlers_arr' undeclared (first use in this function) mod_ruby.c:1233: error: structure has no member named `handlers_arr' mod_ruby.c: At top level: mod_ruby.c:1291: error: syntax error before "array_header" mod_ruby.c: In function `ruby_handler': mod_ruby.c:1296: error: `handlers_arr' undeclared (first use in this function) mod_ruby.c:1299: error: `r' undeclared (first use in this function) mod_ruby.c:1299: warning: assignment makes pointer from integer without a cast mod_ruby.c:1301: error: structure has no member named `handlers_arr' mod_ruby.c:1302: error: `mid' undeclared (first use in this function) mod_ruby.c:1303: error: `run_all' undeclared (first use in this function) mod_ruby.c:1304: error: `flush' undeclared (first use in this function) mod_ruby.c: In function `ruby_object_handler': mod_ruby.c:1342: error: structure has no member named `ruby_handler' mod_ruby.c:1344: error: structure has no member named `finfo' mod_ruby.c:1344: error: `APR_DIR' undeclared (first use in this function) mod_ruby.c: In function `ruby_trans_handler': mod_ruby.c:1354: error: structure has no member named `ruby_trans_handler' mod_ruby.c: In function `ruby_authen_handler': mod_ruby.c:1363: error: structure has no member named `ruby_authen_handler' mod_ruby.c:1364: error: structure has no member named `ruby_authen_handler' mod_ruby.c: In function `ruby_authz_handler': mod_ruby.c:1373: error: structure has no member named `ruby_authz_handler' mod_ruby.c: In function `ruby_access_handler': mod_ruby.c:1381: error: structure has no member named `ruby_access_handler' mod_ruby.c: In function `ruby_type_handler': mod_ruby.c:1389: error: structure has no member named `ruby_type_handler' mod_ruby.c:1390: error: structure has no member named `ruby_type_handler' mod_ruby.c: In function `ruby_fixup_handler': mod_ruby.c:1398: error: structure has no member named `ruby_fixup_handler' mod_ruby.c:1399: error: structure has no member named `ruby_fixup_handler' mod_ruby.c: In function `ruby_log_handler': mod_ruby.c:1407: error: structure has no member named `ruby_log_handler' mod_ruby.c:1408: error: structure has no member named `ruby_log_handler' mod_ruby.c: At top level: mod_ruby.c:1431: error: syntax error before "ruby_cleanup_handler" mod_ruby.c:1432: warning: return type defaults to `int' mod_ruby.c: In function `ruby_cleanup_handler': mod_ruby.c:1436: error: structure has no member named `ruby_cleanup_handler' mod_ruby.c:1438: error: `APR_SUCCESS' undeclared (first use in this function) mod_ruby.c: In function `ruby_post_read_request_handler': mod_ruby.c:1446: error: structure has no member named `pool' mod_ruby.c:1447: error: `apr_pool_cleanup_null' undeclared (first use in this function) mod_ruby.c:1449: error: structure has no member named `ruby_init_handler' mod_ruby.c:1450: error: structure has no member named `ruby_init_handler' mod_ruby.c:1452: error: structure has no member named `notes' mod_ruby.c:1456: error: structure has no member named `ruby_post_read_request_handler' *** Error code 1 Stop in /usr/ports/www/mod_ruby/work/mod_ruby-1.2.5. *** Error code 1 Stop in /usr/ports/www/mod_ruby. [root@server /usr/ports/www/mod_ruby]# exit exit Script done on Sat Mar 18 19:46:31 2006 --------------030600020502040801090509-- From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:51:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F7216A401; Sat, 18 Mar 2006 18:51:09 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D29E43D48; Sat, 18 Mar 2006 18:51:09 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIp8SL010176; Sat, 18 Mar 2006 18:51:08 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIp8HB010175; Sat, 18 Mar 2006 18:51:08 GMT (envelope-from arved) Message-Id: <200603181851.k2IIp8HB010175@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Mar 2006 18:51:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/osiris Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:51:09 -0000 arved 2006-03-18 18:51:08 UTC FreeBSD ports repository Modified files: security/osiris Makefile distinfo Log: Update to 4.2.0 scan command now pushes baseline database to host. added import-filters command (developer submission). auth.db passwords are now encrypted (hashed). mod_ports has new params to ignore certain port numbers. added -q option to console, to not log to system log. Revision Changes Path 1.23 +1 -1 ports/security/osiris/Makefile 1.17 +3 -3 ports/security/osiris/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 18:52:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C24A16A400; Sat, 18 Mar 2006 18:52:40 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C224F43D55; Sat, 18 Mar 2006 18:52:39 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IIqdYF010224; Sat, 18 Mar 2006 18:52:39 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IIqdMN010223; Sat, 18 Mar 2006 18:52:39 GMT (envelope-from arved) Message-Id: <200603181852.k2IIqdMN010223@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Mar 2006 18:52:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/dnscheck Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 18:52:40 -0000 arved 2006-03-18 18:52:39 UTC FreeBSD ports repository Modified files: dns/dnscheck Makefile distinfo Log: Update to 1.2 improves local and parent name server comparison PR: 94396 Submitted by: Jarrod Sayers Revision Changes Path 1.2 +1 -1 ports/dns/dnscheck/Makefile 1.3 +3 -3 ports/dns/dnscheck/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:07:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E6816A401; Sat, 18 Mar 2006 19:07:05 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E883543D48; Sat, 18 Mar 2006 19:07:04 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJ74kX010842; Sat, 18 Mar 2006 19:07:04 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJ74PY010841; Sat, 18 Mar 2006 19:07:04 GMT (envelope-from netchild) Message-Id: <200603181907.k2IJ74PY010841@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 18 Mar 2006 19:07:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators Makefile ports/emulators/linux_base-fc3 Makefile distinfo.i386 pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist ports/emulators/linux_base-fc3/files yp.conf.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:07:05 -0000 netchild 2006-03-18 19:07:04 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/linux_base-fc3 Makefile distinfo.i386 pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist emulators/linux_base-fc3/files yp.conf.sample Log: The port is intended to become the new default linux_base port (replaces the current linux_base-8 port). You should only switch to this port if you know what you are doing. You may or may not have problems with installing other linux related ports after switching to it. Success or failure reports welcome. To switch: - echo "OVERRIDE_LINUX_BASE_PORT=fc3" >> /etc/make.conf - portupgrade -fo emulators/linux_base-fc3 linux_base-8 News and changes (from submitter with some small changes by me): - based on linux_base-8 port; - don't use linux rpm binary to install. The whole source tree is created at ${WRKDIR} and then installed (using cpio); - removes some files and directories (etc/passwd, etc/group, usr/local, ...) to ensure using FreeBSD original files; - introduces etc/nsswitch.conf.dist and etc/yp.conf.sample files, uses correct install/deinstall behaviour with etc/nsswitch.conf and etc/yp.conf files; - doesn't do [u]mounting while install/deinstall process. Thus it is possible to use jails while building packages. But since linprocfs is not automounted, special measures should be taken at package building for those ports which need a mounted linprocfs (i.e. for linux JDK building); - uses linux ldconfig in the pkg-install file (as opposed to using in the Makefile). It is needed when upgrading (i.e. when other linux libraries are present in the system) and when installing by packages. Submitted by: Boris Samorodov (some small changes by me) Revision Changes Path 1.182 +1 -0 ports/emulators/Makefile 1.1 +195 -0 ports/emulators/linux_base-fc3/Makefile (new) 1.1 +171 -0 ports/emulators/linux_base-fc3/distinfo.i386 (new) 1.1 +15 -0 ports/emulators/linux_base-fc3/files/yp.conf.sample (new) 1.1 +18 -0 ports/emulators/linux_base-fc3/pkg-deinstall (new) 1.1 +9 -0 ports/emulators/linux_base-fc3/pkg-descr (new) 1.1 +43 -0 ports/emulators/linux_base-fc3/pkg-install (new) 1.1 +20 -0 ports/emulators/linux_base-fc3/pkg-message (new) 1.1 +9326 -0 ports/emulators/linux_base-fc3/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:07:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC4216A42C; Sat, 18 Mar 2006 19:07:24 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88E343D49; Sat, 18 Mar 2006 19:07:23 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJ7NsF010888; Sat, 18 Mar 2006 19:07:23 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJ7N8h010887; Sat, 18 Mar 2006 19:07:23 GMT (envelope-from netchild) Message-Id: <200603181907.k2IJ7N8h010887@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 18 Mar 2006 19:07:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:07:24 -0000 netchild 2006-03-18 19:07:23 UTC FreeBSD ports repository Modified files: . modules Log: linux_base-fc3 --> ports/emulators/linux_base-fc3 Revision Changes Path 1.14468 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:09:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0675116A424; Sat, 18 Mar 2006 19:09:47 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB08C43D55; Sat, 18 Mar 2006 19:09:46 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJ9kVx010953; Sat, 18 Mar 2006 19:09:46 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJ9kB5010952; Sat, 18 Mar 2006 19:09:46 GMT (envelope-from arved) Message-Id: <200603181909.k2IJ9kB5010952@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Mar 2006 19:09:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/qfaxreader Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:09:47 -0000 arved 2006-03-18 19:09:46 UTC FreeBSD ports repository Modified files: comms/qfaxreader Makefile distinfo Log: Update to 0.3 PR: 94282 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.3 +3 -3 ports/comms/qfaxreader/Makefile 1.3 +3 -3 ports/comms/qfaxreader/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:14:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E8316A400; Sat, 18 Mar 2006 19:14:22 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E1FA43D46; Sat, 18 Mar 2006 19:14:22 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJEMup011221; Sat, 18 Mar 2006 19:14:22 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJEMs9011220; Sat, 18 Mar 2006 19:14:22 GMT (envelope-from arved) Message-Id: <200603181914.k2IJEMs9011220@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 18 Mar 2006 19:14:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/tkcvs Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:14:22 -0000 arved 2006-03-18 19:14:21 UTC FreeBSD ports repository Modified files: devel/tkcvs Makefile distinfo pkg-plist Log: Update to 8.0.2 PR: 94224 Submitted by: Andrew Pogrebennyk Revision Changes Path 1.33 +2 -2 ports/devel/tkcvs/Makefile 1.13 +3 -3 ports/devel/tkcvs/distinfo 1.14 +20 -22 ports/devel/tkcvs/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:14:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E0516A570; Sat, 18 Mar 2006 19:14:41 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4737C43D46; Sat, 18 Mar 2006 19:14:41 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJEfY5011280; Sat, 18 Mar 2006 19:14:41 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJEfpq011279; Sat, 18 Mar 2006 19:14:41 GMT (envelope-from netchild) Message-Id: <200603181914.k2IJEfpq011279@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 18 Mar 2006 19:14:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed-claws Makefile ports/mail/sylpheed-claws/files extra-doc:Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:14:41 -0000 netchild 2006-03-18 19:14:41 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws Makefile Removed files: mail/sylpheed-claws/files extra-doc:Makefile.in Log: - Sylpheed Claws uses metamail to open attachments with external programs. [1] - The extra patch isn't needed anymore. [2] PR: 94102 [1] Submitted by: Pawel Pekala [1] Noticed by: piotr.smyrak@heron.pl [2] Revision Changes Path 1.89 +3 -6 ports/mail/sylpheed-claws/Makefile 1.3 +0 -11 ports/mail/sylpheed-claws/files/extra-doc:Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:17:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DEC916A400; Sat, 18 Mar 2006 19:17:31 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EADE843D48; Sat, 18 Mar 2006 19:17:30 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJHUHT011416; Sat, 18 Mar 2006 19:17:30 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJHUqg011415; Sat, 18 Mar 2006 19:17:30 GMT (envelope-from mnag) Message-Id: <200603181917.k2IJHUqg011415@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 18 Mar 2006 19:17:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/samhain Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:17:31 -0000 mnag 2006-03-18 19:17:30 UTC FreeBSD ports repository Modified files: security/samhain Makefile distinfo Log: - Update to 2.1.2 - Add PRELUDE option PR: 94406 Submitted by: Robin Gruyters Approved by: maintainer Revision Changes Path 1.32 +7 -2 ports/security/samhain/Makefile 1.30 +3 -3 ports/security/samhain/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:32:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C26EC16A400; Sat, 18 Mar 2006 19:32:46 +0000 (UTC) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA0643D46; Sat, 18 Mar 2006 19:32:46 +0000 (GMT) (envelope-from ups@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJWkL9011936; Sat, 18 Mar 2006 19:32:46 GMT (envelope-from ups@repoman.freebsd.org) Received: (from ups@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJWks9011935; Sat, 18 Mar 2006 19:32:46 GMT (envelope-from ups) Message-Id: <200603181932.k2IJWks9011935@repoman.freebsd.org> From: Stephan Uphoff Date: Sat, 18 Mar 2006 19:32:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:32:46 -0000 ups 2006-03-18 19:32:46 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c Log: Enable global pages TLB extension on Application Processors. MFC after: 3 days Revision Changes Path 1.271 +7 -0 src/sys/amd64/amd64/mp_machdep.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:32:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 239C216A454; Sat, 18 Mar 2006 19:32:52 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0B6D43D46; Sat, 18 Mar 2006 19:32:51 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJWpPH011972; Sat, 18 Mar 2006 19:32:51 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJWpa5011971; Sat, 18 Mar 2006 19:32:51 GMT (envelope-from mnag) Message-Id: <200603181932.k2IJWpa5011971@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 18 Mar 2006 19:32:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-Mock Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:32:52 -0000 mnag 2006-03-18 19:32:51 UTC FreeBSD ports repository Modified files: databases/p5-DBD-Mock Makefile distinfo pkg-plist Log: - Update to 1.32 PR: 94445 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/databases/p5-DBD-Mock/Makefile 1.2 +3 -3 ports/databases/p5-DBD-Mock/distinfo 1.3 +2 -0 ports/databases/p5-DBD-Mock/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:39:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB65416A401; Sat, 18 Mar 2006 19:39:12 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A5943D46; Sat, 18 Mar 2006 19:39:11 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5F28C.dip.t-dialin.net [84.165.242.140]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2IJKcUe089552; Sat, 18 Mar 2006 20:20:38 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2IJd7rn040935; Sat, 18 Mar 2006 20:39:08 +0100 (CET) (envelope-from netchild@FreeBSD.org) Date: Sat, 18 Mar 2006 20:39:07 +0100 From: Alexander Leidinger To: Scott Long Message-ID: <20060318203907.1c1af9fb@Magellan.Leidinger.net> In-Reply-To: <441C54AD.2010705@samsco.org> References: <200603181820.k2IIKIbQ008413@repoman.freebsd.org> <441C54AD.2010705@samsco.org> Organization: FreeBSD X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/i386/linux syscalls.master src/sys/modules/linux Makefile src/sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c linux_misc.c linux_socket.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:39:12 -0000 Am Sat, 18 Mar 2006 11:42:53 -0700 schrieb Scott Long : > Hurray! There's a bug. I don't know how it managed to creep in (I run this patch for a while) but now I can't compile it anymore. ---snip--- In file included from ./machine/../linux/linux.h:36, from @/dev/tdfx/tdfx_linux.h:35, from /big/usr/src/sys/modules/3dfx_linux/../../dev/tdfx/tdfx_linux.c:37: @/i386/linux/linux_syscall.h:84:1: "LINUX_SYS_linux_stat" redefined @/i386/linux/linux_syscall.h:25:1: this is the location of the previous definition ---snip--- I try to find the cause, but anyone is free to help (I'm not that familiar with this syscalls.master stuff). Bye, Alexander. -- If Bill Gates had a dime for every time a Windows box crashed... ...Oh, wait a minute, he already does. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:43:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FCAB16A426; Sat, 18 Mar 2006 19:43:15 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 429DF43D48; Sat, 18 Mar 2006 19:43:15 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IJhEXp012418; Sat, 18 Mar 2006 19:43:15 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IJhENw012413; Sat, 18 Mar 2006 19:43:14 GMT (envelope-from mnag) Message-Id: <200603181943.k2IJhENw012413@repoman.freebsd.org> From: Marcus Alves Grando Date: Sat, 18 Mar 2006 19:43:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/pop-before-smtp Makefile distinfo ports/mail/pop-before-smtp/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:43:15 -0000 mnag 2006-03-18 19:43:12 UTC FreeBSD ports repository Modified files: mail/pop-before-smtp Makefile distinfo mail/pop-before-smtp/files pkg-message.in Log: - Update to 1.41 - Fix pkg-message PR: 94068 Submitted by: Daniel Gerzo Approved by: maintainer timeout, 14 days Revision Changes Path 1.7 +1 -1 ports/mail/pop-before-smtp/Makefile 1.8 +3 -3 ports/mail/pop-before-smtp/distinfo 1.2 +4 -4 ports/mail/pop-before-smtp/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Sat Mar 18 19:45:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D9616A400; Sat, 18 Mar 2006 19:45:09 +0000 (UTC) (envelope-from dirk.meyer@dinoex.sub.org) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2605C43D45; Sat, 18 Mar 2006 19:45:07 +0000 (GMT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from uucp.dinoex.sub.de (dinoex@uucp.dinoex.sub.de [194.45.71.2] (may be forged)) by uucp.dinoex.sub.de (8.13.5/8.13.5) with ESMTP id k2IJj05e025658; Sat, 18 Mar 2006 20:45:01 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) Received: from build.dinoex.sub.de (dinoex@localhost) by uucp.dinoex.sub.de (8.13.5/8.13.5/Submit) with BSMTP id k2IJj0v2025649; Sat, 18 Mar 2006 20:45:00 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: gabor.kovesdan@t-hosting.hu (=?ISO-8859-1?Q?K=F6vesd~n=20G~bor?=), ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Date: Sat, 18 Mar 2006 20:41:45 +0100 X-Mailer: Dinoex 1.79 References: <200603181554.k2IFsYrm093515@repoman.freebsd.org> <200603181554.k2IFsYrm093515@repoman.freebsd.org> <441C564E.5070401@t-hosting.hu> X-Gateway: ZCONNECT build.dinoex.sub.de [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20060318000000W+1@dinoex.sub.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Milter: Spamilter (Reciever: uucp.dinoex.sub.de; Sender-ip: 194.45.71.2; Sender-helo: uucp.dinoex.sub.de; ) Cc: Subject: Re: cvs commit: ports/www/mod_ruby Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:45:09 -0000 Hallo Kövesd~n G~bor, > > Log: > > - Fix build with apache22 > > PR: 94442 > > Submitted by: Hiroto Kagotani > > /usr/local/include/apache22/ap_config.h:25:17: apr.h: No such file or director Sorry no autodetection ... Please set APACHE_PORT=www/apache22 in /etc/make.conf Other ports need this too. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:30:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2667516A420; Sat, 18 Mar 2006 20:30:27 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F3043D45; Sat, 18 Mar 2006 20:30:26 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IKUQOX014113; Sat, 18 Mar 2006 20:30:26 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IKUQXq014112; Sat, 18 Mar 2006 20:30:26 GMT (envelope-from flz) Message-Id: <200603182030.k2IKUQXq014112@repoman.freebsd.org> From: Florent Thoumie Date: Sat, 18 Mar 2006 20:30:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb umass.c usbdevs src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:30:27 -0000 flz 2006-03-18 20:30:26 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) sys/dev/usb usbdevs umass.c sys/cam/scsi scsi_da.c Log: MFC: - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader. src/sys/dev/usb/usbdevs: rev 1.250 -> 1.251 src/sys/cam/scsi/scsi_da.c: rev 1.185 -> 1.186 src/sys/dev/usb/umass.c: rev 1.130 -> 1.131 Approved by: re (mux) Revision Changes Path 1.180.2.6 +8 -0 src/sys/cam/scsi/scsi_da.c 1.122.2.7 +4 -0 src/sys/dev/usb/umass.c 1.232.2.12 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:33:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE44E16A400; Sat, 18 Mar 2006 20:33:29 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8611243D45; Sat, 18 Mar 2006 20:33:29 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IKXTNp014223; Sat, 18 Mar 2006 20:33:29 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IKXTEH014222; Sat, 18 Mar 2006 20:33:29 GMT (envelope-from naddy) Message-Id: <200603182033.k2IKXTEH014222@repoman.freebsd.org> From: Christian Weisgerber Date: Sat, 18 Mar 2006 20:33:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/gtar/files patch-src_xheader.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:33:29 -0000 naddy 2006-03-18 20:33:29 UTC FreeBSD ports repository Modified files: archivers/gtar/files patch-src_xheader.c Log: Fix build on 4.x. PR: 94084 Submitted by: Tod McQuillin Revision Changes Path 1.2 +19 -8 ports/archivers/gtar/files/patch-src_xheader.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:43:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CFD316A422; Sat, 18 Mar 2006 20:43:55 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D1343D69; Sat, 18 Mar 2006 20:43:51 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IKhpwM014755; Sat, 18 Mar 2006 20:43:51 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IKhpnK014754; Sat, 18 Mar 2006 20:43:51 GMT (envelope-from flz) Message-Id: <200603182043.k2IKhpnK014754@repoman.freebsd.org> From: Florent Thoumie Date: Sat, 18 Mar 2006 20:43:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/usb umass.c usbdevs src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:43:55 -0000 flz 2006-03-18 20:43:51 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_5) sys/dev/usb usbdevs umass.c sys/cam/scsi scsi_da.c Log: MFC: - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader. src/sys/dev/usb/usbdevs: rev 1.250 -> 1.251 src/sys/cam/scsi/scsi_da.c: rev 1.185 -> 1.186 src/sys/dev/usb/umass.c: rev 1.130 -> 1.131 Approved by: re (mux) Revision Changes Path 1.171.2.7 +8 -0 src/sys/cam/scsi/scsi_da.c 1.112.2.11 +4 -0 src/sys/dev/usb/umass.c 1.195.2.21 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:47:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 650A016A422; Sat, 18 Mar 2006 20:47:50 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D1B43D69; Sat, 18 Mar 2006 20:47:37 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IKlbq5022528; Sat, 18 Mar 2006 20:47:37 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IKlbQW022527; Sat, 18 Mar 2006 20:47:37 GMT (envelope-from netchild) Message-Id: <200603182047.k2IKlbQW022527@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 18 Mar 2006 20:47:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/linux syscalls.master src/sys/i386/linux syscalls.master src/sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c linux_stats.c linux_sysctl.c linux_uid16.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:47:50 -0000 netchild 2006-03-18 20:47:37 UTC FreeBSD src repository Modified files: sys/alpha/linux syscalls.master sys/i386/linux syscalls.master sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c linux_stats.c linux_sysctl.c linux_uid16.c Log: Fixup some problems in my previous commit (COMPAT_43). Pointyhat to: netchild Revision Changes Path 1.68 +1 -5 src/sys/alpha/linux/syscalls.master 1.93 +0 -1 src/sys/compat/linux/linux_file.c 1.23 +0 -1 src/sys/compat/linux/linux_getcwd.c 1.134 +0 -2 src/sys/compat/linux/linux_ioctl.c 1.45 +0 -2 src/sys/compat/linux/linux_ipc.c 1.25 +0 -2 src/sys/compat/linux/linux_mib.c 1.174 +0 -1 src/sys/compat/linux/linux_misc.c 1.53 +0 -2 src/sys/compat/linux/linux_signal.c 1.64 +0 -1 src/sys/compat/linux/linux_socket.c 1.77 +0 -1 src/sys/compat/linux/linux_stats.c 1.16 +0 -2 src/sys/compat/linux/linux_sysctl.c 1.18 +0 -2 src/sys/compat/linux/linux_uid16.c 1.65 +3 -3 src/sys/i386/linux/syscalls.master From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:49:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 217A216A424; Sat, 18 Mar 2006 20:49:02 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5817F43D6B; Sat, 18 Mar 2006 20:49:01 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IKn1MQ022639; Sat, 18 Mar 2006 20:49:01 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IKn1f0022638; Sat, 18 Mar 2006 20:49:01 GMT (envelope-from netchild) Message-Id: <200603182049.k2IKn1f0022638@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 18 Mar 2006 20:49:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c linux32_sysvec.c src/sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:49:02 -0000 netchild 2006-03-18 20:49:01 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c linux32_sysvec.c sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: regen Revision Changes Path 1.26 +1 -1 src/sys/alpha/linux/linux_proto.h 1.24 +1 -1 src/sys/alpha/linux/linux_syscall.h 1.24 +1 -2 src/sys/alpha/linux/linux_sysent.c 1.8 +0 -0 src/sys/amd64/linux32/linux32_proto.h 1.8 +0 -0 src/sys/amd64/linux32/linux32_syscall.h 1.8 +0 -0 src/sys/amd64/linux32/linux32_sysent.c 1.16 +0 -3 src/sys/amd64/linux32/linux32_sysvec.c 1.68 +16 -1 src/sys/i386/linux/linux_proto.h 1.62 +2 -2 src/sys/i386/linux/linux_syscall.h 1.69 +2 -2 src/sys/i386/linux/linux_sysent.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:50:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50EFB16A401; Sat, 18 Mar 2006 20:50:41 +0000 (UTC) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7739543D4C; Sat, 18 Mar 2006 20:50:40 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k2IKoZLX033637; Sat, 18 Mar 2006 22:50:35 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 44002-07; Sat, 18 Mar 2006 22:50:35 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k2IKo6tq033625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Mar 2006 22:50:06 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k2IKoQ3s062360; Sat, 18 Mar 2006 22:50:26 +0200 (EET) (envelope-from ru) Date: Sat, 18 Mar 2006 22:50:26 +0200 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20060318205026.GA98463@ip.net.ua> References: <200603171854.k2HIsi9A099834@repoman.freebsd.org> <86bqw3y810.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <86bqw3y810.fsf@xps.des.no> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/bin Makefile Makefile.inc src/bin/csh Makefile src/bin/ed Makefile src/contrib/bind9 FREEBSD-Upgrade src/crypto/openssh FREEBSD-upgrade src/etc Makefile hosts.allow src/etc/mtree Makefile src/etc/rc.d Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:50:41 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 18, 2006 at 06:31:07PM +0100, Dag-Erling Sm?rgrav wrote: > Ruslan Ermilov writes: > > Log: > > Reimplementation of world/kernel build options. For details, see: > > =20 > > http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.= html >=20 > There doesn't seem to be a WITHOUT_PROFILE option (to replace > NO_PROFILE). Is that intentional? >=20 There will be such an option, real soon now. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEHHKSqRfpzJluFF4RAuDbAJwJc9aaxfLowIsnOOXeOsMlP0n+MgCeLXYh CHyLixbEwD1wypDaxC+EDDE= =qeWm -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:52:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C3116A400; Sat, 18 Mar 2006 20:52:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694CE43D55; Sat, 18 Mar 2006 20:52:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IKqNGO022936; Sat, 18 Mar 2006 20:52:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IKqNOC022935; Sat, 18 Mar 2006 20:52:23 GMT (envelope-from pav) Message-Id: <200603182052.k2IKqNOC022935@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 20:52:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/linphone-base Makefile Makefile.common distinfo pkg-plist ports/net/linphone-base/files patch-configure patch-console__linphonec.c patch-gnome::Makefile.in patch-mediastreamer2::Makefile.in patch-mediastreamer2__mssync.c patch-oRTP__src__rtpparse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:52:23 -0000 pav 2006-03-18 20:52:23 UTC FreeBSD ports repository Modified files: net/linphone-base Makefile Makefile.common distinfo pkg-plist net/linphone-base/files patch-configure patch-gnome::Makefile.in patch-mediastreamer2::Makefile.in Added files: net/linphone-base/files patch-mediastreamer2__mssync.c patch-oRTP__src__rtpparse.c Removed files: net/linphone-base/files patch-console__linphonec.c Log: - Update to 1.3.0 PR: ports/94502 Submitted by: KATO Tsuguru Revision Changes Path 1.32 +5 -5 ports/net/linphone-base/Makefile 1.6 +2 -2 ports/net/linphone-base/Makefile.common 1.14 +3 -3 ports/net/linphone-base/distinfo 1.12 +7 -18 ports/net/linphone-base/files/patch-configure 1.2 +0 -32 ports/net/linphone-base/files/patch-console__linphonec.c (dead) 1.9 +10 -10 ports/net/linphone-base/files/patch-gnome::Makefile.in 1.2 +11 -19 ports/net/linphone-base/files/patch-mediastreamer2::Makefile.in 1.1 +19 -0 ports/net/linphone-base/files/patch-mediastreamer2__mssync.c (new) 1.1 +19 -0 ports/net/linphone-base/files/patch-oRTP__src__rtpparse.c (new) 1.16 +4 -4 ports/net/linphone-base/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:52:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 435BF16A422; Sat, 18 Mar 2006 20:52:28 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E094F43D77; Sat, 18 Mar 2006 20:52:27 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IKqRHm022967; Sat, 18 Mar 2006 20:52:27 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IKqRwo022966; Sat, 18 Mar 2006 20:52:27 GMT (envelope-from flz) Message-Id: <200603182052.k2IKqRwo022966@repoman.freebsd.org> From: Florent Thoumie Date: Sat, 18 Mar 2006 20:52:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/roundcube Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:52:28 -0000 flz 2006-03-18 20:52:27 UTC FreeBSD ports repository Modified files: mail/roundcube Makefile distinfo Log: - Update to snapshot 20060315. PR: ports/94651 Submitted by: Babak Farrokhi Revision Changes Path 1.12 +1 -1 ports/mail/roundcube/Makefile 1.8 +3 -3 ports/mail/roundcube/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:53:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B68516A400; Sat, 18 Mar 2006 20:53:18 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E4543D68; Sat, 18 Mar 2006 20:53:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IKrHYe023020; Sat, 18 Mar 2006 20:53:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IKrHxj023019; Sat, 18 Mar 2006 20:53:17 GMT (envelope-from pav) Message-Id: <200603182053.k2IKrHxj023019@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 20:53:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/linphone Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:53:18 -0000 pav 2006-03-18 20:53:17 UTC FreeBSD ports repository Modified files: net/linphone Makefile Log: - Update to 1.3.0 PR: ports/94500 Submitted by: KATO Tsuguru Revision Changes Path 1.31 +1 -1 ports/net/linphone/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 20:58:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC83C16A400; Sat, 18 Mar 2006 20:58:21 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B6843D58; Sat, 18 Mar 2006 20:58:20 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F28C.dip.t-dialin.net [84.165.242.140]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k2IKdh3g089814; Sat, 18 Mar 2006 21:39:44 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k2IKwF1l055482; Sat, 18 Mar 2006 21:58:15 +0100 (CET) (envelope-from Alexander@Leidinger.net) Date: Sat, 18 Mar 2006 21:58:14 +0100 From: Alexander Leidinger To: Scott Long Message-ID: <20060318215814.40b304ca@Magellan.Leidinger.net> In-Reply-To: <20060318203907.1c1af9fb@Magellan.Leidinger.net> References: <200603181820.k2IIKIbQ008413@repoman.freebsd.org> <441C54AD.2010705@samsco.org> <20060318203907.1c1af9fb@Magellan.Leidinger.net> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/i386/linux syscalls.master src/sys/modules/linux Makefile src/sys/compat/linux linux_file.c linux_getcwd.c linux_ioctl.c linux_misc.c linux_socket.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 20:58:22 -0000 Am Sat, 18 Mar 2006 20:39:07 +0100 schrieb Alexander Leidinger : > There's a bug. It should be fixed now. I see no differences in the linux directories (ncvs update amd64/linux32 alpha/linux i386/linux compat/linux), I run a freshly compiled kernel (and the linuxolator still works... at least with acroread). Bye, Alexander. -- The computer revolution is over. The computers won. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:00:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C6416A41F; Sat, 18 Mar 2006 21:00:13 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4713543D4C; Sat, 18 Mar 2006 21:00:13 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IL0DsW023388; Sat, 18 Mar 2006 21:00:13 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IL0DOY023387; Sat, 18 Mar 2006 21:00:13 GMT (envelope-from thierry) Message-Id: <200603182100.k2IL0DOY023387@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 18 Mar 2006 21:00:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/glob2 Makefile distinfo pkg-message ports/games/glob2/files patch-libgag_src_FileManager.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:00:33 -0000 thierry 2006-03-18 21:00:12 UTC FreeBSD ports repository Modified files: games/glob2 Makefile distinfo pkg-message Removed files: games/glob2/files patch-libgag_src_FileManager.cpp Log: Update to 0.8.19 and make fetchable again. Changelog at . eported by: pointyhat via Kris Revision Changes Path 1.12 +2 -2 ports/games/glob2/Makefile 1.7 +3 -3 ports/games/glob2/distinfo 1.2 +0 -45 ports/games/glob2/files/patch-libgag_src_FileManager.cpp (dead) 1.2 +1 -1 ports/games/glob2/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:00:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 191DF16A426; Sat, 18 Mar 2006 21:00:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D915743D45; Sat, 18 Mar 2006 21:00:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IL0bkq023468; Sat, 18 Mar 2006 21:00:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IL0bBS023467; Sat, 18 Mar 2006 21:00:37 GMT (envelope-from pav) Message-Id: <200603182100.k2IL0bBS023467@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 21:00:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/pam_bsdbioapi Makefile distinfo pkg-descr pkg-plist ports/security/pam_bsdbioapi/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:00:38 -0000 pav 2006-03-18 21:00:37 UTC FreeBSD ports repository Modified files: security/pam_bsdbioapi Makefile distinfo pkg-descr pkg-plist Added files: security/pam_bsdbioapi/files pkg-message.in Log: - Update to 1.5 PR: ports/93794 Submitted by: Fredrik Lindberg (maintainer) Revision Changes Path 1.2 +32 -1 ports/security/pam_bsdbioapi/Makefile 1.2 +3 -3 ports/security/pam_bsdbioapi/distinfo 1.1 +10 -0 ports/security/pam_bsdbioapi/files/pkg-message.in (new) 1.2 +4 -0 ports/security/pam_bsdbioapi/pkg-descr 1.2 +8 -2 ports/security/pam_bsdbioapi/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:07:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1650716A401; Sat, 18 Mar 2006 21:07:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0AF643D7E; Sat, 18 Mar 2006 21:07:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IL7wwC023706; Sat, 18 Mar 2006 21:07:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IL7wrM023705; Sat, 18 Mar 2006 21:07:58 GMT (envelope-from pav) Message-Id: <200603182107.k2IL7wrM023705@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 21:07:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/qcomicbook Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:07:59 -0000 pav 2006-03-18 21:07:58 UTC FreeBSD ports repository Modified files: graphics/qcomicbook Makefile distinfo Log: - Update to 0.2.7 PR: ports/94497 Submitted by: KATO Tsuguru Revision Changes Path 1.10 +1 -1 ports/graphics/qcomicbook/Makefile 1.9 +3 -3 ports/graphics/qcomicbook/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:13:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A65C116A401; Sat, 18 Mar 2006 21:13:26 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5DE643D7E; Sat, 18 Mar 2006 21:13:15 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILDFi3023927; Sat, 18 Mar 2006 21:13:15 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILDFPB023924; Sat, 18 Mar 2006 21:13:15 GMT (envelope-from joerg) Message-Id: <200603182113.k2ILDFPB023924@repoman.freebsd.org> From: Joerg Wunsch Date: Sat, 18 Mar 2006 21:13:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:13:26 -0000 joerg 2006-03-18 21:13:15 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Add reference to PR to TOSHIBA TransMemory quirk entry. Revision Changes Path 1.189 +1 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:14:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ACC916A422; Sat, 18 Mar 2006 21:14:44 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CF343D62; Sat, 18 Mar 2006 21:14:43 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILEhiG024065; Sat, 18 Mar 2006 21:14:43 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILEhgX024064; Sat, 18 Mar 2006 21:14:43 GMT (envelope-from joerg) Message-Id: <200603182114.k2ILEhgX024064@repoman.freebsd.org> From: Joerg Wunsch Date: Sat, 18 Mar 2006 21:14:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:14:44 -0000 joerg 2006-03-18 21:14:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam/scsi scsi_da.c Log: Add reference to PR for TOSHIBA TransMemory quirk entry. Approved by: re (implicitly) Revision Changes Path 1.180.2.7 +1 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:15:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D4FE16A420; Sat, 18 Mar 2006 21:15:45 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A62743D78; Sat, 18 Mar 2006 21:15:40 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILFeET024221; Sat, 18 Mar 2006 21:15:40 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILFerc024220; Sat, 18 Mar 2006 21:15:40 GMT (envelope-from joerg) Message-Id: <200603182115.k2ILFerc024220@repoman.freebsd.org> From: Joerg Wunsch Date: Sat, 18 Mar 2006 21:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:15:45 -0000 joerg 2006-03-18 21:15:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/cam/scsi scsi_da.c Log: Add reference to PR for TOSHIBA TransMemory quirk entry. Approved by: re (implicitly) Revision Changes Path 1.171.2.8 +1 -0 src/sys/cam/scsi/scsi_da.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:18:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6946C16A422; Sat, 18 Mar 2006 21:18:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37CE543D70; Sat, 18 Mar 2006 21:18:04 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILI4vH024342; Sat, 18 Mar 2006 21:18:04 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILI42T024341; Sat, 18 Mar 2006 21:18:04 GMT (envelope-from pav) Message-Id: <200603182118.k2ILI42T024341@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 21:18:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/flobopuyo Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:18:04 -0000 pav 2006-03-18 21:18:04 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/flobopuyo Makefile distinfo pkg-descr pkg-plist Log: Puyos are fancy smiling bubbles... But they can really be invading sometimes! Your goal is to make groups of colored puyos to make them explode and send bad ghost Puyos to your oponent. You win the game if your oponent reaches the top of the board. You can play against computer or an other human. PR: ports/94520 Submitted by: Dmitry Marakasov Revision Changes Path 1.937 +1 -0 ports/games/Makefile 1.1 +31 -0 ports/games/flobopuyo/Makefile (new) 1.1 +3 -0 ports/games/flobopuyo/distinfo (new) 1.1 +7 -0 ports/games/flobopuyo/pkg-descr (new) 1.1 +86 -0 ports/games/flobopuyo/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:18:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C1E16A41F; Sat, 18 Mar 2006 21:18:47 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 044EB43D78; Sat, 18 Mar 2006 21:18:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILIkYb024389; Sat, 18 Mar 2006 21:18:46 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILIk8J024388; Sat, 18 Mar 2006 21:18:46 GMT (envelope-from pav) Message-Id: <200603182118.k2ILIk8J024388@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 21:18:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:18:47 -0000 pav 2006-03-18 21:18:46 UTC FreeBSD ports repository Modified files: . modules Log: flobopuyo --> ports/games/flobopuyo Revision Changes Path 1.14469 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:23:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F5616A425; Sat, 18 Mar 2006 21:23:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C327943D46; Sat, 18 Mar 2006 21:23:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILNgpW024650; Sat, 18 Mar 2006 21:23:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILNgQh024649; Sat, 18 Mar 2006 21:23:42 GMT (envelope-from pav) Message-Id: <200603182123.k2ILNgQh024649@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 21:23:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu Makefile pkg-message ports/emulators/qemu/files patch-bsdusb.patch patch-dyngen.h patch-hw-ne2000.c patch-hw-usb-uhci.c patch-hw-usb.c patch-sdl.c patch-slirp-socket.c patch-target-i386-translate.c patch-usb-hchalt ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:23:43 -0000 pav 2006-03-18 21:23:42 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile pkg-message Added files: emulators/qemu/files patch-bsdusb.patch patch-dyngen.h patch-hw-ne2000.c patch-hw-usb-uhci.c patch-hw-usb.c patch-sdl.c patch-slirp-socket.c patch-target-i386-translate.c patch-usb-hchalt patch-usb-hubfixups patch-vl.c-nographic Log: - Add Lonnie's usb host support patches and a bunch of other fixes mostly from cvs, including a workaround for the -nographic crash. PR: ports/94654 Submitted by: Juergen Lock (maintainer) Revision Changes Path 1.46 +1 -1 ports/emulators/qemu/Makefile 1.1 +741 -0 ports/emulators/qemu/files/patch-bsdusb.patch (new) 1.1 +11 -0 ports/emulators/qemu/files/patch-dyngen.h (new) 1.1 +44 -0 ports/emulators/qemu/files/patch-hw-ne2000.c (new) 1.1 +28 -0 ports/emulators/qemu/files/patch-hw-usb-uhci.c (new) 1.1 +11 -0 ports/emulators/qemu/files/patch-hw-usb.c (new) 1.1 +29 -0 ports/emulators/qemu/files/patch-sdl.c (new) 1.1 +18 -0 ports/emulators/qemu/files/patch-slirp-socket.c (new) 1.1 +29 -0 ports/emulators/qemu/files/patch-target-i386-translate.c (new) 1.1 +10 -0 ports/emulators/qemu/files/patch-usb-hchalt (new) 1.1 +87 -0 ports/emulators/qemu/files/patch-usb-hubfixups (new) 1.1 +9 -0 ports/emulators/qemu/files/patch-vl.c-nographic (new) 1.12 +12 -0 ports/emulators/qemu/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:25:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E236216A41F; Sat, 18 Mar 2006 21:25:23 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD7B43D45; Sat, 18 Mar 2006 21:25:23 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILPNqS024781; Sat, 18 Mar 2006 21:25:23 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILPNHs024780; Sat, 18 Mar 2006 21:25:23 GMT (envelope-from leeym) Message-Id: <200603182125.k2ILPNHs024780@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 18 Mar 2006 21:25:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-PathTools Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:25:24 -0000 leeym 2006-03-18 21:25:23 UTC FreeBSD ports repository Modified files: devel/p5-PathTools Makefile distinfo Log: - update to 3.17 Revision Changes Path 1.24 +1 -1 ports/devel/p5-PathTools/Makefile 1.17 +3 -3 ports/devel/p5-PathTools/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:31:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C02A016A428; Sat, 18 Mar 2006 21:31:43 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A2C43D45; Sat, 18 Mar 2006 21:31:43 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILVhY6025052; Sat, 18 Mar 2006 21:31:43 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILVhSv025051; Sat, 18 Mar 2006 21:31:43 GMT (envelope-from thierry) Message-Id: <200603182131.k2ILVhSv025051@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 18 Mar 2006 21:31:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/getdp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:31:43 -0000 thierry 2006-03-18 21:31:43 UTC FreeBSD ports repository Modified files: science/getdp Makefile distinfo Log: Update to 1.2.1. Changelog at . Revision Changes Path 1.11 +2 -2 ports/science/getdp/Makefile 1.7 +3 -3 ports/science/getdp/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:32:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE43616A422; Sat, 18 Mar 2006 21:32:18 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A05F43D4C; Sat, 18 Mar 2006 21:32:18 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILWIYF025093; Sat, 18 Mar 2006 21:32:18 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILWI0T025092; Sat, 18 Mar 2006 21:32:18 GMT (envelope-from thierry) Message-Id: <200603182132.k2ILWI0T025092@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 18 Mar 2006 21:32:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/gmsh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:32:19 -0000 thierry 2006-03-18 21:32:18 UTC FreeBSD ports repository Modified files: cad/gmsh Makefile distinfo Log: Update to 1.64.1. Changelog at . Revision Changes Path 1.40 +1 -1 ports/cad/gmsh/Makefile 1.28 +3 -3 ports/cad/gmsh/distinfo From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:37:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A02C816A400; Sat, 18 Mar 2006 21:37:12 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A2C443D5D; Sat, 18 Mar 2006 21:37:05 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILb5CP025480; Sat, 18 Mar 2006 21:37:05 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILb5fJ025479; Sat, 18 Mar 2006 21:37:05 GMT (envelope-from ru) Message-Id: <200603182137.k2ILb5fJ025479@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 Mar 2006 21:37:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 src/gnu/lib/libg2c Makefile src/gnu/lib/libgcc Makefile src/gnu/lib/libgcov Makefile src/lib/libc_r Makefile src/lib/libncurses Makefile src/lib/libpam/modules Makefile.inc src/lib/libthr Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:37:12 -0000 ru 2006-03-18 21:37:05 UTC FreeBSD src repository Modified files: . Makefile.inc1 gnu/lib/libg2c Makefile gnu/lib/libgcc Makefile gnu/lib/libgcov Makefile lib/libc_r Makefile lib/libncurses Makefile lib/libpam/modules Makefile.inc lib/libthr Makefile release Makefile share/mk bsd.lib.mk usr.bin/lex/lib Makefile Log: Convert NO_PROFILE and NO_LIB32 to new style. Revision Changes Path 1.541 +5 -6 src/Makefile.inc1 1.17 +3 -1 src/gnu/lib/libg2c/Makefile 1.55 +3 -2 src/gnu/lib/libgcc/Makefile 1.4 +3 -2 src/gnu/lib/libgcov/Makefile 1.43 +1 -1 src/lib/libc_r/Makefile 1.82 +1 -1 src/lib/libncurses/Makefile 1.19 +1 -1 src/lib/libpam/modules/Makefile.inc 1.17 +4 -1 src/lib/libthr/Makefile 1.906 +2 -2 src/release/Makefile 1.174 +3 -3 src/share/mk/bsd.lib.mk 1.10 +3 -1 src/usr.bin/lex/lib/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:48:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED0C16A422; Sat, 18 Mar 2006 21:48:09 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019D243D4C; Sat, 18 Mar 2006 21:48:01 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id k2ILlxFP085543; Sat, 18 Mar 2006 22:47:59 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.13.4/8.13.4) with ESMTP id k2ILltvu030122 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 18 Mar 2006 22:47:56 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id k2ILltqe050605; Sat, 18 Mar 2006 22:47:55 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id k2ILltnT050604; Sat, 18 Mar 2006 22:47:55 +0100 (CET) (envelope-from ticso) Date: Sat, 18 Mar 2006 22:47:55 +0100 From: Bernd Walter To: Warner Losh Message-ID: <20060318214754.GD49175@cicely12.cicely.de> References: <200603180145.k2I1jTCr034597@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603180145.k2I1jTCr034597@repoman.freebsd.org> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Report: * -3.3 ALL_TRUSTED Did not pass through any untrusted hosts * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on cicely12.cicely.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/at91 ohci_atmelarm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:48:09 -0000 On Sat, Mar 18, 2006 at 01:45:29AM +0000, Warner Losh wrote: > imp 2006-03-18 01:45:29 UTC > > FreeBSD src repository > > Added files: > sys/arm/at91 ohci_atmelarm.c > Log: > MFp4: > > Add bus attachment for the ohci device on this chip. The bus and hub > are detected correctly, but the children devices aren't detected > correctly for reasons unknown. The errata of the AT91RM9200 lists an unbonded secondary port in PQFP packages which may result in errously device detection. -- B.Walter http://www.bwct.de http://www.fizon.de bernd@bwct.de info@bwct.de support@fizon.de From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:48:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0AF716A424; Sat, 18 Mar 2006 21:48:09 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A81E43D60; Sat, 18 Mar 2006 21:48:09 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILm9NY025996; Sat, 18 Mar 2006 21:48:09 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILm9cr025995; Sat, 18 Mar 2006 21:48:09 GMT (envelope-from glebius) Message-Id: <200603182148.k2ILm9cr025995@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Mar 2006 21:48:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:48:09 -0000 glebius 2006-03-18 21:48:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: MFC 1.111: Set ifp->if_baudrate according to current speed. Approved by: re (mux) Revision Changes Path 1.65.2.15 +2 -2 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:49:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEDCC16A400; Sat, 18 Mar 2006 21:49:47 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7269843D7E; Sat, 18 Mar 2006 21:49:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILnha3026067; Sat, 18 Mar 2006 21:49:43 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILnhHM026066; Sat, 18 Mar 2006 21:49:43 GMT (envelope-from glebius) Message-Id: <200603182149.k2ILnhHM026066@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Mar 2006 21:49:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/ln ln.1 ln.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:49:47 -0000 glebius 2006-03-18 21:49:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/ln ln.1 ln.c Log: MFC: Add '-F' option which allows to delete existing empty directories, when creating symbolic links. PR: bin/92149 Submitted by: Eugene Grosbein Approved by: re (mux) Revision Changes Path 1.30.2.1 +27 -3 src/bin/ln/ln.1 1.33.2.1 +23 -5 src/bin/ln/ln.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:52:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E9F16A400; Sat, 18 Mar 2006 21:52:00 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F77F43D9A; Sat, 18 Mar 2006 21:51:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILpsF8026239; Sat, 18 Mar 2006 21:51:54 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILpsMI026238; Sat, 18 Mar 2006 21:51:54 GMT (envelope-from glebius) Message-Id: <200603182151.k2ILpsMI026238@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Mar 2006 21:51:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ng_one2many.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:52:00 -0000 glebius 2006-03-18 21:51:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 ng_one2many.4 Log: MFC 1.24,1.25: Fix misinformation in "setconfig" message description. Noticed by: Brian A. Seklecki Approved by: re (mux) Revision Changes Path 1.23.2.1 +6 -5 src/share/man/man4/ng_one2many.4 From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:54:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD7916A425; Sat, 18 Mar 2006 21:54:10 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2732A43D5E; Sat, 18 Mar 2006 21:54:10 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILsAXx026353; Sat, 18 Mar 2006 21:54:10 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILsAW2026352; Sat, 18 Mar 2006 21:54:10 GMT (envelope-from glebius) Message-Id: <200603182154.k2ILsAW2026352@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Mar 2006 21:54:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man4 ng_one2many.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:54:10 -0000 glebius 2006-03-18 21:54:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 ng_one2many.4 Log: MFC 1.24,1.25: Fix misinformation in "setconfig" message description. Noticed by: Brian A. Seklecki Approved by: re (mux) Revision Changes Path 1.20.2.1 +6 -5 src/share/man/man4/ng_one2many.4 From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:55:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CDAD16A424; Sat, 18 Mar 2006 21:55:43 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3855343D6E; Sat, 18 Mar 2006 21:55:43 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILthjk026481; Sat, 18 Mar 2006 21:55:43 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILthY0026480; Sat, 18 Mar 2006 21:55:43 GMT (envelope-from glebius) Message-Id: <200603182155.k2ILthY0026480@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Mar 2006 21:55:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:55:43 -0000 glebius 2006-03-18 21:55:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mbuf.c Log: MFC 1.21,1.22: Fix several typos and trim spaces at eol. PR: kern/93759 Submitted by: Antoine Brodin Approved by: re (mux) Revision Changes Path 1.9.2.7 +7 -7 src/sys/kern/kern_mbuf.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 21:59:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22E8616A401; Sat, 18 Mar 2006 21:59:23 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D0943D48; Sat, 18 Mar 2006 21:59:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2ILxM9R026633; Sat, 18 Mar 2006 21:59:22 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2ILxMDc026632; Sat, 18 Mar 2006 21:59:22 GMT (envelope-from glebius) Message-Id: <200603182159.k2ILxMDc026632@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Mar 2006 21:59:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 21:59:23 -0000 glebius 2006-03-18 21:59:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.c Log: MFC 1.119: There is no IFF_POLLING flag anymore. Approved by: re (mux) Revision Changes Path 1.113.2.5 +1 -1 src/sbin/ifconfig/ifconfig.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:00:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBD216A563; Sat, 18 Mar 2006 22:00:42 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D5943D64; Sat, 18 Mar 2006 22:00:37 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IM0bWL026763; Sat, 18 Mar 2006 22:00:37 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IM0bbe026762; Sat, 18 Mar 2006 22:00:37 GMT (envelope-from glebius) Message-Id: <200603182200.k2IM0bbe026762@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 18 Mar 2006 22:00:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_tcpmss.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:00:42 -0000 glebius 2006-03-18 22:00:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_tcpmss.c Log: MFC 1.3: Free private data when deleting hook. PR: kern/93952 Submitted by: Antoine Brodin Approved by: re (mux) Revision Changes Path 1.2.2.1 +2 -0 src/sys/netgraph/ng_tcpmss.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:06:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 985CE16A424; Sat, 18 Mar 2006 22:06:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE3A43D45; Sat, 18 Mar 2006 22:06:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IM6Zbq026994; Sat, 18 Mar 2006 22:06:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IM6Z97026993; Sat, 18 Mar 2006 22:06:35 GMT (envelope-from pav) Message-Id: <200603182206.k2IM6Z97026993@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 22:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/aircrack Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:06:35 -0000 pav 2006-03-18 22:06:35 UTC FreeBSD ports repository Modified files: net-mgmt/aircrack Makefile pkg-descr Log: - Update MASTER_SITES, WWW PR: ports/94658 Submitted by: Lars Engels (maintainer) Revision Changes Path 1.3 +6 -10 ports/net-mgmt/aircrack/Makefile 1.2 +1 -1 ports/net-mgmt/aircrack/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:07:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F2A216A400; Sat, 18 Mar 2006 22:07:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864C143D70; Sat, 18 Mar 2006 22:07:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IM7tHj027118; Sat, 18 Mar 2006 22:07:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IM7toY027117; Sat, 18 Mar 2006 22:07:55 GMT (envelope-from pav) Message-Id: <200603182207.k2IM7toY027117@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 22:07:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/kiki Makefile distinfo pkg-descr pkg-plist ports/games/kiki/files extra-patch-kodilib-src-types-kvector.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:07:58 -0000 pav 2006-03-18 22:07:55 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/kiki Makefile distinfo pkg-descr pkg-plist games/kiki/files extra-patch-kodilib-src-types-kvector.h Log: kiki the nano bot is a 3-D puzzle game, basically a mixture of the games Sokoban and Kula-World. WWW: http://kiki.sourceforge.net/ PR: ports/94563 Submitted by: Dmitry Marakasov Revision Changes Path 1.938 +1 -0 ports/games/Makefile 1.1 +60 -0 ports/games/kiki/Makefile (new) 1.1 +3 -0 ports/games/kiki/distinfo (new) 1.1 +13 -0 ports/games/kiki/files/extra-patch-kodilib-src-types-kvector.h (new) 1.1 +4 -0 ports/games/kiki/pkg-descr (new) 1.1 +116 -0 ports/games/kiki/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:08:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2413E16A426; Sat, 18 Mar 2006 22:08:37 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF58443D5F; Sat, 18 Mar 2006 22:08:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IM8YpA027167; Sat, 18 Mar 2006 22:08:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IM8Ypd027166; Sat, 18 Mar 2006 22:08:34 GMT (envelope-from pav) Message-Id: <200603182208.k2IM8Ypd027166@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 22:08:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:08:37 -0000 pav 2006-03-18 22:08:34 UTC FreeBSD ports repository Modified files: . modules Log: kiki --> ports/games/kiki Revision Changes Path 1.14470 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:13:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81F1F16A400; Sat, 18 Mar 2006 22:13:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D19843D48; Sat, 18 Mar 2006 22:13:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IMD6LP027382; Sat, 18 Mar 2006 22:13:06 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IMD6Xi027381; Sat, 18 Mar 2006 22:13:06 GMT (envelope-from pav) Message-Id: <200603182213.k2IMD6Xi027381@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 22:13:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cnet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:13:06 -0000 pav 2006-03-18 22:13:06 UTC FreeBSD ports repository Modified files: net/cnet Makefile Log: - Add MASTER_SITES - Style PR: ports/94656 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) Revision Changes Path 1.30 +6 -3 ports/net/cnet/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:14:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DFC916A420; Sat, 18 Mar 2006 22:14:20 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6840443D48; Sat, 18 Mar 2006 22:14:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IMEKBg027547; Sat, 18 Mar 2006 22:14:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IMEKqY027546; Sat, 18 Mar 2006 22:14:20 GMT (envelope-from pav) Message-Id: <200603182214.k2IMEKqY027546@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 22:14:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/reminiscence Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/reminiscence/files patch-main.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:14:20 -0000 pav 2006-03-18 22:14:20 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/reminiscence Makefile distinfo pkg-descr pkg-message pkg-plist games/reminiscence/files patch-main.cpp Log: REminiscence is a rewrite of the engine used in the game Flashback from Delphine Software. This program is designed as a cross-platform replacement for the original executable and uses the SDL library. It allows you to rediscover and play it on modern machines using the original datafiles. WWW: http://membres.lycos.fr/cyxdown/reminiscence/ PR: ports/93168 Submitted by: Dmitry Marakasov Revision Changes Path 1.939 +1 -0 ports/games/Makefile 1.1 +44 -0 ports/games/reminiscence/Makefile (new) 1.1 +3 -0 ports/games/reminiscence/distinfo (new) 1.1 +34 -0 ports/games/reminiscence/files/patch-main.cpp (new) 1.1 +7 -0 ports/games/reminiscence/pkg-descr (new) 1.1 +18 -0 ports/games/reminiscence/pkg-message (new) 1.1 +4 -0 ports/games/reminiscence/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:15:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA2216A401; Sat, 18 Mar 2006 22:15:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8609F43D48; Sat, 18 Mar 2006 22:15:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IMF7Ye027631; Sat, 18 Mar 2006 22:15:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IMF7uF027630; Sat, 18 Mar 2006 22:15:07 GMT (envelope-from pav) Message-Id: <200603182215.k2IMF7uF027630@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 22:15:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:15:08 -0000 pav 2006-03-18 22:15:07 UTC FreeBSD ports repository Modified files: . modules Log: reminiscence --> ports/games/reminiscence Revision Changes Path 1.14471 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:21:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB9B16A41F; Sat, 18 Mar 2006 22:21:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833D943D45; Sat, 18 Mar 2006 22:21:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IMLqIh028255; Sat, 18 Mar 2006 22:21:52 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IMLqgG028254; Sat, 18 Mar 2006 22:21:52 GMT (envelope-from linimon) Message-Id: <200603182221.k2IMLqgG028254@repoman.freebsd.org> From: Mark Linimon Date: Sat, 18 Mar 2006 22:21:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/btc Makefile ports/benchmarks/nttcp Makefile ports/devel/clig Makefile ports/editors/vigor Makefile ports/graphics/g2 Makefile ports/graphics/stamp Makefile ports/irc/bnc Makefile ports/misc/gtkfind Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:21:52 -0000 linimon 2006-03-18 22:21:52 UTC FreeBSD ports repository Modified files: audio/btc Makefile benchmarks/nttcp Makefile devel/clig Makefile editors/vigor Makefile graphics/g2 Makefile graphics/stamp Makefile irc/bnc Makefile misc/gtkfind Makefile net-mgmt/flow-tools Makefile net-mgmt/junipoll Makefile net-mgmt/p5-Altoids Makefile net/xwhois Makefile security/portscanner Makefile Log: Reset maintainer at his request due to current lack of FreeBSD time. Revision Changes Path 1.5 +1 -1 ports/audio/btc/Makefile 1.16 +1 -1 ports/benchmarks/nttcp/Makefile 1.14 +1 -1 ports/devel/clig/Makefile 1.13 +1 -1 ports/editors/vigor/Makefile 1.14 +1 -1 ports/graphics/g2/Makefile 1.16 +1 -1 ports/graphics/stamp/Makefile 1.15 +1 -1 ports/irc/bnc/Makefile 1.23 +1 -1 ports/misc/gtkfind/Makefile 1.17 +1 -1 ports/net-mgmt/flow-tools/Makefile 1.6 +1 -1 ports/net-mgmt/junipoll/Makefile 1.8 +1 -1 ports/net-mgmt/p5-Altoids/Makefile 1.23 +1 -1 ports/net/xwhois/Makefile 1.17 +1 -1 ports/security/portscanner/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:24:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D7F116A422; Sat, 18 Mar 2006 22:24:53 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B32D43D45; Sat, 18 Mar 2006 22:24:53 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IMOrcP028343; Sat, 18 Mar 2006 22:24:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IMOrUT028342; Sat, 18 Mar 2006 22:24:53 GMT (envelope-from marcus) Message-Id: <200603182224.k2IMOrUT028342@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Mar 2006 22:24:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/wzdftpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:24:53 -0000 marcus 2006-03-18 22:24:53 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile Log: Chase the avahi shared lib version. Reported by: pointyhat via kris Revision Changes Path 1.41 +2 -2 ports/ftp/wzdftpd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:25:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C792F16A400; Sat, 18 Mar 2006 22:25:48 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6099C43D72; Sat, 18 Mar 2006 22:25:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IMPjqw028452; Sat, 18 Mar 2006 22:25:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IMPiYI028451; Sat, 18 Mar 2006 22:25:44 GMT (envelope-from marcus) Message-Id: <200603182225.k2IMPiYI028451@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 Mar 2006 22:25:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/guile-gtk Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:25:48 -0000 marcus 2006-03-18 22:25:44 UTC FreeBSD ports repository Modified files: x11-toolkits/guile-gtk Makefile pkg-plist Log: Correct a plist typo. Reported by: pointyhat via kris Revision Changes Path 1.32 +1 -0 ports/x11-toolkits/guile-gtk/Makefile 1.11 +1 -1 ports/x11-toolkits/guile-gtk/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:34:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41A3616A420; Sat, 18 Mar 2006 22:34:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFBA43D62; Sat, 18 Mar 2006 22:34:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IMYBJ5028766; Sat, 18 Mar 2006 22:34:11 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IMYBP3028765; Sat, 18 Mar 2006 22:34:11 GMT (envelope-from linimon) Message-Id: <200603182234.k2IMYBP3028765@repoman.freebsd.org> From: Mark Linimon Date: Sat, 18 Mar 2006 22:34:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/alephone Makefile ports/games/alephone-data Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:34:14 -0000 linimon 2006-03-18 22:34:11 UTC FreeBSD ports repository Modified files: games/alephone Makefile games/alephone-data Makefile Log: Reset maintainer at his request, as he only has FreeBSD on servers these days. Revision Changes Path 1.6 +1 -1 ports/games/alephone-data/Makefile 1.21 +1 -1 ports/games/alephone/Makefile From owner-cvs-all@FreeBSD.ORG Sat Mar 18 22:44:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBE116A422; Sat, 18 Mar 2006 22:44:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D3043D45; Sat, 18 Mar 2006 22:44:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IMitdY029310; Sat, 18 Mar 2006 22:44:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IMitpE029309; Sat, 18 Mar 2006 22:44:55 GMT (envelope-from pav) Message-Id: <200603182244.k2IMitpE029309@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 22:44:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/wormux Makefile distinfo pkg-plist ports/games/wormux/files extra-patch-src-weapon-ninja_rope.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 22:44:56 -0000 pav 2006-03-18 22:44:55 UTC FreeBSD ports repository Modified files: games/wormux Makefile distinfo Added files: games/wormux pkg-plist games/wormux/files extra-patch-src-weapon-ninja_rope.cpp Log: - Update to 0.7beta3 PR: ports/93114 Submitted by: Dmitry Marakasov Approved by: Anton Yudin (maintainer) Revision Changes Path 1.4 +19 -25 ports/games/wormux/Makefile 1.3 +3 -3 ports/games/wormux/distinfo 1.1 +11 -0 ports/games/wormux/files/extra-patch-src-weapon-ninja_rope.cpp (new) 1.1 +418 -0 ports/games/wormux/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:02:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 128EA16A424; Sat, 18 Mar 2006 23:02:15 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A094443D45; Sat, 18 Mar 2006 23:02:14 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2IN2EE4029933; Sat, 18 Mar 2006 23:02:14 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2IN2Etx029932; Sat, 18 Mar 2006 23:02:14 GMT (envelope-from krion) Message-Id: <200603182302.k2IN2Etx029932@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 18 Mar 2006 23:02:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gsasl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:02:15 -0000 krion 2006-03-18 23:02:13 UTC FreeBSD ports repository Modified files: security/gsasl Makefile distinfo pkg-plist Log: Update to 0.2.12 Revision Changes Path 1.31 +8 -1 ports/security/gsasl/Makefile 1.22 +3 -3 ports/security/gsasl/distinfo 1.14 +1 -4 ports/security/gsasl/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:27:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA48216A400; Sat, 18 Mar 2006 23:27:22 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6372443D48; Sat, 18 Mar 2006 23:27:22 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INRMRd030741; Sat, 18 Mar 2006 23:27:22 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INRMJR030740; Sat, 18 Mar 2006 23:27:22 GMT (envelope-from csjp) Message-Id: <200603182327.k2INRMJR030740@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 18 Mar 2006 23:27:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:27:22 -0000 csjp 2006-03-18 23:27:22 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Back out fd optimization introduced in revision 1.280 as it appears to be really breaking things. Simple "close(0); dup(fd)" does not return descriptor "0" in some cases. Further, this change also breaks some MAC interactions with mac_execve_will_transition(). Under certain circumstances, fdcheckstd() can be called in execve(2) causing an assertion that checks to make sure that stdin, stdout and stderr reside at indexes 0, 1 and 2 in the process fd table to fail, resulting in a kernel panic when INVARIANTS is on. This should also kill the "dup(2) regression on 6.x" show stopper item on the 6.1-RELEASE TODO list. This is a RELENG_6 candidate. PR: kern/87208 Silence from: des MFC after: 1 week Revision Changes Path 1.292 +2 -4 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:36:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA3A16A423; Sat, 18 Mar 2006 23:36:16 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8EDE43D75; Sat, 18 Mar 2006 23:36:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INa8Y2031196; Sat, 18 Mar 2006 23:36:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INa85o031195; Sat, 18 Mar 2006 23:36:08 GMT (envelope-from pav) Message-Id: <200603182336.k2INa85o031195@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 23:36:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/sharpconstruct Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:36:16 -0000 pav 2006-03-18 23:36:08 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/sharpconstruct Makefile distinfo pkg-descr pkg-plist Log: SharpConstruct is a 3D modeling program designed to paint depth on to polygon models in real-time. Unlike traditional modeling programs, SharpConstruct makes it easy to model organic shapes. There is no need to even look at a wireframe (unless you want to). Instead, the model is manipulated much like clay - push or pull an area, smooth it, make a hollow or a hill. The entire process is both simple and organic; you won't need years of modeling experience to create detailed models in SharpConstruct. WWW: http://sharp3d.sourceforge.net/ PR: ports/94523 Submitted by: Dmitry Marakasov Revision Changes Path 1.905 +1 -0 ports/graphics/Makefile 1.1 +45 -0 ports/graphics/sharpconstruct/Makefile (new) 1.1 +3 -0 ports/graphics/sharpconstruct/distinfo (new) 1.1 +10 -0 ports/graphics/sharpconstruct/pkg-descr (new) 1.1 +18 -0 ports/graphics/sharpconstruct/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:36:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE00D16A420; Sat, 18 Mar 2006 23:36:27 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0335443D62; Sat, 18 Mar 2006 23:36:21 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INaLll031235; Sat, 18 Mar 2006 23:36:21 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INaLKw031234; Sat, 18 Mar 2006 23:36:21 GMT (envelope-from davidxu) Message-Id: <200603182336.k2INaLKw031234@repoman.freebsd.org> From: David Xu Date: Sat, 18 Mar 2006 23:36:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_exit.c kern_thread.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:36:28 -0000 davidxu 2006-03-18 23:36:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_exit.c kern_thread.c Log: MFC kern_thread.c revision 1.231 kern_exit.c revision 1.286 calcu fix for threaded process. Approved by: re (mux) Revision Changes Path 1.263.2.7 +0 -10 src/sys/kern/kern_exit.c 1.216.2.3 +14 -0 src/sys/kern/kern_thread.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:36:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D2416A424; Sat, 18 Mar 2006 23:36:58 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6C643D58; Sat, 18 Mar 2006 23:36:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INatUJ031285; Sat, 18 Mar 2006 23:36:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INatfZ031284; Sat, 18 Mar 2006 23:36:55 GMT (envelope-from pav) Message-Id: <200603182336.k2INatfZ031284@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 23:36:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:36:58 -0000 pav 2006-03-18 23:36:55 UTC FreeBSD ports repository Modified files: . modules Log: sharpconstruct --> ports/graphics/sharpconstruct Revision Changes Path 1.14472 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:37:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F66416A41F; Sat, 18 Mar 2006 23:37:37 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E077A43D68; Sat, 18 Mar 2006 23:37:36 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INbaBT031342; Sat, 18 Mar 2006 23:37:36 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INbaeI031341; Sat, 18 Mar 2006 23:37:36 GMT (envelope-from davidxu) Message-Id: <200603182337.k2INbaeI031341@repoman.freebsd.org> From: David Xu Date: Sat, 18 Mar 2006 23:37:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_fork.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:37:37 -0000 davidxu 2006-03-18 23:37:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_fork.c Log: MFC revision 1.258. Approved by: re (mux) Revision Changes Path 1.252.2.1 +17 -1 src/sys/kern/kern_fork.c From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:38:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 154F716A401; Sat, 18 Mar 2006 23:38:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D962E43D45; Sat, 18 Mar 2006 23:38:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INcKT3031436; Sat, 18 Mar 2006 23:38:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INcK8J031435; Sat, 18 Mar 2006 23:38:20 GMT (envelope-from pav) Message-Id: <200603182338.k2INcK8J031435@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 23:38:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/glpng Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:38:21 -0000 pav 2006-03-18 23:38:20 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/glpng Makefile distinfo pkg-descr pkg-plist Log: This is a library for OpenGL to load PNG graphics files as an OpenGL texture as easily as possible. It also has a number of options for generating the alpha channel and mipmaps. WWW: http://www.wyatt100.freeserve.co.uk/download.htm PR: ports/94576 Submitted by: Dmitry Marakasov Revision Changes Path 1.906 +1 -0 ports/graphics/Makefile 1.1 +43 -0 ports/graphics/glpng/Makefile (new) 1.1 +3 -0 ports/graphics/glpng/distinfo (new) 1.1 +5 -0 ports/graphics/glpng/pkg-descr (new) 1.1 +4 -0 ports/graphics/glpng/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:38:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 397CC16A401; Sat, 18 Mar 2006 23:38:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC80743D48; Sat, 18 Mar 2006 23:38:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INctrr031470; Sat, 18 Mar 2006 23:38:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INctIe031469; Sat, 18 Mar 2006 23:38:55 GMT (envelope-from pav) Message-Id: <200603182338.k2INctIe031469@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 23:38:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:38:56 -0000 pav 2006-03-18 23:38:55 UTC FreeBSD ports repository Modified files: . modules Log: glpng --> ports/graphics/glpng Revision Changes Path 1.14473 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:40:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8363A16A422; Sat, 18 Mar 2006 23:40:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C8AF43D46; Sat, 18 Mar 2006 23:40:21 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INeLiB031685; Sat, 18 Mar 2006 23:40:21 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INeLES031684; Sat, 18 Mar 2006 23:40:21 GMT (envelope-from olgeni) Message-Id: <200603182340.k2INeLES031684@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 18 Mar 2006 23:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/dialyzer Makefile distinfo ports/devel/dialyzer/files patch-setup.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:40:21 -0000 olgeni 2006-03-18 23:40:21 UTC FreeBSD ports repository Modified files: devel/dialyzer Makefile distinfo Added files: devel/dialyzer/files patch-setup.sh Log: Chase checksum, fix dialyzer directory path and disable analysis at build time. Revision Changes Path 1.7 +2 -1 ports/devel/dialyzer/Makefile 1.5 +3 -3 ports/devel/dialyzer/distinfo 1.3 +14 -0 ports/devel/dialyzer/files/patch-setup.sh (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:40:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CFA316A433; Sat, 18 Mar 2006 23:40:44 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F67143D45; Sat, 18 Mar 2006 23:40:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INehRq031779; Sat, 18 Mar 2006 23:40:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INehvp031778; Sat, 18 Mar 2006 23:40:43 GMT (envelope-from pav) Message-Id: <200603182340.k2INehvp031778@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 23:40:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/makehuman Makefile distinfo pkg-descr pkg-plist ports/graphics/makehuman/files patch-src-io.c patch-src-ui.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:40:44 -0000 pav 2006-03-18 23:40:42 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/makehuman Makefile distinfo pkg-descr pkg-plist graphics/makehuman/files patch-src-io.c patch-src-ui.c Log: MakeHuman(C) is an open-source, open graphics library, stand-alone, multi-platform, software program, which is completely written in C language. Its purpose is to provide a versatile, professional and extremely specialized application for parametrical modeling of three-dimensional humanoid characters. WWW: http://www.makehuman.org/ PR: ports/94581 Submitted by: Dmitry Marakasov Revision Changes Path 1.907 +1 -0 ports/graphics/Makefile 1.1 +37 -0 ports/graphics/makehuman/Makefile (new) 1.1 +3 -0 ports/graphics/makehuman/distinfo (new) 1.1 +18 -0 ports/graphics/makehuman/files/patch-src-io.c (new) 1.1 +18 -0 ports/graphics/makehuman/files/patch-src-ui.c (new) 1.1 +7 -0 ports/graphics/makehuman/pkg-descr (new) 1.1 +1849 -0 ports/graphics/makehuman/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:41:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB5416A422; Sat, 18 Mar 2006 23:41:23 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2DBD43D53; Sat, 18 Mar 2006 23:41:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2INfIJB031834; Sat, 18 Mar 2006 23:41:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2INfIB6031833; Sat, 18 Mar 2006 23:41:18 GMT (envelope-from pav) Message-Id: <200603182341.k2INfIB6031833@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 18 Mar 2006 23:41:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:41:23 -0000 pav 2006-03-18 23:41:18 UTC FreeBSD ports repository Modified files: . modules Log: makehuman --> ports/graphics/makehuman Revision Changes Path 1.14474 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Mar 18 23:47:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F9FE16A400; Sat, 18 Mar 2006 23:47:59 +0000 (UTC) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF7343D48; Sat, 18 Mar 2006 23:47:58 +0000 (GMT) (envelope-from dunstan@freebsd.czest.pl) Received: from laptop.freebsd.czest.pl (gw98.internetdsl.tpnet.pl [80.53.74.98]) by freebsd.czest.pl (8.13.4/8.12.9) with ESMTP id k2INtGa8014025; Sat, 18 Mar 2006 23:55:17 GMT (envelope-from dunstan@freebsd.czest.pl) Received: from laptop.freebsd.czest.pl (localhost [127.0.0.1]) by laptop.freebsd.czest.pl (8.13.4/8.13.4) with ESMTP id k2INp3Pv012366; Sun, 19 Mar 2006 00:51:03 +0100 (CET) (envelope-from dunstan@laptop.freebsd.czest.pl) Received: (from dunstan@localhost) by laptop.freebsd.czest.pl (8.13.4/8.13.4/Submit) id k2INp378012365; Sun, 19 Mar 2006 00:51:03 +0100 (CET) (envelope-from dunstan) Date: Sun, 19 Mar 2006 00:51:03 +0100 From: "Wojciech A. Koszek" To: "Christian S.J. Peron" Message-ID: <20060318235102.GA12293@FreeBSD.czest.pl> Mail-Followup-To: "Christian S.J. Peron" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200603182327.k2INRMJR030740@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <200603182327.k2INRMJR030740@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-2.0.2 (freebsd.czest.pl [80.48.250.4]); Sat, 18 Mar 2006 23:55:17 +0000 (UTC) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 23:47:59 -0000 On sob, mar 18, 2006 at 11:27:22 +0000, Christian S.J. Peron wrote: > csjp 2006-03-18 23:27:22 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_descrip.c > Log: [..] > "0" in some cases. Further, this change also breaks some MAC interactions with > mac_execve_will_transition(). Under certain circumstances, fdcheckstd() can > be called in execve(2) causing an assertion that checks to make sure that > stdin, stdout and stderr reside at indexes 0, 1 and 2 in the process fd table > to fail, resulting in a kernel panic when INVARIANTS is on. Thanks! -- Wojciech A. Koszek wkoszek@FreeBSD.org http://FreeBSD.czest.pl/dunstan/